Another component for ZiGate

So I just updated to version 3.0e and the component stopped working completely.
The error in Hassio: No response after command 0x0010

The devices no longer connect and new devices cannot be added. @doudz do you think this is easily fixed?

Thanks in advance!

I think it’s not related to the component, No response after command 0x0010 means zigate doesn’t communicate, it’s a common problem
Maybe you have to disconnect / reconnect the zigate, or call reset

I have not updated my zigate yet since I just want to finish the support of a new command before, and I prefer to wait a little for 3.0f since it will fix some things

Alright good to know! I will try to reset the zigate and pray it works :wink:
Thanks!

I’ve updated this component to latest version and call the clean_devices.
Now all my battery devices are not recognized anymore in hass.
I can see them in hass if i trigger them but the entity id always get _2 at the end.
For example device 09c5 get entity name zigate.09c5_2 and my config does not find it anymore.

And if i re join it, I receive a new addr but the entity name is not updated:
For example device 526e keep name zigate.8065, my config files find it but it’s a bit ugly to have a deivce name not matching the zigate address.

Any idea how I can solve this ?

Thanks

edit: of course I can rename the entity after re join it but if I do that with my temp sensors I will lost all my history in influxdb :confused:

ok I’ve found the solution I’ve deleted entries from core.entity_registry file and then restarted hass.

So I installed this ZiGate component and added an aqara switch with great success.
I am however struggling a bit to with a Hue White Ambience bulb (E27) and the hue remote (4 buttons one).
In a nutshell:

  • I an associate the remote and the bulb with ZiGate (i get a notification in the front end saying the two devices were added)
  • I cannot control the lightbulb’s temperature (brightness, on, off is ok)
  • The remote does not appear as a switch/sensor (like the aqara for instance)

I can read python and tinker a bit but I struggle to see where/how the component decides that a light has certain features…

Has anyone else successfully added a Hue White Ambiance?

Ok, a bit of progress. I have unpaired everything and re-paired it…
I can now ‘see’ color temperature however:

  • changing colour temperature does nothing
  • reported brightness is incorrect (always reports 100%)…
    Any help would be appreciated!

it’s a known problem, but need to investigate since I don’t know why
I have no hue right now
could you share your .zigate.json file ?

Please see attached (I added a .xml extension so it would upload here).
‘Interestingly’, I refreshed the device and has now lost the temperature slider…

Happy to help any way I can, of course

Where’s the file ?

It could be useful to put log in debug mode, call refresh and see what happens

zigate.json.yaml (33.7 KB)

