Skip to content

Commit c630812

Browse files
committed
Debug
1 parent 4be6c97 commit c630812

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

plugwise/helper.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,7 @@ def _get_actuator_functionalities(
567567

568568
act_item = cast(ActuatorType, item)
569569
data[act_item] = temp_dict
570+
LOGGER.debug("HOI 2 data: %s", data)
570571

571572
def _get_actuator_mode(
572573
self, appliance: etree.Element, entity_id: str, key: str
@@ -862,6 +863,7 @@ def _regulation_control(self, data: GwEntityData) -> None:
862863
863864
Adam: collect the thermostat regulation_control state of a location.
864865
"""
866+
LOGGER.debug("HOI data: %s", data)
865867
if (reg_control := data["thermostat"].get("regulation_control")) is not None:
866868
data["select_zone_profile"] = reg_control
867869
data["zone_profiles"] = ALLOWED_ZONE_PROFILES

0 commit comments

Comments
 (0)