Emilv2
Emilv2
I'll look into it
Ok, give me some time. I just found out it's possible to install requirements from git, so I think I will just make it async first and see if that...
@javierin As far as I know this is a limitation in the modbus-tcp implementation on the inverter, only one client at a time can connect. Apparently there is a firmware...
I have noticed that too, I've added some throttling in version 1.2.1, let's see what that gives.
The errors are gone for me in the latest version, does it work for you as well or do you still have issues with timeout errors?
If it's always active power I think I know what's going on. The modbus implementation on the inverter needs some time between connection and the first request. I do this...
I can't reproduce this, when I increase `SCAN_INTERVAL` I see there is a disconnect and a reconnect, but no asyncio timeout. Maybe it only happens when the disconnect happens right...
`sensor_async.py` is obsolete, I forgot to remove it. The sensor is completely async now.
I have released an async version of the sensor, does the issue still occur with version 1.2.2?
I have looked into it, but didn't get it to work... If you or anyone can get it working I will add it.