Hi all,
I am trying to use Homegear together Home Assistant to connect my MAX! devices by means of a CUL interface; (original MaxCube has died…)
Basically connection works and I can see my thermostat (valve) devices in HA
BUT
It does not update… I can see values (temperature, valve %) change only when i restart Home Assistant (restarting Homegear does not take effect).
Now, really I don’t know about update mechanism…
What happens when valve status change? A message is sent from homegear to homeassistant? A HG status variable is update and wait for polling? HA (if you know, yes this is not a HA forum) polls for values?
ADDENDUM:
Here a snippet from log of two update events… I can’t understand if is a polling update or a event from homegear…
2020-02-20 11:27:08 DEBUG (Thread-2) [pyhomematic._hm] RPCFunctions.event: interface_id = homeassistant-wireless, address = OEQ0943015:0, value_key = RSSI_DEVICE, value = -63
2020-02-20 11:27:08 INFO (Thread-2) [pyhomematic.devicetypes.generic] HMGeneric.event: address=OEQ0943015:0, interface_id=homeassistant-wireless, key=RSSI_DEVICE, value=-63
2020-02-20 11:27:08 DEBUG (Thread-2) [pyhomematic.devicetypes.generic] HMGeneric.event: Using callback <bound method HMDevice._hm_event_callback of <Entity OEQ0943015 LOWBAT: off>>
2020-02-20 11:27:08 DEBUG (Thread-2) [pyhomematic.devicetypes.generic] HMGeneric.event: Using callback <bound method HMDevice._hm_event_callback of <Entity OEQ0943015: auto>>
2020-02-20 11:27:08 DEBUG (Thread-2) [pyhomematic._hm] RPCFunctions.event: interface_id = homeassistant-wireless, address = OEQ0943015:0, value_key = LOWBAT, value = False
2020-02-20 11:27:08 INFO (Thread-2) [pyhomematic.devicetypes.generic] HMGeneric.event: address=OEQ0943015:0, interface_id=homeassistant-wireless, key=LOWBAT, value=False
2020-02-20 11:27:08 DEBUG (Thread-2) [pyhomematic.devicetypes.generic] HMGeneric.event: Using callback <bound method HMDevice._hm_event_callback of <Entity OEQ0943015 LOWBAT: off>>
2020-02-20 11:27:08 DEBUG (Thread-2) [pyhomematic.devicetypes.generic] HMGeneric.event: Using callback <bound method HMDevice._hm_event_callback of <Entity OEQ0943015: auto>>
2020-02-20 11:27:08 DEBUG (Thread-2) [pyhomematic._hm] RPCFunctions.event: interface_id = homeassistant-wireless, address = OEQ0943015:1, value_key = CONTROL_MODE, value = 0
2020-02-20 11:27:08 INFO (Thread-2) [pyhomematic.devicetypes.generic] HMGeneric.event: address=OEQ0943015:1, interface_id=homeassistant-wireless, key=CONTROL_MODE, value=0
2020-02-20 11:27:08 DEBUG (Thread-2) [pyhomematic.devicetypes.generic] HMGeneric.event: Using callback <bound method HMDevice._hm_event_callback of <Entity OEQ0943015 LOWBAT: off>>
2020-02-20 11:27:08 DEBUG (Thread-2) [pyhomematic.devicetypes.generic] HMGeneric.event: Using callback <bound method HMDevice._hm_event_callback of <Entity OEQ0943015: auto>>
2020-02-20 11:27:08 DEBUG (Thread-2) [pyhomematic._hm] RPCFunctions.event: interface_id = homeassistant-wireless, address = OEQ0943015:1, value_key = LOCKED, value = False
2020-02-20 11:27:08 INFO (Thread-2) [pyhomematic.devicetypes.generic] HMGeneric.event: address=OEQ0943015:1, interface_id=homeassistant-wireless, key=LOCKED, value=False
2020-02-20 11:27:08 DEBUG (Thread-2) [pyhomematic.devicetypes.generic] HMGeneric.event: Using callback <bound method HMDevice._hm_event_callback of <Entity OEQ0943015 LOWBAT: off>>
2020-02-20 11:27:08 DEBUG (Thread-2) [pyhomematic.devicetypes.generic] HMGeneric.event: Using callback <bound method HMDevice._hm_event_callback of <Entity OEQ0943015: auto>>
2020-02-20 11:27:08 DEBUG (Thread-2) [pyhomematic._hm] RPCFunctions.event: interface_id = homeassistant-wireless, address = OEQ0943015:1, value_key = SET_TEMPERATURE, value = 18.0
2020-02-20 11:27:08 INFO (Thread-2) [pyhomematic.devicetypes.generic] HMGeneric.event: address=OEQ0943015:1, interface_id=homeassistant-wireless, key=SET_TEMPERATURE, value=18.0
2020-02-20 11:27:08 DEBUG (Thread-2) [pyhomematic.devicetypes.generic] HMGeneric.event: Using callback <bound method HMDevice._hm_event_callback of <Entity OEQ0943015 LOWBAT: off>>
2020-02-20 11:27:08 DEBUG (Thread-2) [pyhomematic.devicetypes.generic] HMGeneric.event: Using callback <bound method HMDevice._hm_event_callback of <Entity OEQ0943015: auto>>
2020-02-20 11:27:08 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=climate.oeq0943015, old_state=<state climate.oeq0943015=auto; hvac_modes=['auto', 'heat', 'off'], min_temp=4.5, max_temp=30.5, target_temp_step=0.5, preset_modes=['boost'], current_temperature=19.4, temperature=21.0, preset_mode=None, battery=High, valve=0, mode=Auto, id=OEQ0943015, interface=wireless, friendly_name=Radiatore Cucina, supported_features=17 @ 2020-02-19T23:42:56.937759+01:00>, new_state=<state climate.oeq0943015=auto; hvac_modes=['auto', 'heat', 'off'], min_temp=4.5, max_temp=30.5, target_temp_step=0.5, preset_modes=['boost'], current_temperature=19.4, temperature=18.0, preset_mode=None, battery=High, valve=0, mode=Auto, id=OEQ0943015, interface=wireless, friendly_name=Radiatore Cucina, supported_features=17 @ 2020-02-19T23:42:56.937759+01:00>>
2020-02-20 11:27:08 DEBUG (Thread-2) [pyhomematic._hm] RPCFunctions.event: interface_id = homeassistant-wireless, address = OEQ0943015:1, value_key = VALVE_STATE, value = 0
2020-02-20 11:27:08 INFO (Thread-2) [pyhomematic.devicetypes.generic] HMGeneric.event: address=OEQ0943015:1, interface_id=homeassistant-wireless, key=VALVE_STATE, value=0
2020-02-20 11:27:08 DEBUG (Thread-2) [pyhomematic.devicetypes.generic] HMGeneric.event: Using callback <bound method HMDevice._hm_event_callback of <Entity OEQ0943015 LOWBAT: off>>
2020-02-20 11:27:08 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.140710816956752] Sending {'id': 2, 'type': 'event', 'event': <Event state_changed[L]: entity_id=climate.oeq0943015, old_state=<state climate.oeq0943015=auto; hvac_modes=['auto', 'heat', 'off'], min_temp=4.5, max_temp=30.5, target_temp_step=0.5, preset_modes=['boost'], current_temperature=19.4, temperature=21.0, preset_mode=None, battery=High, valve=0, mode=Auto, id=OEQ0943015, interface=wireless, friendly_name=Radiatore Cucina, supported_features=17 @ 2020-02-19T23:42:56.937759+01:00>, new_state=<state climate.oeq0943015=auto; hvac_modes=['auto', 'heat', 'off'], min_temp=4.5, max_temp=30.5, target_temp_step=0.5, preset_modes=['boost'], current_temperature=19.4, temperature=18.0, preset_mode=None, battery=High, valve=0, mode=Auto, id=OEQ0943015, interface=wireless, friendly_name=Radiatore Cucina, supported_features=17 @ 2020-02-19T23:42:56.937759+01:00>>}
2020-02-20 11:27:08 DEBUG (Thread-2) [pyhomematic.devicetypes.generic] HMGeneric.event: Using callback <bound method HMDevice._hm_event_callback of <Entity OEQ0943015: auto>>
2020-02-20 11:27:08 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.140710816956752] Sending {'id': 3, 'type': 'event', 'event': <Event state_changed[L]: entity_id=climate.oeq0943015, old_state=<state climate.oeq0943015=auto; hvac_modes=['auto', 'heat', 'off'], min_temp=4.5, max_temp=30.5, target_temp_step=0.5, preset_modes=['boost'], current_temperature=19.4, temperature=21.0, preset_mode=None, battery=High, valve=0, mode=Auto, id=OEQ0943015, interface=wireless, friendly_name=Radiatore Cucina, supported_features=17 @ 2020-02-19T23:42:56.937759+01:00>, new_state=<state climate.oeq0943015=auto; hvac_modes=['auto', 'heat', 'off'], min_temp=4.5, max_temp=30.5, target_temp_step=0.5, preset_modes=['boost'], current_temperature=19.4, temperature=18.0, preset_mode=None, battery=High, valve=0, mode=Auto, id=OEQ0943015, interface=wireless, friendly_name=Radiatore Cucina, supported_features=17 @ 2020-02-19T23:42:56.937759+01:00>>}
2020-02-20 11:27:08 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.140710739273104] Sending {'id': 2, 'type': 'event', 'event': <Event state_changed[L]: entity_id=climate.oeq0943015, old_state=<state climate.oeq0943015=auto; hvac_modes=['auto', 'heat', 'off'], min_temp=4.5, max_temp=30.5, target_temp_step=0.5, preset_modes=['boost'], current_temperature=19.4, temperature=21.0, preset_mode=None, battery=High, valve=0, mode=Auto, id=OEQ0943015, interface=wireless, friendly_name=Radiatore Cucina, supported_features=17 @ 2020-02-19T23:42:56.937759+01:00>, new_state=<state climate.oeq0943015=auto; hvac_modes=['auto', 'heat', 'off'], min_temp=4.5, max_temp=30.5, target_temp_step=0.5, preset_modes=['boost'], current_temperature=19.4, temperature=18.0, preset_mode=None, battery=High, valve=0, mode=Auto, id=OEQ0943015, interface=wireless, friendly_name=Radiatore Cucina, supported_features=17 @ 2020-02-19T23:42:56.937759+01:00>>}
2020-02-20 12:31:43 DEBUG (Thread-2) [pyhomematic._hm] RPCFunctions.event: interface_id = homeassistant-wireless, address = OEQ0943015:0, value_key = RSSI_DEVICE, value = -62
2020-02-20 12:31:43 INFO (Thread-2) [pyhomematic.devicetypes.generic] HMGeneric.event: address=OEQ0943015:0, interface_id=homeassistant-wireless, key=RSSI_DEVICE, value=-62
2020-02-20 12:31:43 DEBUG (Thread-2) [pyhomematic.devicetypes.generic] HMGeneric.event: Using callback <bound method HMDevice._hm_event_callback of <Entity OEQ0943015 LOWBAT: off>>
2020-02-20 12:31:43 DEBUG (Thread-2) [pyhomematic.devicetypes.generic] HMGeneric.event: Using callback <bound method HMDevice._hm_event_callback of <Entity OEQ0943015: auto>>
2020-02-20 12:31:43 DEBUG (Thread-2) [pyhomematic._hm] RPCFunctions.event: interface_id = homeassistant-wireless, address = OEQ0943015:0, value_key = LOWBAT, value = False
2020-02-20 12:31:43 INFO (Thread-2) [pyhomematic.devicetypes.generic] HMGeneric.event: address=OEQ0943015:0, interface_id=homeassistant-wireless, key=LOWBAT, value=False
2020-02-20 12:31:43 DEBUG (Thread-2) [pyhomematic.devicetypes.generic] HMGeneric.event: Using callback <bound method HMDevice._hm_event_callback of <Entity OEQ0943015 LOWBAT: off>>
2020-02-20 12:31:43 DEBUG (Thread-2) [pyhomematic.devicetypes.generic] HMGeneric.event: Using callback <bound method HMDevice._hm_event_callback of <Entity OEQ0943015: auto>>
2020-02-20 12:31:43 DEBUG (Thread-2) [pyhomematic._hm] RPCFunctions.event: interface_id = homeassistant-wireless, address = OEQ0943015:1, value_key = ACTUAL_TEMPERATURE, value = 19.2
2020-02-20 12:31:43 INFO (Thread-2) [pyhomematic.devicetypes.generic] HMGeneric.event: address=OEQ0943015:1, interface_id=homeassistant-wireless, key=ACTUAL_TEMPERATURE, value=19.2
2020-02-20 12:31:43 DEBUG (Thread-2) [pyhomematic.devicetypes.generic] HMGeneric.event: Using callback <bound method HMDevice._hm_event_callback of <Entity OEQ0943015 LOWBAT: off>>
2020-02-20 12:31:43 DEBUG (Thread-2) [pyhomematic.devicetypes.generic] HMGeneric.event: Using callback <bound method HMDevice._hm_event_callback of <Entity OEQ0943015: auto>>
2020-02-20 12:31:43 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=climate.oeq0943015, old_state=<state climate.oeq0943015=auto; hvac_modes=['auto', 'heat', 'off'], min_temp=4.5, max_temp=30.5, target_temp_step=0.5, preset_modes=['boost'], current_temperature=19.4, temperature=18.0, preset_mode=None, battery=High, valve=0, mode=Auto, id=OEQ0943015, interface=wireless, friendly_name=Radiatore Cucina, supported_features=17 @ 2020-02-19T23:42:56.937759+01:00>, new_state=<state climate.oeq0943015=auto; hvac_modes=['auto', 'heat', 'off'], min_temp=4.5, max_temp=30.5, target_temp_step=0.5, preset_modes=['boost'], current_temperature=19.2, temperature=18.0, preset_mode=None, battery=High, valve=0, mode=Auto, id=OEQ0943015, interface=wireless, friendly_name=Radiatore Cucina, supported_features=17 @ 2020-02-19T23:42:56.937759+01:00>>
2020-02-20 12:31:43 DEBUG (Thread-2) [pyhomematic._hm] RPCFunctions.event: interface_id = homeassistant-wireless, address = OEQ0943015:1, value_key = CONTROL_MODE, value = 0
2020-02-20 12:31:43 INFO (Thread-2) [pyhomematic.devicetypes.generic] HMGeneric.event: address=OEQ0943015:1, interface_id=homeassistant-wireless, key=CONTROL_MODE, value=0
2020-02-20 12:31:43 DEBUG (Thread-2) [pyhomematic.devicetypes.generic] HMGeneric.event: Using callback <bound method HMDevice._hm_event_callback of <Entity OEQ0943015 LOWBAT: off>>
2020-02-20 12:31:43 DEBUG (Thread-2) [pyhomematic.devicetypes.generic] HMGeneric.event: Using callback <bound method HMDevice._hm_event_callback of <Entity OEQ0943015: auto>>
2020-02-20 12:31:43 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.140710816956752] Sending {'id': 2, 'type': 'event', 'event': <Event state_changed[L]: entity_id=climate.oeq0943015, old_state=<state climate.oeq0943015=auto; hvac_modes=['auto', 'heat', 'off'], min_temp=4.5, max_temp=30.5, target_temp_step=0.5, preset_modes=['boost'], current_temperature=19.4, temperature=18.0, preset_mode=None, battery=High, valve=0, mode=Auto, id=OEQ0943015, interface=wireless, friendly_name=Radiatore Cucina, supported_features=17 @ 2020-02-19T23:42:56.937759+01:00>, new_state=<state climate.oeq0943015=auto; hvac_modes=['auto', 'heat', 'off'], min_temp=4.5, max_temp=30.5, target_temp_step=0.5, preset_modes=['boost'], current_temperature=19.2, temperature=18.0, preset_mode=None, battery=High, valve=0, mode=Auto, id=OEQ0943015, interface=wireless, friendly_name=Radiatore Cucina, supported_features=17 @ 2020-02-19T23:42:56.937759+01:00>>}
2020-02-20 12:31:43 DEBUG (Thread-2) [pyhomematic._hm] RPCFunctions.event: interface_id = homeassistant-wireless, address = OEQ0943015:1, value_key = LOCKED, value = False
2020-02-20 12:31:43 INFO (Thread-2) [pyhomematic.devicetypes.generic] HMGeneric.event: address=OEQ0943015:1, interface_id=homeassistant-wireless, key=LOCKED, value=False
2020-02-20 12:31:43 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.140710816956752] Sending {'id': 3, 'type': 'event', 'event': <Event state_changed[L]: entity_id=climate.oeq0943015, old_state=<state climate.oeq0943015=auto; hvac_modes=['auto', 'heat', 'off'], min_temp=4.5, max_temp=30.5, target_temp_step=0.5, preset_modes=['boost'], current_temperature=19.4, temperature=18.0, preset_mode=None, battery=High, valve=0, mode=Auto, id=OEQ0943015, interface=wireless, friendly_name=Radiatore Cucina, supported_features=17 @ 2020-02-19T23:42:56.937759+01:00>, new_state=<state climate.oeq0943015=auto; hvac_modes=['auto', 'heat', 'off'], min_temp=4.5, max_temp=30.5, target_temp_step=0.5, preset_modes=['boost'], current_temperature=19.2, temperature=18.0, preset_mode=None, battery=High, valve=0, mode=Auto, id=OEQ0943015, interface=wireless, friendly_name=Radiatore Cucina, supported_features=17 @ 2020-02-19T23:42:56.937759+01:00>>}
2020-02-20 12:31:43 DEBUG (Thread-2) [pyhomematic.devicetypes.generic] HMGeneric.event: Using callback <bound method HMDevice._hm_event_callback of <Entity OEQ0943015 LOWBAT: off>>
2020-02-20 12:31:43 DEBUG (Thread-2) [pyhomematic.devicetypes.generic] HMGeneric.event: Using callback <bound method HMDevice._hm_event_callback of <Entity OEQ0943015: auto>>
2020-02-20 12:31:43 DEBUG (Thread-2) [pyhomematic._hm] RPCFunctions.event: interface_id = homeassistant-wireless, address = OEQ0943015:1, value_key = SET_TEMPERATURE, value = 21.0
2020-02-20 12:31:43 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.140710739273104] Sending {'id': 2, 'type': 'event', 'event': <Event state_changed[L]: entity_id=climate.oeq0943015, old_state=<state climate.oeq0943015=auto; hvac_modes=['auto', 'heat', 'off'], min_temp=4.5, max_temp=30.5, target_temp_step=0.5, preset_modes=['boost'], current_temperature=19.4, temperature=18.0, preset_mode=None, battery=High, valve=0, mode=Auto, id=OEQ0943015, interface=wireless, friendly_name=Radiatore Cucina, supported_features=17 @ 2020-02-19T23:42:56.937759+01:00>, new_state=<state climate.oeq0943015=auto; hvac_modes=['auto', 'heat', 'off'], min_temp=4.5, max_temp=30.5, target_temp_step=0.5, preset_modes=['boost'], current_temperature=19.2, temperature=18.0, preset_mode=None, battery=High, valve=0, mode=Auto, id=OEQ0943015, interface=wireless, friendly_name=Radiatore Cucina, supported_features=17 @ 2020-02-19T23:42:56.937759+01:00>>}
2020-02-20 12:31:43 INFO (Thread-2) [pyhomematic.devicetypes.generic] HMGeneric.event: address=OEQ0943015:1, interface_id=homeassistant-wireless, key=SET_TEMPERATURE, value=21.0
2020-02-20 12:31:43 DEBUG (Thread-2) [pyhomematic.devicetypes.generic] HMGeneric.event: Using callback <bound method HMDevice._hm_event_callback of <Entity OEQ0943015 LOWBAT: off>>
2020-02-20 12:31:43 DEBUG (Thread-2) [pyhomematic.devicetypes.generic] HMGeneric.event: Using callback <bound method HMDevice._hm_event_callback of <Entity OEQ0943015: auto>>
2020-02-20 12:31:43 DEBUG (Thread-2) [pyhomematic._hm] RPCFunctions.event: interface_id = homeassistant-wireless, address = OEQ0943015:1, value_key = VALVE_STATE, value = 52
2020-02-20 12:31:43 INFO (Thread-2) [pyhomematic.devicetypes.generic] HMGeneric.event: address=OEQ0943015:1, interface_id=homeassistant-wireless, key=VALVE_STATE, value=52
2020-02-20 12:31:43 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=climate.oeq0943015, old_state=<state climate.oeq0943015=auto; hvac_modes=['auto', 'heat', 'off'], min_temp=4.5, max_temp=30.5, target_temp_step=0.5, preset_modes=['boost'], current_temperature=19.2, temperature=18.0, preset_mode=None, battery=High, valve=0, mode=Auto, id=OEQ0943015, interface=wireless, friendly_name=Radiatore Cucina, supported_features=17 @ 2020-02-19T23:42:56.937759+01:00>, new_state=<state climate.oeq0943015=auto; hvac_modes=['auto', 'heat', 'off'], min_temp=4.5, max_temp=30.5, target_temp_step=0.5, preset_modes=['boost'], current_temperature=19.2, temperature=21.0, preset_mode=None, battery=High, valve=0, mode=Auto, id=OEQ0943015, interface=wireless, friendly_name=Radiatore Cucina, supported_features=17 @ 2020-02-19T23:42:56.937759+01:00>>
2020-02-20 12:31:43 DEBUG (Thread-2) [pyhomematic.devicetypes.generic] HMGeneric.event: Using callback <bound method HMDevice._hm_event_callback of <Entity OEQ0943015 LOWBAT: off>>
2020-02-20 12:31:43 DEBUG (Thread-2) [pyhomematic.devicetypes.generic] HMGeneric.event: Using callback <bound method HMDevice._hm_event_callback of <Entity OEQ0943015: auto>>
2020-02-20 12:31:43 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.140710816956752] Sending {'id': 2, 'type': 'event', 'event': <Event state_changed[L]: entity_id=climate.oeq0943015, old_state=<state climate.oeq0943015=auto; hvac_modes=['auto', 'heat', 'off'], min_temp=4.5, max_temp=30.5, target_temp_step=0.5, preset_modes=['boost'], current_temperature=19.2, temperature=18.0, preset_mode=None, battery=High, valve=0, mode=Auto, id=OEQ0943015, interface=wireless, friendly_name=Radiatore Cucina, supported_features=17 @ 2020-02-19T23:42:56.937759+01:00>, new_state=<state climate.oeq0943015=auto; hvac_modes=['auto', 'heat', 'off'], min_temp=4.5, max_temp=30.5, target_temp_step=0.5, preset_modes=['boost'], current_temperature=19.2, temperature=21.0, preset_mode=None, battery=High, valve=0, mode=Auto, id=OEQ0943015, interface=wireless, friendly_name=Radiatore Cucina, supported_features=17 @ 2020-02-19T23:42:56.937759+01:00>>}
2020-02-20 12:31:43 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.140710816956752] Sending {'id': 3, 'type': 'event', 'event': <Event state_changed[L]: entity_id=climate.oeq0943015, old_state=<state climate.oeq0943015=auto; hvac_modes=['auto', 'heat', 'off'], min_temp=4.5, max_temp=30.5, target_temp_step=0.5, preset_modes=['boost'], current_temperature=19.2, temperature=18.0, preset_mode=None, battery=High, valve=0, mode=Auto, id=OEQ0943015, interface=wireless, friendly_name=Radiatore Cucina, supported_features=17 @ 2020-02-19T23:42:56.937759+01:00>, new_state=<state climate.oeq0943015=auto; hvac_modes=['auto', 'heat', 'off'], min_temp=4.5, max_temp=30.5, target_temp_step=0.5, preset_modes=['boost'], current_temperature=19.2, temperature=21.0, preset_mode=None, battery=High, valve=0, mode=Auto, id=OEQ0943015, interface=wireless, friendly_name=Radiatore Cucina, supported_features=17 @ 2020-02-19T23:42:56.937759+01:00>>}
2020-02-20 12:31:43 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.140710739273104] Sending {'id': 2, 'type': 'event', 'event': <Event state_changed[L]: entity_id=climate.oeq0943015, old_state=<state climate.oeq0943015=auto; hvac_modes=['auto', 'heat', 'off'], min_temp=4.5, max_temp=30.5, target_temp_step=0.5, preset_modes=['boost'], current_temperature=19.2, temperature=18.0, preset_mode=None, battery=High, valve=0, mode=Auto, id=OEQ0943015, interface=wireless, friendly_name=Radiatore Cucina, supported_features=17 @ 2020-02-19T23:42:56.937759+01:00>, new_state=<state climate.oeq0943015=auto; hvac_modes=['auto', 'heat', 'off'], min_temp=4.5, max_temp=30.5, target_temp_step=0.5, preset_modes=['boost'], current_temperature=19.2, temperature=21.0, preset_mode=None, battery=High, valve=0, mode=Auto, id=OEQ0943015, interface=wireless, friendly_name=Radiatore Cucina, supported_features=17 @ 2020-02-19T23:42:56.937759+01:00>>}
2020-02-20 12:31:43 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=binary_sensor.oeq0943015_lowbat, old_state=<state binary_sensor.oeq0943015_lowbat=off; battery=High, valve=0, mode=Auto, id=OEQ0943015, interface=wireless, friendly_name=Batteria Radiatore Cucina, device_class=battery @ 2020-02-19T23:42:56.847726+01:00>, new_state=<state binary_sensor.oeq0943015_lowbat=off; battery=High, valve=52, mode=Auto, id=OEQ0943015, interface=wireless, friendly_name=Batteria Radiatore Cucina, device_class=battery @ 2020-02-19T23:42:56.847726+01:00>>
2020-02-20 12:31:43 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=climate.oeq0943015, old_state=<state climate.oeq0943015=auto; hvac_modes=['auto', 'heat', 'off'], min_temp=4.5, max_temp=30.5, target_temp_step=0.5, preset_modes=['boost'], current_temperature=19.2, temperature=21.0, preset_mode=None, battery=High, valve=0, mode=Auto, id=OEQ0943015, interface=wireless, friendly_name=Radiatore Cucina, supported_features=17 @ 2020-02-19T23:42:56.937759+01:00>, new_state=<state climate.oeq0943015=auto; hvac_modes=['auto', 'heat', 'off'], min_temp=4.5, max_temp=30.5, target_temp_step=0.5, preset_modes=['boost'], current_temperature=19.2, temperature=21.0, preset_mode=None, battery=High, valve=52, mode=Auto, id=OEQ0943015, interface=wireless, friendly_name=Radiatore Cucina, supported_features=17 @ 2020-02-19T23:42:56.937759+01:00>>
2020-02-20 12:31:43 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.140710816956752] Sending {'id': 2, 'type': 'event', 'event': <Event state_changed[L]: entity_id=binary_sensor.oeq0943015_lowbat, old_state=<state binary_sensor.oeq0943015_lowbat=off; battery=High, valve=0, mode=Auto, id=OEQ0943015, interface=wireless, friendly_name=Batteria Radiatore Cucina, device_class=battery @ 2020-02-19T23:42:56.847726+01:00>, new_state=<state binary_sensor.oeq0943015_lowbat=off; battery=High, valve=52, mode=Auto, id=OEQ0943015, interface=wireless, friendly_name=Batteria Radiatore Cucina, device_class=battery @ 2020-02-19T23:42:56.847726+01:00>>}
2020-02-20 12:31:43 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.140710816956752] Sending {'id': 3, 'type': 'event', 'event': <Event state_changed[L]: entity_id=binary_sensor.oeq0943015_lowbat, old_state=<state binary_sensor.oeq0943015_lowbat=off; battery=High, valve=0, mode=Auto, id=OEQ0943015, interface=wireless, friendly_name=Batteria Radiatore Cucina, device_class=battery @ 2020-02-19T23:42:56.847726+01:00>, new_state=<state binary_sensor.oeq0943015_lowbat=off; battery=High, valve=52, mode=Auto, id=OEQ0943015, interface=wireless, friendly_name=Batteria Radiatore Cucina, device_class=battery @ 2020-02-19T23:42:56.847726+01:00>>}
2020-02-20 12:31:43 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.140710816956752] Sending {'id': 2, 'type': 'event', 'event': <Event state_changed[L]: entity_id=climate.oeq0943015, old_state=<state climate.oeq0943015=auto; hvac_modes=['auto', 'heat', 'off'], min_temp=4.5, max_temp=30.5, target_temp_step=0.5, preset_modes=['boost'], current_temperature=19.2, temperature=21.0, preset_mode=None, battery=High, valve=0, mode=Auto, id=OEQ0943015, interface=wireless, friendly_name=Radiatore Cucina, supported_features=17 @ 2020-02-19T23:42:56.937759+01:00>, new_state=<state climate.oeq0943015=auto; hvac_modes=['auto', 'heat', 'off'], min_temp=4.5, max_temp=30.5, target_temp_step=0.5, preset_modes=['boost'], current_temperature=19.2, temperature=21.0, preset_mode=None, battery=High, valve=52, mode=Auto, id=OEQ0943015, interface=wireless, friendly_name=Radiatore Cucina, supported_features=17 @ 2020-02-19T23:42:56.937759+01:00>>}
2020-02-20 12:31:43 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.140710816956752] Sending {'id': 3, 'type': 'event', 'event': <Event state_changed[L]: entity_id=climate.oeq0943015, old_state=<state climate.oeq0943015=auto; hvac_modes=['auto', 'heat', 'off'], min_temp=4.5, max_temp=30.5, target_temp_step=0.5, preset_modes=['boost'], current_temperature=19.2, temperature=21.0, preset_mode=None, battery=High, valve=0, mode=Auto, id=OEQ0943015, interface=wireless, friendly_name=Radiatore Cucina, supported_features=17 @ 2020-02-19T23:42:56.937759+01:00>, new_state=<state climate.oeq0943015=auto; hvac_modes=['auto', 'heat', 'off'], min_temp=4.5, max_temp=30.5, target_temp_step=0.5, preset_modes=['boost'], current_temperature=19.2, temperature=21.0, preset_mode=None, battery=High, valve=52, mode=Auto, id=OEQ0943015, interface=wireless, friendly_name=Radiatore Cucina, supported_features=17 @ 2020-02-19T23:42:56.937759+01:00>>}
2020-02-20 12:31:43 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.140710739273104] Sending {'id': 2, 'type': 'event', 'event': <Event state_changed[L]: entity_id=binary_sensor.oeq0943015_lowbat, old_state=<state binary_sensor.oeq0943015_lowbat=off; battery=High, valve=0, mode=Auto, id=OEQ0943015, interface=wireless, friendly_name=Batteria Radiatore Cucina, device_class=battery @ 2020-02-19T23:42:56.847726+01:00>, new_state=<state binary_sensor.oeq0943015_lowbat=off; battery=High, valve=52, mode=Auto, id=OEQ0943015, interface=wireless, friendly_name=Batteria Radiatore Cucina, device_class=battery @ 2020-02-19T23:42:56.847726+01:00>>}
2020-02-20 12:31:43 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.140710739273104] Sending {'id': 2, 'type': 'event', 'event': <Event state_changed[L]: entity_id=climate.oeq0943015, old_state=<state climate.oeq0943015=auto; hvac_modes=['auto', 'heat', 'off'], min_temp=4.5, max_temp=30.5, target_temp_step=0.5, preset_modes=['boost'], current_temperature=19.2, temperature=21.0, preset_mode=None, battery=High, valve=0, mode=Auto, id=OEQ0943015, interface=wireless, friendly_name=Radiatore Cucina, supported_features=17 @ 2020-02-19T23:42:56.937759+01:00>, new_state=<state climate.oeq0943015=auto; hvac_modes=['auto', 'heat', 'off'], min_temp=4.5, max_temp=30.5, target_temp_step=0.5, preset_modes=['boost'], current_temperature=19.2, temperature=21.0, preset_mode=None, battery=High, valve=52, mode=Auto, id=OEQ0943015, interface=wireless, friendly_name=Radiatore Cucina, supported_features=17 @ 2020-02-19T23:42:56.937759+01:00>>}
Someone can tell me?
Also I note that the timestamp 2020-02-19T23:42:56.937759+01:00 at the end of data packets is the time when I reset Home Assistant, last night… Is it right? Should it be updated?
Any suggestion?
This is snippet from my homeassistant configuration file
homematic:
local_ip: 192.168.1.251
local_port: 36845
interfaces:
wireless:
host: 192.168.1.251
port: 2001
callback_ip: 192.168.1.251
callback_port: 36845
resolvenames: json
Thank you
Michele