Just doing this as a hobby I suppose but there’s really not much sense to including my gas meter into the Energy dashboard as the usage is usually zero most of the time. Unable to actually use the rate of gas used as it isn’t supported in this setup, I am only able to use the gas meter value - but in the graphics I am going to show I don’t understand the discrepancy here (HA changes the number!)?
Here’s the gas meter and I am using an ESP32-CAM with “AI-On-The-Edge” to gather this data by using AI to read the meter (as 557,600 Cubic Feet):
Then of course to get that reading into HA I am using MQTT:
Note the correct same value is here (557,600):
And although these sensors are available (this “AI-On-The-Edge” is really terrific):
… I am only allowed to add one sensor for Gas usage to the Energy Dashboard:
and here you can see that same exact sensor (which has a value of 557,600 remember!) has been added:
So, why does it say 552,024 and not 557,600 whitch is the actual value of that sensor (and is the only gas sensor) added into the Energy dashboard?
The above 552,024 cubic feet is the displayed value for a sensor that has an actual value of 557,600 cubic feet! Why?
And I do have another somewhat unrelated question… How come the ESP32-CAM has been running at about 180°F as shown in the third and fourth screen shots (in other words 77°C in the first screen shot) above* (it only takes a photo and then does it’s processing magic once ever 5 minutes, which takes about 45 seconds to do, then it is (or should be) idle the rest of the time)? I cannot bring the temperature down by normal means as it has to be enclosed inside a tube…? (Note, this is in a basement of a house with central air conditioning which even in a heat wave is still a cool 65°F, so it is in a very cool spot already, so it has to be almost 3x the ambient room temp?)
Thanks to all
(*This model ESP32-CAM has 4 Gig of RAM and a 4 Gig SanDisk MicroSD Card - if those play into the high temp - ?)