Hi!
I was using a Powerfox Poweropti to read the data from my digital power meter. Since Powerfox is having frequent server issues though I switched over to a Hichi USB dongle and connected that to my RPi4 running HASSOS.
I added the EDL21 integration and everything works. The issue though…the readings only Update about every 60-90 Seconds. I tried adding scan_interval or update_interval to the config, but they don’t seem to be doing anything.
Is there any way I can get the sensor.sum_active_instantaneous_power to Update at something like 5 Seconds (like with the Poweropti)?
Thanx @jwefers for trying to make the Update Interval configurable! Ate you going to update the integration as described on GitHub? Would love to check it out!
So your pull request was rejected, right? Did you get it running with a more frequent scan interval?
For me, just adding scan_interval parameter does not work.
I tried it the following way:
sensor:
Here you can download documentation and the custom component of edl21 integration that allows configuration of scan interval. Just copy some files in the custom component folder inside of your homeassistant config and restart - that’s it and you will get updates every 10 seconds. Then you can add a scan_interval_seconds option to set the scan interval to whatever you like. Thanx a lot @jwefers for your great work! Have fun.