Seth
Seth
There will be a pre-release soon.
[Release v3.0.0-pre.1](https://github.com/WillCodeForCats/solaredge-modbus-multi/releases/tag/v3.0.0-pre.1) is now available for testing.
@rzulian Can you test the pre-release?
It is looking for an inverter at ID 3, but that message means there was no response from that ID. Perhaps second inverter is at a different address?
If they're at different IP addresses you would just add two hubs, one for each IP address.
Look at web setapp on your inverters and see what the Unit ID is set to on each of them. https://github.com/WillCodeForCats/solaredge-modbus-multi/wiki/Configuration#inverter-configuration Otherwise just try ID 1 on both IP addresses.
There must be something unique about your configuration that I don't understand, because I don't see a reason why it shouldn't work.
> BTW, this was my pull request with some technical detail about my case and the support for multiple inverters [erikarenhill/solaredge-modbus-hass#29](https://github.com/erikarenhill/solaredge-modbus-hass/pull/29) I see that adds a configurable `unit_id` to the...
Also try turning off the option "Auto-Detect Additional Entities" because that causes some inverters to hang: see PR #653
> From the comment in the PR is see that I had to use the `TcpModbusClient`. https://github.com/erikarenhill/solaredge-modbus-hass/pull/29/files Does this resonate to you? My integration is using pymodbus, it always has...