Replies: 5 comments 8 replies
-
Sure you can create a fork and create your own version! To be able to catch the time when the value is shown, you would have to switch from taking periodic images to taking a video and process it in real time. I am pretty sure the ESP32 does not have the required performance for this! I think the best you can do is to run on a fast interval, eg. 3 minutes and accept that you only get once every 12 minutes a goo value. Another option would be to disable all rate validations and postprocess the values on an external system. That system then would need to separate the good from the empty readings which would not be too difficult. |
Beta Was this translation helpful? Give feedback.
-
At least for me the 1 minute interval is working, so this reduces the waiting time for a synchronized shot. What would be helpful, is a mode which is meant for blinking displays. |
Beta Was this translation helpful? Give feedback.
-
Hello, Actually I have a Digital LCD power meter, which is blinking each 8 second between two tariffs.
I have T1 and T2 as tariff 1 and 2 respectively, T1 is around 20K and, T2 around 60K, the number from MQTT is sensor.main_power_meter, in case of error in reading number, I accept only numbers equals or greater than T1 or T2 for each case and.. no more then 5 or 10. Also to avoit 'unknown' or 'unavailable' values after rebooting HA, I set another sensor as "sensor.last_T2' which I take it by quering the database with mysql. if you are planning to use it, please write me! Cheers! |
Beta Was this translation helpful? Give feedback.
-
I have also been looking into how I could do this. I tried to use the seven segment lcd display integration of Home Assitant instead of using the esp32 to process the images but i failed get the image processing working in HA. Now this would be better. Thanks. Please do update more details if any. |
Beta Was this translation helpful? Give feedback.
-
The Feature
Hello,
I have an Heatmeter which has an digital display which shows every 4sec the current kWh value on the display.
Is it possible to create an fork of that project which notices when the value is shown and then check the digits and transmits it to mqtt server?
I know that there is an optical interface, but that is disabled by the vendor.
Thanks a lot!
Greetings Jack
Beta Was this translation helpful? Give feedback.
All reactions