doudz / zigate

python lib for zigate
MIT License
46 stars 22 forks source link

IKEA TRÅDFRI Signal repeater feedback #124

Closed ruimarinho closed 5 years ago

ruimarinho commented 5 years ago

Hi,

I have just paired two IKEA TRÅDFRI Signal repeaters and just wanted to share that I immediately noticed an improvement in stability. Here's some information in case you find it useful.

The following is the request to permit join, as usual:

2019-05-02 21:26:26 DEBUG (SyncWorker_15) [zigate] REQUEST : 0x0049 FFFC1E00
2019-05-02 21:26:26 DEBUG (SyncWorker_15) [zigate] Msg to send b'0049000450fffc1e00'
2019-05-02 21:26:26 DEBUG (SyncWorker_15) [zigate] Encoded Msg to send b'010210490210021450fffc1e021003'
2019-05-02 21:26:26 DEBUG (SyncWorker_15) [zigate] Waiting for status message for command 0x0049
2019-05-02 21:26:26 DEBUG (ZiGate-Listen) [zigate] Raw packet received, b'\x01\x80\x02\x10\x02\x10\x02\x15\xf4\x02\x108\x02\x10I\x02\x10\x03'
2019-05-02 21:26:26 DEBUG (ZiGate-Event Loop) [zigate] Dispatch ZIGATE_PACKET_RECEIVED
2019-05-02 21:26:26 DEBUG (ZiGate-Decode data) [zigate] Received response 0x8000: b'00380049'
2019-05-02 21:26:26 DEBUG (ZiGate-Decode data) [zigate] RESPONSE 0x8000 - Status response : status:0, sequence:56, packet_type:73, error:b'', lqi:0
2019-05-02 21:26:26 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2019-05-02 21:26:26 DEBUG (SyncWorker_15) [zigate] STATUS code to command 0x0049:RESPONSE 0x8000 - Status response : status:0, sequence:56, packet_type:73, error:b'', lqi:0

Followed by the device discovery:

