From 054d58197fbc15014280f0e8eb67e964817b11a1 Mon Sep 17 00:00:00 2001 From: Lars Kusch Date: Sun, 29 Dec 2024 08:11:56 +0100 Subject: [PATCH] Update coordinator.py Signed-off-by: Lars Kusch --- custom_components/solvis_control/coordinator.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/custom_components/solvis_control/coordinator.py b/custom_components/solvis_control/coordinator.py index 967ff84..d7c37f9 100644 --- a/custom_components/solvis_control/coordinator.py +++ b/custom_components/solvis_control/coordinator.py @@ -70,8 +70,10 @@ async def _async_update_data(self): continue if not self.option_heatpump and register.conf_option == 4: continue + # Deivce SC3 - entity SC2 if self.supported_version == 1 and register.supported_version == 2: continue + # Device SC2 - entity SC3 elif self.supported_version == 2 and register.supported_version == 1: continue