volkszaehler.org icon indicating copy to clipboard operation
volkszaehler.org copied to clipboard

Missing summed value "Verbrauch" for sensortype "universalsensor"

Open maniac-on-moon opened this issue 2 years ago • 4 comments

as for sensor type "powersensor" is shown. I am trying to measure the amount of rain in l/m².

Thx and Kind Regards tom

maniac-on-moon avatar Apr 24 '22 20:04 maniac-on-moon

Yes. How to compute a summary depends on the physical unit. But the whole point of universal sensor is to give you a channel without unit, so you con choose one on your own. With the drawback not being able to calculate consumtion.

For an alternative solution: How does your raw data look like?

J-A-U avatar Apr 25 '22 03:04 J-A-U

Thanks for your reply. The datasource is sending the last l/m2 every 300s. But this is free programmable.

maniac-on-moon avatar Apr 25 '22 06:04 maniac-on-moon

You can use "consumptionsensor".

maniac-on-moon @.***> schrieb am Mo., 25. Apr. 2022, 08:45:

Thanks for your reply. The datasource is sending the last l/m2 every 300s.

— Reply to this email directly, view it on GitHub https://github.com/volkszaehler/volkszaehler.org/issues/903#issuecomment-1108138209, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADE5P6FK2OKU72BA45WOS6DVGY5QZANCNFSM5UGXQ3XA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

frankrichter avatar Apr 25 '22 19:04 frankrichter

If your datasource sends l/(m²*s) you need consumptionsensor which integrates over time to provide consumption values.

If your datasource sends l/m² (delta since last datapoint) you need universalcounter which only sums up the readings to get consumption values.

maniac-on-moon @.***> schrieb am Mo., 25. Apr. 2022, 08:45:

Thanks for your reply. The datasource is sending the last l/m2 every 300s.

— Reply to this email directly, view it on GitHub https://github.com/volkszaehler/volkszaehler.org/issues/903#issuecomment-1108138209, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADE5P6FK2OKU72BA45WOS6DVGY5QZANCNFSM5UGXQ3XA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

frankrichter avatar Apr 25 '22 19:04 frankrichter