Seth
Seth
### The problem Airthings BLE stopped working after upgrading to 2024.5.1. Reverting to HA 2024.4.4 restores functionality. ### What version of Home Assistant Core has the issue? 2024.5.1 ### What...
### 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 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
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
Add an option to scan for inverter modbus device IDs or configure manually when setting up the integration.
Default entity names should not have units in them, units are part of the sensor class.