Hi, I have quite an odd question.
I use AI on the edge (GitHub - jomjol/AI-on-the-edge-device: Easy to use device for connecting "old" measuring units (water, power, gas, ...) to the digital world) to read my gas meter.
It works quite good.
However, sometimes during the day, the recognition of the Camera goes wrong an I get back a wrong value of the meter.
Since I calculate the usage via utility meter an there is only an addition of values but no subtraction, i cannot use the value for any statistics.
My idea is now, to only use the value of a certain time (e.g. 0:00 o clock each day) and put this value in another entity. I´m fine with the only having one value per day.
Is there any way to fetch a specific value?
Different approaches to solve my problem are very welcome as well.