-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing summed value "Verbrauch" for sensortype "universalsensor" #903
Comments
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? |
Thanks for your reply. |
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
<#903 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADE5P6FK2OKU72BA45WOS6DVGY5QZANCNFSM5UGXQ3XA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
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
<#903 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADE5P6FK2OKU72BA45WOS6DVGY5QZANCNFSM5UGXQ3XA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
as for sensor type "powersensor" is shown.
I am trying to measure the amount of rain in l/m².
Thx and Kind Regards
tom
The text was updated successfully, but these errors were encountered: