Replies: 4 comments 5 replies
-
You can choose between absolut or change rate. Up to now it seems to be okay. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the quick response. Currently I'm facing issues with the WiFi connection and random reboots. The ESP32-CAM tends to reboot when accessing it via the web interface and a new image captured shall be shown. The canvas remains white an it reboots. Meanwhile I increased the update rate to 3min, to get an easier to calulate rate factor of 20 instead of 12 for 5 minutes. May be the update interval is to short now? I'm going to try 6 minutes instead. It may take me some time to sort these things out. The device has to run stable before investigating. I'm going to a attach an external antenna and to exchange the SD-card. The power supply and cable should be fine, but I will exchange them too. |
Beta Was this translation helpful? Give feedback.
-
Now I got my device running stable. and investigated into the rate reading. It looks to me it is the changeabsolut reding devided by the time intervall. That will give m³/min. But it was intended to be m³/h. In this case the value has to be normalized to one hour by multiplying it by 60. rate[m³/h] = changeabsolut * 60 / time interval. Feature request: Please add the changeabsolute value to the mqtt json string too. B.t.w. I designed just another ESP32-CAM Adapter for my watermeter: https://www.thingiverse.com/thing:5595270 |
Beta Was this translation helpful? Give feedback.
-
Hi, I really enjoy the project, thanks for the great work! In that case the rate would make more sense to be normalized to watts. Would it make sense to allow for an additional factor for the rate, so the rate can be adjusted to the application? |
Beta Was this translation helpful? Give feedback.
-
I just installed this great project to my water meter. It counts m³ and has 5 digits for [m³] and 4 analog pointers for fractions. The last pointer has the unit 0,0001 m³ = 0.1l. I configured measurements to be done every 5 minutes, what results in 12 measurements in a hour.
When the meter value increases by 0.0001 between two measurements I expect the rate to be 0.0001 * 60 / 5 = 0.0012 m³/h (1.2 l/h) but it is shown as 0.00002 m³/h.
How is the rate calculated? Did I miss to configure something?
Beta Was this translation helpful? Give feedback.
All reactions