Flow rate reported value in Zigbee_Pressure_Flow_Sensor.ino #11493
Unanswered
jacksonwill0
asked this question in
Q&A
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, I have been setting up an project to read a flow sensor for water usage tracking. And I am quite happy how easy this library works for users who rarely programming in C! I am using an XIAO ESP32C6 an the following example: libraries/Zigbee/examples/Zigbee_Pressure_Flow_Sensor/Zigbee_Pressure_Flow_Sensor.ino
In this example it is always stated that the reported value is in 0,1m3/h which is unclear for me, why this conversion is made.
Additionally the reported value is only a int value (in homeassistent). Example: flow value is 0,235L/min and the reported value is then only 2L/min in homeassistent.
Beta Was this translation helpful? Give feedback.
All reactions