From 5aa41654b62bc5d911aec52a1a85fee6e350e132 Mon Sep 17 00:00:00 2001 From: Lars Kusch Date: Thu, 17 Oct 2024 20:41:47 +0200 Subject: [PATCH] Fixes for WW Nachheizung --- custom_components/solvis_control/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/solvis_control/const.py b/custom_components/solvis_control/const.py index 5f60c03..43f3204 100644 --- a/custom_components/solvis_control/const.py +++ b/custom_components/solvis_control/const.py @@ -111,7 +111,7 @@ class ModbusFieldConfig: ), ModbusFieldConfig( # Warmwasser Nachheizung Start name="domestic_water_reheat_start", - address=2328, + address=2322, unit="", device_class="", state_class="measurement",