Skip to content

Commit

Permalink
Merge pull request #209 from sfstar/feature/add_unit_id_101_for_missi…
Browse files Browse the repository at this point in the history
…ng_1_wire_sensor

add 1 wire unit id
  • Loading branch information
sfstar authored Apr 24, 2024
2 parents f040ea6 + 5ae4dd7 commit 8adae6c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions custom_components/victron/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -1347,11 +1347,12 @@ class system_battery_state(Enum):

valid_unit_ids = [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10,
11, 12, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30,
31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 100, 204,
205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215,
216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226,
227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237,
238, 239, 242, 243, 245, 246, 247
31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43,
44, 45, 46, 100, 101, 204, 205, 206, 207, 208, 209,
210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220,
221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231,
232, 233, 234, 235, 236, 237, 238, 239, 242, 243, 245,
246, 247
]

register_info_dict = {
Expand Down

0 comments on commit 8adae6c

Please sign in to comment.