Seth

Results 124 comments of Seth

FW version is an entity and in the device info.

I haven't had this problem personally with modbus, but I have had some add-ons stop communicating and require rebooting my HAOS host with HA 2025.9.x and HAOS 16.2 to restore...

I've verified that the `pymodbus.logging` message `No response received after 3 retries` are handled correctly, unfortunately they are log clutter because the `pymodbus` uses error log level which Home Assistant...

There are some advanced YAML config options you can use to change the retry timing: https://github.com/WillCodeForCats/solaredge-modbus-multi/wiki/Configuration#advanced-configuration-with-yaml But if the inverter is requiring a power cycle before it will accept TCP...

You can try making the retry limit longer: ``` solaredge_modbus_multi: retry: limit: 7 ``` Losing the connection won't change settings though, the integration always reads the current value. So if...

The reason is because I don't personally have batteries and my inverters don't accept commands over modbus. So that part of the documentatuon is either contributed, stuff I've read, or...

I'm not planning to merge this PR until HA 2024.10 or 2024.11 because I don't want to force a minimum version of HA for everyone who doesn't want to be...

Update #567 for list of modbus IDs.

#514 (@thargy [modbus-scanner](https://github.com/thargy/modbus-scanner) [fork](https://github.com/WillCodeForCats/modbus-scanner))