solaredge-modbus-multi
solaredge-modbus-multi copied to clipboard
Home Assistant integration for SolarEdge inverters with Modbus/TCP. For single or multiple inverters, meters, and batteries.
### Discussed in https://github.com/WillCodeForCats/solaredge-modbus-multi/discussions/564 Originally posted by **mikedeluca** March 27, 2024 So I was digging around to try to figure out why some sites batteries work and at others they...
### Describe the bug I do have a setup of 2 inverters, a SE battery and the SE Backup interface. The primary inverter, a SE-10K-RWB48 has the device id 1....
### Describe the bug Handle condition where an invalid inverter ID was configured when adding the integration. ### Expected behavior Change to a more user friendly response. ### Screenshots _No...
Include inverter ID in meter and battery names from issue #539
**Describe the feature** Allow easy access to pymodbus debug logs in HAOS. The [documentation](https://github.com/WillCodeForCats/solaredge-modbus-multi/wiki/Integration-Diagnostics) notes a 'download diagnostics' option that no longer appears. **Home Assistant (please complete the following information):**...
### Describe the bug System architecture is like follow described: - SE Inverter 1 with Meter and Battery on IP-Adress 192.168.0.1 - Port 1502 (for example) - SE Inverter 2...
This PR adds support for non-sequential device ID numbers as a list of Modbus/TCP IDs. List: `1,2,3,4` or `1,3,10` Range: `1-4` becomes `1,2,3,4` Combination: `1-3,5,10` becomes `1,2,3,5,10` Existing configurations will...
Make it more user friendly when the inverter doesn't respond to registers in the power control block
Do something that's more user friendly when an inverter doesn't respond to registers in the power control block. References: #573 #576 #394