2018-11-17 21:19:34 DEBUG (SyncWorker_0) [zigate] Msg to send b’00420002a75eb9’
2018-11-17 21:19:34 DEBUG (SyncWorker_0) [zigate] Encoded Msg to send b’\x01\x02\x10B\x02\x10\x02\x12\xa7^\xb9\x03’
2018-11-17 21:19:34 DEBUG (SyncWorker_0) [zigate] Waiting for status message for command 0x0042
2018-11-17 21:19:34 DEBUG (Thread-4) [zigate] Received response 0x8000: b’\x00L\x00B’
2018-11-17 21:19:34 DEBUG (Thread-4) [zigate] RESPONSE 0x8000 - Status response : status:0, sequence:76, packet_type:66, error:b’’, rssi:0
2018-11-17 21:19:34 DEBUG (Thread-4) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2018-11-17 21:19:34 DEBUG (Thread-4) [zigate] Received response 0x8042: b’L\x00^\xb9\x10\x0b\x00-\x00-\x00\x00\x00\x8eG@\x01’
2018-11-17 21:19:34 DEBUG (Thread-4) [zigate] RESPONSE 0x8042 - Node descriptor : sequence:76, status:0, addr:5eb9, manufacturer:100b, max_rx:45, max_tx:45, server_mask:0, descriptor_capability:00000000, mac_capability:10001110, max_buffer:71, bit_field:0100000000000001, rssi:102
2018-11-17 21:19:34 DEBUG (Thread-4) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2018-11-17 21:19:34 DEBUG (SyncWorker_0) [zigate] STATUS code to command 0x0042:0
2018-11-17 21:19:34 DEBUG (SyncWorker_0) [zigate] REQUEST : 0x0045 5eb9
2018-11-17 21:19:34 DEBUG (SyncWorker_0) [zigate] Msg to send b’00450002a05eb9’
2018-11-17 21:19:34 DEBUG (SyncWorker_0) [zigate] Encoded Msg to send b’\x01\x02\x10E\x02\x10\x02\x12\xa0^\xb9\x03’
2018-11-17 21:19:34 DEBUG (SyncWorker_0) [zigate] Waiting for status message for command 0x0045
2018-11-17 21:19:34 DEBUG (Thread-4) [zigate] Received response 0x8000: b’\x00M\x00E’
2018-11-17 21:19:34 DEBUG (Thread-4) [zigate] RESPONSE 0x8000 - Status response : status:0, sequence:77, packet_type:69, error:b’’, rssi:0
2018-11-17 21:19:34 DEBUG (Thread-4) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2018-11-17 21:19:34 DEBUG (Thread-4) [zigate] Received response 0x8045: b’M\x00^\xb9\x02\x0b\xf2’
2018-11-17 21:19:34 DEBUG (Thread-4) [zigate] RESPONSE 0x8045 - Active endpoints : endpoints:[OrderedDict([(‘endpoint’, 11)]), OrderedDict([(‘endpoint’, 242)])], sequence:77, status:0, addr:5eb9, endpoint_count:2, rssi:102
2018-11-17 21:19:34 DEBUG (Thread-4) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2018-11-17 21:19:34 DEBUG (SyncWorker_0) [zigate] STATUS code to command 0x0045:0
2018-11-17 21:19:34 DEBUG (Thread-4) [zigate] REQUEST : 0x0043 b’^\xb9\x0b’
2018-11-17 21:19:34 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_executed[L]: service_call_id=fa0302a3e72347d3b0fe85d435c61f3e>
2018-11-17 21:19:34 DEBUG (Thread-4) [zigate] Msg to send b’00430003ac5eb90b’
2018-11-17 21:19:34 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.1842904784] Sending {‘id’: 2, ‘type’: ‘event’, ‘event’: {‘event_type’: ‘service_executed’, ‘data’: {‘service_call_id’: ‘fa0302a3e72347d3b0fe85d435c61f3e’}, ‘origin’: ‘LOCAL’, ‘time_fired’: datetime.datetime(2018, 11, 17, 21, 19, 34, 957874, tzinfo=), ‘context’: {‘id’: ‘73050af8428f4ffbb67695e1cccce5b3’, ‘user_id’: ‘442d2743f05148d58cb83aa3de6e643d’}}}
2018-11-17 21:19:34 DEBUG (Thread-4) [zigate] Encoded Msg to send b’\x01\x02\x10C\x02\x10\x02\x13\xac^\xb9\x02\x1b\x03’
2018-11-17 21:19:34 DEBUG (Thread-4) [zigate] Waiting for status message for command 0x0043
2018-11-17 21:19:34 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.1842925360] Sending {‘id’: 16, ‘type’: ‘result’, ‘success’: True, ‘result’: None}
2018-11-17 21:19:35 DEBUG (Thread-3) [sseclient] Dispatching keep-alive event, 4 bytes…
2018-11-17 21:19:35 DEBUG (Thread-3) [nest.nest] <<< keep-alive event
2018-11-17 21:19:37 WARNING (Thread-4) [zigate] No response after command 0x0043
2018-11-17 21:19:37 DEBUG (Thread-4) [zigate] REQUEST : 0x0043 b’^\xb9\xf2’
2018-11-17 21:19:38 DEBUG (Thread-4) [zigate] Msg to send b’00430003555eb9f2’
2018-11-17 21:19:38 DEBUG (Thread-4) [zigate] Encoded Msg to send b’\x01\x02\x10C\x02\x10\x02\x13U^\xb9\xf2\x03’
2018-11-17 21:19:38 DEBUG (Thread-4) [zigate] Waiting for status message for command 0x0043

Thanks, but the beginning is missing and the end too.
The refresh process takes several seconds and send many request to the device

Thanks for the file

ok, let me try again

