fuslwusl / homeassistant-edl21-custom-interval

A replacement for the core edl21 sml integration with configurable scan interval to get a lot more detailed power usage info
Apache License 2.0
14 stars 4 forks source link

Does not work anymore #3

Closed querys1 closed 1 year ago

querys1 commented 1 year ago

Something has changed with the EDL21 configuration and how to add it to the system. After a restart of HA the EDL21-custom is not working anymore and I had to add the "new" variant of the EDL21. Now I'm back to the 60s update intervall, which is quite annoying for the instant power consumption.

fuslwusl commented 1 year ago

It seems that the custom EDL21 integration was overwritten by the original EDL21. Just install the custom version again and it should work. Also check your config. I am using the latest version of HomeAssistant and had no problem.

querys1 commented 1 year ago

Did you make a restart? It worked with the latest version, until I restarted the HA installation. edl21

Afterwards I had to use the "official" way with the integration button and the configuration.yaml was not used anymore and the folder unter "custom components" was missing. When adding the scan interval the yaml file it writes an error, that the scan interval option is invalid. config

fuslwusl commented 1 year ago

It seems that your system is using the regular integration instead of the custom integration. Try removing the edl21 config and this custom integration and restart. Then add this custom integration folder and restart. As last step add the edl21 config and scan_interval_seconds should be accepted.

querys1 commented 1 year ago

Thanks a lot. I tried it several ways with a couple of restarts, but now its working again. Thanks for the help!