Seth
Seth
Along the same line, the `image` setting isn't being used in config.yaml which causes Home Assistant to build the addon instead of just installing an image. Does anyone know if...
Turn off the "Keep Modbus Open" option.
I also need you to upload your diagnostic file and turn on `pymodbus` debugging: https://github.com/WillCodeForCats/solaredge-modbus-multi/wiki/Integration-Diagnostics
The issue appears to be that `pymodbus` isn't connected after sending a connect call: ``` 2024-10-12 07:02:40.521 DEBUG (MainThread) [custom_components.solaredge_modbus_multi.hub] Connecting to 192.168.1.120:1502 ... 2024-10-12 07:02:40.527 DEBUG (MainThread) [custom_components.solaredge_modbus_multi.hub] coordinator...
I've not yet seen modbus freezing personally. My setup is connected with wired Ethernet and a 30 second polling rate. One meter (hardwired on the inverter 485 bus), no batteries,...
The integration currently uses the host or IP to determine duplicates, even if the port is different. It's on the to-do list to update this
I don't have an estimated time right now, but I would probably work on it after the non-sequential inverter ID changes.
Pull request #737 will migrate the Home Assistant internal config to use the address string (host:port) as the unique ID for a device hub.
[Release v3.0.6-pre.1](https://github.com/WillCodeForCats/solaredge-modbus-multi/releases/tag/v3.0.6-pre.1)
This feature will be backwards incompatible: the integration to fail setup if the user downgrades without restoring their Home Assistant configuration from backup.