Ok, I think the is the end: 2018-11-18 11:56:06 DEBUG (Thread-4) [zigate] Dispatch ZIGATE_ATTRIBUTE_UPDATED
2018-11-18 11:56:06 DEBUG (Thread-4) [custom_components.zigate] Update attribute for device Device 5eb9 LTW010 {‘endpoint’: 11, ‘cluster’: 6, ‘addr’: ‘5eb9’, ‘attribute’: 0, ‘data’: False, ‘name’: ‘onoff’, ‘value’: False}
2018-11-18 11:56:06 DEBUG (Thread-4) [zigate] Received response 0x8102: b’F^\xb9\x0b\x00\x06\x80\x00\x86\xff\x00\x00’
2018-11-18 11:56:06 DEBUG (Thread-4) [zigate] RESPONSE 0x8102 - Individual Attribute Report : sequence:70, addr:5eb9, endpoint:11, cluster:6, attribute:32768, status:134, data_type:255, size:0, data:, rssi:111
2018-11-18 11:56:06 DEBUG (Thread-4) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2018-11-18 11:56:06 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=zigate.7362, old_state=<state zigate.7362=2018-11-18 11:56:05; battery_voltage=None, battery_level=100, rssi_percent=44, type=LTW010, manufacturer=100b, receiver_on_when_idle=True, missing=False, addr=5eb9, bit_field=0100000000000001, descriptor_capability=00000000, id=51, ieee=0017880103d9cfcd, last_seen=2018-11-18 11:56:05, mac_capability=10001110, max_buffer=71, max_rx=45, max_tx=45, power_type=1, rssi=111, server_mask=0, friendly_name=Device 5eb9 LTW010, icon=mdi:access-point @ 2018-11-18T11:56:05.781973+00:00>, new_state=<state zigate.7362=2018-11-18 11:56:06; battery_voltage=None, battery_level=100, rssi_percent=44, type=LTW010, manufacturer=100b, receiver_on_when_idle=True, missing=False, addr=5eb9, bit_field=0100000000000001, descriptor_capability=00000000, id=51, ieee=0017880103d9cfcd, last_seen=2018-11-18 11:56:06, mac_capability=10001110, max_buffer=71, max_rx=45, max_tx=45, power_type=1, rssi=111, server_mask=0, friendly_name=Device 5eb9 LTW010, icon=mdi:access-point @ 2018-11-18T11:56:06.013980+00:00>>
2018-11-18 11:56:06 DEBUG (Thread-4) [zigate] Receive Bad status
2018-11-18 11:56:06 DEBUG (Thread-4) [zigate] Received response 0x8000: b’\x00G\x01\x00’
2018-11-18 11:56:06 DEBUG (Thread-4) [zigate] RESPONSE 0x8000 - Status response : status:0, sequence:71, packet_type:256, error:b’’, rssi:0
2018-11-18 11:56:06 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.1842904784] Sending {‘id’: 2, ‘type’: ‘event’, ‘event’: {‘event_type’: ‘state_changed’, ‘data’: {‘entity_id’: ‘zigate.7362’, ‘old_state’: <state zigate.7362=2018-11-18 11:56:05; battery_voltage=None, battery_level=100, rssi_percent=44, type=LTW010, manufacturer=100b, receiver_on_when_idle=True, missing=False, addr=5eb9, bit_field=0100000000000001, descriptor_capability=00000000, id=51, ieee=0017880103d9cfcd, last_seen=2018-11-18 11:56:05, mac_capability=10001110, max_buffer=71, max_rx=45, max_tx=45, power_type=1, rssi=111, server_mask=0, friendly_name=Device 5eb9 LTW010, icon=mdi:access-point @ 2018-11-18T11:56:05.781973+00:00>, ‘new_state’: <state zigate.7362=2018-11-18 11:56:06; battery_voltage=None, battery_level=100, rssi_percent=44, type=LTW010, manufacturer=100b, receiver_on_when_idle=True, missing=False, addr=5eb9, bit_field=0100000000000001, descriptor_capability=00000000, id=51, ieee=0017880103d9cfcd, last_seen=2018-11-18 11:56:06, mac_capability=10001110, max_buffer=71, max_rx=45, max_tx=45, power_type=1, rssi=111, server_mask=0, friendly_name=Device 5eb9 LTW010, icon=mdi:access-point @ 2018-11-18T11:56:06.013980+00:00>}, ‘origin’: ‘LOCAL’, ‘time_fired’: datetime.datetime(2018, 11, 18, 11, 56, 6, 14089, tzinfo=), ‘context’: {‘id’: ‘d4909e0e79ed4461bfa00723b1fbffb0’, ‘user_id’: None}}}
2018-11-18 11:56:06 DEBUG (Thread-4) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2018-11-18 11:56:06 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.1842904784] Sending {‘id’: 3, ‘type’: ‘event’, ‘event’: {‘event_type’: ‘state_changed’, ‘data’: {‘entity_id’: ‘zigate.7362’, ‘old_state’: <state zigate.7362=2018-11-18 11:56:05; battery_voltage=None, battery_level=100, rssi_percent=44, type=LTW010, manufacturer=100b, receiver_on_when_idle=True, missing=False, addr=5eb9, bit_field=0100000000000001, descriptor_capability=00000000, id=51, ieee=0017880103d9cfcd, last_seen=2018-11-18 11:56:05, mac_capability=10001110, max_buffer=71, max_rx=45, max_tx=45, power_type=1, rssi=111, server_mask=0, friendly_name=Device 5eb9 LTW010, icon=mdi:access-point @ 2018-11-18T11:56:05.781973+00:00>, ‘new_state’: <state zigate.7362=2018-11-18 11:56:06; battery_voltage=None, battery_level=100, rssi_percent=44, type=LTW010, manufacturer=100b, receiver_on_when_idle=True, missing=False, addr=5eb9, bit_field=0100000000000001, descriptor_capability=00000000, id=51, ieee=0017880103d9cfcd, last_seen=2018-11-18 11:56:06, mac_capability=10001110, max_buffer=71, max_rx=45, max_tx=45, power_type=1, rssi=111, server_mask=0, friendly_name=Device 5eb9 LTW010, icon=mdi:access-point @ 2018-11-18T11:56:06.013980+00:00>}, ‘origin’: ‘LOCAL’, ‘time_fired’: datetime.datetime(2018, 11, 18, 11, 56, 6, 14089, tzinfo=), ‘context’: {‘id’: ‘d4909e0e79ed4461bfa00723b1fbffb0’, ‘user_id’: None}}}
2018-11-18 11:56:06 DEBUG (Thread-4) [zigate] Received response 0x8102: b’G^\xb9\x0b\x00\x08\x00\x00\x00 \x00\x01\xfe’
2018-11-18 11:56:06 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.1873905616] Sending {‘id’: 2, ‘type’: ‘event’, ‘event’: {‘event_type’: ‘state_changed’, ‘data’: {‘entity_id’: ‘zigate.7362’, ‘old_state’: <state zigate.7362=2018-11-18 11:56:05; battery_voltage=None, battery_level=100, rssi_percent=44, type=LTW010, manufacturer=100b, receiver_on_when_idle=True, missing=False, addr=5eb9, bit_field=0100000000000001, descriptor_capability=00000000, id=51, ieee=0017880103d9cfcd, last_seen=2018-11-18 11:56:05, mac_capability=10001110, max_buffer=71, max_rx=45, max_tx=45, power_type=1, rssi=111, server_mask=0, friendly_name=Device 5eb9 LTW010, icon=mdi:access-point @ 2018-11-18T11:56:05.781973+00:00>, ‘new_state’: <state zigate.7362=2018-11-18 11:56:06; battery_voltage=None, battery_level=100, rssi_percent=44, type=LTW010, manufacturer=100b, receiver_on_when_idle=True, missing=False, addr=5eb9, bit_field=0100000000000001, descriptor_capability=00000000, id=51, ieee=0017880103d9cfcd, last_seen=2018-11-18 11:56:06, mac_capability=10001110, max_buffer=71, max_rx=45, max_tx=45, power_type=1, rssi=111, server_mask=0, friendly_name=Device 5eb9 LTW010, icon=mdi:access-point @ 2018-11-18T11:56:06.013980+00:00>}, ‘origin’: ‘LOCAL’, ‘time_fired’: datetime.datetime(2018, 11, 18, 11, 56, 6, 14089, tzinfo=), ‘context’: {‘id’: ‘d4909e0e79ed4461bfa00723b1fbffb0’, ‘user_id’: None}}}
2018-11-18 11:56:06 DEBUG (Thread-4) [zigate] RESPONSE 0x8102 - Individual Attribute Report : sequence:71, addr:5eb9, endpoint:11, cluster:8, attribute:0, status:0, data_type:32, size:1, data:254, rssi:111
2018-11-18 11:56:06 DEBUG (Thread-4) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2018-11-18 11:56:06 DEBUG (Thread-4) [zigate] Dispatch ZIGATE_ATTRIBUTE_UPDATED
2018-11-18 11:56:06 DEBUG (Thread-4) [custom_components.zigate] Update attribute for device Device 5eb9 LTW010 {‘endpoint’: 11, ‘cluster’: 8, ‘addr’: ‘5eb9’, ‘attribute’: 0, ‘data’: 254, ‘name’: ‘current_level’, ‘value’: 100}
2018-11-18 11:56:06 DEBUG (Thread-4) [zigate] Received response 0x8000: b’\x00H\x01\x00’
2018-11-18 11:56:06 DEBUG (Thread-4) [zigate] RESPONSE 0x8000 - Status response : status:0, sequence:72, packet_type:256, error:b’’, rssi:0
2018-11-18 11:56:06 DEBUG (Thread-4) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2018-11-18 11:56:06 DEBUG (Thread-4) [zigate] Received response 0x8102: b’H^\xb9\x0b\x03\x00\x00\x00\x86\xff\x00\x00’
2018-11-18 11:56:06 DEBUG (Thread-4) [zigate] RESPONSE 0x8102 - Individual Attribute Report : sequence:72, addr:5eb9, endpoint:11, cluster:768, attribute:0, status:134, data_type:255, size:0, data:, rssi:111
2018-11-18 11:56:06 DEBUG (Thread-4) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2018-11-18 11:56:06 DEBUG (Thread-4) [zigate] Receive Bad status
2018-11-18 11:56:06 DEBUG (Thread-4) [zigate] Received response 0x8102: b’H^\xb9\x0b\x03\x00\x00\x01\x86\xff\x00\x00’
2018-11-18 11:56:06 DEBUG (Thread-4) [zigate] RESPONSE 0x8102 - Individual Attribute Report : sequence:72, addr:5eb9, endpoint:11, cluster:768, attribute:1, status:134, data_type:255, size:0, data:, rssi:111
2018-11-18 11:56:06 DEBUG (Thread-4) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2018-11-18 11:56:06 DEBUG (Thread-4) [zigate] Receive Bad status
2018-11-18 11:56:06 DEBUG (Thread-4) [zigate] Received response 0x8102: b’H^\xb9\x0b\x03\x00\x00\x02\x00!\x00\x02\x00\x00’
2018-11-18 11:56:06 DEBUG (Thread-4) [zigate] RESPONSE 0x8102 - Individual Attribute Report : sequence:72, addr:5eb9, endpoint:11, cluster:768, attribute:2, status:0, data_type:33, size:2, data:0, rssi:111
2018-11-18 11:56:06 DEBUG (Thread-4) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2018-11-18 11:56:06 DEBUG (Thread-4) [zigate] Dispatch ZIGATE_ATTRIBUTE_UPDATED
2018-11-18 11:56:06 DEBUG (Thread-4) [custom_components.zigate] Update attribute for device Device 5eb9 LTW010 {‘endpoint’: 11, ‘cluster’: 768, ‘addr’: ‘5eb9’, ‘attribute’: 2, ‘data’: 0, ‘name’: ‘remaining_time’, ‘value’: 0}
2018-11-18 11:56:06 DEBUG (Thread-4) [zigate] Received response 0x8102: b’H^\xb9\x0b\x03\x00\x00\x03\x00!\x00\x02\x7f\xe6’
2018-11-18 11:56:06 DEBUG (Thread-4) [zigate] RESPONSE 0x8102 - Individual Attribute Report : sequence:72, addr:5eb9, endpoint:11, cluster:768, attribute:3, status:0, data_type:33, size:2, data:32742, rssi:111
2018-11-18 11:56:06 DEBUG (Thread-4) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2018-11-18 11:56:06 DEBUG (Thread-4) [zigate] Dispatch ZIGATE_ATTRIBUTE_UPDATED
2018-11-18 11:56:06 DEBUG (Thread-4) [custom_components.zigate] Update attribute for device Device 5eb9 LTW010 {‘endpoint’: 11, ‘cluster’: 768, ‘addr’: ‘5eb9’, ‘attribute’: 3, ‘data’: 32742, ‘name’: ‘current_x’, ‘value’: 0.499603271484375}
2018-11-18 11:56:06 DEBUG (Thread-4) [zigate] Received response 0x8102: b’H^\xb9\x0b\x03\x00\x00\x04\x00!\x00\x02jT’
2018-11-18 11:56:06 DEBUG (Thread-4) [zigate] RESPONSE 0x8102 - Individual Attribute Report : sequence:72, addr:5eb9, endpoint:11, cluster:768, attribute:4, status:0, data_type:33, size:2, data:27220, rssi:111
2018-11-18 11:56:06 DEBUG (Thread-4) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2018-11-18 11:56:06 DEBUG (Thread-4) [zigate] Dispatch ZIGATE_ATTRIBUTE_UPDATED
2018-11-18 11:56:06 DEBUG (Thread-4) [custom_components.zigate] Update attribute for device Device 5eb9 LTW010 {‘endpoint’: 11, ‘cluster’: 768, ‘addr’: ‘5eb9’, ‘attribute’: 4, ‘data’: 27220, ‘name’: ‘current_y’, ‘value’: 0.41534423828125}
2018-11-18 11:56:06 DEBUG (Thread-4) [zigate] Received response 0x8102: b’H^\xb9\x0b\x03\x00\x00\x05\x86\xff\x00\x00’
2018-11-18 11:56:06 DEBUG (Thread-4) [zigate] RESPONSE 0x8102 - Individual Attribute Report : sequence:72, addr:5eb9, endpoint:11, cluster:768, attribute:5, status:134, data_type:255, size:0, data:, rssi:111
2018-11-18 11:56:06 DEBUG (Thread-4) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2018-11-18 11:56:06 DEBUG (Thread-4) [zigate] Receive Bad status
2018-11-18 11:56:06 DEBUG (Thread-4) [zigate] Received response 0x8102: b’H^\xb9\x0b\x03\x00\x00\x06\x86\xff\x00\x00’
2018-11-18 11:56:06 DEBUG (Thread-4) [zigate] RESPONSE 0x8102 - Individual Attribute Report : sequence:72, addr:5eb9, endpoint:11, cluster:768, attribute:6, status:134, data_type:255, size:0, data:, rssi:111
2018-11-18 11:56:06 DEBUG (Thread-4) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2018-11-18 11:56:06 DEBUG (Thread-4) [zigate] Receive Bad status
2018-11-18 11:56:06 DEBUG (Thread-4) [zigate] Received response 0x8102: b’H^\xb9\x0b\x03\x00\x00\x07\x00!\x00\x02\x01\xbb’
2018-11-18 11:56:06 DEBUG (Thread-4) [zigate] RESPONSE 0x8102 - Individual Attribute Report : sequence:72, addr:5eb9, endpoint:11, cluster:768, attribute:7, status:0, data_type:33, size:2, data:443, rssi:111
2018-11-18 11:56:06 DEBUG (Thread-4) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2018-11-18 11:56:06 DEBUG (Thread-4) [zigate] Dispatch ZIGATE_ATTRIBUTE_UPDATED
2018-11-18 11:56:06 DEBUG (Thread-4) [custom_components.zigate] Update attribute for device Device 5eb9 LTW010 {‘endpoint’: 11, ‘cluster’: 768, ‘addr’: ‘5eb9’, ‘attribute’: 7, ‘data’: 443, ‘name’: ‘colour_temperature’, ‘value’: 2257}
2018-11-18 11:56:06 DEBUG (Thread-4) [zigate] Received response 0x8102: b’H^\xb9\x0b\x03\x00\x00\x08\x000\x00\x01\x02’
2018-11-18 11:56:06 DEBUG (Thread-4) [zigate] RESPONSE 0x8102 - Individual Attribute Report : sequence:72, addr:5eb9, endpoint:11, cluster:768, attribute:8, status:0, data_type:48, size:1, data:2, rssi:111
2018-11-18 11:56:06 DEBUG (Thread-4) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2018-11-18 11:56:06 DEBUG (Thread-4) [zigate] Dispatch ZIGATE_ATTRIBUTE_UPDATED
2018-11-18 11:56:06 DEBUG (Thread-4) [custom_components.zigate] Update attribute for device Device 5eb9 LTW010 {‘endpoint’: 11, ‘cluster’: 768, ‘addr’: ‘5eb9’, ‘attribute’: 8, ‘data’: 2, ‘name’: ‘colour_mode’, ‘value’: 2}
2018-11-18 11:56:06 DEBUG (Thread-4) [zigate] Received response 0x8102: b’H^\xb9\x0b\x03\x00\x00\x10\x00 \x00\x01\x03’
2018-11-18 11:56:06 DEBUG (Thread-3) [sseclient] Dispatching keep-alive event, 4 bytes…
2018-11-18 11:56:06 DEBUG (Thread-4) [zigate] RESPONSE 0x8102 - Individual Attribute Report : sequence:72, addr:5eb9, endpoint:11, cluster:768, attribute:16, status:0, data_type:32, size:1, data:3, rssi:111
2018-11-18 11:56:06 DEBUG (Thread-3) [nest.nest] <<< keep-alive event
2018-11-18 11:56:06 DEBUG (Thread-4) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2018-11-18 11:56:06 DEBUG (Thread-4) [zigate] Dispatch ZIGATE_ATTRIBUTE_UPDATED
2018-11-18 11:56:06 DEBUG (Thread-4) [custom_components.zigate] Update attribute for device Device 5eb9 LTW010 {‘endpoint’: 11, ‘cluster’: 768, ‘addr’: ‘5eb9’, ‘attribute’: 16, ‘data’: 3, ‘name’: ‘nb_primaries’, ‘value’: 3}
2018-11-18 11:56:06 DEBUG (Thread-4) [zigate] Received response 0x8102: b’H^\xb9\x0b\x03\x00\x04\x00\x86\xff\x00\x00’
2018-11-18 11:56:07 DEBUG (Thread-4) [zigate] RESPONSE 0x8102 - Individual Attribute Report : sequence:72, addr:5eb9, endpoint:11, cluster:768, attribute:1024, status:134, data_type:255, size:0, data:, rssi:111
2018-11-18 11:56:07 DEBUG (Thread-4) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2018-11-18 11:56:07 DEBUG (Thread-4) [zigate] Receive Bad status
2018-11-18 11:56:07 DEBUG (Thread-4) [zigate] Received response 0x8102: b’H^\xb9\x0b\x03\x00\x1e\x84\x86\xff\x00\x00’
2018-11-18 11:56:07 DEBUG (Thread-4) [zigate] RESPONSE 0x8102 - Individual Attribute Report : sequence:72, addr:5eb9, endpoint:11, cluster:768, attribute:7812, status:134, data_type:255, size:0, data:, rssi:111
2018-11-18 11:56:07 DEBUG (Thread-4) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2018-11-18 11:56:07 DEBUG (Thread-4) [zigate] Receive Bad status
2018-11-18 11:56:07 DEBUG (Thread-4) [zigate] Received response 0x8102: b’H^\xb9\x0b\x03\x00\x00\x00\x86\xff\x00\x00’
2018-11-18 11:56:07 DEBUG (Thread-4) [zigate] RESPONSE 0x8102 - Individual Attribute Report : sequence:72, addr:5eb9, endpoint:11, cluster:768, attribute:0, status:134, data_type:255, size:0, data:, rssi:111
2018-11-18 11:56:07 DEBUG (Thread-4) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2018-11-18 11:56:07 DEBUG (Thread-4) [zigate] Receive Bad status
2018-11-18 11:56:07 DEBUG (Thread-4) [zigate] Received response 0x8102: b’H^\xb9\x0b\x03\x00\x00\x00\x86\xff\x00\x00’
2018-11-18 11:56:07 DEBUG (Thread-4) [zigate] RESPONSE 0x8102 - Individual Attribute Report : sequence:72, addr:5eb9, endpoint:11, cluster:768, attribute:0, status:134, data_type:255, size:0, data:, rssi:111
2018-11-18 11:56:07 DEBUG (Thread-4) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2018-11-18 11:56:07 DEBUG (Thread-4) [zigate] Receive Bad status
2018-11-18 11:56:07 DEBUG (Thread-4) [zigate] Received response 0x8102: b’H^\xb9\x0b\x03\x00\x00\x00\x86\xff\x00\x00’
2018-11-18 11:56:07 DEBUG (Thread-4) [zigate] RESPONSE 0x8102 - Individual Attribute Report : sequence:72, addr:5eb9, endpoint:11, cluster:768, attribute:0, status:134, data_type:255, size:0, data:, rssi:111
2018-11-18 11:56:07 DEBUG (Thread-4) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2018-11-18 11:56:07 DEBUG (Thread-4) [zigate] Receive Bad status
2018-11-18 11:56:07 DEBUG (Thread-4) [zigate] Received response 0x8102: b’H^\xb9\x0b\x03\x00\x00\xff\x86\xff\x00\x00’
2018-11-18 11:56:07 DEBUG (Thread-4) [zigate] RESPONSE 0x8102 - Individual Attribute Report : sequence:72, addr:5eb9, endpoint:11, cluster:768, attribute:255, status:134, data_type:255, size:0, data:, rssi:111
2018-11-18 11:56:07 DEBUG (Thread-4) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2018-11-18 11:56:07 DEBUG (Thread-4) [zigate] Receive Bad status
2018-11-18 11:56:07 DEBUG (Thread-4) [zigate] Received response 0x8102: b’H^\xb9\x0b\x03\x00\x00\n\x86\xff\x00\x00’
2018-11-18 11:56:07 DEBUG (Thread-4) [zigate] RESPONSE 0x8102 - Individual Attribute Report : sequence:72, addr:5eb9, endpoint:11, cluster:768, attribute:10, status:134, data_type:255, size:0, data:, rssi:111
2018-11-18 11:56:07 DEBUG (Thread-4) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2018-11-18 11:56:07 DEBUG (Thread-4) [zigate] Receive Bad status

