From 11729a03b1d791b34515e6e6942e3091ebffefa4 Mon Sep 17 00:00:00 2001 From: Sven ten Raa Date: Sat, 20 Apr 2024 20:31:50 +0200 Subject: [PATCH] add modbus ids 37 until 39 adding modbus ids to allow for more, up to 6, pvinverters and/or grid meters to be connected to a gx device --- custom_components/victron/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/victron/const.py b/custom_components/victron/const.py index 16c8936..60076e6 100644 --- a/custom_components/victron/const.py +++ b/custom_components/victron/const.py @@ -1346,7 +1346,7 @@ 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, 40, 41, 42, 43, 44, 45, 46, 100, 204, + 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,