Seth

Results 17 issues of 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...

stale
integration: airthings_ble

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

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

Add an option to scan for inverter modbus device IDs or configure manually when setting up the integration.

enhancement

Default entity names should not have units in them, units are part of the sensor class.

update