2019-05-02 21:26:37 DEBUG (ZiGate-Listen) [zigate] Raw packet received, b'\x01\x02\x10M\x02\x10\x02\x1c\xab\xc5\x19\x02\x10\x02\x1do\xff\xfe\x8ew"\x8e\x02\x10\x03'
2019-05-02 21:26:37 DEBUG (ZiGate-Event Loop) [zigate] Dispatch ZIGATE_PACKET_RECEIVED
2019-05-02 21:26:37 DEBUG (ZiGate-Decode data) [zigate] Received response 0x004d: b'c519000d6ffffe8e77228e'
2019-05-02 21:26:37 DEBUG (ZiGate-Decode data) [zigate] RESPONSE 0x004D - Device announce : addr:c519, ieee:000d6ffffe8e7722, mac_capability:10001110, lqi:0
2019-05-02 21:26:37 DEBUG (ZiGate-Decode data) [zigate] Device Announce RESPONSE 0x004D - Device announce : addr:c519, ieee:000d6ffffe8e7722, mac_capability:10001110, lqi:0
2019-05-02 21:26:37 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_DEVICE_ADDED
2019-05-02 21:26:37 DEBUG (ZiGate-Decode data) [custom_components.zigate] Add device Device  (c519) 000d6ffffe8e7722
2019-05-02 21:26:37 DEBUG (ZiGate-Decode data) [zigate] discover_device c519
2019-05-02 21:26:37 DEBUG (ZiGate-Decode data) [zigate] no endpoints
2019-05-02 21:26:37 DEBUG (ZiGate-Decode data) [zigate] REQUEST : 0x0045 c519
2019-05-02 21:26:37 DEBUG (ZiGate-Decode data) [zigate] Msg to send b'004500029bc519'
2019-05-02 21:26:37 DEBUG (ZiGate-Decode data) [zigate] Encoded Msg to send b'01021045021002129bc51903'
2019-05-02 21:26:37 DEBUG (ZiGate-Decode data) [zigate] Waiting for status message for command 0x0045
2019-05-02 21:26:37 DEBUG (ZiGate-Listen) [zigate] Raw packet received, b'\x01\x80\x02\x10\x02\x10\x02\x15\xf9\x02\x109\x02\x10E\x02\x10\x03'
2019-05-02 21:26:37 DEBUG (ZiGate-Event Loop) [zigate] Dispatch ZIGATE_PACKET_RECEIVED
2019-05-02 21:26:37 DEBUG (ZiGate-Decode data) [zigate] Received response 0x8000: b'00390045'
2019-05-02 21:26:37 DEBUG (ZiGate-Decode data) [zigate] RESPONSE 0x8000 - Status response : status:0, sequence:57, packet_type:69, error:b'', lqi:0
2019-05-02 21:26:37 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2019-05-02 21:26:37 DEBUG (ZiGate-Decode data) [zigate] STATUS code to command 0x0045:RESPONSE 0x8000 - Status response : status:0, sequence:57, packet_type:69, error:b'', lqi:0
2019-05-02 21:26:37 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2019-05-02 21:26:40 DEBUG (ZiGate-Listen) [zigate] Raw packet received, b'\x01\x02\x10M\x02\x10\x02\x1c\xab\xc5\x19\x02\x10\x02\x1do\xff\xfe\x8ew"\x8e\x02\x10\x03'
2019-05-02 21:26:40 DEBUG (ZiGate-Event Loop) [zigate] Dispatch ZIGATE_PACKET_RECEIVED
2019-05-02 21:26:40 DEBUG (ZiGate-Decode data) [zigate] Received response 0x004d: b'c519000d6ffffe8e77228e'
2019-05-02 21:26:40 DEBUG (ZiGate-Decode data) [zigate] RESPONSE 0x004D - Device announce : addr:c519, ieee:000d6ffffe8e7722, mac_capability:10001110, lqi:0
2019-05-02 21:26:40 DEBUG (ZiGate-Decode data) [zigate] Device Announce RESPONSE 0x004D - Device announce : addr:c519, ieee:000d6ffffe8e7722, mac_capability:10001110, lqi:0
2019-05-02 21:26:40 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_DEVICE_UPDATED
2019-05-02 21:26:40 DEBUG (ZiGate-Decode data) [custom_components.zigate] Update device Device  (c519) 000d6ffffe8e7722
2019-05-02 21:26:40 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2019-05-02 21:26:40 DEBUG (ZiGate-Listen) [zigate] Raw packet received, b'\x01\x02\x10M\x02\x10\x02\x1c\xcb\xc5\x19\x02\x10\x02\x1do\xff\xfe\x8ew"\x8e`\x03\x01\x87\x02\x11\x02\x10\x02\x13\x85\x02\x10\x02\x10\x02\x10\x03'
2019-05-02 21:26:40 DEBUG (ZiGate-Event Loop) [zigate] Dispatch ZIGATE_PACKET_RECEIVED
2019-05-02 21:26:40 DEBUG (ZiGate-Decode data) [zigate] Received response 0x004d: b'c519000d6ffffe8e77228e'
2019-05-02 21:26:40 DEBUG (ZiGate-Event Loop) [zigate] Dispatch ZIGATE_PACKET_RECEIVED
2019-05-02 21:26:40 DEBUG (ZiGate-Decode data) [zigate] RESPONSE 0x004D - Device announce : addr:c519, ieee:000d6ffffe8e7722, mac_capability:10001110, lqi:96
2019-05-02 21:26:40 DEBUG (ZiGate-Decode data) [zigate] Received response 0x8701: b'0000'
2019-05-02 21:26:40 DEBUG (ZiGate-Decode data) [zigate] Device Announce RESPONSE 0x004D - Device announce : addr:c519, ieee:000d6ffffe8e7722, mac_capability:10001110, lqi:96
2019-05-02 21:26:40 DEBUG (ZiGate-Decode data) [zigate] RESPONSE 0x8701 - Route Discovery Confirmation : status:0, network_status:0, lqi:0
2019-05-02 21:26:40 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_DEVICE_UPDATED
2019-05-02 21:26:40 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2019-05-02 21:26:40 DEBUG (ZiGate-Decode data) [custom_components.zigate] Update device Device  (c519) 000d6ffffe8e7722
2019-05-02 21:26:40 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2019-05-02 21:26:41 DEBUG (ZiGate-Listen) [zigate] Raw packet received, b'\x01\x80E\x02\x10\x02\x18\x849\x02\x10\xc5\x19\x02\x12\x02\x11\xf2]\x03'
2019-05-02 21:26:42 DEBUG (ZiGate-Event Loop) [zigate] Dispatch ZIGATE_PACKET_RECEIVED
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Received response 0x8045: b'3900c5190201f2'
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] RESPONSE 0x8045 - Active endpoints : endpoints:[OrderedDict([('endpoint', 1)]), OrderedDict([('endpoint', 242)])], sequence:57, status:0, addr:c519, endpoint_count:2, lqi:93
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] REQUEST : 0x0043 b'\xc5\x19\x01'
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Msg to send b'004300039dc51901'
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Encoded Msg to send b'01021043021002139dc519021103'
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Waiting for status message for command 0x0043
2019-05-02 21:26:42 DEBUG (ZiGate-Listen) [zigate] Raw packet received, b'\x01\x80\x02\x10\x02\x10\x02\x15\xfc\x02\x10:\x02\x10C\x02\x10\x03'
2019-05-02 21:26:42 DEBUG (ZiGate-Event Loop) [zigate] Dispatch ZIGATE_PACKET_RECEIVED
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Received response 0x8000: b'003a0043'
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] RESPONSE 0x8000 - Status response : status:0, sequence:58, packet_type:67, error:b'', lqi:0
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] STATUS code to command 0x0043:RESPONSE 0x8000 - Status response : status:0, sequence:58, packet_type:67, error:b'', lqi:0
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] REQUEST : 0x0043 b'\xc5\x19\xf2'
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Msg to send b'004300036ec519f2'
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Encoded Msg to send b'01021043021002136ec519f203'
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Waiting for status message for command 0x0043
2019-05-02 21:26:42 DEBUG (ZiGate-Listen) [zigate] Raw packet received, b'\x01\x80C\x02\x10 \xf1:\x02\x10\xc5\x19\x1a\x02\x11\x02\x11\x02\x14\x02\x10\x02\x18\x02\x10\x02\x16\x02\x10\x02\x10\x02\x10\x02\x13\x02\x10\x02\x19\x02\x1b\x02\x15\x10\x02\x10\xfc|\x02\x13\x02\x10\x19\x02\x10 \x10\x02\x10Z\x03\x01\x80\x02\x10\x02\x10\x02\x15\xfd\x02\x10;\x02\x10C\x02\x10\x03'
2019-05-02 21:26:42 DEBUG (ZiGate-Event Loop) [zigate] Dispatch ZIGATE_PACKET_RECEIVED
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Received response 0x8043: b'3a00c5191a010104000800060000000300090b051000fc7c03001900201000'
2019-05-02 21:26:42 DEBUG (ZiGate-Event Loop) [zigate] Dispatch ZIGATE_PACKET_RECEIVED
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] RESPONSE 0x8043 - Simple descriptor : sequence:58, status:0, addr:c519, length:26, endpoint:1, profile:260, device:8, bit_field:00000000, inout_clusters:b'\x06\x00\x00\x00\x03\x00\t\x0b\x05\x10\x00\xfc|\x03\x00\x19\x00 \x10\x00', lqi:90, in_clusters:(0, 3, 9, 2821, 4096, 64636), out_clusters:(25, 32, 4096)
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Received response 0x8000: b'003b0043'
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] discover_device c519
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] RESPONSE 0x8000 - Status response : status:0, sequence:59, packet_type:67, error:b'', lqi:0
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] REQUEST : 0x0100 b'\x02\xc5\x19\x01\x01\x00\x00\x00\x00\x00\x00\x02\x00\x04\x00\x05'
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Msg to send b'01000010cc02c51901010000000000000200040005'
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Encoded Msg to send b'0102110210021010cc0212c519021102110210021002100210021002100212021002140210021503'
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Waiting for status message for command 0x0100
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] STATUS code to command 0x0043:RESPONSE 0x8000 - Status response : status:0, sequence:59, packet_type:67, error:b'', lqi:0
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] discover_device c519
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] REQUEST : 0x0100 b'\x02\xc5\x19\x01\x01\x00\x00\x00\x00\x00\x00\x02\x00\x04\x00\x05'
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Msg to send b'01000010cc02c51901010000000000000200040005'
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Encoded Msg to send b'0102110210021010cc0212c519021102110210021002100210021002100212021002140210021503'
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Waiting for status message for command 0x0100
2019-05-02 21:26:42 DEBUG (ZiGate-Listen) [zigate] Raw packet received, b'\x01\x80\x02\x10\x02\x10\x02\x15\x87\x02\x10\x02\x13\x02\x11\x02\x10\x02\x10\x03\x01\x80\x02\x10\x02\x10\x02\x15\x80\x02\x10\x02\x14\x02\x11\x02\x10\x02\x10\x03'
2019-05-02 21:26:42 DEBUG (ZiGate-Listen) [zigate] Raw packet received, b'\x01\x81\x02\x12\x02\x10\x1br\x02\x13\xc5\x19\x02\x11\x02\x10\x02\x10\x02\x10\x02\x14\x02\x10B\x02\x10\x02\x1eIKEA of Sweden]\x03\x01\x81\x02\x12\x02\x10$4\x02\x13\xc5\x19\x02\x11\x02\x10\x02\x10\x02\x10\x02\x15\x02\x10B\x02\x10\x17TRADFRI signal repeater]\x03'
2019-05-02 21:26:42 DEBUG (ZiGate-Event Loop) [zigate] Dispatch ZIGATE_PACKET_RECEIVED
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Received response 0x8000: b'00030100'
2019-05-02 21:26:42 DEBUG (ZiGate-Event Loop) [zigate] Dispatch ZIGATE_PACKET_RECEIVED
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] RESPONSE 0x8000 - Status response : status:0, sequence:3, packet_type:256, error:b'', lqi:0
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Received response 0x8000: b'00040100'
2019-05-02 21:26:42 DEBUG (ZiGate-Event Loop) [zigate] Dispatch ZIGATE_PACKET_RECEIVED
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] RESPONSE 0x8000 - Status response : status:0, sequence:4, packet_type:256, error:b'', lqi:0
2019-05-02 21:26:42 DEBUG (ZiGate-Listen) [zigate] Raw packet received, b'\x01\x81\x02\x12\x02\x10\x1bH\x02\x14\xc5\x19\x02\x11\x02\x10\x02\x10\x02\x10\x02\x14\x02\x10B\x02\x10\x02\x1eIKEA of Sweden`\x03\x01\x81\x02\x12\x02\x10$\x02\x1e\x02\x14\xc5\x19\x02\x11\x02\x10\x02\x10\x02\x10\x02\x15\x02\x10B\x02\x10\x17TRADFRI signal repeater`\x03'
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Received response 0x8102: b'03c51901000000040042000e494b4541206f662053776564656e'
2019-05-02 21:26:42 DEBUG (ZiGate-Event Loop) [zigate] Dispatch ZIGATE_PACKET_RECEIVED
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] STATUS code to command 0x0100:RESPONSE 0x8000 - Status response : status:0, sequence:4, packet_type:256, error:b'', lqi:0
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] STATUS code to command 0x0100:RESPONSE 0x8000 - Status response : status:0, sequence:4, packet_type:256, error:b'', lqi:0
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] RESPONSE 0x8102 - Individual Attribute Report : sequence:3, addr:c519, endpoint:1, cluster:0, attribute:4, status:0, data_type:66, size:14, data:IKEA of Sweden, lqi:93
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Received response 0x8102: b'03c51901000000050042001754524144465249207369676e616c207265706561746572'
2019-05-02 21:26:42 DEBUG (ZiGate-Event Loop) [zigate] Dispatch ZIGATE_PACKET_RECEIVED
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_ATTRIBUTE_ADDED
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] RESPONSE 0x8102 - Individual Attribute Report : sequence:3, addr:c519, endpoint:1, cluster:0, attribute:5, status:0, data_type:66, size:23, data:TRADFRI signal repeater, lqi:93
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Received response 0x8102: b'04c51901000000040042000e494b4541206f662053776564656e'
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [custom_components.zigate] Update device IKEA of Sweden  (c519) 000d6ffffe8e7722
2019-05-02 21:26:42 DEBUG (ZiGate-Event Loop) [zigate] Dispatch ZIGATE_PACKET_RECEIVED
2019-05-02 21:26:42 WARNING (ZiGate-Decode data) [zigate] No template found for TRADFRI_signal_repeater
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] RESPONSE 0x8102 - Individual Attribute Report : sequence:4, addr:c519, endpoint:1, cluster:0, attribute:4, status:0, data_type:66, size:14, data:IKEA of Sweden, lqi:96
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Received response 0x8102: b'04c51901000000050042001754524144465249207369676e616c207265706561746572'
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Found type
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Start automagic bind and report process for device IKEA of Sweden TRADFRI signal repeater (c519) 000d6ffffe8e7722
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_ATTRIBUTE_UPDATED
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Found type
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] RESPONSE 0x8102 - Individual Attribute Report : sequence:4, addr:c519, endpoint:1, cluster:0, attribute:5, status:0, data_type:66, size:23, data:TRADFRI signal repeater, lqi:96
2019-05-02 21:26:42 WARNING (ZiGate-Decode data) [zigate] No template found for TRADFRI_signal_repeater
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Bind and report endpoint 1 for device IKEA of Sweden TRADFRI signal repeater (c519) 000d6ffffe8e7722
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [custom_components.zigate] Update attribute for device IKEA of Sweden TRADFRI signal repeater (c519) 000d6ffffe8e7722 {'endpoint': 1, 'cluster': 0, 'addr': 'c519', 'attribute': 4, 'data': 'IKEA of Sweden', 'name': 'manufacturer', 'value': 'IKEA of Sweden'}
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2019-05-02 21:26:42 WARNING (ZiGate-Decode data) [zigate] No template found for TRADFRI_signal_repeater
2019-05-02 21:26:42 WARNING (ZiGate-Decode data) [zigate] No template found for TRADFRI_signal_repeater
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Start automagic bind and report process for device IKEA of Sweden TRADFRI signal repeater (c519) 000d6ffffe8e7722
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Bind and report endpoint 242 for device IKEA of Sweden TRADFRI signal repeater (c519) 000d6ffffe8e7722
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Start automagic bind and report process for device IKEA of Sweden TRADFRI signal repeater (c519) 000d6ffffe8e7722
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Start automagic bind and report process for device IKEA of Sweden TRADFRI signal repeater (c519) 000d6ffffe8e7722
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Bind and report endpoint 1 for device IKEA of Sweden TRADFRI signal repeater (c519) 000d6ffffe8e7722
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_ATTRIBUTE_ADDED
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Bind and report endpoint 1 for device IKEA of Sweden TRADFRI signal repeater (c519) 000d6ffffe8e7722
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Bind and report endpoint 1 for device IKEA of Sweden TRADFRI signal repeater (c519) 000d6ffffe8e7722
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Bind and report endpoint 242 for device IKEA of Sweden TRADFRI signal repeater (c519) 000d6ffffe8e7722
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [custom_components.zigate] Update device IKEA of Sweden TRADFRI signal repeater (c519) 000d6ffffe8e7722
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Bind and report endpoint 242 for device IKEA of Sweden TRADFRI signal repeater (c519) 000d6ffffe8e7722
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Bind and report endpoint 242 for device IKEA of Sweden TRADFRI signal repeater (c519) 000d6ffffe8e7722
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Loading template failed, tag as auto-discovered
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Loading template failed, tag as auto-discovered
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_ATTRIBUTE_UPDATED
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] REQUEST : 0x0140 b'\x02\xc5\x19\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\xff'
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] REQUEST : 0x0140 b'\x02\xc5\x19\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\xff'
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [custom_components.zigate] Update attribute for device IKEA of Sweden TRADFRI signal repeater (c519) 000d6ffffe8e7722 {'endpoint': 1, 'cluster': 0, 'addr': 'c519', 'attribute': 5, 'data': 'TRADFRI signal repeater', 'name': 'type', 'value': 'TRADFRI signal repeater', 'type': <class 'str'>}
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Msg to send b'0140000e6e02c51901010000000000000000ff'
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Msg to send b'0140000e6e02c51901010000000000000000ff'
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Encoded Msg to send b'010211400210021e6e0212c5190211021102100210021002100210021002100210ff03'
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Encoded Msg to send b'010211400210021e6e0212c5190211021102100210021002100210021002100210ff03'
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Waiting for status message for command 0x0140
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Waiting for status message for command 0x0140
2019-05-02 21:26:42 DEBUG (ZiGate-Listen) [zigate] Raw packet received, b'\x01\x80\x02\x10\x02\x10\x02\x15\xc1\x02\x10\x02\x15\x02\x11@\x02\x10\x03\x01\x80\x02\x10\x02\x10\x02\x15\xc2\x02\x10\x02\x16\x02\x11@\x02\x10\x03\x01\x87\x02\x12\x02\x10\x02\x1e\xcf\xcf\x02\x11\x02\x11\x02\x12\xc5\x19\x02\x10\x02\x10\x02\x10\x02\x10\x02\x10\x02\x10U\x02\x10\x03'
2019-05-02 21:26:42 DEBUG (ZiGate-Event Loop) [zigate] Dispatch ZIGATE_PACKET_RECEIVED
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Received response 0x8000: b'00050140'
2019-05-02 21:26:42 DEBUG (ZiGate-Event Loop) [zigate] Dispatch ZIGATE_PACKET_RECEIVED
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] RESPONSE 0x8000 - Status response : status:0, sequence:5, packet_type:320, error:b'', lqi:0
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2019-05-02 21:26:42 DEBUG (ZiGate-Event Loop) [zigate] Dispatch ZIGATE_PACKET_RECEIVED
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Received response 0x8000: b'00060140'
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] STATUS code to command 0x0140:RESPONSE 0x8000 - Status response : status:0, sequence:5, packet_type:320, error:b'', lqi:0
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] STATUS code to command 0x0140:RESPONSE 0x8000 - Status response : status:0, sequence:5, packet_type:320, error:b'', lqi:0
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Received response 0x8702: b'cf010102c51900000000000055'
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] RESPONSE 0x8000 - Status response : status:0, sequence:6, packet_type:320, error:b'', lqi:0
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] REQUEST : 0x0140 b'\x02\xc5\x19\x01\x01\x00\x03\x00\x00\x00\x00\x00\x00\xff'
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] REQUEST : 0x0140 b'\x02\xc5\x19\x01\x01\x00\x03\x00\x00\x00\x00\x00\x00\xff'
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] RESPONSE 0x8702 - APS Data Confirm Fail : status:207, source_endpoint:1, dst_endpoint:1, dst_address_mode:2, dst_address:c519, sequence:85, lqi:0
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Msg to send b'0140000e6d02c51901010003000000000000ff'
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Msg to send b'0140000e6d02c51901010003000000000000ff'
2019-05-02 21:26:42 ERROR (ZiGate-Decode data) [zigate] RESPONSE 0x8702 - APS Data Confirm Fail : status:207, source_endpoint:1, dst_endpoint:1, dst_address_mode:2, dst_address:c519, sequence:85, lqi:0
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Encoded Msg to send b'010211400210021e6d0212c5190211021102100213021002100210021002100210ff03'
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Encoded Msg to send b'010211400210021e6d0212c5190211021102100213021002100210021002100210ff03'
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Waiting for status message for command 0x0140
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Waiting for status message for command 0x0140
2019-05-02 21:26:42 DEBUG (ZiGate-Listen) [zigate] Raw packet received, b'\x01\x80\x02\x10\x02\x10\x02\x15\xd6\x15\x02\x17\x02\x11@\x02\x10\x03\x01\x81@\x02\x10\x02\x1aj\x02\x11 \x02\x10\x02\x10\xc5\x19\x02\x11\x02\x10\x02\x10]\x03\x01\x81@\x02\x10\x02\x1ak\x02\x11 \x02\x10\x02\x11\xc5\x19\x02\x11\x02\x10\x02\x10]\x03\x01\x81@\x02\x10\x02\x1ah\x02\x11 \x02\x10\x02\x12\xc5\x19\x02\x11\x02\x10\x02\x10]\x03\x01\x81@\x02\x10\x02\x1ai\x02\x11 \x02\x10\x02\x13\xc5\x19\x02\x11\x02\x10\x02\x10]\x03\x01\x81@\x02\x10\x02\x1a\x02\x1c\x02\x11B\x02\x10\x02\x14\xc5\x19\x02\x11\x02\x10\x02\x10]\x03\x01\x81@\x02\x10\x02\x1a\x02\x1d\x02\x11B\x02\x10\x02\x15\xc5\x19\x02\x11\x02\x10\x02\x10]\x03\x01\x81@\x02\x10\x02\x1a\x02\x1e\x02\x11B\x02\x10\x02\x16\xc5\x19\x02\x11\x02\x10\x02\x10]\x03\x01\x81@\x02\x10\x02\x1a}\x02\x110\x02\x10\x02\x17\xc5\x19\x02\x11\x02\x10\x02\x10]\x03\x01\x81@\x02\x10\x02\x1ar\x02\x110\x02\x10\x02\x18\xc5\x19\x02\x11\x02\x10\x02\x10]\x03\x01\x81@\x02\x10\x02\x1as\x02\x110\x02\x10\x02\x19\xc5\x19\x02\x11\x02\x10\x02\x10]\x03\x01\x81@\x02\x10\x02\x1a\x02\x11\x02\x11A\x02\x10\x02\x1a\xc5\x19\x02\x11\x02\x10\x02\x10]\x03\x01\x81@\x02\x10\x02\x1a\x02\x13\x02\x11B\x02\x10\x02\x1b\xc5\x19\x02\x11\x02\x10\x02\x10]\x03\x01\x81@\x02\x10\x02\x1aH\x02\x11B@\x02\x10\xc5\x19\x02\x11\x02\x10\x02\x10]\x03\x01\x81@\x02\x10\x02\x1ai\x02\x11!\xff\xfd\xc5\x19\x02\x11\x02\x10\x02\x10]\x03'
2019-05-02 21:26:42 DEBUG (ZiGate-Listen) [zigate] Raw packet received, b'\x01\x80\x02\x10\x02\x10\x02\x15\xcc\x02\x10\x02\x18\x02\x11@\x02\x10\x03\x01\x81@\x02\x10\x02\x1aU\x02\x11!\x02\x10\x02\x10\xc5\x19\x02\x11\x02\x10\x02\x13`\x03\x01\x81@\x02\x10\x02\x1aW\x02\x11!\xff\xfd\xc5\x19\x02\x11\x02\x10\x02\x13`\x03'
2019-05-02 21:26:42 DEBUG (ZiGate-Event Loop) [zigate] Dispatch ZIGATE_PACKET_RECEIVED
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Received response 0x8000: b'15070140'
2019-05-02 21:26:42 DEBUG (ZiGate-Event Loop) [zigate] Dispatch ZIGATE_PACKET_RECEIVED
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] RESPONSE 0x8000 - Status response : status:21, sequence:7, packet_type:320, error:b'', lqi:0
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Received response 0x8140: b'01200000c519010000'
2019-05-02 21:26:42 DEBUG (ZiGate-Event Loop) [zigate] Dispatch ZIGATE_PACKET_RECEIVED
2019-05-02 21:26:42 ERROR (ZiGate-Decode data) [zigate] Command 0x0140 failed Failed (ZigBee event codes) 21 : b''
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] RESPONSE 0x8140 - Attribute Discovery response : complete:1, data_type:32, attribute:0, addr:c519, endpoint:1, cluster:0, lqi:93
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Received response 0x8140: b'01200001c519010000'
2019-05-02 21:26:42 DEBUG (ZiGate-Event Loop) [zigate] Dispatch ZIGATE_PACKET_RECEIVED
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] RESPONSE 0x8140 - Attribute Discovery response : complete:1, data_type:32, attribute:1, addr:c519, endpoint:1, cluster:0, lqi:93
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Received response 0x8140: b'01200002c519010000'
2019-05-02 21:26:42 DEBUG (ZiGate-Event Loop) [zigate] Dispatch ZIGATE_PACKET_RECEIVED
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] RESPONSE 0x8140 - Attribute Discovery response : complete:1, data_type:32, attribute:2, addr:c519, endpoint:1, cluster:0, lqi:93
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Received response 0x8140: b'01200003c519010000'
2019-05-02 21:26:42 DEBUG (ZiGate-Event Loop) [zigate] Dispatch ZIGATE_PACKET_RECEIVED
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] RESPONSE 0x8140 - Attribute Discovery response : complete:1, data_type:32, attribute:3, addr:c519, endpoint:1, cluster:0, lqi:93
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] STATUS code to command 0x0140:RESPONSE 0x8000 - Status response : status:21, sequence:7, packet_type:320, error:b'', lqi:0
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] STATUS code to command 0x0140:RESPONSE 0x8000 - Status response : status:21, sequence:7, packet_type:320, error:b'', lqi:0
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Received response 0x8140: b'01420004c519010000'
2019-05-02 21:26:42 DEBUG (ZiGate-Event Loop) [zigate] Dispatch ZIGATE_PACKET_RECEIVED
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] REQUEST : 0x0140 b'\x02\xc5\x19\x01\x01\x00\t\x00\x00\x00\x00\x00\x00\xff'
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] REQUEST : 0x0140 b'\x02\xc5\x19\x01\x01\x00\t\x00\x00\x00\x00\x00\x00\xff'
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] RESPONSE 0x8140 - Attribute Discovery response : complete:1, data_type:66, attribute:4, addr:c519, endpoint:1, cluster:0, lqi:93
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Received response 0x8140: b'01420005c519010000'
2019-05-02 21:26:42 DEBUG (ZiGate-Event Loop) [zigate] Dispatch ZIGATE_PACKET_RECEIVED
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Msg to send b'0140000e6702c51901010009000000000000ff'
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Msg to send b'0140000e6702c51901010009000000000000ff'
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] RESPONSE 0x8140 - Attribute Discovery response : complete:1, data_type:66, attribute:5, addr:c519, endpoint:1, cluster:0, lqi:93
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Received response 0x8140: b'01420006c519010000'
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Encoded Msg to send b'010211400210021e670212c5190211021102100219021002100210021002100210ff03'
2019-05-02 21:26:42 DEBUG (ZiGate-Event Loop) [zigate] Dispatch ZIGATE_PACKET_RECEIVED
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Encoded Msg to send b'010211400210021e670212c5190211021102100219021002100210021002100210ff03'
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] RESPONSE 0x8140 - Attribute Discovery response : complete:1, data_type:66, attribute:6, addr:c519, endpoint:1, cluster:0, lqi:93
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Waiting for status message for command 0x0140
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Waiting for status message for command 0x0140
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Received response 0x8140: b'01300007c519010000'
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2019-05-02 21:26:42 DEBUG (ZiGate-Event Loop) [zigate] Dispatch ZIGATE_PACKET_RECEIVED
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] RESPONSE 0x8140 - Attribute Discovery response : complete:1, data_type:48, attribute:7, addr:c519, endpoint:1, cluster:0, lqi:93
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Received response 0x8140: b'01300008c519010000'
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2019-05-02 21:26:42 DEBUG (ZiGate-Event Loop) [zigate] Dispatch ZIGATE_PACKET_RECEIVED
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] RESPONSE 0x8140 - Attribute Discovery response : complete:1, data_type:48, attribute:8, addr:c519, endpoint:1, cluster:0, lqi:93
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Received response 0x8140: b'01300009c519010000'
2019-05-02 21:26:42 DEBUG (ZiGate-Event Loop) [zigate] Dispatch ZIGATE_PACKET_RECEIVED
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] RESPONSE 0x8140 - Attribute Discovery response : complete:1, data_type:48, attribute:9, addr:c519, endpoint:1, cluster:0, lqi:93
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Received response 0x8140: b'0141000ac519010000'
2019-05-02 21:26:42 DEBUG (ZiGate-Event Loop) [zigate] Dispatch ZIGATE_PACKET_RECEIVED
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] RESPONSE 0x8140 - Attribute Discovery response : complete:1, data_type:65, attribute:10, addr:c519, endpoint:1, cluster:0, lqi:93
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Received response 0x8140: b'0142000bc519010000'
2019-05-02 21:26:42 DEBUG (ZiGate-Event Loop) [zigate] Dispatch ZIGATE_PACKET_RECEIVED
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] RESPONSE 0x8140 - Attribute Discovery response : complete:1, data_type:66, attribute:11, addr:c519, endpoint:1, cluster:0, lqi:93
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Received response 0x8140: b'01424000c519010000'
2019-05-02 21:26:42 DEBUG (ZiGate-Event Loop) [zigate] Dispatch ZIGATE_PACKET_RECEIVED
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] RESPONSE 0x8140 - Attribute Discovery response : complete:1, data_type:66, attribute:16384, addr:c519, endpoint:1, cluster:0, lqi:93
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Received response 0x8140: b'0121fffdc519010000'
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] RESPONSE 0x8140 - Attribute Discovery response : complete:1, data_type:33, attribute:65533, addr:c519, endpoint:1, cluster:0, lqi:93
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2019-05-02 21:26:42 DEBUG (ZiGate-Event Loop) [zigate] Dispatch ZIGATE_PACKET_RECEIVED
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Received response 0x8000: b'00080140'
2019-05-02 21:26:42 DEBUG (ZiGate-Event Loop) [zigate] Dispatch ZIGATE_PACKET_RECEIVED
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] RESPONSE 0x8000 - Status response : status:0, sequence:8, packet_type:320, error:b'', lqi:0
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Received response 0x8140: b'01210000c519010003'
2019-05-02 21:26:42 DEBUG (ZiGate-Event Loop) [zigate] Dispatch ZIGATE_PACKET_RECEIVED
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] RESPONSE 0x8140 - Attribute Discovery response : complete:1, data_type:33, attribute:0, addr:c519, endpoint:1, cluster:3, lqi:96
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Received response 0x8140: b'0121fffdc519010003'
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] RESPONSE 0x8140 - Attribute Discovery response : complete:1, data_type:33, attribute:65533, addr:c519, endpoint:1, cluster:3, lqi:96
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] STATUS code to command 0x0140:RESPONSE 0x8000 - Status response : status:0, sequence:8, packet_type:320, error:b'', lqi:0
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] STATUS code to command 0x0140:RESPONSE 0x8000 - Status response : status:0, sequence:8, packet_type:320, error:b'', lqi:0
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] REQUEST : 0x0140 b'\x02\xc5\x19\x01\x01\x0b\x05\x00\x00\x00\x00\x00\x00\xff'
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] REQUEST : 0x0140 b'\x02\xc5\x19\x01\x01\x0b\x05\x00\x00\x00\x00\x00\x00\xff'
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Msg to send b'0140000e6002c51901010b05000000000000ff'
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Msg to send b'0140000e6002c51901010b05000000000000ff'
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Encoded Msg to send b'010211400210021e600212c51902110211021b0215021002100210021002100210ff03'
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Encoded Msg to send b'010211400210021e600212c51902110211021b0215021002100210021002100210ff03'
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Waiting for status message for command 0x0140
2019-05-02 21:26:42 DEBUG (ZiGate-Decode data) [zigate] Waiting for status message for command 0x0140
2019-05-02 21:26:43 DEBUG (ZiGate-Listen) [zigate] Raw packet received, b'\x01\x80\x02\x10\x02\x10\x02\x15\xd8\x15\x02\x19\x02\x11@\x02\x10\x03\x01\x80\x02\x10\x02\x10\x02\x15\xdb\x15\x02\x1a\x02\x11@\x02\x10\x03'
2019-05-02 21:26:43 DEBUG (ZiGate-Listen) [zigate] Raw packet received, b'\x01\x80\x02\x10\x02\x10\x02\x15\xda\x15\x02\x1b\x02\x11@\x02\x10\x03\x01\x80\x02\x10\x02\x10\x02\x15\xdd\x15\x02\x1c\x02\x11@\x02\x10\x03'
2019-05-02 21:26:43 DEBUG (ZiGate-Event Loop) [zigate] Dispatch ZIGATE_PACKET_RECEIVED
2019-05-02 21:26:43 DEBUG (ZiGate-Decode data) [zigate] Received response 0x8000: b'15090140'
2019-05-02 21:26:43 DEBUG (ZiGate-Event Loop) [zigate] Dispatch ZIGATE_PACKET_RECEIVED
2019-05-02 21:26:43 DEBUG (ZiGate-Decode data) [zigate] RESPONSE 0x8000 - Status response : status:21, sequence:9, packet_type:320, error:b'', lqi:0
2019-05-02 21:26:43 DEBUG (ZiGate-Decode data) [zigate] Received response 0x8000: b'150a0140'
2019-05-02 21:26:43 DEBUG (ZiGate-Event Loop) [zigate] Dispatch ZIGATE_PACKET_RECEIVED
2019-05-02 21:26:43 ERROR (ZiGate-Decode data) [zigate] Command 0x0140 failed Failed (ZigBee event codes) 21 : b''
2019-05-02 21:26:43 DEBUG (ZiGate-Decode data) [zigate] RESPONSE 0x8000 - Status response : status:21, sequence:10, packet_type:320, error:b'', lqi:0
2019-05-02 21:26:43 DEBUG (ZiGate-Decode data) [zigate] Received response 0x8000: b'150b0140'
2019-05-02 21:26:43 DEBUG (ZiGate-Event Loop) [zigate] Dispatch ZIGATE_PACKET_RECEIVED
2019-05-02 21:26:43 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2019-05-02 21:26:43 ERROR (ZiGate-Decode data) [zigate] Command 0x0140 failed Failed (ZigBee event codes) 21 : b''
2019-05-02 21:26:43 DEBUG (ZiGate-Decode data) [zigate] RESPONSE 0x8000 - Status response : status:21, sequence:11, packet_type:320, error:b'', lqi:0
2019-05-02 21:26:43 DEBUG (ZiGate-Decode data) [zigate] Received response 0x8000: b'150c0140'
2019-05-02 21:26:43 DEBUG (ZiGate-Decode data) [zigate] STATUS code to command 0x0140:RESPONSE 0x8000 - Status response : status:21, sequence:9, packet_type:320, error:b'', lqi:0
2019-05-02 21:26:43 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2019-05-02 21:26:43 DEBUG (ZiGate-Decode data) [zigate] STATUS code to command 0x0140:RESPONSE 0x8000 - Status response : status:21, sequence:10, packet_type:320, error:b'', lqi:0
2019-05-02 21:26:43 ERROR (ZiGate-Decode data) [zigate] Command 0x0140 failed Failed (ZigBee event codes) 21 : b''
2019-05-02 21:26:43 DEBUG (ZiGate-Decode data) [zigate] RESPONSE 0x8000 - Status response : status:21, sequence:12, packet_type:320, error:b'', lqi:0
2019-05-02 21:26:43 DEBUG (ZiGate-Decode data) [zigate] REQUEST : 0x0140 b'\x02\xc5\x19\x01\x01\x10\x00\x00\x00\x00\x00\x00\x00\xff'
2019-05-02 21:26:43 DEBUG (ZiGate-Decode data) [zigate] REQUEST : 0x0140 b'\x02\xc5\x19\x01\x01\x10\x00\x00\x00\x00\x00\x00\x00\xff'
2019-05-02 21:26:43 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2019-05-02 21:26:43 ERROR (ZiGate-Decode data) [zigate] Command 0x0140 failed Failed (ZigBee event codes) 21 : b''
2019-05-02 21:26:43 DEBUG (ZiGate-Decode data) [zigate] Msg to send b'0140000e7e02c51901011000000000000000ff'
2019-05-02 21:26:43 DEBUG (ZiGate-Decode data) [zigate] Msg to send b'0140000e7e02c51901011000000000000000ff'
2019-05-02 21:26:43 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2019-05-02 21:26:43 DEBUG (ZiGate-Decode data) [zigate] Encoded Msg to send b'010211400210021e7e0212c51902110211100210021002100210021002100210ff03'
2019-05-02 21:26:43 DEBUG (ZiGate-Decode data) [zigate] Encoded Msg to send b'010211400210021e7e0212c51902110211100210021002100210021002100210ff03'
2019-05-02 21:26:43 DEBUG (ZiGate-Decode data) [zigate] Waiting for status message for command 0x0140
2019-05-02 21:26:43 DEBUG (ZiGate-Decode data) [zigate] Waiting for status message for command 0x0140
2019-05-02 21:26:43 DEBUG (ZiGate-Decode data) [zigate] STATUS code to command 0x0140:RESPONSE 0x8000 - Status response : status:21, sequence:12, packet_type:320, error:b'', lqi:0
2019-05-02 21:26:43 DEBUG (ZiGate-Decode data) [zigate] STATUS code to command 0x0140:RESPONSE 0x8000 - Status response : status:21, sequence:12, packet_type:320, error:b'', lqi:0
2019-05-02 21:26:43 DEBUG (ZiGate-Decode data) [zigate] REQUEST : 0x0140 b'\x02\xc5\x19\x01\x01\xfc|\x00\x00\x00\x00\x00\x00\xff'
2019-05-02 21:26:43 DEBUG (ZiGate-Decode data) [zigate] REQUEST : 0x0140 b'\x02\xc5\x19\x01\x01\xfc|\x00\x00\x00\x00\x00\x00\xff'
2019-05-02 21:26:43 DEBUG (ZiGate-Decode data) [zigate] Msg to send b'0140000eee02c5190101fc7c000000000000ff'
2019-05-02 21:26:43 DEBUG (ZiGate-Decode data) [zigate] Msg to send b'0140000eee02c5190101fc7c000000000000ff'
2019-05-02 21:26:43 DEBUG (ZiGate-Decode data) [zigate] Encoded Msg to send b'010211400210021eee0212c51902110211fc7c021002100210021002100210ff03'
2019-05-02 21:26:43 DEBUG (ZiGate-Decode data) [zigate] Encoded Msg to send b'010211400210021eee0212c51902110211fc7c021002100210021002100210ff03'
2019-05-02 21:26:43 DEBUG (ZiGate-Decode data) [zigate] Waiting for status message for command 0x0140
2019-05-02 21:26:43 DEBUG (ZiGate-Decode data) [zigate] Waiting for status message for command 0x0140
2019-05-02 21:26:43 DEBUG (ZiGate-Listen) [zigate] Raw packet received, b'\x01\x80\x02\x10\x02\x10\x02\x15\xdc\x15\x02\x1d\x02\x11@\x02\x10\x03\x01\x80\x02\x10\x02\x10\x02\x15\xdf\x15\x02\x1e\x02\x11@\x02\x10\x03\x01\x80\x02\x10\x02\x10\x02\x15\xde\x15\x02\x1f\x02\x11@\x02\x10\x03\x01\x80\x02\x10\x02\x10\x02\x15\xc1\x15\x10\x02\x11@\x02\x10\x03'
2019-05-02 21:26:43 DEBUG (ZiGate-Event Loop) [zigate] Dispatch ZIGATE_PACKET_RECEIVED
2019-05-02 21:26:43 DEBUG (ZiGate-Decode data) [zigate] Received response 0x8000: b'150d0140'
2019-05-02 21:26:43 DEBUG (ZiGate-Event Loop) [zigate] Dispatch ZIGATE_PACKET_RECEIVED
2019-05-02 21:26:43 DEBUG (ZiGate-Decode data) [zigate] RESPONSE 0x8000 - Status response : status:21, sequence:13, packet_type:320, error:b'', lqi:0
2019-05-02 21:26:43 DEBUG (ZiGate-Decode data) [zigate] Received response 0x8000: b'150e0140'
2019-05-02 21:26:43 DEBUG (ZiGate-Event Loop) [zigate] Dispatch ZIGATE_PACKET_RECEIVED
2019-05-02 21:26:43 ERROR (ZiGate-Decode data) [zigate] Command 0x0140 failed Failed (ZigBee event codes) 21 : b''
2019-05-02 21:26:43 DEBUG (ZiGate-Decode data) [zigate] RESPONSE 0x8000 - Status response : status:21, sequence:14, packet_type:320, error:b'', lqi:0
2019-05-02 21:26:43 DEBUG (ZiGate-Decode data) [zigate] Received response 0x8000: b'150f0140'
2019-05-02 21:26:43 DEBUG (ZiGate-Event Loop) [zigate] Dispatch ZIGATE_PACKET_RECEIVED
2019-05-02 21:26:43 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2019-05-02 21:26:43 ERROR (ZiGate-Decode data) [zigate] Command 0x0140 failed Failed (ZigBee event codes) 21 : b''
2019-05-02 21:26:43 DEBUG (ZiGate-Decode data) [zigate] RESPONSE 0x8000 - Status response : status:21, sequence:15, packet_type:320, error:b'', lqi:0
2019-05-02 21:26:43 ERROR (ZiGate-Decode data) [zigate] Command 0x0140 failed Failed (ZigBee event codes) 21 : b''
2019-05-02 21:26:43 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2019-05-02 21:26:43 DEBUG (ZiGate-Decode data) [zigate] Received response 0x8000: b'15100140'
2019-05-02 21:26:43 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2019-05-02 21:26:43 DEBUG (ZiGate-Decode data) [zigate] STATUS code to command 0x0140:RESPONSE 0x8000 - Status response : status:21, sequence:15, packet_type:320, error:b'', lqi:0
2019-05-02 21:26:43 DEBUG (ZiGate-Decode data) [zigate] RESPONSE 0x8000 - Status response : status:21, sequence:16, packet_type:320, error:b'', lqi:0
2019-05-02 21:26:43 DEBUG (ZiGate-Decode data) [zigate] STATUS code to command 0x0140:RESPONSE 0x8000 - Status response : status:21, sequence:15, packet_type:320, error:b'', lqi:0
2019-05-02 21:26:43 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2019-05-02 21:26:43 ERROR (ZiGate-Decode data) [zigate] Command 0x0140 failed Failed (ZigBee event codes) 21 : b''
2019-05-02 21:26:43 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2019-05-02 21:26:43 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2019-05-02 21:26:43 DEBUG (ZiGate-Listen) [zigate] Raw packet received, b'\x01\x80C\x02\x10\x12\xb2;\x02\x10\xc5\x19\x02\x1c\xf2\xa1\xe0\x02\x10a\x02\x10\x02\x11\x02\x10!\x02\x11\x02\x10!Z\x03'
2019-05-02 21:26:43 DEBUG (ZiGate-Event Loop) [zigate] Dispatch ZIGATE_PACKET_RECEIVED
2019-05-02 21:26:43 DEBUG (ZiGate-Decode data) [zigate] Received response 0x8043: b'3b00c5190cf2a1e0006100010021010021'
2019-05-02 21:26:43 DEBUG (ZiGate-Decode data) [zigate] RESPONSE 0x8043 - Simple descriptor : sequence:59, status:0, addr:c519, length:12, endpoint:242, profile:41440, device:97, bit_field:00000000, inout_clusters:b'\x01\x00!\x01\x00!', lqi:90, in_clusters:(33,), out_clusters:(33,)
2019-05-02 21:26:43 DEBUG (ZiGate-Decode data) [zigate] discover_device c519
2019-05-02 21:26:43 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2019-05-02 21:26:44 DEBUG (ZiGate-Listen) [zigate] Raw packet received, b'\x01\x81@\x02\x10\x02\x1am\x02\x11 \x02\x10\x02\x10\xc5\x19\x02\x11\x02\x10\x02\x10Z\x03\x01\x81@\x02\x10\x02\x1al\x02\x11 \x02\x10\x02\x11\xc5\x19\x02\x11\x02\x10\x02\x10Z\x03'
2019-05-02 21:26:44 DEBUG (ZiGate-Listen) [zigate] Raw packet received, b'\x01\x81@\x02\x10\x02\x1ao\x02\x11 \x02\x10\x02\x12\xc5\x19\x02\x11\x02\x10\x02\x10Z\x03\x01\x81@\x02\x10\x02\x1an\x02\x11 \x02\x10\x02\x13\xc5\x19\x02\x11\x02\x10\x02\x10Z\x03\x01\x81@\x02\x10\x02\x1a\x02\x1b\x02\x11B\x02\x10\x02\x14\xc5\x19\x02\x11\x02\x10\x02\x10Z\x03\x01\x81@\x02\x10\x02\x1a\x02\x1a\x02\x11B\x02\x10\x02\x15\xc5\x19\x02\x11\x02\x10\x02\x10Z\x03\x01\x81@\x02\x10\x02\x1a\x02\x19\x02\x11B\x02\x10\x02\x16\xc5\x19\x02\x11\x02\x10\x02\x10Z\x03\x01\x81@\x02\x10\x02\x1az\x02\x110\x02\x10\x02\x17\xc5\x19\x02\x11\x02\x10\x02\x10Z\x03\x01\x81@\x02\x10\x02\x1au\x02\x110\x02\x10\x02\x18\xc5\x19\x02\x11\x02\x10\x02\x10Z\x03\x01\x81@\x02\x10\x02\x1at\x02\x110\x02\x10\x02\x19\xc5\x19\x02\x11\x02\x10\x02\x10Z\x03\x01\x81@\x02\x10\x02\x1a\x02\x16\x02\x11A\x02\x10\x02\x1a\xc5\x19\x02\x11\x02\x10\x02\x10Z\x03\x01\x81@\x02\x10\x02\x1a\x02\x14\x02\x11B\x02\x10\x02\x1b\xc5\x19\x02\x11\x02\x10\x02\x10Z\x03\x01\x81@\x02\x10\x02\x1aO\x02\x11B@\x02\x10\xc5\x19\x02\x11\x02\x10\x02\x10Z\x03\x01\x81@\x02\x10\x02\x1an\x02\x11!\xff\xfd\xc5\x19\x02\x11\x02\x10\x02\x10Z\x03'
2019-05-02 21:26:44 DEBUG (ZiGate-Event Loop) [zigate] Dispatch ZIGATE_PACKET_RECEIVED
2019-05-02 21:26:44 DEBUG (ZiGate-Decode data) [zigate] Received response 0x8140: b'01200000c519010000'
2019-05-02 21:26:44 DEBUG (ZiGate-Event Loop) [zigate] Dispatch ZIGATE_PACKET_RECEIVED
2019-05-02 21:26:44 DEBUG (ZiGate-Decode data) [zigate] RESPONSE 0x8140 - Attribute Discovery response : complete:1, data_type:32, attribute:0, addr:c519, endpoint:1, cluster:0, lqi:90
2019-05-02 21:26:44 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2019-05-02 21:26:44 DEBUG (ZiGate-Decode data) [zigate] Received response 0x8140: b'01200001c519010000'
2019-05-02 21:26:44 DEBUG (ZiGate-Event Loop) [zigate] Dispatch ZIGATE_PACKET_RECEIVED
2019-05-02 21:26:44 DEBUG (ZiGate-Decode data) [zigate] RESPONSE 0x8140 - Attribute Discovery response : complete:1, data_type:32, attribute:1, addr:c519, endpoint:1, cluster:0, lqi:90
2019-05-02 21:26:44 DEBUG (ZiGate-Decode data) [zigate] Received response 0x8140: b'01200002c519010000'
2019-05-02 21:26:44 DEBUG (ZiGate-Event Loop) [zigate] Dispatch ZIGATE_PACKET_RECEIVED
2019-05-02 21:26:44 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2019-05-02 21:26:44 DEBUG (ZiGate-Decode data) [zigate] RESPONSE 0x8140 - Attribute Discovery response : complete:1, data_type:32, attribute:2, addr:c519, endpoint:1, cluster:0, lqi:90
2019-05-02 21:26:44 DEBUG (ZiGate-Decode data) [zigate] Received response 0x8140: b'01200003c519010000'
2019-05-02 21:26:44 DEBUG (ZiGate-Event Loop) [zigate] Dispatch ZIGATE_PACKET_RECEIVED
2019-05-02 21:26:44 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2019-05-02 21:26:44 DEBUG (ZiGate-Decode data) [zigate] RESPONSE 0x8140 - Attribute Discovery response : complete:1, data_type:32, attribute:3, addr:c519, endpoint:1, cluster:0, lqi:90
2019-05-02 21:26:44 DEBUG (ZiGate-Decode data) [zigate] Received response 0x8140: b'01420004c519010000'
2019-05-02 21:26:44 DEBUG (ZiGate-Event Loop) [zigate] Dispatch ZIGATE_PACKET_RECEIVED
2019-05-02 21:26:44 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2019-05-02 21:26:44 DEBUG (ZiGate-Decode data) [zigate] RESPONSE 0x8140 - Attribute Discovery response : complete:1, data_type:66, attribute:4, addr:c519, endpoint:1, cluster:0, lqi:90
2019-05-02 21:26:44 DEBUG (ZiGate-Decode data) [zigate] Received response 0x8140: b'01420005c519010000'
2019-05-02 21:26:44 DEBUG (ZiGate-Event Loop) [zigate] Dispatch ZIGATE_PACKET_RECEIVED
2019-05-02 21:26:44 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2019-05-02 21:26:44 DEBUG (ZiGate-Decode data) [zigate] RESPONSE 0x8140 - Attribute Discovery response : complete:1, data_type:66, attribute:5, addr:c519, endpoint:1, cluster:0, lqi:90
2019-05-02 21:26:44 DEBUG (ZiGate-Decode data) [zigate] Received response 0x8140: b'01420006c519010000'
2019-05-02 21:26:44 DEBUG (ZiGate-Event Loop) [zigate] Dispatch ZIGATE_PACKET_RECEIVED
2019-05-02 21:26:44 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2019-05-02 21:26:44 DEBUG (ZiGate-Decode data) [zigate] Received response 0x8140: b'01300007c519010000'
2019-05-02 21:26:44 DEBUG (ZiGate-Decode data) [zigate] RESPONSE 0x8140 - Attribute Discovery response : complete:1, data_type:66, attribute:6, addr:c519, endpoint:1, cluster:0, lqi:90
2019-05-02 21:26:44 DEBUG (ZiGate-Event Loop) [zigate] Dispatch ZIGATE_PACKET_RECEIVED
2019-05-02 21:26:44 DEBUG (ZiGate-Decode data) [zigate] RESPONSE 0x8140 - Attribute Discovery response : complete:1, data_type:48, attribute:7, addr:c519, endpoint:1, cluster:0, lqi:90
2019-05-02 21:26:44 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2019-05-02 21:26:44 DEBUG (ZiGate-Decode data) [zigate] Received response 0x8140: b'01300008c519010000'
2019-05-02 21:26:44 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2019-05-02 21:26:44 DEBUG (ZiGate-Event Loop) [zigate] Dispatch ZIGATE_PACKET_RECEIVED
2019-05-02 21:26:44 DEBUG (ZiGate-Decode data) [zigate] RESPONSE 0x8140 - Attribute Discovery response : complete:1, data_type:48, attribute:8, addr:c519, endpoint:1, cluster:0, lqi:90
2019-05-02 21:26:44 DEBUG (ZiGate-Decode data) [zigate] Received response 0x8140: b'01300009c519010000'
2019-05-02 21:26:44 DEBUG (ZiGate-Event Loop) [zigate] Dispatch ZIGATE_PACKET_RECEIVED
2019-05-02 21:26:44 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2019-05-02 21:26:44 DEBUG (ZiGate-Decode data) [zigate] RESPONSE 0x8140 - Attribute Discovery response : complete:1, data_type:48, attribute:9, addr:c519, endpoint:1, cluster:0, lqi:90
2019-05-02 21:26:44 DEBUG (ZiGate-Decode data) [zigate] Received response 0x8140: b'0141000ac519010000'
2019-05-02 21:26:44 DEBUG (ZiGate-Event Loop) [zigate] Dispatch ZIGATE_PACKET_RECEIVED
2019-05-02 21:26:44 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2019-05-02 21:26:44 DEBUG (ZiGate-Decode data) [zigate] RESPONSE 0x8140 - Attribute Discovery response : complete:1, data_type:65, attribute:10, addr:c519, endpoint:1, cluster:0, lqi:90
2019-05-02 21:26:44 DEBUG (ZiGate-Decode data) [zigate] Received response 0x8140: b'0142000bc519010000'
2019-05-02 21:26:44 DEBUG (ZiGate-Event Loop) [zigate] Dispatch ZIGATE_PACKET_RECEIVED
2019-05-02 21:26:44 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2019-05-02 21:26:44 DEBUG (ZiGate-Decode data) [zigate] RESPONSE 0x8140 - Attribute Discovery response : complete:1, data_type:66, attribute:11, addr:c519, endpoint:1, cluster:0, lqi:90
2019-05-02 21:26:44 DEBUG (ZiGate-Decode data) [zigate] Received response 0x8140: b'01424000c519010000'
2019-05-02 21:26:44 DEBUG (ZiGate-Event Loop) [zigate] Dispatch ZIGATE_PACKET_RECEIVED
2019-05-02 21:26:44 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2019-05-02 21:26:44 DEBUG (ZiGate-Decode data) [zigate] RESPONSE 0x8140 - Attribute Discovery response : complete:1, data_type:66, attribute:16384, addr:c519, endpoint:1, cluster:0, lqi:90
2019-05-02 21:26:44 DEBUG (ZiGate-Decode data) [zigate] Received response 0x8140: b'0121fffdc519010000'
2019-05-02 21:26:44 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED
2019-05-02 21:26:44 DEBUG (ZiGate-Decode data) [zigate] RESPONSE 0x8140 - Attribute Discovery response : complete:1, data_type:33, attribute:65533, addr:c519, endpoint:1, cluster:0, lqi:90
2019-05-02 21:26:44 DEBUG (ZiGate-Decode data) [zigate] Dispatch ZIGATE_RESPONSE_RECEIVED