and I think that’s the beginning:
2018-11-18 11:59:27 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.1842904784] Sending {‘id’: 2, ‘type’: ‘event’, ‘event’: {‘event_type’: ‘call_service’, ‘data’: {‘domain’: ‘zigate’, ‘service’: ‘refresh_device’, ‘service_data’: {‘entity_id’: ‘zigate.7362’}, ‘service_call_id’: ‘53c7a185dd2e480c8b7e3c6ac4882fb8’}, ‘origin’: ‘LOCAL’, ‘time_fired’: datetime.datetime(2018, 11, 18, 11, 59, 27, 319476, tzinfo=), ‘context’: {‘id’: ‘1749ff476d0a4d6aa055e49fd165ff54’, ‘user_id’: ‘442d2743f05148d58cb83aa3de6e643d’}}}
2018-11-18 11:59:27 DEBUG (SyncWorker_18) [zigate] REQUEST : 0x0042 5eb9
2018-11-18 11:59:27 DEBUG (SyncWorker_18) [zigate] Msg to send b’00420002a75eb9’
2018-11-18 11:59:27 DEBUG (SyncWorker_18) [zigate] Encoded Msg to send b’\x01\x02\x10B\x02\x10\x02\x12\xa7^\xb9\x03’
2018-11-18 11:59:27 DEBUG (SyncWorker_18) [zigate] Waiting for status message for command 0x0042
2018-11-18 11:59:27 DEBUG (Thread-4) [zigate] Received response 0x8000: b’\x00]\x00B’
2018-11-18 11:59:27 DEBUG (Thread-4) [zigate] RESPONSE 0x8000 - Status response : status:0, sequence:93, packet_type:66, error:b’’, rssi:0
2018-11-18 11:59:27 DEBUG (Thread-4) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2018-11-18 11:59:27 DEBUG (Thread-4) [zigate] Received response 0x8701: b’\x00\x00’
2018-11-18 11:59:27 DEBUG (Thread-4) [zigate] RESPONSE 0x8701 - Route Discovery Confirmation : status:0, network_status:0, rssi:111
2018-11-18 11:59:27 DEBUG (SyncWorker_18) [zigate] STATUS code to command 0x0042:0
2018-11-18 11:59:27 DEBUG (Thread-4) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2018-11-18 11:59:27 DEBUG (SyncWorker_18) [zigate] REQUEST : 0x0045 5eb9
2018-11-18 11:59:27 DEBUG (SyncWorker_18) [zigate] Msg to send b’00450002a05eb9’
2018-11-18 11:59:27 DEBUG (SyncWorker_18) [zigate] Encoded Msg to send b’\x01\x02\x10E\x02\x10\x02\x12\xa0^\xb9\x03’
2018-11-18 11:59:27 DEBUG (SyncWorker_18) [zigate] Waiting for status message for command 0x0045
2018-11-18 11:59:27 DEBUG (Thread-4) [zigate] Received response 0x8000: b’\x00^\x00E’
2018-11-18 11:59:27 DEBUG (Thread-4) [zigate] RESPONSE 0x8000 - Status response : status:0, sequence:94, packet_type:69, error:b’’, rssi:0
2018-11-18 11:59:27 DEBUG (Thread-4) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2018-11-18 11:59:27 DEBUG (Thread-4) [zigate] Received response 0x8045: b’^\x00^\xb9\x02\x0b\xf2’
2018-11-18 11:59:27 DEBUG (SyncWorker_18) [zigate] STATUS code to command 0x0045:0
2018-11-18 11:59:27 DEBUG (Thread-4) [zigate] RESPONSE 0x8045 - Active endpoints : endpoints:[OrderedDict([(‘endpoint’, 11)]), OrderedDict([(‘endpoint’, 242)])], sequence:94, status:0, addr:5eb9, endpoint_count:2, rssi:96
2018-11-18 11:59:27 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_executed[L]: service_call_id=53c7a185dd2e480c8b7e3c6ac4882fb8>
2018-11-18 11:59:27 DEBUG (Thread-4) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2018-11-18 11:59:27 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.1842904784] Sending {‘id’: 2, ‘type’: ‘event’, ‘event’: {‘event_type’: ‘service_executed’, ‘data’: {‘service_call_id’: ‘53c7a185dd2e480c8b7e3c6ac4882fb8’}, ‘origin’: ‘LOCAL’, ‘time_fired’: datetime.datetime(2018, 11, 18, 11, 59, 27, 606811, tzinfo=), ‘context’: {‘id’: ‘1749ff476d0a4d6aa055e49fd165ff54’, ‘user_id’: ‘442d2743f05148d58cb83aa3de6e643d’}}}
2018-11-18 11:59:27 DEBUG (Thread-4) [zigate] REQUEST : 0x0043 b’^\xb9\x0b’
2018-11-18 11:59:27 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.1873905616] Sending {‘id’: 15, ‘type’: ‘result’, ‘success’: True, ‘result’: None}
2018-11-18 11:59:27 DEBUG (Thread-4) [zigate] Msg to send b’00430003ac5eb90b’
2018-11-18 11:59:27 DEBUG (Thread-4) [zigate] Encoded Msg to send b’\x01\x02\x10C\x02\x10\x02\x13\xac^\xb9\x02\x1b\x03’
2018-11-18 11:59:27 DEBUG (Thread-4) [zigate] Waiting for status message for command 0x0043
2018-11-18 11:59:28 DEBUG (MainThread) [hbmqtt.broker.plugins.packet_logger_plugin] hbmqtt/SG@_0iXLncgF4F8\ <-in-- PingReqPacket(ts=2018-11-18 11:59:28.879352, fixed=MQTTFixedHeader(length=0, flags=0x0), variable=None, payload=None)
2018-11-18 11:59:28 DEBUG (MainThread) [hbmqtt.broker.plugins.packet_logger_plugin] hbmqtt/SG@_0iXLncgF4F8\ -out-> PingRespPacket(ts=2018-11-18 11:59:28.884881, fixed=MQTTFixedHeader(length=0, flags=0x0), variable=None, payload=None)
2018-11-18 11:59:30 DEBUG (SyncWorker_3) [custom_components.device_tracker.traccar] Updating devices 2018-11-18 11:59:30.003945+00:00