diff --git a/custom_components/atagone/climate.py b/custom_components/atagone/climate.py index 364d049..dcf09fa 100644 --- a/custom_components/atagone/climate.py +++ b/custom_components/atagone/climate.py @@ -212,7 +212,7 @@ def update(self): _LOGGER.debug("Preset: %s", self._preset) boiler_status = int(self._data['report']['boiler_status']) & 14 - if boiler_status == 2: + if boiler_status == 10: self._heating = True else: self._heating = False