The device is presented on home assistant with the following information:

battery_voltage: null
battery_level: 100
lqi_percent: 38
type: TRADFRI signal repeater
manufacturer: IKEA of Sweden
receiver_on_when_idle: true
missing: false
generic_type: 
discovery: auto-discovered
groups: {}
addr: c519
ieee: 000d6ffffe8e7722
mac_capability: 10001110
lqi: 96
last_seen: 2019-05-02 21:26:42
friendly_name: IKEA of Sweden TRADFRI signal repeater (c519) 000d6ffffe8e7722
icon: mdi:access-point

And this is the output of the template:

{
  "addr": "71d3",
  "discovery": "auto-discovered",
  "endpoints": [
    {
      "clusters": [
        {
          "attributes": [
            {
              "attribute": 4,
              "data": "IKEA of Sweden",
              "name": "manufacturer",
              "value": "IKEA of Sweden"
            },
            {
              "attribute": 5,
              "data": "TRADFRI signal repeater",
              "name": "type",
              "type": "str",
              "value": "TRADFRI signal repeater"
            },
            {
              "attribute": 0,
              "name": "zcl_version",
              "value": null
            },
            {
              "attribute": 1,
              "name": "application_version",
              "value": null
            },
            {
              "attribute": 2,
              "name": "stack_version",
              "value": null
            },
            {
              "attribute": 3,
              "name": "hardware_version",
              "value": null
            },
            {
              "attribute": 6,
              "name": "datecode",
              "value": null
            },
            {
              "attribute": 7,
              "name": "power_source",
              "value": null
            },
            {
              "attribute": 8
            },
            {
              "attribute": 9
            },
            {
              "attribute": 10
            },
            {
              "attribute": 11
            },
            {
              "attribute": 16384
            },
            {
              "attribute": 65533
            }
          ],
          "cluster": 0
        },
        {
          "attributes": [
            {
              "attribute": 0
            },
            {
              "attribute": 65533
            }
          ],
          "cluster": 3
        }
      ],
      "device": 8,
      "endpoint": 1,
      "in_clusters": [
        0,
        3,
        9,
        2821,
        4096,
        64636
      ],
      "out_clusters": [
        25,
        32,
        4096
      ],
      "profile": 260
    },
    {
      "clusters": [],
      "device": 97,
      "endpoint": 242,
      "in_clusters": [
        33
      ],
      "out_clusters": [
        33
      ],
      "profile": 41440
    }
  ],
  "generictype": "",
  "info": {
    "addr": "71d3",
    "ieee": "000d6ffffe9f2aab",
    "last_seen": "2019-05-02 21:31:15",
    "lqi": 96,
    "mac_capability": "10001110"
  }
}