solaredge-modbus-multi icon indicating copy to clipboard operation
solaredge-modbus-multi copied to clipboard

Home Assistant integration for SolarEdge inverters with Modbus/TCP. For single or multiple inverters, meters, and batteries.

Results 35 solaredge-modbus-multi issues
Sort by recently updated
recently updated
newest added
trafficstars

Reconfigure is a new feature in HA 2024.4

enhancement

### 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...

enhancement

### 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....

enhancement

### 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...

bug

Include inverter ID in meter and battery names from issue #539

update

**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...

update

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...

enhancement

Do something that's more user friendly when an inverter doesn't respond to registers in the power control block. References: #573 #576 #394