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

Support for non-sequential modbus device ID numbers

Open WillCodeForCats opened this issue 1 year ago • 1 comments
trafficstars

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 be automatically update by Home Assistant using config migration into a list.

Uses code contributed by @thargy for parsing and validating the ID list format.

WillCodeForCats avatar Jul 25 '24 17:07 WillCodeForCats