Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Device Support Request] TS0601 _TZE200_a4bpgplm tuya trv #1159

Closed
joaoasilva opened this issue Nov 18, 2021 · 267 comments
Closed

[Device Support Request] TS0601 _TZE200_a4bpgplm tuya trv #1159

joaoasilva opened this issue Nov 18, 2021 · 267 comments
Labels
stale Issue is inactivate and might get closed soon Tuya Request/PR regarding a Tuya device

Comments

@joaoasilva
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Bought this thermostat from AliExpress looking at this https://zigbee.blakadder.com/Haozee_TRV601.html that says it works with ZHA but it doesn't. It's possible to get the temperature and set but most of the stuff doesn't work.

Describe the solution you'd like
For it to work ex: window status, schedule, turn on/off.

Someone already converted it successfully to work on HA but I don't understand how can I port that to ZHA here:
https://github.com/Koenkk/zigbee-herdsman-converters/blob/245fc8273e3afac8d71ec196d0e3ae71e413cba9/lib/tuya.js#L426

Please help.
Thanks

@MattWestb
Copy link
Contributor

Is it one Rti-Tek or one SHENZHEN RSH white labeled device ?
Looks in the tuya TRV matrix with design it heaving, zigpy/zigpy#653 (comment)
I think both is having TRVs that is very similar in commands and can being adapter or adjusted for getting them working.

@joaoasilva
Copy link
Contributor Author

It's the Rti-Tek 1. TRV 601 LED display on the side and rotating knob on the top.

@MattWestb
Copy link
Contributor

You can trying adding the device ID after line 1061

MODELS_INFO: [
("_TZE200_ckud7u2l", "TS0601"),
("_TZE200_ywdxldoj", "TS0601"),
("_TZE200_cwnjrr72", "TS0601"),
],

in one new line as the other ID is made.

Configure local quirks #693 (comment) and and putting your edited file in the new folder you have made for local quirk and restart HA.

If all is going well you is getting one TRV on the device card with the device class of your quirk.

You can testing some function but not all is working until patching ZHA.

@joaoasilva
Copy link
Contributor Author

joaoasilva commented Nov 18, 2021

So sorry, I forgot to mention that it "works" getting the temperature and set because I've added it exactly there. 😅
But can't turn it off/on, get the window detection or schedule and sometimes it goes crazy and I can't set it anymore, have to restart again for it to work.
Battery status doesn't work also it takes 3xAA size.
It's not really usable.
Is it easy to patch based on https://github.com/Koenkk/zigbee-herdsman-converters/blob/245fc8273e3afac8d71ec196d0e3ae71e413cba9/lib/tuya.js#L426 ?

This seems to be the difference between them.
Screenshot 2021-11-18 at 18 54 12

@MattWestb
Copy link
Contributor

MattWestb commented Nov 18, 2021

I think its better jacekk015 taking on look on this then hi is cooking some new TRVs and have it in the fingers.

@jacekk015 can you taking one look on one new tuya TRV ???

@joaoasilva
Copy link
Contributor Author

Thanks, @jacekk015 if you need any debug from the tuya developer portal I can get you.

@jacekk015
Copy link
Contributor

@joaoasilva Yep. For start please put here a pairing log. And after pairing put here also Zigbee Device Signature

@joaoasilva
Copy link
Contributor Author

Sure:

{
  "node_descriptor": "NodeDescriptor(logical_type=<LogicalType.EndDevice: 2>, complex_descriptor_available=0, user_descriptor_available=0, reserved=0, aps_flags=0, frequency_band=<FrequencyBand.Freq2400MHz: 8>, mac_capability_flags=<MACCapabilityFlags.AllocateAddress: 128>, manufacturer_code=4098, maximum_buffer_size=82, maximum_incoming_transfer_size=82, server_mask=11264, maximum_outgoing_transfer_size=82, descriptor_capability_field=<DescriptorCapability.NONE: 0>, *allocate_address=True, *is_alternate_pan_coordinator=False, *is_coordinator=False, *is_end_device=True, *is_full_function_device=False, *is_mains_powered=False, *is_receiver_on_when_idle=False, *is_router=False, *is_security_capable=False)",
  "endpoints": {
    "1": {
      "profile_id": 260,
      "device_type": "0x0051",
      "in_clusters": [
        "0x0000",
        "0x0004",
        "0x0005",
        "0xef00"
      ],
      "out_clusters": [
        "0x000a",
        "0x0019"
      ]
    }
  },
  "manufacturer": "_TZE200_a4bpgplm",
  "model": "TS0601",
  "class": "zigpy.device.Device"
}

@joaoasilva
Copy link
Contributor Author

2021-11-18 20:27:12 INFO (MainThread) [zigpy_deconz.zigbee.application] New device joined: 0x9817, 50:32:5f:ff:fe:91:dd:82
2021-11-18 20:27:12 INFO (MainThread) [zigpy.application] New device 0x9817 (50:32:5f:ff:fe:91:dd:82) joined the network
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy.device] [0x9817] Scheduling initialization
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy.application] Received frame on uninitialized device <Device model=None manuf=None nwk=0x9817 ieee=50:32:5f:ff:fe:91:dd:82 is_initialized=False> from ep 0 to ep 0, cluster 19: b'\x8d\x17\x98\x82\xdd\x91\xfe\xff_2P\x80'
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy.zdo] [0x9817:zdo] ZDO request ZDOCmd.Device_annce: [0x9817, 50:32:5f:ff:fe:91:dd:82, 128]
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy.util] Tries remaining: 3
2021-11-18 20:27:12 INFO (MainThread) [zigpy.device] [0x9817] Requesting 'Node Descriptor'
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy.util] Tries remaining: 2
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy.device] [0x9817] Extending timeout for 0x3a request
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 58 under 59 request id, data: b'3a1798'
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x0e7c000700aa00
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x9817>, ep: 0, profile: 0x0000, cluster_id: 0x0013, data: b'8d179882dd91feff5f325080'
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (18, 59, 0, <DeconzAddressEndpoint address_mode=2 address=0x9817 endpoint=0>, 0, <ZDOCmd.Node_Desc_req: 0x0002>, 0, b':\x17\x98', 2, 0)
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy_deconz.uart] Send: 0x127c00190012003b0002179800000002000003003a17980200
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x127c00090002002a3b
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 42>, 59]
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x0e7d000700aa00
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x1c7e000c000500021798ffe4
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy_deconz.uart] Send: 0x177d000800010001
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x177d002b0024002a0200000102310d01040100ef0d000960010000030200040000006400afff4d0a0c00c0
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [36, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 42>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0d31>, 1, 260, 61184, b'\t`\x01\x00\x00\x03\x02\x00\x04\x00\x00\x00d', 0, 175, 255, 77, 10, 12, 0, -64]
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy.zcl] [0x0d31:1:0xef00] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=CLUSTER_COMMAND manufacturer_specific=False is_reply=True disable_default_response=False> manufacturer=None tsn=96 command_id=1>
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy.zcl] [0x0d31:1:0xef00] ZCL request 0x0001: [Command(status=0, tsn=0, command_id=515, function=0, data=[4, 0, 0, 0, 100])]
2021-11-18 20:27:12 DEBUG (MainThread) [zhaquirks.tuya] 04:cd:15:ff:fe:7f:7a:31 Received Attribute Report. Command is 0x0001, Tuya Paylod values[Status : 0, TSN: 0, Command: 0x0203, Function: 0x00, Data: [4, 0, 0, 0, 100]]
2021-11-18 20:27:12 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x0D31:1:0x0102]: Attribute report 'Window Covering'[current_position_lift_percentage] = 0
2021-11-18 20:27:12 DEBUG (MainThread) [zhaquirks.tuya] 04:cd:15:ff:fe:7f:7a:31 Tuya Attribute Cache : [{32769: 0, 32770: 0, 8: 0}]
2021-11-18 20:27:12 DEBUG (MainThread) [homeassistant.components.zha.cover] setting position: 0
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x0e7e000700aa00
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0d31>, ep: 1, profile: 0x0104, cluster_id: 0xef00, data: b'09600100000302000400000064'
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x0e7f000700ae00
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|APSDE_DATA_CONFIRM|2: 174>, 0]
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x1c80000c000500021798ffe4
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x1c81000c000500021798ffe4
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy_deconz.uart] Send: 0x177e000800010001
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x0e82000700ae00
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|APSDE_DATA_CONFIRM|2: 174>, 0]
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x177e00280021002e02000001023e5a01040100ef0a000947010000070400010100afff660a0c00ce
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [33, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|APSDE_DATA_CONFIRM|2: 46>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x5a3e>, 1, 260, 61184, b'\tG\x01\x00\x00\x07\x04\x00\x01\x01', 0, 175, 255, 102, 10, 12, 0, -50]
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy.zcl] [0x5a3e:1:0xef00] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=CLUSTER_COMMAND manufacturer_specific=False is_reply=True disable_default_response=False> manufacturer=None tsn=71 command_id=1>
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy.zcl] [0x5a3e:1:0xef00] ZCL request 0x0001: [Command(status=0, tsn=0, command_id=1031, function=0, data=[1, 1])]
2021-11-18 20:27:12 DEBUG (MainThread) [zhaquirks.tuya] 04:cd:15:ff:fe:8d:e1:c3 Received Attribute Report. Command is 0x0001, Tuya Paylod values[Status : 0, TSN: 0, Command: 0x0407, Function: 0x00, Data: [1, 1]]
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x5a3e>, ep: 1, profile: 0x0104, cluster_id: 0xef00, data: b'09470100000704000101'
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy_deconz.uart] Send: 0x177f000800010001
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x177f00280021002e0200000102cbe501040100ef0a00095e010000070400010100afff660a0c00cb
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [33, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|APSDE_DATA_CONFIRM|2: 46>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0xe5cb>, 1, 260, 61184, b'\t^\x01\x00\x00\x07\x04\x00\x01\x01', 0, 175, 255, 102, 10, 12, 0, -53]
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy.zcl] [0xe5cb:1:0xef00] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=CLUSTER_COMMAND manufacturer_specific=False is_reply=True disable_default_response=False> manufacturer=None tsn=94 command_id=1>
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy.zcl] [0xe5cb:1:0xef00] ZCL request 0x0001: [Command(status=0, tsn=0, command_id=1031, function=0, data=[1, 1])]
2021-11-18 20:27:12 DEBUG (MainThread) [zhaquirks.tuya] 04:cd:15:ff:fe:7f:79:00 Received Attribute Report. Command is 0x0001, Tuya Paylod values[Status : 0, TSN: 0, Command: 0x0407, Function: 0x00, Data: [1, 1]]
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0xe5cb>, ep: 1, profile: 0x0104, cluster_id: 0xef00, data: b'095e0100000704000101'
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy_deconz.uart] Send: 0x1780000800010001
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x1780002f0028002602000000021798000000028011003a0017980240800210525200002c52000000afff660a0c00e4
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [40, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 38>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 0, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x9817>, 0, 0, 32770, b':\x00\x17\x98\x02@\x80\x02\x10RR\x00\x00,R\x00\x00', 0, 175, 255, 102, 10, 12, 0, -28]
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy.application] Received frame on uninitialized device <Device model=None manuf=None nwk=0x9817 ieee=50:32:5f:ff:fe:91:dd:82 is_initialized=False> from ep 0 to ep 0, cluster 32770: b':\x00\x17\x98\x02@\x80\x02\x10RR\x00\x00,R\x00\x00'
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x9817>, ep: 0, profile: 0x0000, cluster_id: 0x8002, data: b'3a0017980240800210525200002c520000'
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy_deconz.uart] Send: 0x04810007000000
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x04810013000c00223b02179800000000000000
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 59: 00
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0x3b 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0x9817 endpoint=0>, status: 0x00
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy_deconz.uart] Send: 0x1782000800010001
2021-11-18 20:27:12 INFO (MainThread) [zigpy.device] [0x9817] Got Node Descriptor: NodeDescriptor(logical_type=<LogicalType.EndDevice: 2>, complex_descriptor_available=0, user_descriptor_available=0, reserved=0, aps_flags=0, frequency_band=<FrequencyBand.Freq2400MHz: 8>, mac_capability_flags=<MACCapabilityFlags.AllocateAddress: 128>, manufacturer_code=4098, maximum_buffer_size=82, maximum_incoming_transfer_size=82, server_mask=11264, maximum_outgoing_transfer_size=82, descriptor_capability_field=<DescriptorCapability.NONE: 0>, *allocate_address=True, *is_alternate_pan_coordinator=False, *is_coordinator=False, *is_end_device=True, *is_full_function_device=False, *is_mains_powered=False, *is_receiver_on_when_idle=False, *is_router=False, *is_security_capable=False)
2021-11-18 20:27:12 INFO (MainThread) [zigpy.device] [0x9817] Discovering endpoints
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy.util] Tries remaining: 3
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy.device] [0x9817] Extending timeout for 0x3c request
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 60 under 61 request id, data: b'3c1798'
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x1782050800010022
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy_deconz.uart] Send: 0x1783000800010001
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x1783050800010022
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (18, 61, 0, <DeconzAddressEndpoint address_mode=2 address=0x9817 endpoint=0>, 0, <ZDOCmd.Active_EP_req: 0x0005>, 0, b'<\x17\x98', 2, 0)
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy_deconz.uart] Send: 0x128400190012003d0002179800000005000003003c17980200
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x12840009000200223d
2021-11-18 20:27:12 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 61]
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x0e85000700aa00
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Send: 0x1785000800010001
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x0e86000700ae00
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|APSDE_DATA_CONFIRM|2: 174>, 0]
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x1785002b002400260200000102310d01040100ef0d000960010000030200040000006400afff660a0c00c0
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [36, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 38>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0d31>, 1, 260, 61184, b'\t`\x01\x00\x00\x03\x02\x00\x04\x00\x00\x00d', 0, 175, 255, 102, 10, 12, 0, -64]
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy.zcl] [0x0d31:1:0xef00] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=CLUSTER_COMMAND manufacturer_specific=False is_reply=True disable_default_response=False> manufacturer=None tsn=96 command_id=1>
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy.zcl] [0x0d31:1:0xef00] ZCL request 0x0001: [Command(status=0, tsn=0, command_id=515, function=0, data=[4, 0, 0, 0, 100])]
2021-11-18 20:27:13 DEBUG (MainThread) [zhaquirks.tuya] 04:cd:15:ff:fe:7f:7a:31 Received Attribute Report. Command is 0x0001, Tuya Paylod values[Status : 0, TSN: 0, Command: 0x0203, Function: 0x00, Data: [4, 0, 0, 0, 100]]
2021-11-18 20:27:13 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x0D31:1:0x0102]: Attribute report 'Window Covering'[current_position_lift_percentage] = 0
2021-11-18 20:27:13 DEBUG (MainThread) [zhaquirks.tuya] 04:cd:15:ff:fe:7f:7a:31 Tuya Attribute Cache : [{32769: 0, 32770: 0, 8: 0}]
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x1c86000c000500021798ffe4
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x1c87000c000500021798ffe5
2021-11-18 20:27:13 DEBUG (MainThread) [homeassistant.components.zha.cover] setting position: 0
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x0e88000700ae00
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|APSDE_DATA_CONFIRM|2: 174>, 0]
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0d31>, ep: 1, profile: 0x0104, cluster_id: 0xef00, data: b'09600100000302000400000064'
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Send: 0x04860007000000
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x04860013000c002a3d02179800000000000000
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 61: 00
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0x3d 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0x9817 endpoint=0>, status: 0x00
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Send: 0x1787000800010001
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x17870024001d002202000000021798000000058006003c001798010100afff660a0c00e4
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [29, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 0, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x9817>, 0, 0, 32773, b'<\x00\x17\x98\x01\x01', 0, 175, 255, 102, 10, 12, 0, -28]
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy.application] Received frame on uninitialized device <Device model=None manuf=None nwk=0x9817 ieee=50:32:5f:ff:fe:91:dd:82 is_initialized=False> from ep 0 to ep 0, cluster 32773: b'<\x00\x17\x98\x01\x01'
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x9817>, ep: 0, profile: 0x0000, cluster_id: 0x8005, data: b'3c0017980101'
2021-11-18 20:27:13 INFO (MainThread) [zigpy.device] [0x9817] Discovered endpoints: [1]
2021-11-18 20:27:13 INFO (MainThread) [zigpy.device] [0x9817] Initializing endpoints [<Endpoint id=1 in=[] out=[] status=<Status.NEW: 0>>]
2021-11-18 20:27:13 INFO (MainThread) [zigpy.endpoint] [0x9817:1] Discovering endpoint information
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy.util] Tries remaining: 3
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy.device] [0x9817] Extending timeout for 0x3e request
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 62 under 63 request id, data: b'3e179801'
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Send: 0x1788000800010001
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x1788050800010022
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (19, 63, 0, <DeconzAddressEndpoint address_mode=2 address=0x9817 endpoint=0>, 0, <ZDOCmd.Simple_Desc_req: 0x0004>, 0, b'>\x17\x98\x01', 2, 0)
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Send: 0x1289001a0013003f0002179800000004000004003e1798010200
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x12890009000200223f
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 63]
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x1c8a000c0005000247fbfccf
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x0e8b000700aa00
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Send: 0x178a000800010001
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x178a002b002400220200000102f97b01040100ef0d000949010000030200040000006400afff660a0c00ce
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [36, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x7bf9>, 1, 260, 61184, b'\tI\x01\x00\x00\x03\x02\x00\x04\x00\x00\x00d', 0, 175, 255, 102, 10, 12, 0, -50]
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy.zcl] [0x7bf9:1:0xef00] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=CLUSTER_COMMAND manufacturer_specific=False is_reply=True disable_default_response=False> manufacturer=None tsn=73 command_id=1>
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy.zcl] [0x7bf9:1:0xef00] ZCL request 0x0001: [Command(status=0, tsn=0, command_id=515, function=0, data=[4, 0, 0, 0, 100])]
2021-11-18 20:27:13 DEBUG (MainThread) [zhaquirks.tuya] 04:cd:15:ff:fe:7f:79:5a Received Attribute Report. Command is 0x0001, Tuya Paylod values[Status : 0, TSN: 0, Command: 0x0203, Function: 0x00, Data: [4, 0, 0, 0, 100]]
2021-11-18 20:27:13 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x7BF9:1:0x0102]: Attribute report 'Window Covering'[current_position_lift_percentage] = 0
2021-11-18 20:27:13 DEBUG (MainThread) [zhaquirks.tuya] 04:cd:15:ff:fe:7f:79:5a Tuya Attribute Cache : [{32769: 0, 32770: 0, 8: 0}]
2021-11-18 20:27:13 DEBUG (MainThread) [homeassistant.components.zha.cover] setting position: 0
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x7bf9>, ep: 1, profile: 0x0104, cluster_id: 0xef00, data: b'09490100000302000400000064'
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x0e8b000700aa00
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Send: 0x178b000800010001
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x178b00280021002202000001023e5a01040100ef0a000948010000070400010100afff660a0c00ce
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [33, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x5a3e>, 1, 260, 61184, b'\tH\x01\x00\x00\x07\x04\x00\x01\x01', 0, 175, 255, 102, 10, 12, 0, -50]
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy.zcl] [0x5a3e:1:0xef00] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=CLUSTER_COMMAND manufacturer_specific=False is_reply=True disable_default_response=False> manufacturer=None tsn=72 command_id=1>
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy.zcl] [0x5a3e:1:0xef00] ZCL request 0x0001: [Command(status=0, tsn=0, command_id=1031, function=0, data=[1, 1])]
2021-11-18 20:27:13 DEBUG (MainThread) [zhaquirks.tuya] 04:cd:15:ff:fe:8d:e1:c3 Received Attribute Report. Command is 0x0001, Tuya Paylod values[Status : 0, TSN: 0, Command: 0x0407, Function: 0x00, Data: [1, 1]]
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x5a3e>, ep: 1, profile: 0x0104, cluster_id: 0xef00, data: b'09480100000704000101'
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x0e8c000700a600
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x1c8d000c000500021798ffe4
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Send: 0x048c0007000000
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x0e8e000700ae00
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|APSDE_DATA_CONFIRM|2: 174>, 0]
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x048c0013000c002a3f02179800000000000000
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 63: 00
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x1c8d000c000500021798ffe4
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0x3f 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0x9817 endpoint=0>, status: 0x00
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Send: 0x178d000800010001
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x0e8e000700aa00
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x178d00280021002a0200000102cbe501040100ef0a00095f010000070400010100afff660a0c00ca
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [33, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 42>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0xe5cb>, 1, 260, 61184, b'\t_\x01\x00\x00\x07\x04\x00\x01\x01', 0, 175, 255, 102, 10, 12, 0, -54]
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy.zcl] [0xe5cb:1:0xef00] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=CLUSTER_COMMAND manufacturer_specific=False is_reply=True disable_default_response=False> manufacturer=None tsn=95 command_id=1>
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy.zcl] [0xe5cb:1:0xef00] ZCL request 0x0001: [Command(status=0, tsn=0, command_id=1031, function=0, data=[1, 1])]
2021-11-18 20:27:13 DEBUG (MainThread) [zhaquirks.tuya] 04:cd:15:ff:fe:7f:79:00 Received Attribute Report. Command is 0x0001, Tuya Paylod values[Status : 0, TSN: 0, Command: 0x0407, Function: 0x00, Data: [1, 1]]
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0xe5cb>, ep: 1, profile: 0x0104, cluster_id: 0xef00, data: b'095f0100000704000101'
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Send: 0x178e000800010001
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x178e00370030002202000000021798000000048019003e001798140104015100010400000400050000ef0219000a0000aff4660a0c00e4
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [48, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 0, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x9817>, 0, 0, 32772, b'>\x00\x17\x98\x14\x01\x04\x01Q\x00\x01\x04\x00\x00\x04\x00\x05\x00\x00\xef\x02\x19\x00\n\x00', 0, 175, 244, 102, 10, 12, 0, -28]
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy.application] Received frame on uninitialized device <Device model=None manuf=None nwk=0x9817 ieee=50:32:5f:ff:fe:91:dd:82 is_initialized=False> from ep 0 to ep 0, cluster 32772: b'>\x00\x17\x98\x14\x01\x04\x01Q\x00\x01\x04\x00\x00\x04\x00\x05\x00\x00\xef\x02\x19\x00\n\x00'
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x9817>, ep: 0, profile: 0x0000, cluster_id: 0x8004, data: b'3e001798140104015100010400000400050000ef0219000a00'
2021-11-18 20:27:13 INFO (MainThread) [zigpy.endpoint] [0x9817:1] Discovered endpoint information: SizePrefixedSimpleDescriptor(endpoint=1, profile=260, device_type=81, device_version=1, input_clusters=[0, 4, 5, 61184], output_clusters=[25, 10])
2021-11-18 20:27:13 WARNING (MainThread) [zigpy.zcl] Unknown cluster 61184
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy.device] [0x9817] Extending timeout for 0x40 request
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 64 under 65 request id, data: b'00400004000500'
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (22, 65, 0, <DeconzAddressEndpoint address_mode=2 address=0x9817 endpoint=1>, 260, 0, 1, b'\x00@\x00\x04\x00\x05\x00', 2, 0)
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Send: 0x128f001d00160041000217980104010000010700004000040005000200
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x1c8f000c000500023737ffd2
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x128f00090002002241
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 65]
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x0e90000700aa00
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Send: 0x1790000800010001
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x1790002b002400220200000102f97b01040100ef0d000949010000030200040000006400afff660a0c00ce
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [36, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x7bf9>, 1, 260, 61184, b'\tI\x01\x00\x00\x03\x02\x00\x04\x00\x00\x00d', 0, 175, 255, 102, 10, 12, 0, -50]
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy.zcl] [0x7bf9:1:0xef00] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=CLUSTER_COMMAND manufacturer_specific=False is_reply=True disable_default_response=False> manufacturer=None tsn=73 command_id=1>
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy.zcl] [0x7bf9:1:0xef00] ZCL request 0x0001: [Command(status=0, tsn=0, command_id=515, function=0, data=[4, 0, 0, 0, 100])]
2021-11-18 20:27:13 DEBUG (MainThread) [zhaquirks.tuya] 04:cd:15:ff:fe:7f:79:5a Received Attribute Report. Command is 0x0001, Tuya Paylod values[Status : 0, TSN: 0, Command: 0x0203, Function: 0x00, Data: [4, 0, 0, 0, 100]]
2021-11-18 20:27:13 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x7BF9:1:0x0102]: Attribute report 'Window Covering'[current_position_lift_percentage] = 0
2021-11-18 20:27:13 DEBUG (MainThread) [zhaquirks.tuya] 04:cd:15:ff:fe:7f:79:5a Tuya Attribute Cache : [{32769: 0, 32770: 0, 8: 0}]
2021-11-18 20:27:13 DEBUG (MainThread) [homeassistant.components.zha.cover] setting position: 0
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x7bf9>, ep: 1, profile: 0x0104, cluster_id: 0xef00, data: b'09490100000302000400000064'
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x0e91000700aa00
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Send: 0x1791000800010001
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x1791002b002400220200000102310d01040100ef0d000961010000030200040000006400afff660a0c00c0
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [36, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0d31>, 1, 260, 61184, b'\ta\x01\x00\x00\x03\x02\x00\x04\x00\x00\x00d', 0, 175, 255, 102, 10, 12, 0, -64]
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy.zcl] [0x0d31:1:0xef00] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=CLUSTER_COMMAND manufacturer_specific=False is_reply=True disable_default_response=False> manufacturer=None tsn=97 command_id=1>
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy.zcl] [0x0d31:1:0xef00] ZCL request 0x0001: [Command(status=0, tsn=0, command_id=515, function=0, data=[4, 0, 0, 0, 100])]
2021-11-18 20:27:13 DEBUG (MainThread) [zhaquirks.tuya] 04:cd:15:ff:fe:7f:7a:31 Received Attribute Report. Command is 0x0001, Tuya Paylod values[Status : 0, TSN: 0, Command: 0x0203, Function: 0x00, Data: [4, 0, 0, 0, 100]]
2021-11-18 20:27:13 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x0D31:1:0x0102]: Attribute report 'Window Covering'[current_position_lift_percentage] = 0
2021-11-18 20:27:13 DEBUG (MainThread) [zhaquirks.tuya] 04:cd:15:ff:fe:7f:7a:31 Tuya Attribute Cache : [{32769: 0, 32770: 0, 8: 0}]
2021-11-18 20:27:13 DEBUG (MainThread) [homeassistant.components.zha.cover] setting position: 0
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0d31>, ep: 1, profile: 0x0104, cluster_id: 0xef00, data: b'09610100000302000400000064'
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x0e92000700aa00
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Send: 0x1792000800010001
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x17920028002100220200000102cbe501040100ef0a00095f010000070400010100afff4d0a0c00ca
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [33, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0xe5cb>, 1, 260, 61184, b'\t_\x01\x00\x00\x07\x04\x00\x01\x01', 0, 175, 255, 77, 10, 12, 0, -54]
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy.zcl] [0xe5cb:1:0xef00] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=CLUSTER_COMMAND manufacturer_specific=False is_reply=True disable_default_response=False> manufacturer=None tsn=95 command_id=1>
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy.zcl] [0xe5cb:1:0xef00] ZCL request 0x0001: [Command(status=0, tsn=0, command_id=1031, function=0, data=[1, 1])]
2021-11-18 20:27:13 DEBUG (MainThread) [zhaquirks.tuya] 04:cd:15:ff:fe:7f:79:00 Received Attribute Report. Command is 0x0001, Tuya Paylod values[Status : 0, TSN: 0, Command: 0x0407, Function: 0x00, Data: [1, 1]]
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0xe5cb>, ep: 1, profile: 0x0104, cluster_id: 0xef00, data: b'095f0100000704000101'
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x0e93000700a600
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x1c94000c000500021798ffe4
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Send: 0x04930007000000
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x1c95000c000500021798ffe4
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x0e96000700ae00
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|APSDE_DATA_CONFIRM|2: 174>, 0]
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x04930013000c002a4102179801010000000000
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 65: 00
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0x41 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0x9817 endpoint=1>, status: 0x00
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Send: 0x1794000800010001
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x17940041003a0022020000010217980104010000230018400104000042105f545a453230305f6134627067706c6d050000420654533036303100afff6b0a0c00e4
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [58, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x9817>, 1, 260, 0, b'\x18@\x01\x04\x00\x00B\x10_TZE200_a4bpgplm\x05\x00\x00B\x06TS0601', 0, 175, 255, 107, 10, 12, 0, -28]
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy.zcl] [0x9817:1:0x0000] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=True disable_default_response=True> manufacturer=None tsn=64 command_id=Command.Read_Attributes_rsp>
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x9817>, ep: 1, profile: 0x0104, cluster_id: 0x0000, data: b'18400104000042105f545a453230305f6134627067706c6d0500004206545330363031'
2021-11-18 20:27:13 INFO (MainThread) [zigpy.device] [0x9817] Read model 'TS0601' and manufacturer '_TZE200_a4bpgplm' from <Endpoint id=1 in=[basic:0x0000, groups:0x0004, scenes:0x0005, None:0xEF00] out=[ota:0x0019, time:0x000A] status=<Status.ZDO_INIT: 1>>
2021-11-18 20:27:13 INFO (MainThread) [zigpy.device] [0x9817] Discovered basic device information for <Device model='TS0601' manuf='_TZE200_a4bpgplm' nwk=0x9817 ieee=50:32:5f:ff:fe:91:dd:82 is_initialized=True>
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy.application] Device is initialized <Device model='TS0601' manuf='_TZE200_a4bpgplm' nwk=0x9817 ieee=50:32:5f:ff:fe:91:dd:82 is_initialized=True>
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy.quirks.registry] Checking quirks for _TZE200_a4bpgplm TS0601 (50:32:5f:ff:fe:91:dd:82)
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'zhaquirks.xbee.xbee_io.XBeeSensor'>
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy.quirks.registry] Fail because endpoint list mismatch: {232, 230} {1}
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'zhaquirks.xbee.xbee3_io.XBee3Sensor'>
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy.quirks.registry] Fail because endpoint list mismatch: {232, 230} {1}
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'zhaquirks.smartthings.tag_v4.SmartThingsTagV4'>
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy.quirks.registry] Fail because device_type mismatch on at least one endpoint
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'zhaquirks.smartthings.multi.SmartthingsMultiPurposeSensor'>
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy.quirks.registry] Fail because device_type mismatch on at least one endpoint
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'zhaquirks.netvox.z308e3ed.Z308E3ED'>
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy.quirks.registry] Fail because device_type mismatch on at least one endpoint
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'zhaquirks.gledopto.soposhgu10.SoposhGU10'>
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy.quirks.registry] Fail because endpoint list mismatch: {11, 13} {1}
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'bellows.zigbee.application.EZSPCoordinator'>
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy.quirks.registry] Fail because device_type mismatch on at least one endpoint
2021-11-18 20:27:13 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event device_registry_updated[L]: action=create, device_id=fa2627621d132eae09d0d021372a42e0>
2021-11-18 20:27:13 DEBUG (MainThread) [homeassistant.components.zha.core.gateway] device - 0x9817:50:32:5f:ff:fe:91:dd:82 entering async_device_initialized - is_new_join: True
2021-11-18 20:27:13 DEBUG (MainThread) [homeassistant.components.zha.core.gateway] device - 0x9817:50:32:5f:ff:fe:91:dd:82 has joined the ZHA zigbee network
2021-11-18 20:27:13 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0x9817](TS0601): started configuration
2021-11-18 20:27:13 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x9817:ZDO](TS0601): 'async_configure' stage succeeded
2021-11-18 20:27:13 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x9817:1:0x0000]: finished channel configuration
2021-11-18 20:27:13 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x9817:1:0x0019]: finished channel configuration
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x0e95000700aa00
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x1c96000c000500026fc6ffd2
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy.appdb] Error handling '_save_attribute' event with (50:32:5f:ff:fe:91:dd:82, 1, 0, 4, '_TZE200_a4bpgplm') params: FOREIGN KEY constraint failed
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Send: 0x1795000800010001
2021-11-18 20:27:13 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x9817:1:0x0000]: 'async_configure' stage succeeded
2021-11-18 20:27:13 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x9817:1:0x0019]: 'async_configure' stage succeeded
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy.appdb] Error handling '_save_attribute' event with (50:32:5f:ff:fe:91:dd:82, 1, 0, 5, 'TS0601') params: FOREIGN KEY constraint failed
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x179500280021002202000001023e5a01040100ef0a000949010000070400010100afff6b0a0c00ce
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [33, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x5a3e>, 1, 260, 61184, b'\tI\x01\x00\x00\x07\x04\x00\x01\x01', 0, 175, 255, 107, 10, 12, 0, -50]
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy.zcl] [0x5a3e:1:0xef00] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=CLUSTER_COMMAND manufacturer_specific=False is_reply=True disable_default_response=False> manufacturer=None tsn=73 command_id=1>
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy.zcl] [0x5a3e:1:0xef00] ZCL request 0x0001: [Command(status=0, tsn=0, command_id=1031, function=0, data=[1, 1])]
2021-11-18 20:27:13 DEBUG (MainThread) [zhaquirks.tuya] 04:cd:15:ff:fe:8d:e1:c3 Received Attribute Report. Command is 0x0001, Tuya Paylod values[Status : 0, TSN: 0, Command: 0x0407, Function: 0x00, Data: [1, 1]]
2021-11-18 20:27:13 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0x9817](TS0601): completed configuration
2021-11-18 20:27:13 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0x9817](TS0601): stored in registry: ZhaDeviceEntry(name='_TZE200_a4bpgplm TS0601', ieee='50:32:5f:ff:fe:91:dd:82', last_seen=1637267233.5542796)
2021-11-18 20:27:13 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0x9817](TS0601): started initialization
2021-11-18 20:27:13 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x9817:ZDO](TS0601): 'async_initialize' stage succeeded
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x5a3e>, ep: 1, profile: 0x0104, cluster_id: 0xef00, data: b'09490100000704000101'
2021-11-18 20:27:13 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x9817:1:0x0000]: initializing channel: from_cache: False
2021-11-18 20:27:13 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x9817:1:0x0000]: finished channel initialization
2021-11-18 20:27:13 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x9817:1:0x0019]: initializing channel: from_cache: False
2021-11-18 20:27:13 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x9817:1:0x0019]: finished channel initialization
2021-11-18 20:27:13 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x9817:1:0x0000]: 'async_initialize' stage succeeded
2021-11-18 20:27:13 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x9817:1:0x0019]: 'async_initialize' stage succeeded
2021-11-18 20:27:13 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0x9817](TS0601): power source: Battery or Unknown
2021-11-18 20:27:13 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0x9817](TS0601): completed initialization
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x0e96000700aa00
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Send: 0x1796000800010001
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x1c97000c000500021798ffe4
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x1796002b002400220200000102f97b01040100ef0d00094a010000030200040000006400afff6b0a0c00ce
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [36, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x7bf9>, 1, 260, 61184, b'\tJ\x01\x00\x00\x03\x02\x00\x04\x00\x00\x00d', 0, 175, 255, 107, 10, 12, 0, -50]
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy.zcl] [0x7bf9:1:0xef00] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=CLUSTER_COMMAND manufacturer_specific=False is_reply=True disable_default_response=False> manufacturer=None tsn=74 command_id=1>
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy.zcl] [0x7bf9:1:0xef00] ZCL request 0x0001: [Command(status=0, tsn=0, command_id=515, function=0, data=[4, 0, 0, 0, 100])]
2021-11-18 20:27:13 DEBUG (MainThread) [zhaquirks.tuya] 04:cd:15:ff:fe:7f:79:5a Received Attribute Report. Command is 0x0001, Tuya Paylod values[Status : 0, TSN: 0, Command: 0x0203, Function: 0x00, Data: [4, 0, 0, 0, 100]]
2021-11-18 20:27:13 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x7BF9:1:0x0102]: Attribute report 'Window Covering'[current_position_lift_percentage] = 0
2021-11-18 20:27:13 DEBUG (MainThread) [zhaquirks.tuya] 04:cd:15:ff:fe:7f:79:5a Tuya Attribute Cache : [{32769: 0, 32770: 0, 8: 0}]
2021-11-18 20:27:13 DEBUG (MainThread) [homeassistant.components.zha.cover] setting position: 0
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x7bf9>, ep: 1, profile: 0x0104, cluster_id: 0xef00, data: b'094a0100000302000400000064'
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x0e97000700aa00
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Send: 0x1797000800010001
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x0e98000700aa00
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x179700280021002a02000001023e5a01040100ef0a000949010000070400010100afff6b0a0c00ce
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [33, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 42>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x5a3e>, 1, 260, 61184, b'\tI\x01\x00\x00\x07\x04\x00\x01\x01', 0, 175, 255, 107, 10, 12, 0, -50]
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy.zcl] [0x5a3e:1:0xef00] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=CLUSTER_COMMAND manufacturer_specific=False is_reply=True disable_default_response=False> manufacturer=None tsn=73 command_id=1>
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy.zcl] [0x5a3e:1:0xef00] ZCL request 0x0001: [Command(status=0, tsn=0, command_id=1031, function=0, data=[1, 1])]
2021-11-18 20:27:13 DEBUG (MainThread) [zhaquirks.tuya] 04:cd:15:ff:fe:8d:e1:c3 Received Attribute Report. Command is 0x0001, Tuya Paylod values[Status : 0, TSN: 0, Command: 0x0407, Function: 0x00, Data: [1, 1]]
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x5a3e>, ep: 1, profile: 0x0104, cluster_id: 0xef00, data: b'09490100000704000101'
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Send: 0x1798000800010001
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x1798002b002400220200000102310d01040100ef0d000962010000030200040000006400afff6b0a0c00c1
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [36, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0d31>, 1, 260, 61184, b'\tb\x01\x00\x00\x03\x02\x00\x04\x00\x00\x00d', 0, 175, 255, 107, 10, 12, 0, -63]
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy.zcl] [0x0d31:1:0xef00] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=CLUSTER_COMMAND manufacturer_specific=False is_reply=True disable_default_response=False> manufacturer=None tsn=98 command_id=1>
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy.zcl] [0x0d31:1:0xef00] ZCL request 0x0001: [Command(status=0, tsn=0, command_id=515, function=0, data=[4, 0, 0, 0, 100])]
2021-11-18 20:27:13 DEBUG (MainThread) [zhaquirks.tuya] 04:cd:15:ff:fe:7f:7a:31 Received Attribute Report. Command is 0x0001, Tuya Paylod values[Status : 0, TSN: 0, Command: 0x0203, Function: 0x00, Data: [4, 0, 0, 0, 100]]
2021-11-18 20:27:13 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x0D31:1:0x0102]: Attribute report 'Window Covering'[current_position_lift_percentage] = 0
2021-11-18 20:27:13 DEBUG (MainThread) [zhaquirks.tuya] 04:cd:15:ff:fe:7f:7a:31 Tuya Attribute Cache : [{32769: 0, 32770: 0, 8: 0}]
2021-11-18 20:27:13 DEBUG (MainThread) [homeassistant.components.zha.cover] setting position: 0
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x0e99000700aa00
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0d31>, ep: 1, profile: 0x0104, cluster_id: 0xef00, data: b'09620100000302000400000064'
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Send: 0x1799000800010001
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x17990028002100220200000102cbe501040100ef0a000960010000070400010100afff6b0a0c00cb
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [33, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0xe5cb>, 1, 260, 61184, b'\t`\x01\x00\x00\x07\x04\x00\x01\x01', 0, 175, 255, 107, 10, 12, 0, -53]
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy.zcl] [0xe5cb:1:0xef00] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=CLUSTER_COMMAND manufacturer_specific=False is_reply=True disable_default_response=False> manufacturer=None tsn=96 command_id=1>
2021-11-18 20:27:13 DEBUG (MainThread) [zigpy.zcl] [0xe5cb:1:0xef00] ZCL request 0x0001: [Command(status=0, tsn=0, command_id=1031, function=0, data=[1, 1])]

@joaoasilva
Copy link
Contributor Author

Thanks, @jacekk015 💯

@jacekk015
Copy link
Contributor

Sorry but I don't see any communication between TRV and HA.
Only pairing logs.
Try to get more time of logs. If it wont help we try to give you some file to force the communication.

We are searching for something like this:
"Received value [0, 0, 0, 42] for attribute 0x0265"

2021-09-24 15:01:03 DEBUG (MainThread) [zigpy.zcl] [0xddeb:1:0xef00] ZCL request 0x0002: [Command(status=0, tsn=16, command_id=528, function=0, data=[4, 0, 0, 0, 34])]
2021-09-24 15:01:03 DEBUG (MainThread) [zhaquirks.tuya] [0xddeb:1:0xef00] Received value [0, 0, 0, 34] for attribute 0x0210 (command 0x0002)
2021-09-24 15:01:13 DEBUG (MainThread) [zigpy.zcl] [0xddeb:1:0xef00] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=CLUSTER_COMMAND manufacturer_specific=False is_reply=True disable_default_response=False> manufacturer=None tsn=8 command_id=2>
2021-09-24 15:01:13 DEBUG (MainThread) [zigpy.zcl] [0xddeb:1:0xef00] ZCL request 0x0002: [Command(status=0, tsn=24, command_id=536, function=0, data=[4, 0, 0, 0, 233])]
2021-09-24 15:01:13 DEBUG (MainThread) [zhaquirks.tuya] [0xddeb:1:0xef00] Received value [0, 0, 0, 233] for attribute 0x0218 (command 0x0002)
2021-09-24 15:01:14 DEBUG (MainThread) [zigpy.zcl] [0xddeb:1:0xef00] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=CLUSTER_COMMAND manufacturer_specific=False is_reply=True disable_default_response=False> manufacturer=None tsn=9 command_id=2>
2021-09-24 15:01:14 DEBUG (MainThread) [zigpy.zcl] [0xddeb:1:0xef00] ZCL request 0x0002: [Command(status=0, tsn=30, command_id=286, function=0, data=[1, 0])]
2021-09-24 15:01:14 DEBUG (MainThread) [zhaquirks.tuya] [0xddeb:1:0xef00] Received value [0] for attribute 0x011e (command 0x0002)
2021-09-24 15:01:14 DEBUG (MainThread) [zigpy.zcl] [0xddeb:1:0xef00] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=CLUSTER_COMMAND manufacturer_specific=False is_reply=True disable_default_response=False> manufacturer=None tsn=10 command_id=2>
2021-09-24 15:01:14 DEBUG (MainThread) [zigpy.zcl] [0xddeb:1:0xef00] ZCL request 0x0002: [Command(status=0, tsn=34, command_id=546, function=0, data=[4, 0, 0, 0, 131])]
2021-09-24 15:01:14 DEBUG (MainThread) [zhaquirks.tuya] [0xddeb:1:0xef00] Received value [0, 0, 0, 131] for attribute 0x0222 (command 0x0002)
2021-09-24 15:01:25 DEBUG (MainThread) [zigpy.zcl] [0xddeb:1:0xef00] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=CLUSTER_COMMAND manufacturer_specific=False is_reply=True disable_default_response=False> manufacturer=None tsn=11 command_id=2>
2021-09-24 15:01:25 DEBUG (MainThread) [zigpy.zcl] [0xddeb:1:0xef00] ZCL request 0x0002: [Command(status=0, tsn=101, command_id=613, function=0, data=[4, 0, 0, 0, 42])]
2021-09-24 15:01:25 DEBUG (MainThread) [zhaquirks.tuya] [0xddeb:1:0xef00] Received value [0, 0, 0, 42] for attribute 0x0265 (command 0x0002)

@joaoasilva
Copy link
Contributor Author

I'm not getting those unless I add the line ("_TZE200_a4bpgplm", "TS0601")
If I add them it seems to consume some of them and others doesn't
Can you send the file to force the communication? is there a way to filter by device too?
THanks

@jacekk015
Copy link
Contributor

OK - so if you already have some quirk inside just add that line and:
remove and re-pair the device
Still wait for some time 2-3 minutes min, because after pairing TRV start to send all data, but it takes some time.
Put here the logs as a file, if they're too big, or to some pastebin.com service and give here a link.
Don't worry if there are 1000 lines or more - I filter that out easily.

@joaoasilva
Copy link
Contributor Author

joaoasilva commented Nov 19, 2021

I'm not sure what's happening but I've added the device and see the logs when adding but then I can control some of the things in ex: Lovelace and see the actual set temperature but no logs from this specific device appear in zhaquirks logs
I can see other logs from the cover, wall switches, etc

@joaoasilva
Copy link
Contributor Author

joaoasilva commented Nov 19, 2021

021-11-19 14:59:09 DEBUG (MainThread) [zigpy.appdb] Error handling '_unsupported_attribute_added' event with (50:32:5f:ff:fe:91:dd:82, 1, 513, 17) params: FOREIGN KEY constraint failed
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x1cfc000c00050002eb63ffe7
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x17fc002b0024002a0200000102310d01040100ef0d000959010000030200040000000000afff2b470c00d3
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [36, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 42>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0d31>, 1, 260, 61184, b'\tY\x01\x00\x00\x03\x02\x00\x04\x00\x00\x00\x00', 0, 175, 255, 43, 71, 12, 0, -45]
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy.zcl] [0x0d31:1:0xef00] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=CLUSTER_COMMAND manufacturer_specific=False is_reply=True disable_default_response=False> manufacturer=None tsn=89 command_id=1>
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy.zcl] [0x0d31:1:0xef00] ZCL request 0x0001: [Command(status=0, tsn=0, command_id=515, function=0, data=[4, 0, 0, 0, 0])]
2021-11-19 14:59:09 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x0D31:1:0x0102]: Attribute report 'Window Covering'[current_position_lift_percentage] = 100
2021-11-19 14:59:09 DEBUG (MainThread) [homeassistant.components.zha.cover] setting position: 100
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x1cfd000c0005000247fbe4d2
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0d31>, ep: 1, profile: 0x0104, cluster_id: 0xef00, data: b'09590100000302000400000000'
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy_deconz.uart] Send: 0x17fd000800010001
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x17fd0028002100220200000102f97b01040100ef0a000972010000010400010000afff2b470c00d3
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [33, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x7bf9>, 1, 260, 61184, b'\tr\x01\x00\x00\x01\x04\x00\x01\x00', 0, 175, 255, 43, 71, 12, 0, -45]
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy.zcl] [0x7bf9:1:0xef00] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=CLUSTER_COMMAND manufacturer_specific=False is_reply=True disable_default_response=False> manufacturer=None tsn=114 command_id=1>
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy.zcl] [0x7bf9:1:0xef00] ZCL request 0x0001: [Command(status=0, tsn=0, command_id=1025, function=0, data=[1, 0])]
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x7bf9>, ep: 1, profile: 0x0104, cluster_id: 0xef00, data: b'09720100000104000100'
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy_deconz.uart] Send: 0x17fe000800010001
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x17fe050800010022
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy.appdb] Error handling '_unsupported_attribute_added' event with (50:32:5f:ff:fe:91:dd:82, 1, 513, 19) params: FOREIGN KEY constraint failed
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy_deconz.uart] Send: 0x17ff000800010001
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x17ff050800010022
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy.appdb] Error handling '_unsupported_attribute_added' event with (50:32:5f:ff:fe:91:dd:82, 1, 513, 20) params: FOREIGN KEY constraint failed
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy_deconz.uart] Send: 0x1701000800010001
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy.appdb] Error handling '_unsupported_attribute_added' event with (50:32:5f:ff:fe:91:dd:82, 1, 513, 30) params: FOREIGN KEY constraint failed
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x1701050800010022
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy.appdb] Error handling '_unsupported_attribute_added' event with (50:32:5f:ff:fe:91:dd:82, 1, 513, 41) params: FOREIGN KEY constraint failed
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy_deconz.uart] Send: 0x1702000800010001
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x0e02000700aa00
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x1702002b0024002202000001023e5a01040100ef0d00092b010000030200040000000000aff82b470c00b8
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [36, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x5a3e>, 1, 260, 61184, b'\t+\x01\x00\x00\x03\x02\x00\x04\x00\x00\x00\x00', 0, 175, 248, 43, 71, 12, 0, -72]
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy.zcl] [0x5a3e:1:0xef00] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=CLUSTER_COMMAND manufacturer_specific=False is_reply=True disable_default_response=False> manufacturer=None tsn=43 command_id=1>
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy.zcl] [0x5a3e:1:0xef00] ZCL request 0x0001: [Command(status=0, tsn=0, command_id=515, function=0, data=[4, 0, 0, 0, 0])]
2021-11-19 14:59:09 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x5A3E:1:0x0102]: Attribute report 'Window Covering'[current_position_lift_percentage] = 100
2021-11-19 14:59:09 DEBUG (MainThread) [homeassistant.components.zha.cover] setting position: 100
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x5a3e>, ep: 1, profile: 0x0104, cluster_id: 0xef00, data: b'092b0100000302000400000000'
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy_deconz.uart] Send: 0x1703000800010001
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x0e03000700aa00
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x17030028002100220200000102f97b01040100ef0a000972010000010400010000afff2b470c00d2
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [33, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x7bf9>, 1, 260, 61184, b'\tr\x01\x00\x00\x01\x04\x00\x01\x00', 0, 175, 255, 43, 71, 12, 0, -46]
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy.zcl] [0x7bf9:1:0xef00] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=CLUSTER_COMMAND manufacturer_specific=False is_reply=True disable_default_response=False> manufacturer=None tsn=114 command_id=1>
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy.zcl] [0x7bf9:1:0xef00] ZCL request 0x0001: [Command(status=0, tsn=0, command_id=1025, function=0, data=[1, 0])]
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy.appdb] Error handling '_unsupported_attribute_added' event with (50:32:5f:ff:fe:91:dd:82, 1, 513, 2) params: FOREIGN KEY constraint failed
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x7bf9>, ep: 1, profile: 0x0104, cluster_id: 0xef00, data: b'09720100000104000100'
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy_deconz.uart] Send: 0x1704000800010001
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy.appdb] Error handling '_unsupported_attribute_added' event with (50:32:5f:ff:fe:91:dd:82, 1, 513, 7) params: FOREIGN KEY constraint failed
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy.appdb] Error handling '_unsupported_attribute_added' event with (50:32:5f:ff:fe:91:dd:82, 1, 513, 8) params: FOREIGN KEY constraint failed
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x1704050800010022
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy_deconz.uart] Send: 0x1705000800010001
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x1705050800010022
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy_deconz.uart] Send: 0x1706000800010001
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x1706050800010022
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x1c07000c00050002eb63ffe3
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x0e08000700aa00
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy_deconz.uart] Send: 0x1707000800010001
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x1707002b002400220200000102310d01040100ef0d00095a010000030200040000000000afff2b470c00d3
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [36, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0d31>, 1, 260, 61184, b'\tZ\x01\x00\x00\x03\x02\x00\x04\x00\x00\x00\x00', 0, 175, 255, 43, 71, 12, 0, -45]
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy.zcl] [0x0d31:1:0xef00] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=CLUSTER_COMMAND manufacturer_specific=False is_reply=True disable_default_response=False> manufacturer=None tsn=90 command_id=1>
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy.zcl] [0x0d31:1:0xef00] ZCL request 0x0001: [Command(status=0, tsn=0, command_id=515, function=0, data=[4, 0, 0, 0, 0])]
2021-11-19 14:59:09 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x0D31:1:0x0102]: Attribute report 'Window Covering'[current_position_lift_percentage] = 100
2021-11-19 14:59:09 DEBUG (MainThread) [homeassistant.components.zha.cover] setting position: 100
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x0e08000700aa00
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0d31>, ep: 1, profile: 0x0104, cluster_id: 0xef00, data: b'095a0100000302000400000000'
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy_deconz.uart] Send: 0x1708000800010001
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x17080028002100220200000102cbe501040100ef0a000949010000070400010000afff2b470c00bf
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [33, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0xe5cb>, 1, 260, 61184, b'\tI\x01\x00\x00\x07\x04\x00\x01\x00', 0, 175, 255, 43, 71, 12, 0, -65]
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy.zcl] [0xe5cb:1:0xef00] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=CLUSTER_COMMAND manufacturer_specific=False is_reply=True disable_default_response=False> manufacturer=None tsn=73 command_id=1>
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy.zcl] [0xe5cb:1:0xef00] ZCL request 0x0001: [Command(status=0, tsn=0, command_id=1031, function=0, data=[1, 0])]
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0xe5cb>, ep: 1, profile: 0x0104, cluster_id: 0xef00, data: b'09490100000704000100'
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x1c09000c00050002afa4acb6
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy.appdb] Error handling '_unsupported_attribute_added' event with (50:32:5f:ff:fe:91:dd:82, 1, 6, 0) params: FOREIGN KEY constraint failed
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy.appdb] Error handling '_unsupported_attribute_added' event with (50:32:5f:ff:fe:91:dd:82, 1, 1, 32) params: FOREIGN KEY constraint failed
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy.appdb] Error handling '_unsupported_attribute_added' event with (50:32:5f:ff:fe:91:dd:82, 1, 1, 33) params: FOREIGN KEY constraint failed
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy.appdb] Error handling '_unsupported_attribute_added' event with (50:32:5f:ff:fe:91:dd:82, 1, 1, 49) params: FOREIGN KEY constraint failed
2021-11-19 14:59:09 DEBUG (MainThread) [zigpy.appdb] Error handling '_unsupported_attribute_added' event with (50:32:5f:ff:fe:91:dd:82, 1, 1, 51) params: FOREIGN KEY constraint failed

Getting a lot of this _unsupported_attribute_added for the device

@jacekk015
Copy link
Contributor

Are you sometimes not messing Deconz with ZHA??
Did you enable all debug elements properly??
#1123 (comment)

@joaoasilva
Copy link
Contributor Author

joaoasilva commented Nov 19, 2021

Finally managed to get something:
Setting temperature:

2021-11-19 16:31:04 DEBUG (MainThread) [zhaquirks.tuya] [0xeb37:1:0xef00] Received value [0, 0, 0, 125] for attribute 0x0202 (command 0x0001)
2021-11-19 16:31:07 DEBUG (MainThread) [zhaquirks.tuya] [0xeb37:1:0xef00] Received value [0, 0, 0, 130] for attribute 0x0202 (command 0x0001)
2021-11-19 16:31:09 DEBUG (MainThread) [zhaquirks.tuya] [0xeb37:1:0xef00] Received value [0, 0, 0, 135] for attribute 0x0202 (command 0x0001)
2021-11-19 16:31:11 DEBUG (MainThread) [zhaquirks.tuya] [0xeb37:1:0xef00] Received value [0, 0, 0, 140] for attribute 0x0202 (command 0x0001)

enabling auto mode:

2021-11-19 16:32:09 DEBUG (MainThread) [zhaquirks.tuya] [0xeb37:1:0xef00] Received value [0] for attribute 0x0401 (command 0x0001)
2021-11-19 16:32:09 DEBUG (MainThread) [zhaquirks.tuya] [0xeb37:1:0xef00] Received value [0, 0, 0, 150] for attribute 0x0202 (command 0x0001)

disabling auto mode:

2021-11-19 16:33:25 DEBUG (MainThread) [zhaquirks.tuya] [0xeb37:1:0xef00] Received value [1] for attribute 0x0401 (command 0x0001)
2021-11-19 16:33:25 DEBUG (MainThread) [zhaquirks.tuya] [0xeb37:1:0xef00] Received value [0, 0, 0, 60] for attribute 0x0202 (command 0x0001)

from 5 degrees to "off" mode:

2021-11-19 16:34:15 DEBUG (MainThread) [zhaquirks.tuya] [0xeb37:1:0xef00] Received value [2] for attribute 0x0401 (command 0x0001)
2021-11-19 16:34:15 DEBUG (MainThread) [zhaquirks.tuya] [0xeb37:1:0xef00] Received value [0, 0, 0, 50] for attribute 0x0202 (command 0x0001)

from "off" to 5.5 degrees:

2021-11-19 16:36:23 DEBUG (MainThread) [zhaquirks.tuya] [0xeb37:1:0xef00] Received value [1] for attribute 0x0401 (command 0x0001)
2021-11-19 16:36:23 DEBUG (MainThread) [zhaquirks.tuya] [0xeb37:1:0xef00] Received value [0, 0, 0, 55] for attribute 0x0202 (command 0x0001)

child lock on:
2021-11-19 16:37:34 DEBUG (MainThread) [zhaquirks.tuya] [0xeb37:1:0xef00] Received value [1] for attribute 0x010c (command 0x0001)

child lock off:
2021-11-19 16:37:50 DEBUG (MainThread) [zhaquirks.tuya] [0xeb37:1:0xef00] Received value [0] for attribute 0x010c (command 0x0001)

from 30 degrees to "on":

2021-11-19 16:49:28 DEBUG (MainThread) [zhaquirks.tuya] [0xeb37:1:0xef00] Received value [3] for attribute 0x0401 (command 0x0001)
2021-11-19 16:49:30 DEBUG (MainThread) [zhaquirks.tuya] [0xfb47:1:0xef00] Received value [0, 0, 0, 214] for attribute 0x0203 (command 0x0001)

room temperature?
2021-11-19 16:53:37 DEBUG (MainThread) [zhaquirks.tuya] [0xeb37:1:0xef00] Received value [0, 0, 0, 235] for attribute 0x0203 (command 0x0001)

heating off:

2021-11-19 16:58:22 DEBUG (MainThread) [zhaquirks.tuya] [0xeb37:1:0xef00] Received value [0] for attribute 0x0406 (command 0x0001)
2021-11-19 16:58:22 DEBUG (MainThread) [zhaquirks.tuya] [0xeb37:1:0xef00] Received value [0, 0, 0, 0] for attribute 0x0266 (command 0x0001)

heating on:

2021-11-19 16:59:33 DEBUG (MainThread) [zhaquirks.tuya] [0xeb37:1:0xef00] Received value [1] for attribute 0x0406 (command 0x0001)
2021-11-19 16:59:33 DEBUG (MainThread) [zhaquirks.tuya] [0xeb37:1:0xef00] Received value [0, 0, 2, 108] for attribute 0x0266 (command 0x0001)

random responses 0x0202 ?

2021-11-19 16:53:30 DEBUG (MainThread) [zhaquirks.tuya] [0xeb37:1:0xef00] Received value [1] for attribute 0x0401 (command 0x0001)
2021-11-19 16:53:30 DEBUG (MainThread) [zhaquirks.tuya] [0xeb37:1:0xef00] Received value [0, 0, 1, 39] for attribute 0x0202 (command 0x0001)
2021-11-19 16:53:32 DEBUG (MainThread) [zhaquirks.tuya] [0xeb37:1:0xef00] Received value [3] for attribute 0x0401 (command 0x0001)
2021-11-19 16:53:32 DEBUG (MainThread) [zhaquirks.tuya] [0xeb37:1:0xef00] Received value [0, 0, 1, 44] for attribute 0x0202 (command 0x0001)

random not sure what they are but it seemed during a calibration? I think I've taken the batteries out by mistake

2021-11-19 16:43:38 DEBUG (MainThread) [zhaquirks.tuya] [0xeb37:1:0xef00] Received value [0, 0, 1, 44] for attribute 0x0202 (command 0x0001)
2021-11-19 16:43:39 DEBUG (MainThread) [zhaquirks.tuya] [0xeb37:1:0xef00] Received value [0, 0, 0, 0] for attribute 0x0203 (command 0x0001)
2021-11-19 16:43:39 DEBUG (MainThread) [zhaquirks.tuya] [0xeb37:1:0xef00] Received value [0] for attribute 0x0104 (command 0x0001)
2021-11-19 16:43:39 DEBUG (MainThread) [zhaquirks.tuya] [0xeb37:1:0xef00] Received value [0] for attribute 0x0406 (command 0x0001)
2021-11-19 16:43:39 DEBUG (MainThread) [zhaquirks.tuya] [0xeb37:1:0xef00] Received value [0] for attribute 0x0407 (command 0x0001)
2021-11-19 16:43:39 DEBUG (MainThread) [zhaquirks.tuya] [0xeb37:1:0xef00] Received value [0] for attribute 0x0108 (command 0x0001)
2021-11-19 16:43:39 DEBUG (MainThread) [zhaquirks.tuya] [0xeb37:1:0xef00] Received value [0] for attribute 0x010c (command 0x0001)
2021-11-19 16:43:39 DEBUG (MainThread) [zhaquirks.tuya] [0xeb37:1:0xef00] Received value [0, 0, 0, 91] for attribute 0x020d (command 0x0001)
2021-11-19 16:43:39 DEBUG (MainThread) [zhaquirks.tuya] [0xeb37:1:0xef00] Received value [0, 0, 0, 50] for attribute 0x020f (command 0x0001)
2021-11-19 16:43:40 DEBUG (MainThread) [zhaquirks.tuya] [0xeb37:1:0xef00] Received value [0, 0, 1, 44] for attribute 0x0210 (command 0x0001)
2021-11-19 16:43:40 DEBUG (MainThread) [zhaquirks.tuya] [0xeb37:1:0xef00] Received value [255, 255, 255, 246] for attribute 0x0265 (command 0x0001)
2021-11-19 16:43:40 DEBUG (MainThread) [zhaquirks.tuya] [0xeb37:1:0xef00] Received value [0, 0, 0, 0] for attribute 0x0266 (command 0x0001)
2021-11-19 16:43:40 DEBUG (MainThread) [zhaquirks.tuya] [0xeb37:1:0xef00] Received value [0, 0, 0, 117] for attribute 0x0296 (command 0x0001)
2021-11-19 16:43:44 DEBUG (MainThread) [zhaquirks.tuya] [0xeb37:1:0xef00] Received value [1, 6, 0, 0, 200, 12, 0, 0, 150, 18, 0, 0, 220, 22, 0, 0, 150] for attribute 0x0011 (command 0x0001)
2021-11-19 16:43:44 DEBUG (MainThread) [zhaquirks.tuya] [0xeb37:1:0xef00] Received value [2, 6, 0, 0, 200, 12, 0, 0, 150, 18, 0, 0, 220, 22, 0, 0, 150] for attribute 0x0012 (command 0x0001)
2021-11-19 16:43:44 DEBUG (MainThread) [zhaquirks.tuya] [0xeb37:1:0xef00] Received value [3, 6, 0, 0, 200, 12, 0, 0, 150, 18, 0, 0, 220, 22, 0, 0, 150] for attribute 0x0013 (command 0x0001)
2021-11-19 16:43:44 DEBUG (MainThread) [zhaquirks.tuya] [0xeb37:1:0xef00] Received value [4, 6, 0, 0, 200, 12, 0, 0, 150, 18, 0, 0, 220, 22, 0, 0, 150] for attribute 0x0014 (command 0x0001)
2021-11-19 16:43:44 DEBUG (MainThread) [zhaquirks.tuya] [0xeb37:1:0xef00] Received value [5, 6, 0, 0, 200, 12, 0, 0, 150, 18, 0, 0, 220, 22, 0, 0, 150] for attribute 0x0015 (command 0x0001)
2021-11-19 16:43:44 DEBUG (MainThread) [zhaquirks.tuya] [0xeb37:1:0xef00] Received value [6, 6, 0, 0, 200, 12, 0, 0, 150, 18, 0, 0, 220, 22, 0, 0, 150] for attribute 0x0016 (command 0x0001)
2021-11-19 16:43:44 DEBUG (MainThread) [zhaquirks.tuya] [0xeb37:1:0xef00] Received value [7, 6, 0, 0, 200, 12, 0, 0, 150, 18, 0, 0, 220, 22, 0, 0, 150] for attribute 0x0017 (command 0x0001)

Also, it takes 3xAA batteries... battery status isn't working.

@joaoasilva
Copy link
Contributor Author

joaoasilva commented Nov 19, 2021

If it helps:

   // Haozee TS0601 TRV
    haozeeSystemMode: 1,
    haozeeHeatingSetpoint: 2,
    haozeeLocalTemp: 3,
    haozeeBoostHeating: 4,
    haozeeBoostHeatingCountdown: 5,
    haozeeRunningState: 6,
    haozeeWindowState: 7,
    haozeeWindowDetection: 8,
    haozeeChildLock: 12,
    haozeeBattery: 13,
    haozeeFaultAlarm: 14,
    haozeeMinTemp: 15,
    haozeeMaxTemp: 16,
    haozeeScheduleMonday: 17,
    haozeeScheduleTuesday: 18,
    haozeeScheduleWednesday: 19,
    haozeeScheduleThursday: 20,
    haozeeScheduleFriday: 21,
    haozeeScheduleSaturday: 22,
    haozeeScheduleSunday: 23,
    haozeeTempCalibration: 101,
    haozeeValvePosition: 102,
    haozeeSoftVersion: 150,

taken from another library

@joaoasilva
Copy link
Contributor Author

I have put it outside so the temp would go down quickly to see if I could get the window state but not sure if this is right:

2021-11-19 18:23:54 DEBUG (MainThread) [zhaquirks.tuya] [0xeb37:1:0xef00] Received value [0, 0, 2, 228] for attribute 0x0266 (command 0x0001)
2021-11-19 18:25:58 DEBUG (MainThread) [zhaquirks.tuya] [0xeb37:1:0xef00] Received value [0, 0, 3, 222] for attribute 0x0266 (command 0x0001)
2021-11-19 18:28:02 DEBUG (MainThread) [zhaquirks.tuya] [0xeb37:1:0xef00] Received value [0, 0, 3, 232] for attribute 0x0266 (command 0x0001)

not sure what it means, seems the same as heating on

@jacekk015
Copy link
Contributor

Window detect never works on window open ;-). Try to put it to the freezer. Checked personally

@joaoasilva
Copy link
Contributor Author

Don't I need to enable the detection first though? Not sure how to do it

@jacekk015
Copy link
Contributor

@MattWestb where do we put that TRV?? New file?? Haozee?

@MattWestb
Copy link
Contributor

MattWestb commented Nov 19, 2021

The manufacture is Rti- Tek and Haizee is one white labeling of it.
I think Rti sounds good or what do think ?

They have making 2 models one with LED and one with OLED color display.
The good they is using the same Manufacturer Name and Model ID on them.

OEM / Brand Model Manufacturer Name Model ID ZHA Quirk Request
Rti-Tek TRV 601 _TZE200_a4bpgplm TS0601 ⭕ (Moes I ?)  
Rti-Tek TRV 602 _TZE200_a4bpgplm TS0601 ⭕ (Moes I ?)  

Alibaba Manufactur link https://rtitek.en.alibaba.com/?spm=a2700.details.cordpanyb.2.3e453c36HUTJN8

@jamjam9
Copy link

jamjam9 commented Nov 20, 2021

I have one of these and am happy to test also. However when I follow the instructions above and add in the line in the custom quirks copy of the ts0601_trv file i get...

ImportError: cannot import name 'TuyaPowerConfigurationCluster2AA' from 'zhaquirks.tuya'

Showng in the logs , any ideas?

@jacekk015
Copy link
Contributor

@jamjam9 We haven't made a proper quirk for that device yet. Give use few days. You will get it before winter for sure ;-) You will be notified when the file will be ready for test.

@jamjam9
Copy link

jamjam9 commented Nov 20, 2021

Cheers thanks. Obviously my rank amaturism showing, poking about files I have no clue about :)

@jacekk015
Copy link
Contributor

jacekk015 commented Nov 29, 2021

@joaoasilva @jamjam9
Remove old quirk from the folder and replace it with the file below.
Since you've tested other code it's better to remove device, restart HA, re-pair device.
After pairing it takes a minute or two to fill-in the fields, or battery level.
ts0601_trv_rtitek.py.zip

In case of problems be sure to enable debug logging:

logger:
  default: info
  logs:
    homeassistant.components.zha: debug
    zigpy: debug
    zhaquirks: debug

And paste here the logs, don't remove any line from the logs.

@joaoasilva
Copy link
Contributor Author

Hi @jacekk015 ,
Thank you so much!
I'm getting:

File "/config/zha_custom_quirks/ts0601_trv_rtitek.py", line 71, in __init__
self.endpoint.device.thermostat_onoff_bus.add_listener(self)
AttributeError: 'Rti' object has no attribute 'thermostat_onoff_bus'

@jacekk015
Copy link
Contributor

@joaoasilva Corrected file
ts0601_trv_rtitek.py.zip

@Tobiti
Copy link

Tobiti commented Oct 18, 2022

Does someone know how I can turn off the daily schedule, because currently it's automatically turning itself up to 20°C every morning at 7am
And in the quirk there is no schedule values

@tszyszko
Copy link

Sorry for late reply, have been away.

I've just tried @jacekk015 's most recent quirk and TRV appears to be now responding correctly !

Many thanks !

@BlackBadPinguin
Copy link

Hello, I wanted to test the quirk, however i get the following Error:
Traceback (most recent call last):

  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 365, in async_setup
    result = await component.async_setup_entry(hass, self)
  File "/usr/src/homeassistant/homeassistant/components/zha/__init__.py", line 101, in async_setup_entry
    setup_quirks(config)
  File "/usr/local/lib/python3.10/site-packages/zhaquirks/__init__.py", line 409, in setup
    importer.find_module(modname).load_module(modname)
  File "<frozen importlib._bootstrap_external>", line 548, in _check_name_wrapper
  File "<frozen importlib._bootstrap_external>", line 1063, in load_module
  File "<frozen importlib._bootstrap_external>", line 888, in load_module
  File "<frozen importlib._bootstrap>", line 290, in _load_module_shim
  File "<frozen importlib._bootstrap>", line 719, in _load
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/config/custom_zha_quirks/ts0601_trv_rtitek.py", line 249, in <module>
    class RtiThermostat(TuyaThermostatCluster):
  File "/usr/local/lib/python3.10/site-packages/zigpy/zcl/__init__.py", line 84, in __init_subclass__
    raise TypeError(
TypeError: `manufacturer_attributes` is deprecated. Copy the parent class's `attributes` dictionary and update it with your manufacturer-specific `attributes`. Make sure to specify that it is manufacturer-specific through the  appropriate constructor or tuple!

@Chez-Nico
Copy link

@BlackBadPinguin, it seems you are not using the latest quirk. If you look at my previous comments i adressed this issue and it was fixed by @jacekk015

@Tobiti, i am just seeing your question. I do not have this issue, i changed every TRV to manual mode on the TRV themselves (the little hand on the display, see user manual for more info), maybe this is the solution?

@alessioprescenzo
Copy link

alessioprescenzo commented Dec 9, 2022

Hi, I've bought this unit with ID: _TZE200_z1tyspqw TS0601, that appears to me as the same hardware as the RtiTek, I've tried to use the same quirk, which gives promising result, though my unit doesn't seem to cooperate with ZHA very well. When I try to add it to my ZigBee network it shows up as added and passes some entities (through the latest quirk above) but the device itself remains in a "binding" state and if I restart the device it shows no connection, and the Homeassistant entities stop responding. Is it a faulty unit?

Edit:
Seems that connecting it with Z2M (installed just to see if this works) fixed my ZHA connection issues, I suspect something with the time set in the device (z2m autoconfigured time etc.). Anyway, now I can see the device updating its values in HA if I move the knob manually but I still cannot change anything from HA itself. Attaching log hopes this helps:

2022-12-10 14:40:13.600 DEBUG (MainThread) [zigpy.zcl] [0x6AA4:1:0xef00] Received ZCL frame: b'\t\x0b$\xdb\x00'
2022-12-10 14:40:13.601 DEBUG (MainThread) [zigpy.zcl] [0x6AA4:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False, *is_reply=True), tsn=11, command_id=36, *direction=<Direction.Client_to_Server: 1>, *is_reply=True)
2022-12-10 14:40:13.602 DEBUG (MainThread) [zigpy.zcl] [0x6AA4:1:0xef00] Decoded ZCL frame: RtiManufCluster:set_time_request(param=[219, 0])
2022-12-10 14:40:13.602 DEBUG (MainThread) [zigpy.zcl] [0x6AA4:1:0xef00] Received command 0x24 (TSN 11): set_time_request(param=[219, 0])
2022-12-10 14:40:13.603 DEBUG (MainThread) [zhaquirks.tuya] [0x6aa4:1:0xef00] Got set time request (command 0x0024)
2022-12-10 14:40:13.604 DEBUG (MainThread) [zigpy.zcl] [0x6AA4:1:0xef00] Sending reply header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.GLOBAL_COMMAND: 0>, is_manufacturer_specific=False, direction=<Direction.Client_to_Server: 1>, disable_default_response=1, reserved=0, *is_cluster=False, *is_general=True, *is_reply=True), tsn=11, command_id=<GeneralCommand.Default_Response: 11>, *direction=<Direction.Client_to_Server: 1>, *is_reply=True)
2022-12-10 14:40:13.604 DEBUG (MainThread) [zigpy.zcl] [0x6AA4:1:0xef00] Sending reply: Default_Response(command_id=36, status=<Status.SUCCESS: 0>)
2022-12-10 14:40:13.610 DEBUG (MainThread) [zigpy.zcl] [0x6AA4:1:0xef00] Sending request header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=True, direction=<Direction.Server_to_Client: 0>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False, *is_reply=False), manufacturer=4417, tsn=70, command_id=36, *direction=<Direction.Server_to_Client: 0>, *is_reply=False)
2022-12-10 14:40:13.610 DEBUG (MainThread) [zigpy.zcl] [0x6AA4:1:0xef00] Sending request: set_time(param=[99, 148, 140, 61, 99, 148, 154, 77])
2022-12-10 14:40:13.808 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x6AA4), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=80, profile_id=260, cluster_id=61184, data=Serialized[b'\x18F\x0b$\x83'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=116, rssi=-71)
2022-12-10 14:40:13.808 DEBUG (MainThread) [zigpy.zcl] [0x6AA4:1:0xef00] Received ZCL frame: b'\x18F\x0b$\x83'
2022-12-10 14:40:13.809 DEBUG (MainThread) [zigpy.zcl] [0x6AA4:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.GLOBAL_COMMAND: 0>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=1, reserved=0, *is_cluster=False, *is_general=True, *is_reply=True), tsn=70, command_id=11, *direction=<Direction.Client_to_Server: 1>, *is_reply=True)
2022-12-10 14:40:13.810 DEBUG (MainThread) [zigpy.zcl] [0x6AA4:1:0xef00] Decoded ZCL frame: RtiManufCluster:Default_Response(command_id=36, status=<Status.UNSUP_MANUF_CLUSTER_COMMAND: 131>)
2022-12-10 14:40:28.151 DEBUG (MainThread) [zhaquirks.tuya] [0x6aa4:1:0x0201] Mapping standard occupied_heating_setpoint (0x0012) with value 2150 to custom {514: 215.0}
2022-12-10 14:40:28.153 DEBUG (MainThread) [zigpy.zcl] [0x6AA4:1:0xef00] Sending request header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=True, direction=<Direction.Server_to_Client: 0>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False, *is_reply=False), manufacturer=4417, tsn=72, command_id=0, *direction=<Direction.Server_to_Client: 0>, *is_reply=False)
2022-12-10 14:40:28.154 DEBUG (MainThread) [zigpy.zcl] [0x6AA4:1:0xef00] Sending request: set_data(param=Command(status=0, tsn=72, command_id=514, function=0, data=[4, 0, 0, 0, 215]))
2022-12-10 14:40:28.308 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0x8AE7](multi): Device seen - marking the device available and resetting counter
2022-12-10 14:40:28.309 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0x8AE7](multi): Update device availability -  device available: True - new availability: True - changed: False
2022-12-10 14:40:28.330 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x6AA4), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=81, profile_id=260, cluster_id=61184, data=Serialized[b'\x18H\x0b\x00\x83'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=120, rssi=-70)
2022-12-10 14:40:28.330 DEBUG (MainThread) [zigpy.zcl] [0x6AA4:1:0xef00] Received ZCL frame: b'\x18H\x0b\x00\x83'
2022-12-10 14:40:28.331 DEBUG (MainThread) [zigpy.zcl] [0x6AA4:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.GLOBAL_COMMAND: 0>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=1, reserved=0, *is_cluster=False, *is_general=True, *is_reply=True), tsn=72, command_id=11, *direction=<Direction.Client_to_Server: 1>, *is_reply=True)
2022-12-10 14:40:28.331 DEBUG (MainThread) [zigpy.zcl] [0x6AA4:1:0xef00] Decoded ZCL frame: RtiManufCluster:Default_Response(command_id=0, status=<Status.UNSUP_MANUF_CLUSTER_COMMAND: 131>)
2022-12-10 14:40:28.333 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x6AA4:1:0x0201]: wrote {'occupied_heating_setpoint': 2150} attrs, Status: [[WriteAttributesStatusRecord(status=<Status.SUCCESS: 0>)]]

@jacekk015
Copy link
Contributor

Enable debug level logging in configuration.yaml and restart HA

logger:
  default: info
  logs:
    homeassistant.components.zha: debug
    zigpy: debug
    zhaquirks: debug

Remove device and re-pair it.
Post the full HA logs from pairing time and 10 minutes after.
Don't cut anything.

@TheJulianJES TheJulianJES added the Tuya Request/PR regarding a Tuya device label Jan 4, 2023
@joaoasilva
Copy link
Contributor Author

joaoasilva commented Jan 9, 2023

Hello
With the latest HA update I'm getting this:

File "/config/zha_custom_quirks/ts0601_trv_rtitek.py", line 55, in <module>
class CustomTuyaOnOff(LocalDataCluster, OnOff):
File "/config/zha_custom_quirks/ts0601_trv_rtitek.py", line 115, in CustomTuyaOnOff
command_id: Union[foundation.Command, int, t.uint8_t],
AttributeError: module 'zigpy.zcl.foundation' has no attribute 'Command'

@MattWestb
Copy link
Contributor

Temporary fix for getting ZHA loading in #1061 (comment).

@jacekk015
Copy link
Contributor

Quirk corrected
ts0601_trv_rtitek.py.zip

@berowicz
Copy link

berowicz commented Apr 18, 2023

Hello,
I have the same problem with my TRV (sold as TRV606 / with OLED display)
It doesnt show the temperature and no functions are available.

Device info:

{
"home_assistant": {
"installation_type": "Home Assistant OS",
"version": "2023.4.5",
"dev": false,
"hassio": true,
"virtualenv": false,
"python_version": "3.10.10",
"docker": true,
"arch": "aarch64",
"timezone": "Europe/Berlin",
"os_name": "Linux",
"os_version": "6.1.21-v8",
"supervisor": "2023.04.0",
"host_os": "Home Assistant OS 10.0",
"docker_version": "23.0.3",
"chassis": "embedded",
"run_as_root": true
},
"custom_components": {},
"integration_manifest": {
"domain": "zha",
"name": "Zigbee Home Automation",
"after_dependencies": [
"onboarding",
"usb"
],
"codeowners": [
"@dmulcahey",
"@Adminiuga",
"@puddly"
],
"config_flow": true,
"dependencies": [
"file_upload"
],
"documentation": "https://www.home-assistant.io/integrations/zha",
"iot_class": "local_polling",
"loggers": [
"aiosqlite",
"bellows",
"crccheck",
"pure_pcapy3",
"zhaquirks",
"zigpy",
"zigpy_deconz",
"zigpy_xbee",
"zigpy_zigate",
"zigpy_znp"
],
"requirements": [
"bellows==0.35.1",
"pyserial==3.5",
"pyserial-asyncio==0.6",
"zha-quirks==0.0.97",
"zigpy-deconz==0.20.0",
"zigpy==0.54.1",
"zigpy-xbee==0.17.0",
"zigpy-zigate==0.10.3",
"zigpy-znp==0.10.0"
],
"usb": [
{
"vid": "10C4",
"pid": "EA60",
"description": "2652",
"known_devices": [
"slae.sh cc2652rb stick"
]
},
{
"vid": "1A86",
"pid": "55D4",
"description": "sonoffplus*",
"known_devices": [
"sonoff zigbee dongle plus v2"
]
},
{
"vid": "10C4",
"pid": "EA60",
"description": "sonoffplus*",
"known_devices": [
"sonoff zigbee dongle plus"
]
},
{
"vid": "10C4",
"pid": "EA60",
"description": "tubeszb",
"known_devices": [
"TubesZB Coordinator"
]
},
{
"vid": "1A86",
"pid": "7523",
"description": "tubeszb",
"known_devices": [
"TubesZB Coordinator"
]
},
{
"vid": "1A86",
"pid": "7523",
"description": "zigstar",
"known_devices": [
"ZigStar Coordinators"
]
},
{
"vid": "1CF1",
"pid": "0030",
"description": "conbee",
"known_devices": [
"Conbee II"
]
},
{
"vid": "10C4",
"pid": "8A2A",
"description": "zigbee",
"known_devices": [
"Nortek HUSBZB-1"
]
},
{
"vid": "0403",
"pid": "6015",
"description": "zigate",
"known_devices": [
"ZiGate+"
]
},
{
"vid": "10C4",
"pid": "EA60",
"description": "zigate",
"known_devices": [
"ZiGate"
]
},
{
"vid": "10C4",
"pid": "8B34",
"description": "bv 2010/10",
"known_devices": [
"Bitron Video AV2010/10"
]
}
],
"zeroconf": [
{
"type": "_esphomelib._tcp.local.",
"name": "tube*"
},
{
"type": "_zigate-zigbee-gateway._tcp.local.",
"name": "zigate"
},
{
"type": "_zigstar_gw._tcp.local.",
"name": "zigstar"
},
{
"type": "_slzb-06._tcp.local.",
"name": "slzb-06*"
}
],
"is_built_in": true
},
"data": {
"ieee": "REDACTED",
"nwk": 1796,
"manufacturer": "_TZE200_z1tyspqw",
"model": "TS0601",
"name": "_TZE200_z1tyspqw TS0601",
"quirk_applied": false,
"quirk_class": "zigpy.device.Device",
"manufacturer_code": 4417,
"power_source": "Battery or Unknown",
"lqi": 224,
"rssi": -44,
"last_seen": "2023-04-18T22:18:41",
"available": true,
"device_type": "EndDevice",
"signature": {
"node_descriptor": "NodeDescriptor(logical_type=<LogicalType.EndDevice: 2>, complex_descriptor_available=0, user_descriptor_available=0, reserved=0, aps_flags=0, frequency_band=<FrequencyBand.Freq2400MHz: 8>, mac_capability_flags=<MACCapabilityFlags.AllocateAddress: 128>, manufacturer_code=4417, maximum_buffer_size=66, maximum_incoming_transfer_size=66, server_mask=10752, maximum_outgoing_transfer_size=66, descriptor_capability_field=<DescriptorCapability.NONE: 0>, *allocate_address=True, *is_alternate_pan_coordinator=False, *is_coordinator=False, *is_end_device=True, *is_full_function_device=False, *is_mains_powered=False, *is_receiver_on_when_idle=False, *is_router=False, *is_security_capable=False)",
"endpoints": {
"1": {
"profile_id": 260,
"device_type": "0x0051",
"in_clusters": [
"0x0000",
"0x0004",
"0x0005",
"0xef00"
],
"out_clusters": [
"0x000a",
"0x0019"
]
}
}
},
"active_coordinator": false,
"entities": [],
"neighbors": [],
"routes": [],
"endpoint_names": [
{
"name": "SMART_PLUG"
}
],
"user_given_name": "Heizung",
"device_reg_id": "237e35d8d42b0d1982131a9c714ea5a2",
"area_id": "schlafzimmer",
"cluster_details": {
"1": {
"device_type": {
"name": "SMART_PLUG",
"id": 81
},
"profile_id": 260,
"in_clusters": {
"0x0004": {
"endpoint_attribute": "groups",
"attributes": {},
"unsupported_attributes": {}
},
"0x0005": {
"endpoint_attribute": "scenes",
"attributes": {},
"unsupported_attributes": {}
},
"0xef00": {
"endpoint_attribute": null,
"attributes": {},
"unsupported_attributes": {}
},
"0x0000": {
"endpoint_attribute": "basic",
"attributes": {
"0x0001": {
"attribute_name": "app_version",
"value": 72
},
"0x0004": {
"attribute_name": "manufacturer",
"value": "_TZE200_z1tyspqw"
},
"0x0005": {
"attribute_name": "model",
"value": "TS0601"
}
},
"unsupported_attributes": {}
}
},
"out_clusters": {
"0x0019": {
"endpoint_attribute": "ota",
"attributes": {},
"unsupported_attributes": {}
},
"0x000a": {
"endpoint_attribute": "time",
"attributes": {},
"unsupported_attributes": {}
}
}
}
}
}
}

Here is my log:

2023-04-18 22:07:09.362 DEBUG (MainThread) [bellows.zigbee.application] Sending packet ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), src_ep=0, dst=AddrModeAddress(addr_mode=<AddrMode.Broadcast: 15>, address=<BroadcastAddress.ALL_ROUTERS_AND_COORDINATOR: 65532>), dst_ep=0, source_route=None, extended_timeout=False, tsn=43, profile_id=0, cluster_id=<ZDOCmd.Mgmt_Permit_Joining_req: 0x0036>, data=Serialized[b'+\xfe\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=None, rssi=None)
2023-04-18 22:07:09.364 DEBUG (MainThread) [bellows.ezsp.protocol] Send command sendBroadcast: (0xfffc, EmberApsFrame(profileId=0, clusterId=54, sourceEndpoint=0, destinationEndpoint=0, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=43), 0, 44, b'+\xfe\x00')
2023-04-18 22:07:09.368 DEBUG (MainThread) [bellows.ezsp.protocol] Send command addTransientLinkKey: (ff:ff:ff:ff:ff:ff:ff:ff, [90, 105, 103, 66, 101, 101, 65, 108, 108, 105, 97, 110, 99, 101, 48, 57])
2023-04-18 22:07:09.371 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'67ff21a9622ae94d59947c25aa5592489c4e0cabc1cd4c75fdba5b7e'
2023-04-18 22:07:09.391 DEBUG (bellows.thread_0) [bellows.uart] Data frame: b'77ffa1a9622a15f3138c7e'
2023-04-18 22:07:09.391 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'8070787e'
2023-04-18 22:07:09.395 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'70fc21a9fb2aea4da66bb5da55aac820fb0c42ceaca20be29ca800eccc4762a37e'
2023-04-18 22:07:09.396 DEBUG (MainThread) [bellows.ezsp.protocol] Application frame received sendBroadcast: [<EmberStatus.SUCCESS: 0>, 65]
2023-04-18 22:07:09.398 DEBUG (MainThread) [bellows.ezsp.protocol] Send command permitJoining: (254,)
2023-04-18 22:07:09.401 DEBUG (bellows.thread_0) [bellows.uart] Data frame: b'07ffb5a94d2a891e2d7e'
2023-04-18 22:07:09.402 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'8160597e'
2023-04-18 22:07:09.404 DEBUG (bellows.thread_0) [bellows.uart] Data frame: b'17ffb1a9112a10b259a24a25aa5593499c0fd8abedce9874feed9d89f1e67e'
2023-04-18 22:07:09.405 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'82503a7e'
2023-04-18 22:07:09.407 DEBUG (MainThread) [bellows.ezsp.protocol] Application frame received stackStatusHandler: [<EmberStatus.NETWORK_OPENED: 156>]
2023-04-18 22:07:09.407 DEBUG (MainThread) [bellows.zigbee.application] Received stackStatusHandler frame with [<EmberStatus.NETWORK_OPENED: 156>]
2023-04-18 22:07:09.409 DEBUG (MainThread) [bellows.ezsp.protocol] Application frame received incomingMessageHandler: [<EmberIncomingMessageType.INCOMING_BROADCAST_LOOPBACK: 5>, EmberApsFrame(profileId=0, clusterId=54, sourceEndpoint=0, destinationEndpoint=0, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=65), 255, 0, 0x0000, 255, 255, b'+\xfe\x00']
2023-04-18 22:07:09.410 DEBUG (MainThread) [bellows.zigbee.application] Received incomingMessageHandler frame with [<EmberIncomingMessageType.INCOMING_BROADCAST_LOOPBACK: 5>, EmberApsFrame(profileId=0, clusterId=54, sourceEndpoint=0, destinationEndpoint=0, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=65), 255, 0, 0x0000, 255, 255, b'+\xfe\x00']
2023-04-18 22:07:09.411 DEBUG (MainThread) [bellows.zigbee.application] Ignoring message type: <EmberIncomingMessageType.INCOMING_BROADCAST_LOOPBACK: 5>
2023-04-18 22:07:09.417 DEBUG (bellows.thread_0) [bellows.uart] Data frame: b'20fca1a9fb2a1524497e'
2023-04-18 22:07:09.417 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'83401b7e'
2023-04-18 22:07:09.421 DEBUG (MainThread) [bellows.ezsp.protocol] Application frame received addTransientLinkKey: [<EmberStatus.SUCCESS: 0>]
2023-04-18 22:07:09.422 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'03fd21a9762aeb82977e'
2023-04-18 22:07:09.424 DEBUG (MainThread) [bellows.ezsp.protocol] Send command setPolicy: (<EzspPolicyId.TRUST_CENTER_POLICY: 0>, <EzspDecisionBitmask.ALLOW_UNSECURED_REJOINS|ALLOW_JOINS: 3>)
2023-04-18 22:07:09.430 DEBUG (bellows.thread_0) [bellows.uart] Data frame: b'31fda1a9762a1597f87e'
2023-04-18 22:07:09.431 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'8430fc7e'
2023-04-18 22:07:09.433 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'148221a9012a15b15961de7e'
2023-04-18 22:07:09.435 DEBUG (MainThread) [bellows.ezsp.protocol] Application frame received permitJoining: [<EmberStatus.SUCCESS: 0>]
2023-04-18 22:07:09.442 DEBUG (bellows.thread_0) [bellows.uart] Data frame: b'4282a1a9012a15161c7e'
2023-04-18 22:07:09.443 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'8520dd7e'
2023-04-18 22:07:09.445 DEBUG (MainThread) [bellows.ezsp.protocol] Application frame received setPolicy: [<EzspStatus.SUCCESS: 0>]
2023-04-18 22:07:10.368 DEBUG (bellows.thread_0) [bellows.uart] Data frame: b'5282b1a96b2a134ea6944a13aa5592499d4e27eac1ce6730247e'
2023-04-18 22:07:10.369 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'8610be7e'
2023-04-18 22:07:10.379 DEBUG (MainThread) [bellows.ezsp.protocol] Application frame received messageSentHandler: [<EmberOutgoingMessageType.OUTGOING_BROADCAST: 6>, 65532, EmberApsFrame(profileId=0, clusterId=54, sourceEndpoint=0, destinationEndpoint=0, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=65), 44, <EmberStatus.SUCCESS: 0>, b'']
2023-04-18 22:07:10.380 DEBUG (MainThread) [bellows.zigbee.application] Received messageSentHandler frame with [<EmberOutgoingMessageType.OUTGOING_BROADCAST: 6>, 65532, EmberApsFrame(profileId=0, clusterId=54, sourceEndpoint=0, destinationEndpoint=0, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=65), 44, <EmberStatus.SUCCESS: 0>, b'']
2023-04-18 22:07:10.381 DEBUG (MainThread) [bellows.zigbee.application] Unexpected message send notification tag: 44
2023-04-18 22:07:11.234 DEBUG (MainThread) [bellows.ezsp.protocol] Send command readCounters: ()
2023-04-18 22:07:11.239 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'268321a9a52a7faf7e'
2023-04-18 22:07:11.260 DEBUG (bellows.thread_0) [bellows.uart] Data frame: b'6383a1a9a52a25b269946125935592499d4e23abe9ce688bf6c66e89f07e3ba7e9cddf6f8fffc6dbd5d2698c4623a9ec763ba5ea758241984c2613b1e070381c0e07bbe5ca658a459a4d9e4f9ff7c3d9d46a35a2519048246fba7e'
2023-04-18 22:07:11.261 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'87009f7e'
2023-04-18 22:07:11.266 DEBUG (MainThread) [bellows.ezsp.protocol] Application frame received readCounters: [[48, 48, 43, 57, 0, 1, 4, 4, 15, 11, 13, 12, 4, 2, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]]
2023-04-18 22:07:11.269 DEBUG (MainThread) [bellows.ezsp.protocol] Send command getValue: (<EzspValueId.VALUE_FREE_BUFFERS: 3>,)
2023-04-18 22:07:11.274 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'378021a9fe2a16bd4a7e'
2023-04-18 22:07:11.283 DEBUG (bellows.thread_0) [bellows.uart] Data frame: b'7480a1a9fe2a15b3ae1e917e'
2023-04-18 22:07:11.284 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'8070787e'
2023-04-18 22:07:11.287 DEBUG (MainThread) [bellows.ezsp.protocol] Application frame received getValue: [<EzspStatus.SUCCESS: 0>, b'\xf7']
2023-04-18 22:07:11.288 DEBUG (MainThread) [bellows.zigbee.application] Free buffers status EzspStatus.SUCCESS, value: 247
2023-04-18 22:07:11.288 DEBUG (MainThread) [bellows.zigbee.application] ezsp_counters: [MAC_RX_BROADCAST = 48, MAC_TX_BROADCAST = 48, MAC_RX_UNICAST = 43, MAC_TX_UNICAST_SUCCESS = 57, MAC_TX_UNICAST_RETRY = 0, MAC_TX_UNICAST_FAILED = 1, APS_DATA_RX_BROADCAST = 4, APS_DATA_TX_BROADCAST = 4, APS_DATA_RX_UNICAST = 15, APS_DATA_TX_UNICAST_SUCCESS = 11, APS_DATA_TX_UNICAST_RETRY = 13, APS_DATA_TX_UNICAST_FAILED = 12, ROUTE_DISCOVERY_INITIATED = 4, NEIGHBOR_ADDED = 2, NEIGHBOR_REMOVED = 1, NEIGHBOR_STALE = 0, JOIN_INDICATION = 1, CHILD_REMOVED = 0, ASH_OVERFLOW_ERROR = 0, ASH_FRAMING_ERROR = 0, ASH_OVERRUN_ERROR = 0, NWK_FRAME_COUNTER_FAILURE = 0, APS_FRAME_COUNTER_FAILURE = 0, UTILITY = 0, APS_LINK_KEY_NOT_AUTHORIZED = 0, NWK_DECRYPTION_FAILURE = 0, APS_DECRYPTION_FAILURE = 0, ALLOCATE_PACKET_BUFFER_FAILURE = 0, RELAYED_UNICAST = 0, PHY_TO_MAC_QUEUE_LIMIT_REACHED = 0, PACKET_VALIDATE_LIBRARY_DROPPED_COUNT = 0, TYPE_NWK_RETRY_OVERFLOW = 0, PHY_CCA_FAIL_COUNT = 0, BROADCAST_TABLE_FULL = 0, PTA_LO_PRI_REQUESTED = 0, PTA_HI_PRI_REQUESTED = 0, PTA_LO_PRI_DENIED = 0, PTA_HI_PRI_DENIED = 0, PTA_LO_PRI_TX_ABORTED = 0, PTA_HI_PRI_TX_ABORTED = 0, ADDRESS_CONFLICT_SENT = 0, EZSP_FREE_BUFFERS = 247]
2023-04-18 22:07:21.292 DEBUG (MainThread) [bellows.ezsp.protocol] Send command readCounters: ()
2023-04-18 22:07:21.298 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'408121a9a52ae9d57e'
2023-04-18 22:07:21.319 DEBUG (bellows.thread_0) [bellows.uart] Data frame: b'0581a1a9a52a27b268946625905592499d4e23abe9ce688bf6c66e89f07e3ba7e9cddf6f8fffc6dbd5d2698c4623a9ec763ba5ea758241984c2613b1e070381c0e07bbe5ca658a459a4d9e4f9ff7c3d9d46a35a25190482493327e'
2023-04-18 22:07:21.320 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'8160597e'
2023-04-18 22:07:21.326 DEBUG (MainThread) [bellows.ezsp.protocol] Application frame received readCounters: [[50, 49, 44, 58, 0, 1, 4, 4, 15, 11, 13, 12, 4, 2, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]]
2023-04-18 22:07:21.332 DEBUG (MainThread) [bellows.ezsp.protocol] Send command getValue: (<EzspValueId.VALUE_FREE_BUFFERS: 3>,)
2023-04-18 22:07:21.337 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'518621a9fe2a1622947e'
2023-04-18 22:07:21.345 DEBUG (bellows.thread_0) [bellows.uart] Data frame: b'1686a1a9fe2a15b3aea0187e'
2023-04-18 22:07:21.346 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'82503a7e'
2023-04-18 22:07:21.350 DEBUG (MainThread) [bellows.ezsp.protocol] Application frame received getValue: [<EzspStatus.SUCCESS: 0>, b'\xf7']
2023-04-18 22:07:21.352 DEBUG (MainThread) [bellows.zigbee.application] Free buffers status EzspStatus.SUCCESS, value: 247
2023-04-18 22:07:21.353 DEBUG (MainThread) [bellows.zigbee.application] ezsp_counters: [MAC_RX_BROADCAST = 50, MAC_TX_BROADCAST = 49, MAC_RX_UNICAST = 44, MAC_TX_UNICAST_SUCCESS = 58, MAC_TX_UNICAST_RETRY = 0, MAC_TX_UNICAST_FAILED = 1, APS_DATA_RX_BROADCAST = 4, APS_DATA_TX_BROADCAST = 4, APS_DATA_RX_UNICAST = 15, APS_DATA_TX_UNICAST_SUCCESS = 11, APS_DATA_TX_UNICAST_RETRY = 13, APS_DATA_TX_UNICAST_FAILED = 12, ROUTE_DISCOVERY_INITIATED = 4, NEIGHBOR_ADDED = 2, NEIGHBOR_REMOVED = 1, NEIGHBOR_STALE = 0, JOIN_INDICATION = 1, CHILD_REMOVED = 0, ASH_OVERFLOW_ERROR = 0, ASH_FRAMING_ERROR = 0, ASH_OVERRUN_ERROR = 0, NWK_FRAME_COUNTER_FAILURE = 0, APS_FRAME_COUNTER_FAILURE = 0, UTILITY = 0, APS_LINK_KEY_NOT_AUTHORIZED = 0, NWK_DECRYPTION_FAILURE = 0, APS_DECRYPTION_FAILURE = 0, ALLOCATE_PACKET_BUFFER_FAILURE = 0, RELAYED_UNICAST = 0, PHY_TO_MAC_QUEUE_LIMIT_REACHED = 0, PACKET_VALIDATE_LIBRARY_DROPPED_COUNT = 0, TYPE_NWK_RETRY_OVERFLOW = 0, PHY_CCA_FAIL_COUNT = 0, BROADCAST_TABLE_FULL = 0, PTA_LO_PRI_REQUESTED = 0, PTA_HI_PRI_REQUESTED = 0, PTA_LO_PRI_DENIED = 0, PTA_HI_PRI_DENIED = 0, PTA_LO_PRI_TX_ABORTED = 0, PTA_HI_PRI_TX_ABORTED = 0, ADDRESS_CONFLICT_SENT = 0, EZSP_FREE_BUFFERS = 247]
2023-04-18 22:07:23.035 DEBUG (bellows.thread_0) [bellows.uart] Data frame: b'2686b1a9702a11b53ac33f7ff26d53ed9d4e27aba9ff7e'
2023-04-18 22:07:23.036 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'83401b7e'
2023-04-18 22:07:23.042 DEBUG (MainThread) [bellows.ezsp.protocol] Application frame received trustCenterJoinHandler: [0x0704, a4:c1:38:58:5a:75:57:63, <EmberDeviceUpdate.STANDARD_SECURITY_UNSECURED_JOIN: 1>, <EmberJoinDecision.USE_PRECONFIGURED_KEY: 0>, 0x0000]
2023-04-18 22:07:23.043 DEBUG (MainThread) [bellows.zigbee.application] Received trustCenterJoinHandler frame with [0x0704, a4:c1:38:58:5a:75:57:63, <EmberDeviceUpdate.STANDARD_SECURITY_UNSECURED_JOIN: 1>, <EmberJoinDecision.USE_PRECONFIGURED_KEY: 0>, 0x0000]
2023-04-18 22:07:23.045 INFO (MainThread) [zigpy.application] New device 0x0704 (a4:c1:38:58:5a:75:57:63) joined the network
2023-04-18 22:07:23.052 DEBUG (MainThread) [zigpy.device] [0x0704] Scheduling initialization
2023-04-18 22:07:23.055 DEBUG (MainThread) [bellows.ezsp.protocol] Send command findKeyTableEntry: (a4:c1:38:58:5a:75:57:63, True)
2023-04-18 22:07:23.057 DEBUG (MainThread) [zigpy.util] Tries remaining: 3
2023-04-18 22:07:23.058 INFO (MainThread) [zigpy.device] [0x0704] Requesting 'Node Descriptor'
2023-04-18 22:07:23.059 DEBUG (MainThread) [zigpy.util] Tries remaining: 2
2023-04-18 22:07:23.062 DEBUG (MainThread) [zigpy.device] [0x0704] Extending timeout for 0x2d request
2023-04-18 22:07:23.063 DEBUG (MainThread) [bellows.zigbee.application] Sending packet ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), src_ep=0, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), dst_ep=0, source_route=None, extended_timeout=True, tsn=45, profile_id=0, cluster_id=<ZDOCmd.Node_Desc_req: 0x0002>, data=Serialized[b'-\x04\x07'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=None, rssi=None)
2023-04-18 22:07:23.065 DEBUG (MainThread) [bellows.ezsp.protocol] Send command setExtendedTimeout: (a4:c1:38:58:5a:75:57:63, True)
2023-04-18 22:07:23.068 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'638721a9212a76e52cce121d6bf19307397e'
2023-04-18 22:07:23.092 DEBUG (bellows.thread_0) [bellows.uart] Data frame: b'3787a1a9212aea30ed7e'
2023-04-18 22:07:23.093 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'8430fc7e'
2023-04-18 22:07:23.094 DEBUG (MainThread) [bellows.ezsp.protocol] Application frame received findKeyTableEntry: [255]
2023-04-18 22:07:23.097 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'748421a92a2a76e52cce121d6bf19366f37e'
2023-04-18 22:07:23.105 DEBUG (bellows.thread_0) [bellows.uart] Data frame: b'4084a1a92a2a1c1c7e'
2023-04-18 22:07:23.106 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'8520dd7e'
2023-04-18 22:07:23.107 DEBUG (MainThread) [bellows.ezsp.protocol] Application frame received setExtendedTimeout: []
2023-04-18 22:07:23.109 DEBUG (MainThread) [bellows.ezsp.protocol] Send command sendUnicast: (<EmberOutgoingMessageType.OUTGOING_DIRECT: 0>, 0x0704, EmberApsFrame(profileId=0, clusterId=2, sourceEndpoint=0, destinationEndpoint=0, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=45), 46, b'-\x04\x07')
2023-04-18 22:07:23.115 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'058521a9602a15b65e944a27aa5592499d4e2786c3cd4a8ffad5a47e'
2023-04-18 22:07:23.130 DEBUG (bellows.thread_0) [bellows.uart] Data frame: b'5185a1a9602a15f1522a7e'
2023-04-18 22:07:23.131 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'8610be7e'
2023-04-18 22:07:23.133 DEBUG (MainThread) [bellows.ezsp.protocol] Application frame received sendUnicast: [<EmberStatus.SUCCESS: 0>, 67]
2023-04-18 22:07:23.630 DEBUG (bellows.thread_0) [bellows.uart] Data frame: b'6185b1a9112a11b259874a25aa5592499c68fb78e9c99874f1c6678e9f294afdb3f51fcb0f2fb17e'
2023-04-18 22:07:23.630 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'87009f7e'
2023-04-18 22:07:23.636 DEBUG (MainThread) [bellows.ezsp.protocol] Application frame received incomingMessageHandler: [<EmberIncomingMessageType.INCOMING_BROADCAST: 4>, EmberApsFrame(profileId=0, clusterId=19, sourceEndpoint=0, destinationEndpoint=0, options=<EmberApsOption.APS_OPTION_NONE: 0>, groupId=0, sequence=38), 220, -45, 0x0704, 255, 255, b'\x00\x04\x07cWuZX8\xc1\xa4\x80']
2023-04-18 22:07:23.637 DEBUG (MainThread) [bellows.zigbee.application] Received incomingMessageHandler frame with [<EmberIncomingMessageType.INCOMING_BROADCAST: 4>, EmberApsFrame(profileId=0, clusterId=19, sourceEndpoint=0, destinationEndpoint=0, options=<EmberApsOption.APS_OPTION_NONE: 0>, groupId=0, sequence=38), 220, -45, 0x0704, 255, 255, b'\x00\x04\x07cWuZX8\xc1\xa4\x80']
2023-04-18 22:07:23.639 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=0, dst=AddrModeAddress(addr_mode=<AddrMode.Broadcast: 15>, address=<BroadcastAddress.ALL_ROUTERS_AND_COORDINATOR: 65532>), dst_ep=0, source_route=None, extended_timeout=False, tsn=38, profile_id=0, cluster_id=19, data=Serialized[b'\x00\x04\x07cWuZX8\xc1\xa4\x80'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=220, rssi=-45)
2023-04-18 22:07:23.642 INFO (MainThread) [zigpy.application] Device 0x0704 (a4:c1:38:58:5a:75:57:63) joined the network
2023-04-18 22:07:23.644 DEBUG (MainThread) [zigpy.device] [0x0704] Scheduling initialization
2023-04-18 22:07:23.646 DEBUG (MainThread) [zigpy.device] [0x0704] Canceling old initialize call
2023-04-18 22:07:23.647 DEBUG (MainThread) [zigpy.application] Received frame on uninitialized device from ep 0 to ep 0, cluster 19: b'\x00\x04\x07cWuZX8\xc1\xa4\x80'
2023-04-18 22:07:23.649 DEBUG (MainThread) [zigpy.zdo] [0x0704:zdo] ZDO request ZDOCmd.Device_annce: [0x0704, a4:c1:38:58:5a:75:57:63, 128]
2023-04-18 22:07:23.653 DEBUG (MainThread) [zigpy.util] Tries remaining: 3
2023-04-18 22:07:23.655 INFO (MainThread) [zigpy.device] [0x0704] Requesting 'Node Descriptor'
2023-04-18 22:07:23.655 DEBUG (MainThread) [zigpy.util] Tries remaining: 2
2023-04-18 22:07:23.656 DEBUG (MainThread) [zigpy.device] [0x0704] Extending timeout for 0x2f request
2023-04-18 22:07:23.658 DEBUG (MainThread) [bellows.zigbee.application] Sending packet ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), src_ep=0, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), dst_ep=0, source_route=None, extended_timeout=True, tsn=47, profile_id=0, cluster_id=<ZDOCmd.Node_Desc_req: 0x0002>, data=Serialized[b'/\x04\x07'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=None, rssi=None)
2023-04-18 22:07:23.660 DEBUG (MainThread) [bellows.ezsp.protocol] Send command setExtendedTimeout: (a4:c1:38:58:5a:75:57:63, True)
2023-04-18 22:07:23.661 DEBUG (bellows.thread_0) [bellows.uart] Data frame: b'7185b1a9772a14b35d932972df0fca715dea23d3c37e'
2023-04-18 22:07:23.661 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'8070787e'
2023-04-18 22:07:23.670 DEBUG (MainThread) [bellows.ezsp.protocol] Application frame received childJoinHandler: [1, <Bool.true: 1>, 0x0704, a4:c1:38:58:5a:75:57:63, <EmberNodeType.SLEEPY_END_DEVICE: 4>]
2023-04-18 22:07:23.670 DEBUG (MainThread) [bellows.zigbee.application] Received childJoinHandler frame with [1, <Bool.true: 1>, 0x0704, a4:c1:38:58:5a:75:57:63, <EmberNodeType.SLEEPY_END_DEVICE: 4>]
2023-04-18 22:07:23.672 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'108a21a92a2a76e52cce121d6bf193aa507e'
2023-04-18 22:07:23.684 DEBUG (bellows.thread_0) [bellows.uart] Data frame: b'028aa1a92a2a32e47e'
2023-04-18 22:07:23.685 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'8160597e'
2023-04-18 22:07:23.687 DEBUG (MainThread) [bellows.ezsp.protocol] Application frame received setExtendedTimeout: []
2023-04-18 22:07:23.689 DEBUG (MainThread) [bellows.ezsp.protocol] Send command sendUnicast: (<EmberOutgoingMessageType.OUTGOING_DIRECT: 0>, 0x0704, EmberApsFrame(profileId=0, clusterId=2, sourceEndpoint=0, destinationEndpoint=0, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=47), 48, b'/\x04\x07')
2023-04-18 22:07:23.694 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'218b21a9602a15b65e944a27aa5592499d4e2784ddcd488ffad03c7e'
2023-04-18 22:07:23.710 DEBUG (bellows.thread_0) [bellows.uart] Data frame: b'138ba1a9602a15f669337e'
2023-04-18 22:07:23.711 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'82503a7e'
2023-04-18 22:07:23.712 DEBUG (MainThread) [bellows.ezsp.protocol] Application frame received sendUnicast: [<EmberStatus.SUCCESS: 0>, 68]
2023-04-18 22:07:23.758 DEBUG (bellows.thread_0) [bellows.uart] Data frame: b'238bb1a96b2a15b65e944a27aa5592499d4e27efddce67313b7e'
2023-04-18 22:07:23.759 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'83401b7e'
2023-04-18 22:07:23.765 DEBUG (MainThread) [bellows.ezsp.protocol] Application frame received messageSentHandler: [<EmberOutgoingMessageType.OUTGOING_DIRECT: 0>, 1796, EmberApsFrame(profileId=0, clusterId=2, sourceEndpoint=0, destinationEndpoint=0, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=68), 48, <EmberStatus.SUCCESS: 0>, b'']
2023-04-18 22:07:23.767 DEBUG (MainThread) [bellows.zigbee.application] Received messageSentHandler frame with [<EmberOutgoingMessageType.OUTGOING_DIRECT: 0>, 1796, EmberApsFrame(profileId=0, clusterId=2, sourceEndpoint=0, destinationEndpoint=0, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=68), 48, <EmberStatus.SUCCESS: 0>, b'']
2023-04-18 22:07:23.773 DEBUG (bellows.thread_0) [bellows.uart] Data frame: b'338bb1a9112a15b25996ca25aa1593499c69ff79e9c99874ece9638dfb7c7f27aadc9c2d8fffed99d5d26bd3357e'
2023-04-18 22:07:23.774 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'8430fc7e'
2023-04-18 22:07:23.776 DEBUG (MainThread) [bellows.ezsp.protocol] Application frame received incomingMessageHandler: [<EmberIncomingMessageType.INCOMING_UNICAST: 0>, EmberApsFrame(profileId=0, clusterId=32770, sourceEndpoint=0, destinationEndpoint=0, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY|APS_OPTION_RETRY: 320>, groupId=0, sequence=39), 216, -46, 0x0704, 255, 255, b'/\x00\x04\x07\x02@\x80A\x11BB\x00\x00B\x00\x00']
2023-04-18 22:07:23.778 DEBUG (MainThread) [bellows.zigbee.application] Received incomingMessageHandler frame with [<EmberIncomingMessageType.INCOMING_UNICAST: 0>, EmberApsFrame(profileId=0, clusterId=32770, sourceEndpoint=0, destinationEndpoint=0, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY|APS_OPTION_RETRY: 320>, groupId=0, sequence=39), 216, -46, 0x0704, 255, 255, b'/\x00\x04\x07\x02@\x80A\x11BB\x00\x00
B\x00\x00']
2023-04-18 22:07:23.779 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=0, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=0, source_route=None, extended_timeout=False, tsn=39, profile_id=0, cluster_id=32770, data=Serialized[b'/\x00\x04\x07\x02@\x80A\x11BB\x00\x00B\x00\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=216, rssi=-46)
2023-04-18 22:07:23.785 DEBUG (MainThread) [zigpy.application] Received frame on uninitialized device from ep 0 to ep 0, cluster 32770: b'/\x00\x04\x07\x02@\x80A\x11BB\x00\x00
B\x00\x00'
2023-04-18 22:07:23.791 INFO (MainThread) [zigpy.device] [0x0704] Got Node Descriptor: NodeDescriptor(logical_type=<LogicalType.EndDevice: 2>, complex_descriptor_available=0, user_descriptor_available=0, reserved=0, aps_flags=0, frequency_band=<FrequencyBand.Freq2400MHz: 8>, mac_capability_flags=<MACCapabilityFlags.AllocateAddress: 128>, manufacturer_code=4417, maximum_buffer_size=66, maximum_incoming_transfer_size=66, server_mask=10752, maximum_outgoing_transfer_size=66, descriptor_capability_field=<DescriptorCapability.NONE: 0>, *allocate_address=True, *is_alternate_pan_coordinator=False, *is_coordinator=False, *is_end_device=True, *is_full_function_device=False, *is_mains_powered=False, *is_receiver_on_when_idle=False, *is_router=False, *is_security_capable=False)
2023-04-18 22:07:23.794 INFO (MainThread) [zigpy.device] [0x0704] Discovering endpoints
2023-04-18 22:07:23.796 DEBUG (MainThread) [zigpy.util] Tries remaining: 3
2023-04-18 22:07:23.797 DEBUG (MainThread) [zigpy.device] [0x0704] Extending timeout for 0x31 request
2023-04-18 22:07:23.798 DEBUG (MainThread) [bellows.zigbee.application] Sending packet ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), src_ep=0, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), dst_ep=0, source_route=None, extended_timeout=True, tsn=49, profile_id=0, cluster_id=<ZDOCmd.Active_EP_req: 0x0005>, data=Serialized[b'1\x04\x07'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=None, rssi=None)
2023-04-18 22:07:23.800 DEBUG (MainThread) [bellows.ezsp.protocol] Send command setExtendedTimeout: (a4:c1:38:58:5a:75:57:63, True)
2023-04-18 22:07:23.805 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'348821a92a2a76e52cce121d6bf1935a347e'
2023-04-18 22:07:23.817 DEBUG (bellows.thread_0) [bellows.uart] Data frame: b'4488a1a92a2a91967e'
2023-04-18 22:07:23.817 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'8520dd7e'
2023-04-18 22:07:23.820 DEBUG (MainThread) [bellows.ezsp.protocol] Application frame received setExtendedTimeout: []
2023-04-18 22:07:23.822 DEBUG (MainThread) [bellows.ezsp.protocol] Send command sendUnicast: (<EmberOutgoingMessageType.OUTGOING_DIRECT: 0>, 0x0704, EmberApsFrame(profileId=0, clusterId=5, sourceEndpoint=0, destinationEndpoint=0, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=49), 50, b'1\x04\x07')
2023-04-18 22:07:23.827 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'458921a9602a15b65e944a20aa5592499d4e279adfcd568ffa16937e'
2023-04-18 22:07:23.839 DEBUG (bellows.thread_0) [bellows.uart] Data frame: b'5589a1a9602a15f76fea7e'
2023-04-18 22:07:23.840 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'8610be7e'
2023-04-18 22:07:23.843 DEBUG (MainThread) [bellows.ezsp.protocol] Application frame received sendUnicast: [<EmberStatus.SUCCESS: 0>, 69]
2023-04-18 22:07:23.882 DEBUG (bellows.thread_0) [bellows.uart] Data frame: b'6589b1a96b2a15b65e944a20aa5592499d4e27eedfce6775d77e'
2023-04-18 22:07:23.883 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'87009f7e'
2023-04-18 22:07:23.890 DEBUG (MainThread) [bellows.ezsp.protocol] Application frame received messageSentHandler: [<EmberOutgoingMessageType.OUTGOING_DIRECT: 0>, 1796, EmberApsFrame(profileId=0, clusterId=5, sourceEndpoint=0, destinationEndpoint=0, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=69), 50, <EmberStatus.SUCCESS: 0>, b'']
2023-04-18 22:07:23.892 DEBUG (MainThread) [bellows.zigbee.application] Received messageSentHandler frame with [<EmberOutgoingMessageType.OUTGOING_DIRECT: 0>, 1796, EmberApsFrame(profileId=0, clusterId=5, sourceEndpoint=0, destinationEndpoint=0, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=69), 50, <EmberStatus.SUCCESS: 0>, b'']
2023-04-18 22:07:23.898 DEBUG (bellows.thread_0) [bellows.uart] Data frame: b'7589b1a9112a15b25991ca25aa1593499c66e366e9c99874fbf7638dfb7f3ea545707e'
2023-04-18 22:07:23.899 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'8070787e'
2023-04-18 22:07:23.904 DEBUG (MainThread) [bellows.ezsp.protocol] Application frame received incomingMessageHandler: [<EmberIncomingMessageType.INCOMING_UNICAST: 0>, EmberApsFrame(profileId=0, clusterId=32773, sourceEndpoint=0, destinationEndpoint=0, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY|APS_OPTION_RETRY: 320>, groupId=0, sequence=40), 196, -51, 0x0704, 255, 255, b'1\x00\x04\x07\x01\x01']
2023-04-18 22:07:23.905 DEBUG (MainThread) [bellows.zigbee.application] Received incomingMessageHandler frame with [<EmberIncomingMessageType.INCOMING_UNICAST: 0>, EmberApsFrame(profileId=0, clusterId=32773, sourceEndpoint=0, destinationEndpoint=0, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY|APS_OPTION_RETRY: 320>, groupId=0, sequence=40), 196, -51, 0x0704, 255, 255, b'1\x00\x04\x07\x01\x01']
2023-04-18 22:07:23.906 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=0, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=0, source_route=None, extended_timeout=False, tsn=40, profile_id=0, cluster_id=32773, data=Serialized[b'1\x00\x04\x07\x01\x01'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=196, rssi=-51)
2023-04-18 22:07:23.910 DEBUG (MainThread) [zigpy.application] Received frame on uninitialized device from ep 0 to ep 0, cluster 32773: b'1\x00\x04\x07\x01\x01'
2023-04-18 22:07:23.914 INFO (MainThread) [zigpy.device] [0x0704] Discovered endpoints: [1]
2023-04-18 22:07:23.915 INFO (MainThread) [zigpy.device] [0x0704] Initializing endpoints [<Endpoint id=1 in=[] out=[] status=<Status.NEW: 0>>]
2023-04-18 22:07:23.916 INFO (MainThread) [zigpy.endpoint] [0x0704:1] Discovering endpoint information
2023-04-18 22:07:23.917 DEBUG (MainThread) [zigpy.util] Tries remaining: 3
2023-04-18 22:07:23.918 DEBUG (MainThread) [zigpy.device] [0x0704] Extending timeout for 0x33 request
2023-04-18 22:07:23.920 DEBUG (MainThread) [bellows.zigbee.application] Sending packet ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), src_ep=0, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), dst_ep=0, source_route=None, extended_timeout=True, tsn=51, profile_id=0, cluster_id=<ZDOCmd.Simple_Desc_req: 0x0004>, data=Serialized[b'3\x04\x07\x01'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=None, rssi=None)
2023-04-18 22:07:23.922 DEBUG (MainThread) [bellows.ezsp.protocol] Send command setExtendedTimeout: (a4:c1:38:58:5a:75:57:63, True)
2023-04-18 22:07:23.925 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'508e21a92a2a76e52cce121d6bf1937d5dfc7e'
2023-04-18 22:07:23.937 DEBUG (bellows.thread_0) [bellows.uart] Data frame: b'068ea1a92a2abd437e'
2023-04-18 22:07:23.938 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'8160597e'
2023-04-18 22:07:23.940 DEBUG (MainThread) [bellows.ezsp.protocol] Application frame received setExtendedTimeout: []
2023-04-18 22:07:23.941 DEBUG (MainThread) [bellows.ezsp.protocol] Send command sendUnicast: (<EmberOutgoingMessageType.OUTGOING_DIRECT: 0>, 0x0704, EmberApsFrame(profileId=0, clusterId=4, sourceEndpoint=0, destinationEndpoint=0, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=51), 52, b'3\x04\x07\x01')
2023-04-18 22:07:23.948 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'618f21a9602a15b65e944a21aa5592499d4e2798d9ca548ffac753f57e'
2023-04-18 22:07:23.962 DEBUG (bellows.thread_0) [bellows.uart] Data frame: b'178fa1a9602a15f487da7e'
2023-04-18 22:07:23.963 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'82503a7e'
2023-04-18 22:07:23.966 DEBUG (MainThread) [bellows.ezsp.protocol] Application frame received sendUnicast: [<EmberStatus.SUCCESS: 0>, 70]
2023-04-18 22:07:24.004 DEBUG (bellows.thread_0) [bellows.uart] Data frame: b'278fb1a96b2a15b65e944a21aa5592499d4e27edd9ce6728e17e'
2023-04-18 22:07:24.005 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'83401b7e'
2023-04-18 22:07:24.010 DEBUG (MainThread) [bellows.ezsp.protocol] Application frame received messageSentHandler: [<EmberOutgoingMessageType.OUTGOING_DIRECT: 0>, 1796, EmberApsFrame(profileId=0, clusterId=4, sourceEndpoint=0, destinationEndpoint=0, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=70), 52, <EmberStatus.SUCCESS: 0>, b'']
2023-04-18 22:07:24.011 DEBUG (MainThread) [bellows.zigbee.application] Received messageSentHandler frame with [<EmberOutgoingMessageType.OUTGOING_DIRECT: 0>, 1796, EmberApsFrame(profileId=0, clusterId=4, sourceEndpoint=0, destinationEndpoint=0, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=70), 52, <EmberStatus.SUCCESS: 0>, b'']
2023-04-18 22:07:24.021 DEBUG (bellows.thread_0) [bellows.uart] Data frame: b'378fb1a9112a15b25990ca25aa1593499c67f77be9c99874e4f5638dfb6a3ea3ea9cde6e8bfbc7ded5d2868c4621b0ec7c3ba70d677e'
2023-04-18 22:07:24.022 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'8430fc7e'
2023-04-18 22:07:24.025 DEBUG (MainThread) [bellows.ezsp.protocol] Application frame received incomingMessageHandler: [<EmberIncomingMessageType.INCOMING_UNICAST: 0>, EmberApsFrame(profileId=0, clusterId=32772, sourceEndpoint=0, destinationEndpoint=0, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY|APS_OPTION_RETRY: 320>, groupId=0, sequence=41), 208, -48, 0x0704, 255, 255, b'3\x00\x04\x07\x14\x01\x04\x01Q\x00\x01\x04\x04\x00\x05\x00\x00\xef\x00\x00\x02\x19\x00\n\x00']
2023-04-18 22:07:24.026 DEBUG (MainThread) [bellows.zigbee.application] Received incomingMessageHandler frame with [<EmberIncomingMessageType.INCOMING_UNICAST: 0>, EmberApsFrame(profileId=0, clusterId=32772, sourceEndpoint=0, destinationEndpoint=0, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY|APS_OPTION_RETRY: 320>, groupId=0, sequence=41), 208, -48, 0x0704, 255, 255, b'3\x00\x04\x07\x14\x01\x04\x01Q\x00\x01\x04\x04\x00\x05\x00\x00\xef\x00\x00\x02\x19\x00\n\x00']
2023-04-18 22:07:24.027 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=0, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=0, source_route=None, extended_timeout=False, tsn=41, profile_id=0, cluster_id=32772, data=Serialized[b'3\x00\x04\x07\x14\x01\x04\x01Q\x00\x01\x04\x04\x00\x05\x00\x00\xef\x00\x00\x02\x19\x00\n\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=208, rssi=-48)
2023-04-18 22:07:24.032 DEBUG (MainThread) [zigpy.application] Received frame on uninitialized device from ep 0 to ep 0, cluster 32772: b'3\x00\x04\x07\x14\x01\x04\x01Q\x00\x01\x04\x04\x00\x05\x00\x00\xef\x00\x00\x02\x19\x00\n\x00'
2023-04-18 22:07:24.036 INFO (MainThread) [zigpy.endpoint] [0x0704:1] Discovered endpoint information: SizePrefixedSimpleDescriptor(endpoint=1, profile=260, device_type=81, device_version=1, input_clusters=[4, 5, 61184, 0], output_clusters=[25, 10])
2023-04-18 22:07:24.038 DEBUG (MainThread) [zigpy.zcl] Unknown cluster 0xEF00
2023-04-18 22:07:24.045 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0x0000] Sending request header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.GLOBAL_COMMAND: 0>, is_manufacturer_specific=False, direction=<Direction.Server_to_Client: 0>, disable_default_response=0, reserved=0, *is_cluster=False, *is_general=True), tsn=53, command_id=<GeneralCommand.Read_Attributes: 0>, *direction=<Direction.Server_to_Client: 0>)
2023-04-18 22:07:24.049 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0x0000] Sending request: Read_Attributes(attribute_ids=[4, 5])
2023-04-18 22:07:24.051 DEBUG (MainThread) [zigpy.device] [0x0704] Extending timeout for 0x35 request
2023-04-18 22:07:24.054 DEBUG (MainThread) [bellows.zigbee.application] Sending packet ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), dst_ep=1, source_route=None, extended_timeout=True, tsn=53, profile_id=260, cluster_id=0, data=Serialized[b'\x005\x00\x04\x00\x05\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=None, rssi=None)
2023-04-18 22:07:24.056 DEBUG (MainThread) [bellows.ezsp.protocol] Send command setExtendedTimeout: (a4:c1:38:58:5a:75:57:63, True)
2023-04-18 22:07:24.059 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'748c21a92a2a76e52cce121d6bf1938d987e'
2023-04-18 22:07:24.069 DEBUG (bellows.thread_0) [bellows.uart] Data frame: b'408ca1a92a2a1e317e'
2023-04-18 22:07:24.070 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'8520dd7e'
2023-04-18 22:07:24.072 DEBUG (MainThread) [bellows.ezsp.protocol] Application frame received setExtendedTimeout: []
2023-04-18 22:07:24.075 DEBUG (MainThread) [bellows.ezsp.protocol] Send command sendUnicast: (<EmberOutgoingMessageType.OUTGOING_DIRECT: 0>, 0x0704, EmberApsFrame(profileId=260, clusterId=0, sourceEndpoint=1, destinationEndpoint=1, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=53), 54, b'\x005\x00\x04\x00\x05\x00')
2023-04-18 22:07:24.082 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'058d21a9602a15b65e904b25aa5493499d4e279edbc967befdc2638cfc71f77e'
2023-04-18 22:07:24.094 DEBUG (bellows.thread_0) [bellows.uart] Data frame: b'518da1a9602a15f581037e'
2023-04-18 22:07:24.094 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'8610be7e'
2023-04-18 22:07:24.096 DEBUG (MainThread) [bellows.ezsp.protocol] Application frame received sendUnicast: [<EmberStatus.SUCCESS: 0>, 71]
2023-04-18 22:07:24.118 DEBUG (bellows.thread_0) [bellows.uart] Data frame: b'618db1a96b2a15b65e904b25aa5493499d4e27ecdbce6755327e'
2023-04-18 22:07:24.119 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'87009f7e'
2023-04-18 22:07:24.121 DEBUG (MainThread) [bellows.ezsp.protocol] Application frame received messageSentHandler: [<EmberOutgoingMessageType.OUTGOING_DIRECT: 0>, 1796, EmberApsFrame(profileId=260, clusterId=0, sourceEndpoint=1, destinationEndpoint=1, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=71), 54, <EmberStatus.SUCCESS: 0>, b'']
2023-04-18 22:07:24.122 DEBUG (MainThread) [bellows.zigbee.application] Received messageSentHandler frame with [<EmberOutgoingMessageType.OUTGOING_DIRECT: 0>, 1796, EmberApsFrame(profileId=260, clusterId=0, sourceEndpoint=1, destinationEndpoint=1, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=71), 54, <EmberStatus.SUCCESS: 0>, b'']
2023-04-18 22:07:24.139 DEBUG (bellows.thread_0) [bellows.uart] Data frame: b'718db1a9112a15b658944a24ab1593499c64ff79e9c99874dede5688f87e3fe5fb928a35cacdf7eb8aa858f83f50d99d013ea5ea378415cb7c102380e2e1b27e'
2023-04-18 22:07:24.139 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'8070787e'
2023-04-18 22:07:24.145 DEBUG (MainThread) [bellows.ezsp.protocol] Application frame received incomingMessageHandler: [<EmberIncomingMessageType.INCOMING_UNICAST: 0>, EmberApsFrame(profileId=260, clusterId=0, sourceEndpoint=1, destinationEndpoint=1, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY|APS_OPTION_RETRY: 320>, groupId=0, sequence=42), 216, -46, 0x0704, 255, 255, b'\x185\x01\x04\x00\x00B\x10_TZE200_z1tyspqw\x05\x00\x00B\x06TS0601']
2023-04-18 22:07:24.146 DEBUG (MainThread) [bellows.zigbee.application] Received incomingMessageHandler frame with [<EmberIncomingMessageType.INCOMING_UNICAST: 0>, EmberApsFrame(profileId=260, clusterId=0, sourceEndpoint=1, destinationEndpoint=1, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY|APS_OPTION_RETRY: 320>, groupId=0, sequence=42), 216, -46, 0x0704, 255, 255, b'\x185\x01\x04\x00\x00B\x10_TZE200_z1tyspqw\x05\x00\x00B\x06TS0601']
2023-04-18 22:07:24.148 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=42, profile_id=260, cluster_id=0, data=Serialized[b'\x185\x01\x04\x00\x00B\x10_TZE200_z1tyspqw\x05\x00\x00B\x06TS0601'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=216, rssi=-46)
2023-04-18 22:07:24.151 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0x0000] Received ZCL frame: b'\x185\x01\x04\x00\x00B\x10_TZE200_z1tyspqw\x05\x00\x00B\x06TS0601'
2023-04-18 22:07:24.154 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0x0000] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.GLOBAL_COMMAND: 0>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=1, reserved=0, *is_cluster=False, *is_general=True), tsn=53, command_id=1, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:07:24.161 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0x0000] Decoded ZCL frame: Basic:Read_Attributes_rsp(status_records=[ReadAttributeRecord(attrid=0x0004, status=<Status.SUCCESS: 0>, value=TypeValue(type=CharacterString, value='_TZE200_z1tyspqw')), ReadAttributeRecord(attrid=0x0005, status=<Status.SUCCESS: 0>, value=TypeValue(type=CharacterString, value='TS0601'))])
2023-04-18 22:07:24.167 INFO (MainThread) [zigpy.device] [0x0704] Read model 'TS0601' and manufacturer 'TZE200_z1tyspqw' from <Endpoint id=1 in=[groups:0x0004, scenes:0x0005, None:0xEF00, basic:0x0000] out=[ota:0x0019, time:0x000A] status=<Status.ZDO_INIT: 1>>
2023-04-18 22:07:24.168 INFO (MainThread) [zigpy.device] [0x0704] Discovered basic device information for
2023-04-18 22:07:24.171 DEBUG (bellows.thread_0) [bellows.uart] Data frame: b'018db1a96b2a134fa6944a36aa5592499c4e278d12ce6765627e'
2023-04-18 22:07:24.171 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'8160597e'
2023-04-18 22:07:24.169 DEBUG (MainThread) [zigpy.application] Device is initialized
2023-04-18 22:07:24.177 DEBUG (MainThread) [zigpy.quirks.registry] Checking quirks for TZE200_z1tyspqw TS0601 (a4:c1:38:58:5a:75:57:63)
2023-04-18 22:07:24.181 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'zhaquirks.xiaomi.aqara.opple_switch.XiaomiOpple2ButtonSwitchFace2'>
2023-04-18 22:07:24.182 DEBUG (MainThread) [zigpy.quirks.registry] Fail because endpoint list mismatch: {1, 2, 242} {1}
2023-04-18 22:07:24.182 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'zhaquirks.xiaomi.aqara.opple_switch.XiaomiOpple2ButtonSwitchFace1'>
2023-04-18 22:07:24.183 DEBUG (MainThread) [zigpy.quirks.registry] Fail because endpoint list mismatch: {1, 2, 41, 42, 242, 51, 21, 31} {1}
2023-04-18 22:07:24.184 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'zhaquirks.xbee.xbee_io.XBeeSensor'>
2023-04-18 22:07:24.186 DEBUG (MainThread) [zigpy.quirks.registry] Fail because endpoint list mismatch: {232, 230} {1}
2023-04-18 22:07:24.187 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'zhaquirks.xbee.xbee3_io.XBee3Sensor'>
2023-04-18 22:07:24.188 DEBUG (MainThread) [zigpy.quirks.registry] Fail because endpoint list mismatch: {232, 230} {1}
2023-04-18 22:07:24.188 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'zhaquirks.tuya.ts0201.MoesTemperatureHumidtySensorWithScreen'>
2023-04-18 22:07:24.189 DEBUG (MainThread) [zigpy.quirks.registry] Fail because device_type mismatch on at least one endpoint
2023-04-18 22:07:24.191 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'zhaquirks.smartthings.tag_v4.SmartThingsTagV4'>
2023-04-18 22:07:24.192 DEBUG (MainThread) [zigpy.quirks.registry] Fail because device_type mismatch on at least one endpoint
2023-04-18 22:07:24.193 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'zhaquirks.smartthings.multi.SmartthingsMultiPurposeSensor'>
2023-04-18 22:07:24.194 DEBUG (MainThread) [zigpy.quirks.registry] Fail because device_type mismatch on at least one endpoint
2023-04-18 22:07:24.195 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'zhaquirks.netvox.z308e3ed.Z308E3ED'>
2023-04-18 22:07:24.198 DEBUG (MainThread) [zigpy.quirks.registry] Fail because device_type mismatch on at least one endpoint
2023-04-18 22:07:24.199 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'zhaquirks.gledopto.soposhgu10.SoposhGU10'>
2023-04-18 22:07:24.200 DEBUG (MainThread) [zigpy.quirks.registry] Fail because endpoint list mismatch: {11, 13} {1}
2023-04-18 22:07:24.205 DEBUG (MainThread) [bellows.ezsp.protocol] Application frame received messageSentHandler: [<EmberOutgoingMessageType.OUTGOING_BROADCAST: 6>, 65533, EmberApsFrame(profileId=0, clusterId=19, sourceEndpoint=0, destinationEndpoint=0, options=<EmberApsOption.APS_OPTION_NONE: 0>, groupId=0, sequence=38), 255, <EmberStatus.SUCCESS: 0>, b'']
2023-04-18 22:07:24.206 DEBUG (MainThread) [bellows.zigbee.application] Received messageSentHandler frame with [<EmberOutgoingMessageType.OUTGOING_BROADCAST: 6>, 65533, EmberApsFrame(profileId=0, clusterId=19, sourceEndpoint=0, destinationEndpoint=0, options=<EmberApsOption.APS_OPTION_NONE: 0>, groupId=0, sequence=38), 255, <EmberStatus.SUCCESS: 0>, b'']
2023-04-18 22:07:24.207 DEBUG (MainThread) [bellows.zigbee.application] Unexpected message send notification tag: 255
2023-04-18 22:07:24.223 DEBUG (MainThread) [homeassistant.components.zha.core.discovery] 'sensor' component -> 'RSSISensor' using ['basic']
2023-04-18 22:07:24.224 DEBUG (MainThread) [homeassistant.components.zha.core.discovery] 'sensor' component -> 'LQISensor' using ['basic']
2023-04-18 22:07:24.234 DEBUG (MainThread) [homeassistant.components.zha.core.gateway] device - 0x0704:a4:c1:38:58:5a:75:57:63 entering async_device_initialized - is_new_join: True
2023-04-18 22:07:24.240 DEBUG (MainThread) [homeassistant.components.zha.core.gateway] device - 0x0704:a4:c1:38:58:5a:75:57:63 has joined the ZHA zigbee network
2023-04-18 22:07:24.242 DEBUG (MainThread) [homeassistant.components.zha.core.device] 0x0704: started configuration
2023-04-18 22:07:24.243 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] 0x0704:ZDO: 'async_configure' stage succeeded
2023-04-18 22:07:24.256 DEBUG (MainThread) [zigpy.appdb] Error handling 'save_attribute' event with (a4:c1:38:58:5a:75:57:63, 1, 0, 4, 'TZE200_z1tyspqw') params: FOREIGN KEY constraint failed
2023-04-18 22:07:24.258 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x0704:1:0x0000]: Configuring cluster attribute reporting
2023-04-18 22:07:24.260 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x0704:1:0x0000]: finished channel configuration
2023-04-18 22:07:24.261 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x0704:1:0xef00]: Performing cluster binding
2023-04-18 22:07:24.264 DEBUG (MainThread) [zigpy.device] [0x0704] Extending timeout for 0x37 request
2023-04-18 22:07:24.266 DEBUG (MainThread) [bellows.zigbee.application] Sending packet ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), src_ep=0, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), dst_ep=0, source_route=None, extended_timeout=True, tsn=55, profile_id=0, cluster_id=<ZDOCmd.Bind_req: 0x0021>, data=Serialized[b'7cWuZX8\xc1\xa4\x01\x00\xef\x03q\x86%\xfe\xff\x95\x8e\xdc\x01'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=None, rssi=None)
2023-04-18 22:07:24.269 DEBUG (MainThread) [bellows.ezsp.protocol] Send command setExtendedTimeout: (a4:c1:38:58:5a:75:57:63, True)
2023-04-18 22:07:24.272 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x0704:1:0x0019]: finished channel configuration
2023-04-18 22:07:24.276 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'7d319221a92a2a76e52cce121d6bf19329307e'
2023-04-18 22:07:24.280 DEBUG (MainThread) [zigpy.appdb] Error handling 'save_attribute' event with (a4:c1:38:58:5a:75:57:63, 1, 0, 5, 'TS0601') params: FOREIGN KEY constraint failed
2023-04-18 22:07:24.288 DEBUG (bellows.thread_0) [bellows.uart] Data frame: b'1292a1a92a2a2e177e'
2023-04-18 22:07:24.289 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'82503a7e'
2023-04-18 22:07:24.292 DEBUG (MainThread) [bellows.ezsp.protocol] Application frame received setExtendedTimeout: []
2023-04-18 22:07:24.293 DEBUG (MainThread) [bellows.ezsp.protocol] Send command sendUnicast: (<EmberOutgoingMessageType.OUTGOING_DIRECT: 0>, 0x0704, EmberApsFrame(profileId=0, clusterId=33, sourceEndpoint=0, destinationEndpoint=0, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=55), 56, b'7cWuZX8\xc1\xa4\x01\x00\xef\x03q\x86%\xfe\xff\x95\x8e\xdc\x01')
2023-04-18 22:07:24.302 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'229321a9602a15b65e944a04aa5592499d4e279cd5d850e8aab339d1c4bf9ba6eb22dd1e09da3924405cb58d39637e'
2023-04-18 22:07:24.316 DEBUG (bellows.thread_0) [bellows.uart] Data frame: b'2393a1a9602a15fa4ab57e'
2023-04-18 22:07:24.317 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'83401b7e'
2023-04-18 22:07:24.320 DEBUG (MainThread) [bellows.ezsp.protocol] Application frame received sendUnicast: [<EmberStatus.SUCCESS: 0>, 72]
2023-04-18 22:07:24.485 DEBUG (bellows.thread_0) [bellows.uart] Data frame: b'3393b1a96b2a15b65e944a04aa5592499d4e27e3d5ce676f047e'
2023-04-18 22:07:24.485 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'8430fc7e'
2023-04-18 22:07:24.492 DEBUG (MainThread) [bellows.ezsp.protocol] Application frame received messageSentHandler: [<EmberOutgoingMessageType.OUTGOING_DIRECT: 0>, 1796, EmberApsFrame(profileId=0, clusterId=33, sourceEndpoint=0, destinationEndpoint=0, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=72), 56, <EmberStatus.SUCCESS: 0>, b'']
2023-04-18 22:07:24.493 DEBUG (MainThread) [bellows.zigbee.application] Received messageSentHandler frame with [<EmberOutgoingMessageType.OUTGOING_DIRECT: 0>, 1796, EmberApsFrame(profileId=0, clusterId=33, sourceEndpoint=0, destinationEndpoint=0, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=72), 56, <EmberStatus.SUCCESS: 0>, b'']
2023-04-18 22:07:24.512 DEBUG (bellows.thread_0) [bellows.uart] Data frame: b'4393b1a9112a15b259b5ca25aa1593499c65cf7de9c99874fff1638b03af7e'
2023-04-18 22:07:24.513 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'8520dd7e'
2023-04-18 22:07:24.517 DEBUG (MainThread) [bellows.ezsp.protocol] Application frame received incomingMessageHandler: [<EmberIncomingMessageType.INCOMING_UNICAST: 0>, EmberApsFrame(profileId=0, clusterId=32801, sourceEndpoint=0, destinationEndpoint=0, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY|APS_OPTION_RETRY: 320>, groupId=0, sequence=43), 232, -42, 0x0704, 255, 255, b'7\x00']
2023-04-18 22:07:24.519 DEBUG (MainThread) [bellows.zigbee.application] Received incomingMessageHandler frame with [<EmberIncomingMessageType.INCOMING_UNICAST: 0>, EmberApsFrame(profileId=0, clusterId=32801, sourceEndpoint=0, destinationEndpoint=0, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY|APS_OPTION_RETRY: 320>, groupId=0, sequence=43), 232, -42, 0x0704, 255, 255, b'7\x00']
2023-04-18 22:07:24.522 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=0, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=0, source_route=None, extended_timeout=False, tsn=43, profile_id=0, cluster_id=32801, data=Serialized[b'7\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=232, rssi=-42)
2023-04-18 22:07:24.527 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x0704:1:0xef00]: bound 'None' cluster: Status.SUCCESS
2023-04-18 22:07:24.528 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x0704:1:0xef00]: Configuring cluster attribute reporting
2023-04-18 22:07:24.529 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x0704:1:0xef00]: finished channel configuration
2023-04-18 22:07:24.542 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x0704:1:0x0000]: 'async_configure' stage succeeded
2023-04-18 22:07:24.543 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x0704:1:0xef00]: 'async_configure' stage succeeded
2023-04-18 22:07:24.544 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x0704:1:0x0019]: 'async_configure' stage succeeded
2023-04-18 22:07:24.550 DEBUG (MainThread) [homeassistant.components.zha.core.device] 0x0704: completed configuration
2023-04-18 22:07:24.551 DEBUG (MainThread) [homeassistant.components.zha.core.device] 0x0704: started initialization
2023-04-18 22:07:24.552 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] 0x0704:ZDO: 'async_initialize' stage succeeded
2023-04-18 22:07:24.560 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x0704:1:0x0000]: initializing channel: from_cache: False
2023-04-18 22:07:24.561 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x0704:1:0x0000]: finished channel initialization
2023-04-18 22:07:24.562 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x0704:1:0xef00]: initializing channel: from_cache: False
2023-04-18 22:07:24.563 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x0704:1:0xef00]: finished channel initialization
2023-04-18 22:07:24.565 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x0704:1:0x0019]: initializing channel: from_cache: False
2023-04-18 22:07:24.566 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x0704:1:0x0019]: finished channel initialization
2023-04-18 22:07:24.570 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x0704:1:0x0000]: 'async_initialize' stage succeeded
2023-04-18 22:07:24.571 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x0704:1:0xef00]: 'async_initialize' stage succeeded
2023-04-18 22:07:24.572 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x0704:1:0x0019]: 'async_initialize' stage succeeded
2023-04-18 22:07:24.577 DEBUG (MainThread) [homeassistant.components.zha.core.device] 0x0704: power source: Battery or Unknown
2023-04-18 22:07:24.578 DEBUG (MainThread) [homeassistant.components.zha.core.device] 0x0704: completed initialization
2023-04-18 22:07:24.593 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.zha entity: sensor.tze200_z1tyspqw_ts0601_rssi
2023-04-18 22:07:24.604 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.zha entity: sensor.tze200_z1tyspqw_ts0601_lqi
2023-04-18 22:07:24.730 DEBUG (bellows.thread_0) [bellows.uart] Data frame: b'5393b1a96b2a15b65e944a27aa5592499c4e27e8c3a867533e7e'
2023-04-18 22:07:24.731 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'8610be7e'
2023-04-18 22:07:24.738 DEBUG (MainThread) [bellows.ezsp.protocol] Application frame received messageSentHandler: [<EmberOutgoingMessageType.OUTGOING_DIRECT: 0>, 1796, EmberApsFrame(profileId=0, clusterId=2, sourceEndpoint=0, destinationEndpoint=0, options=<EmberApsOption.APS_OPTION_NONE: 0>, groupId=0, sequence=67), 46, <EmberStatus.DELIVERY_FAILED: 102>, b'']
2023-04-18 22:07:24.739 DEBUG (MainThread) [bellows.zigbee.application] Received messageSentHandler frame with [<EmberOutgoingMessageType.OUTGOING_DIRECT: 0>, 1796, EmberApsFrame(profileId=0, clusterId=2, sourceEndpoint=0, destinationEndpoint=0, options=<EmberApsOption.APS_OPTION_NONE: 0>, groupId=0, sequence=67), 46, <EmberStatus.DELIVERY_FAILED: 102>, b'']
2023-04-18 22:07:24.740 DEBUG (MainThread) [bellows.zigbee.application] Unexpected message send notification tag: 46
2023-04-18 22:07:24.762 DEBUG (bellows.thread_0) [bellows.uart] Data frame: b'6393b1a9112a15b259964a25aa1593499c62fb78e9c99874fec76389fec74f7e'
2023-04-18 22:07:24.763 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'87009f7e'
2023-04-18 22:07:24.768 DEBUG (MainThread) [bellows.ezsp.protocol] Application frame received incomingMessageHandler: [<EmberIncomingMessageType.INCOMING_UNICAST: 0>, EmberApsFrame(profileId=0, clusterId=2, sourceEndpoint=0, destinationEndpoint=0, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY|APS_OPTION_RETRY: 320>, groupId=0, sequence=44), 220, -45, 0x0704, 255, 255, b'\x01\x00\x00']
2023-04-18 22:07:24.770 DEBUG (MainThread) [bellows.zigbee.application] Received incomingMessageHandler frame with [<EmberIncomingMessageType.INCOMING_UNICAST: 0>, EmberApsFrame(profileId=0, clusterId=2, sourceEndpoint=0, destinationEndpoint=0, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY|APS_OPTION_RETRY: 320>, groupId=0, sequence=44), 220, -45, 0x0704, 255, 255, b'\x01\x00\x00']
2023-04-18 22:07:24.771 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=0, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=0, source_route=None, extended_timeout=False, tsn=44, profile_id=0, cluster_id=2, data=Serialized[b'\x01\x00\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=220, rssi=-45)
2023-04-18 22:07:24.775 DEBUG (MainThread) [zigpy.zdo] [0x0704:zdo] ZDO request ZDOCmd.Node_Desc_req: [0x0000]
2023-04-18 22:07:24.776 DEBUG (MainThread) [zigpy.zdo] [0x0704:zdo] No handler for ZDO request:ZDOCmd.Node_Desc_req([0x0000])
2023-04-18 22:07:24.893 DEBUG (bellows.thread_0) [bellows.uart] Data frame: b'7393b1a9cf2a76e52cce121d6bf194956d7e'
2023-04-18 22:07:24.893 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'8070787e'
2023-04-18 22:07:24.899 DEBUG (MainThread) [bellows.ezsp.protocol] Application frame received zigbeeKeyEstablishmentHandler: [a4:c1:38:58:5a:75:57:63, <EmberKeyStatus.TC_RESPONDED_TO_KEY_REQUEST: 6>]
2023-04-18 22:07:24.900 DEBUG (MainThread) [bellows.zigbee.application] Received zigbeeKeyEstablishmentHandler frame with [a4:c1:38:58:5a:75:57:63, <EmberKeyStatus.TC_RESPONDED_TO_KEY_REQUEST: 6>]
2023-04-18 22:07:24.938 DEBUG (bellows.thread_0) [bellows.uart] Data frame: b'0393b1a9cf2a76e52cce121d6bf1a67aeb7e'
2023-04-18 22:07:24.939 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'8160597e'
2023-04-18 22:07:24.943 DEBUG (MainThread) [bellows.ezsp.protocol] Application frame received zigbeeKeyEstablishmentHandler: [a4:c1:38:58:5a:75:57:63, <EmberKeyStatus.TC_REQUESTER_VERIFY_KEY_SUCCESS: 52>]
2023-04-18 22:07:24.944 DEBUG (MainThread) [bellows.zigbee.application] Received zigbeeKeyEstablishmentHandler frame with [a4:c1:38:58:5a:75:57:63, <EmberKeyStatus.TC_REQUESTER_VERIFY_KEY_SUCCESS: 52>]
2023-04-18 22:07:25.068 DEBUG (bellows.thread_0) [bellows.uart] Data frame: b'1393b1a9112a11b259a24a25aa5592499c61ff79e9c99874fec4d788fe650f7e'
2023-04-18 22:07:25.069 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'82503a7e'
2023-04-18 22:07:25.077 DEBUG (MainThread) [bellows.ezsp.protocol] Application frame received incomingMessageHandler: [<EmberIncomingMessageType.INCOMING_BROADCAST: 4>, EmberApsFrame(profileId=0, clusterId=54, sourceEndpoint=0, destinationEndpoint=0, options=<EmberApsOption.APS_OPTION_NONE: 0>, groupId=0, sequence=47), 216, -46, 0x0704, 255, 255, b'\x02\xb4\x01']
2023-04-18 22:07:25.078 DEBUG (MainThread) [bellows.zigbee.application] Received incomingMessageHandler frame with [<EmberIncomingMessageType.INCOMING_BROADCAST: 4>, EmberApsFrame(profileId=0, clusterId=54, sourceEndpoint=0, destinationEndpoint=0, options=<EmberApsOption.APS_OPTION_NONE: 0>, groupId=0, sequence=47), 216, -46, 0x0704, 255, 255, b'\x02\xb4\x01']
2023-04-18 22:07:25.079 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=0, dst=AddrModeAddress(addr_mode=<AddrMode.Broadcast: 15>, address=<BroadcastAddress.ALL_ROUTERS_AND_COORDINATOR: 65532>), dst_ep=0, source_route=None, extended_timeout=False, tsn=47, profile_id=0, cluster_id=54, data=Serialized[b'\x02\xb4\x01'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=216, rssi=-46)
2023-04-18 22:07:25.084 DEBUG (MainThread) [zigpy.zdo] [0x0704:zdo] ZDO request ZDOCmd.Mgmt_Permit_Joining_req: [180, <Bool.true: 1>]
2023-04-18 22:07:25.559 DEBUG (bellows.thread_0) [bellows.uart] Data frame: b'2393b1a96b2a134ea6944a13aa5592499c4e278412ce676bde7e'
2023-04-18 22:07:25.560 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'83401b7e'
2023-04-18 22:07:25.566 DEBUG (MainThread) [bellows.ezsp.protocol] Application frame received messageSentHandler: [<EmberOutgoingMessageType.OUTGOING_BROADCAST: 6>, 65532, EmberApsFrame(profileId=0, clusterId=54, sourceEndpoint=0, destinationEndpoint=0, options=<EmberApsOption.APS_OPTION_NONE: 0>, groupId=0, sequence=47), 255, <EmberStatus.SUCCESS: 0>, b'']
2023-04-18 22:07:25.568 DEBUG (MainThread) [bellows.zigbee.application] Received messageSentHandler frame with [<EmberOutgoingMessageType.OUTGOING_BROADCAST: 6>, 65532, EmberApsFrame(profileId=0, clusterId=54, sourceEndpoint=0, destinationEndpoint=0, options=<EmberApsOption.APS_OPTION_NONE: 0>, groupId=0, sequence=47), 255, <EmberStatus.SUCCESS: 0>, b'']
2023-04-18 22:07:25.570 DEBUG (MainThread) [bellows.zigbee.application] Unexpected message send notification tag: 255
2023-04-18 22:07:29.688 DEBUG (bellows.thread_0) [bellows.uart] Data frame: b'3393b1a9112a15b65894a524ab5593499c7ecf7de9c99874f8cf9dadf17e3dfe347e'
2023-04-18 22:07:29.689 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'8430fc7e'
2023-04-18 22:07:29.697 DEBUG (MainThread) [bellows.ezsp.protocol] Application frame received incomingMessageHandler: [<EmberIncomingMessageType.INCOMING_UNICAST: 0>, EmberApsFrame(profileId=260, clusterId=61184, sourceEndpoint=1, destinationEndpoint=1, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=48), 232, -42, 0x0704, 255, 255, b'\t\xfe$\r\x00']
2023-04-18 22:07:29.698 DEBUG (MainThread) [bellows.zigbee.application] Received incomingMessageHandler frame with [<EmberIncomingMessageType.INCOMING_UNICAST: 0>, EmberApsFrame(profileId=260, clusterId=61184, sourceEndpoint=1, destinationEndpoint=1, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=48), 232, -42, 0x0704, 255, 255, b'\t\xfe$\r\x00']
2023-04-18 22:07:29.701 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=48, profile_id=260, cluster_id=61184, data=Serialized[b'\t\xfe$\r\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=232, rssi=-42)
2023-04-18 22:07:29.704 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t\xfe$\r\x00'
2023-04-18 22:07:29.708 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=254, command_id=36, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:07:29.711 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'\r\x00'
2023-04-18 22:07:29.764 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 254): b'\r\x00'
2023-04-18 22:07:29.765 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'\r\x00'
2023-04-18 22:07:30.139 DEBUG (bellows.thread_0) [bellows.uart] Data frame: b'4393b1a9112a15b65894a524ab5593499c7fcf7de9c99874f8cf9dadf17e3dbfbc7e'
2023-04-18 22:07:30.140 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'8520dd7e'
2023-04-18 22:07:30.147 DEBUG (MainThread) [bellows.ezsp.protocol] Application frame received incomingMessageHandler: [<EmberIncomingMessageType.INCOMING_UNICAST: 0>, EmberApsFrame(profileId=260, clusterId=61184, sourceEndpoint=1, destinationEndpoint=1, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=49), 232, -42, 0x0704, 255, 255, b'\t\xfe$\r\x00']
2023-04-18 22:07:30.149 DEBUG (MainThread) [bellows.zigbee.application] Received incomingMessageHandler frame with [<EmberIncomingMessageType.INCOMING_UNICAST: 0>, EmberApsFrame(profileId=260, clusterId=61184, sourceEndpoint=1, destinationEndpoint=1, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=49), 232, -42, 0x0704, 255, 255, b'\t\xfe$\r\x00']
2023-04-18 22:07:30.152 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=49, profile_id=260, cluster_id=61184, data=Serialized[b'\t\xfe$\r\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=232, rssi=-42)
2023-04-18 22:07:30.155 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t\xfe$\r\x00'
2023-04-18 22:07:30.158 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=254, command_id=36, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:07:30.162 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'\r\x00'
2023-04-18 22:07:30.182 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 254): b'\r\x00'
2023-04-18 22:07:30.183 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'\r\x00'
2023-04-18 22:07:30.591 DEBUG (bellows.thread_0) [bellows.uart] Data frame: b'5393b1a9112a15b65894a524ab5593499c7cc37ee9c99874f8cf9dadf17e3d5aef7e'
2023-04-18 22:07:30.592 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'8610be7e'
2023-04-18 22:07:30.598 DEBUG (MainThread) [bellows.ezsp.protocol] Application frame received incomingMessageHandler: [<EmberIncomingMessageType.INCOMING_UNICAST: 0>, EmberApsFrame(profileId=260, clusterId=61184, sourceEndpoint=1, destinationEndpoint=1, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=50), 228, -43, 0x0704, 255, 255, b'\t\xfe$\r\x00']
2023-04-18 22:07:30.599 DEBUG (MainThread) [bellows.zigbee.application] Received incomingMessageHandler frame with [<EmberIncomingMessageType.INCOMING_UNICAST: 0>, EmberApsFrame(profileId=260, clusterId=61184, sourceEndpoint=1, destinationEndpoint=1, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=50), 228, -43, 0x0704, 255, 255, b'\t\xfe$\r\x00']
2023-04-18 22:07:30.600 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=50, profile_id=260, cluster_id=61184, data=Serialized[b'\t\xfe$\r\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=228, rssi=-43)
2023-04-18 22:07:30.605 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t\xfe$\r\x00'
2023-04-18 22:07:30.608 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=254, command_id=36, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:07:30.611 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'\r\x00'
2023-04-18 22:07:30.629 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 254): b'\r\x00'
2023-04-18 22:07:30.630 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'\r\x00'
2023-04-18 22:07:31.357 DEBUG (MainThread) [bellows.ezsp.protocol] Send command readCounters: ()
2023-04-18 22:07:31.362 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'369021a9a52a8fa37e'
2023-04-18 22:07:31.384 DEBUG (bellows.thread_0) [bellows.uart] Data frame: b'6490a1a9a52a23b261943725e75592499d4e21abebce7f8bedc66d89f17e3aa7e8cddc6f8fffc5dbd5d2698c4623a9ec763ba5ea758241984c2613b1e070381c0e07bbe5ca658a459a4d9e4f9ff7c3d9d46a35a251904824ea557e'
2023-04-18 22:07:31.384 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'87009f7e'
2023-04-18 22:07:31.389 DEBUG (MainThread) [bellows.ezsp.protocol] Application frame received readCounters: [[54, 56, 125, 77, 0, 1, 6, 6, 24, 16, 14, 13, 5, 3, 2, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]]
2023-04-18 22:07:31.394 DEBUG (MainThread) [bellows.ezsp.protocol] Send command getValue: (<EzspValueId.VALUE_FREE_BUFFERS: 3>,)
2023-04-18 22:07:31.398 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'479121a9fe2a16660f7e'
2023-04-18 22:07:31.407 DEBUG (bellows.thread_0) [bellows.uart] Data frame: b'7591a1a9fe2a15b3ae8fd57e'
2023-04-18 22:07:31.408 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'8070787e'
2023-04-18 22:07:31.411 DEBUG (MainThread) [bellows.ezsp.protocol] Application frame received getValue: [<EzspStatus.SUCCESS: 0>, b'\xf7']
2023-04-18 22:07:31.415 DEBUG (MainThread) [bellows.zigbee.application] Free buffers status EzspStatus.SUCCESS, value: 247
2023-04-18 22:07:31.415 DEBUG (MainThread) [bellows.zigbee.application] ezsp_counters: [MAC_RX_BROADCAST = 54, MAC_TX_BROADCAST = 56, MAC_RX_UNICAST = 125, MAC_TX_UNICAST_SUCCESS = 77, MAC_TX_UNICAST_RETRY = 0, MAC_TX_UNICAST_FAILED = 1, APS_DATA_RX_BROADCAST = 6, APS_DATA_TX_BROADCAST = 6, APS_DATA_RX_UNICAST = 24, APS_DATA_TX_UNICAST_SUCCESS = 16, APS_DATA_TX_UNICAST_RETRY = 14, APS_DATA_TX_UNICAST_FAILED = 13, ROUTE_DISCOVERY_INITIATED = 5, NEIGHBOR_ADDED = 3, NEIGHBOR_REMOVED = 2, NEIGHBOR_STALE = 0, JOIN_INDICATION = 2, CHILD_REMOVED = 0, ASH_OVERFLOW_ERROR = 0, ASH_FRAMING_ERROR = 0, ASH_OVERRUN_ERROR = 0, NWK_FRAME_COUNTER_FAILURE = 0, APS_FRAME_COUNTER_FAILURE = 0, UTILITY = 0, APS_LINK_KEY_NOT_AUTHORIZED = 0, NWK_DECRYPTION_FAILURE = 0, APS_DECRYPTION_FAILURE = 0, ALLOCATE_PACKET_BUFFER_FAILURE = 0, RELAYED_UNICAST = 0, PHY_TO_MAC_QUEUE_LIMIT_REACHED = 0, PACKET_VALIDATE_LIBRARY_DROPPED_COUNT = 0, TYPE_NWK_RETRY_OVERFLOW = 0, PHY_CCA_FAIL_COUNT = 0, BROADCAST_TABLE_FULL = 0, PTA_LO_PRI_REQUESTED = 0, PTA_HI_PRI_REQUESTED = 0, PTA_LO_PRI_DENIED = 0, PTA_HI_PRI_DENIED = 0, PTA_LO_PRI_TX_ABORTED = 0, PTA_HI_PRI_TX_ABORTED = 0, ADDRESS_CONFLICT_SENT = 0, EZSP_FREE_BUFFERS = 247]
2023-04-18 22:07:31.494 DEBUG (bellows.thread_0) [bellows.uart] Data frame: b'0591b1a9112a15b65894a524ab5593499c7dc77fe9c99874fbcf9c98fc78bda5f96c7e'
2023-04-18 22:07:31.495 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'8160597e'
2023-04-18 22:07:31.501 DEBUG (MainThread) [bellows.ezsp.protocol] Application frame received incomingMessageHandler: [<EmberIncomingMessageType.INCOMING_UNICAST: 0>, EmberApsFrame(profileId=260, clusterId=61184, sourceEndpoint=1, destinationEndpoint=1, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=51), 224, -44, 0x0704, 255, 255, b'\t\xff\x11\x00\x06\x82']
2023-04-18 22:07:31.502 DEBUG (MainThread) [bellows.zigbee.application] Received incomingMessageHandler frame with [<EmberIncomingMessageType.INCOMING_UNICAST: 0>, EmberApsFrame(profileId=260, clusterId=61184, sourceEndpoint=1, destinationEndpoint=1, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=51), 224, -44, 0x0704, 255, 255, b'\t\xff\x11\x00\x06\x82']
2023-04-18 22:07:31.506 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=51, profile_id=260, cluster_id=61184, data=Serialized[b'\t\xff\x11\x00\x06\x82'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44)
2023-04-18 22:07:31.508 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t\xff\x11\x00\x06\x82'
2023-04-18 22:07:31.512 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=255, command_id=17, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:07:31.516 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 17 b'\x00\x06\x82'
2023-04-18 22:07:31.535 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x11 (TSN 255): b'\x00\x06\x82'
2023-04-18 22:07:31.536 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x11: b'\x00\x06\x82'
2023-04-18 22:07:32.634 DEBUG (bellows.thread_0) [bellows.uart] Data frame: b'1591b1a9112a15b658944a24ab5593499c7ac77fe9c99874f2ce6383fd7e1fef0932fe576b00e7dad757b67e'
2023-04-18 22:07:32.635 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'82503a7e'
2023-04-18 22:07:32.641 DEBUG (MainThread) [bellows.ezsp.protocol] Application frame received incomingMessageHandler: [<EmberIncomingMessageType.INCOMING_UNICAST: 0>, EmberApsFrame(profileId=260, clusterId=0, sourceEndpoint=1, destinationEndpoint=1, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=52), 224, -44, 0x0704, 255, 255, b'\x08\x00\n\x01\x00 H\xe2\xff 8\xe4\xff \x01']
2023-04-18 22:07:32.642 DEBUG (MainThread) [bellows.zigbee.application] Received incomingMessageHandler frame with [<EmberIncomingMessageType.INCOMING_UNICAST: 0>, EmberApsFrame(profileId=260, clusterId=0, sourceEndpoint=1, destinationEndpoint=1, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=52), 224, -44, 0x0704, 255, 255, b'\x08\x00\n\x01\x00 H\xe2\xff 8\xe4\xff \x01']
2023-04-18 22:07:32.644 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=52, profile_id=260, cluster_id=0, data=Serialized[b'\x08\x00\n\x01\x00 H\xe2\xff 8\xe4\xff \x01'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44)
2023-04-18 22:07:32.647 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0x0000] Received ZCL frame: b'\x08\x00\n\x01\x00 H\xe2\xff 8\xe4\xff \x01'
2023-04-18 22:07:32.649 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0x0000] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.GLOBAL_COMMAND: 0>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=False, *is_general=True), tsn=0, command_id=10, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:07:32.654 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0x0000] Decoded ZCL frame: Basic:Report_Attributes(attribute_reports=[Attribute(attrid=0x0001, value=TypeValue(type=uint8_t, value=72)), Attribute(attrid=0xFFE2, value=TypeValue(type=uint8_t, value=56)), Attribute(attrid=0xFFE4, value=TypeValue(type=uint8_t, value=1))])
2023-04-18 22:07:32.660 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0x0000] Received command 0x0A (TSN 0): Report_Attributes(attribute_reports=[Attribute(attrid=0x0001, value=TypeValue(type=uint8_t, value=72)), Attribute(attrid=0xFFE2, value=TypeValue(type=uint8_t, value=56)), Attribute(attrid=0xFFE4, value=TypeValue(type=uint8_t, value=1))])
2023-04-18 22:07:32.664 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0x0000] Attribute report received: app_version=72, 0xFFE2=56, 0xFFE4=1
2023-04-18 22:07:32.668 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0x0000] Sending reply header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.GLOBAL_COMMAND: 0>, is_manufacturer_specific=False, direction=<Direction.Client_to_Server: 1>, disable_default_response=1, reserved=0, *is_cluster=False, *is_general=True), tsn=0, command_id=<GeneralCommand.Default_Response: 11>, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:07:32.672 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0x0000] Sending reply: Default_Response(command_id=10, status=<Status.SUCCESS: 0>)
2023-04-18 22:07:32.674 DEBUG (MainThread) [bellows.zigbee.application] Sending packet ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), dst_ep=1, source_route=None, extended_timeout=False, tsn=0, profile_id=260, cluster_id=0, data=Serialized[b'\x18\x00\x0b\n\x00'], tx_options=<TransmitOptions.ACK: 1>, radius=0, non_member_radius=0, lqi=None, rssi=None)
2023-04-18 22:07:32.676 DEBUG (MainThread) [bellows.ezsp.protocol] Send command sendUnicast: (<EmberOutgoingMessageType.OUTGOING_DIRECT: 0>, 0x0704, EmberApsFrame(profileId=260, clusterId=0, sourceEndpoint=1, destinationEndpoint=1, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY|APS_OPTION_RETRY: 320>, groupId=0, sequence=0), 57, b'\x18\x00\x0b\n\x00')
2023-04-18 22:07:32.684 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'529621a9602a15b65e904b25aa5493099d4e27abd4cb7f8bf6cc63eb5b7e'
2023-04-18 22:07:32.697 DEBUG (bellows.thread_0) [bellows.uart] Data frame: b'2696a1a9602a15fe3b287e'
2023-04-18 22:07:32.698 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'83401b7e'
2023-04-18 22:07:32.700 DEBUG (MainThread) [bellows.ezsp.protocol] Application frame received sendUnicast: [<EmberStatus.SUCCESS: 0>, 76]
2023-04-18 22:07:32.739 DEBUG (bellows.thread_0) [bellows.uart] Data frame: b'3696b1a96b2a15b65e904b25aa5493099d4e27e7d4ce671eff7e'
2023-04-18 22:07:32.740 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'8430fc7e'
2023-04-18 22:07:32.744 DEBUG (MainThread) [bellows.ezsp.protocol] Application frame received messageSentHandler: [<EmberOutgoingMessageType.OUTGOING_DIRECT: 0>, 1796, EmberApsFrame(profileId=260, clusterId=0, sourceEndpoint=1, destinationEndpoint=1, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY|APS_OPTION_RETRY: 320>, groupId=0, sequence=76), 57, <EmberStatus.SUCCESS: 0>, b'']
2023-04-18 22:07:32.746 DEBUG (MainThread) [bellows.zigbee.application] Received messageSentHandler frame with [<EmberOutgoingMessageType.OUTGOING_DIRECT: 0>, 1796, EmberApsFrame(profileId=260, clusterId=0, sourceEndpoint=1, destinationEndpoint=1, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY|APS_OPTION_RETRY: 320>, groupId=0, sequence=76), 57, <EmberStatus.SUCCESS: 0>, b'']
2023-04-18 22:07:32.757 DEBUG (bellows.thread_0) [bellows.uart] Data frame: b'4696b1a9112a15b6589e4a24ab5593499c7bc37ee9c99874f8c66289fb7e3db92a7e'
2023-04-18 22:07:32.757 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'8520dd7e'
2023-04-18 22:07:32.761 DEBUG (MainThread) [bellows.ezsp.protocol] Application frame received incomingMessageHandler: [<EmberIncomingMessageType.INCOMING_UNICAST: 0>, EmberApsFrame(profileId=260, clusterId=10, sourceEndpoint=1, destinationEndpoint=1, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=53), 228, -43, 0x0704, 255, 255, b'\x00\x01\x00\x07\x00']
2023-04-18 22:07:32.762 DEBUG (MainThread) [bellows.zigbee.application] Received incomingMessageHandler frame with [<EmberIncomingMessageType.INCOMING_UNICAST: 0>, EmberApsFrame(profileId=260, clusterId=10, sourceEndpoint=1, destinationEndpoint=1, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=53), 228, -43, 0x0704, 255, 255, b'\x00\x01\x00\x07\x00']
2023-04-18 22:07:32.763 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=53, profile_id=260, cluster_id=10, data=Serialized[b'\x00\x01\x00\x07\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=228, rssi=-43)
2023-04-18 22:07:32.766 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0x000a] Received ZCL frame: b'\x00\x01\x00\x07\x00'
2023-04-18 22:07:32.769 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0x000a] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.GLOBAL_COMMAND: 0>, is_manufacturer_specific=0, direction=<Direction.Server_to_Client: 0>, disable_default_response=0, reserved=0, *is_cluster=False, *is_general=True), tsn=1, command_id=0, *direction=<Direction.Server_to_Client: 0>)
2023-04-18 22:07:32.773 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0x000a] Decoded ZCL frame: Time:Read_Attributes(attribute_ids=[7])
2023-04-18 22:07:32.775 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0x000a] Received command 0x00 (TSN 1): Read_Attributes(attribute_ids=[7])
2023-04-18 22:07:32.782 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0x000a] Sending reply header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.GLOBAL_COMMAND: 0>, is_manufacturer_specific=False, direction=<Direction.Client_to_Server: 1>, disable_default_response=1, reserved=0, *is_cluster=False, *is_general=True), tsn=1, command_id=<GeneralCommand.Read_Attributes_rsp: 1>, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:07:32.788 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0x000a] Sending reply: Read_Attributes_rsp(status_records=[ReadAttributeRecord(attrid=0x0007, status=<Status.SUCCESS: 0>, value=TypeValue(type=LocalTime, value=735170852))])
2023-04-18 22:07:32.791 DEBUG (MainThread) [bellows.zigbee.application] Sending packet ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), dst_ep=1, source_route=None, extended_timeout=False, tsn=1, profile_id=260, cluster_id=10, data=Serialized[b'\x18\x01\x01\x07\x00\x00#$\xd1\xd1+'], tx_options=<TransmitOptions.ACK: 1>, radius=0, non_member_radius=0, lqi=None, rssi=None)
2023-04-18 22:07:32.793 DEBUG (MainThread) [bellows.ezsp.protocol] Send command sendUnicast: (<EmberOutgoingMessageType.OUTGOING_DIRECT: 0>, 0x0704, EmberApsFrame(profileId=260, clusterId=10, sourceEndpoint=1, destinationEndpoint=1, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY|APS_OPTION_RETRY: 320>, groupId=0, sequence=1), 58, b'\x18\x01\x01\x07\x00\x00#$\xd1\xd1+')
2023-04-18 22:07:32.798 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'659721a9602a15b65e904b2faa5493099d4e27aad7c57f8afcc16389df5aee76c0780c7e'
2023-04-18 22:07:32.813 DEBUG (bellows.thread_0) [bellows.uart] Data frame: b'5797a1a9602a15ff64b77e'
2023-04-18 22:07:32.814 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'8610be7e'
2023-04-18 22:07:32.816 DEBUG (MainThread) [bellows.ezsp.protocol] Application frame received sendUnicast: [<EmberStatus.SUCCESS: 0>, 77]
2023-04-18 22:07:32.866 DEBUG (bellows.thread_0) [bellows.uart] Data frame: b'6797b1a96b2a15b65e904b2faa5493099d4e27e6d7ce67d5247e'
2023-04-18 22:07:32.867 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'87009f7e'
2023-04-18 22:07:32.874 DEBUG (MainThread) [bellows.ezsp.protocol] Application frame received messageSentHandler: [<EmberOutgoingMessageType.OUTGOING_DIRECT: 0>, 1796, EmberApsFrame(profileId=260, clusterId=10, sourceEndpoint=1, destinationEndpoint=1, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY|APS_OPTION_RETRY: 320>, groupId=0, sequence=77), 58, <EmberStatus.SUCCESS: 0>, b'']
2023-04-18 22:07:32.876 DEBUG (MainThread) [bellows.zigbee.application] Received messageSentHandler frame with [<EmberOutgoingMessageType.OUTGOING_DIRECT: 0>, 1796, EmberApsFrame(profileId=260, clusterId=10, sourceEndpoint=1, destinationEndpoint=1, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY|APS_OPTION_RETRY: 320>, groupId=0, sequence=77), 58, <EmberStatus.SUCCESS: 0>, b'']
2023-04-18 22:07:32.883 DEBUG (bellows.thread_0) [bellows.uart] Data frame: b'7797b1a9112a15b65894a524ab5593499c78c77fe9c99874f7cf618bfc713ea3ebccdf6d6f407e'
2023-04-18 22:07:32.884 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'8070787e'
2023-04-18 22:07:32.887 DEBUG (MainThread) [bellows.ezsp.protocol] Application frame received incomingMessageHandler: [<EmberIncomingMessageType.INCOMING_UNICAST: 0>, EmberApsFrame(profileId=260, clusterId=61184, sourceEndpoint=1, destinationEndpoint=1, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=54), 224, -44, 0x0704, 255, 255, b'\t\x02\x02\x00\x0f\x01\x04\x00\x01\x01']
2023-04-18 22:07:32.888 DEBUG (MainThread) [bellows.zigbee.application] Received incomingMessageHandler frame with [<EmberIncomingMessageType.INCOMING_UNICAST: 0>, EmberApsFrame(profileId=260, clusterId=61184, sourceEndpoint=1, destinationEndpoint=1, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=54), 224, -44, 0x0704, 255, 255, b'\t\x02\x02\x00\x0f\x01\x04\x00\x01\x01']
2023-04-18 22:07:32.889 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=54, profile_id=260, cluster_id=61184, data=Serialized[b'\t\x02\x02\x00\x0f\x01\x04\x00\x01\x01'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44)
2023-04-18 22:07:32.891 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t\x02\x02\x00\x0f\x01\x04\x00\x01\x01'
2023-04-18 22:07:32.894 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=2, command_id=2, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:07:32.898 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 2 b'\x00\x0f\x01\x04\x00\x01\x01'
2023-04-18 22:07:32.924 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x02 (TSN 2): b'\x00\x0f\x01\x04\x00\x01\x01'
2023-04-18 22:07:32.925 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x02: b'\x00\x0f\x01\x04\x00\x01\x01'
2023-04-18 22:07:33.884 DEBUG (bellows.thread_0) [bellows.uart] Data frame: b'0797b1a9112a15b65894a524ab5593499c79c77fe9c99874f7cf618bfc713ea3ebccdf6d8c827e'
2023-04-18 22:07:33.885 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'8160597e'
2023-04-18 22:07:33.890 DEBUG (MainThread) [bellows.ezsp.protocol] Application frame received incomingMessageHandler: [<EmberIncomingMessageType.INCOMING_UNICAST: 0>, EmberApsFrame(profileId=260, clusterId=61184, sourceEndpoint=1, destinationEndpoint=1, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=55), 224, -44, 0x0704, 255, 255, b'\t\x02\x02\x00\x0f\x01\x04\x00\x01\x01']
2023-04-18 22:07:33.892 DEBUG (MainThread) [bellows.zigbee.application] Received incomingMessageHandler frame with [<EmberIncomingMessageType.INCOMING_UNICAST: 0>, EmberApsFrame(profileId=260, clusterId=61184, sourceEndpoint=1, destinationEndpoint=1, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=55), 224, -44, 0x0704, 255, 255, b'\t\x02\x02\x00\x0f\x01\x04\x00\x01\x01']
2023-04-18 22:07:33.893 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=55, profile_id=260, cluster_id=61184, data=Serialized[b'\t\x02\x02\x00\x0f\x01\x04\x00\x01\x01'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44)
2023-04-18 22:07:33.896 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t\x02\x02\x00\x0f\x01\x04\x00\x01\x01'
2023-04-18 22:07:33.899 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=2, command_id=2, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:07:33.903 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 2 b'\x00\x0f\x01\x04\x00\x01\x01'
2023-04-18 22:07:33.922 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x02 (TSN 2): b'\x00\x0f\x01\x04\x00\x01\x01'
2023-04-18 22:07:33.924 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x02: b'\x00\x0f\x01\x04\x00\x01\x01'
2023-04-18 22:07:35.895 DEBUG (bellows.thread_0) [bellows.uart] Data frame: b'1797b1a9112a15b65894a524ab5593499c76c77fe9c99874f0cf608bfc6e3da5ebc9de6f8f69c54ffd7e'
2023-04-18 22:07:35.896 DEBUG (bellows.thread_0) [bellows.uart] Sending: b'82503a7e'
2023-04-18 22:07:35.902 DEBUG (MainThread) [bellows.ezsp.protocol] Application frame received incomingMessageHandler: [<EmberIncomingMessageType.INCOMING_UNICAST: 0>, EmberApsFrame(profileId=260, clusterId=61184, sourceEndpoint=1, destinationEndpoint=1, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=56), 224, -44, 0x0704, 255, 255, b'\t\x03\x02\x00\x10\x02\x02\x00\x04\x00\x00\x00\x96']
2023-04-18 22:07:35.903 DEBUG (MainThread) [bellows.zigbee.application] Received incomingMessageHandler frame with [<EmberIncomingMessageType.INCOMING_UNICAST: 0>, EmberApsFrame(profileId=260, clusterId=61184, sourceEndpoint=1, destinationEndpoint=1, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY: 256>, groupId=0, sequence=56), 224, -44, 0x0704, 255, 255, b'\t\x03\x02\x00\x10\x02\x02\x00\x04\x00\x00\x00\x96']
2023-04-18 22:07:35.905 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=56, profile_id=260, cluster_id=61184, data=Serialized[b'\t\x03\x02\x00\x10\x02\x02\x00\x04\x00\x00\x00\x96'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44)
2023-04-18 22:07:35.908 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t\x03\x02\x00\x10\x02\x02\x00\x04\x00\x00\x00\x96'
2023-04-18 22:07:35.910 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=3, command_id=2, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:07:35.916 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 2 b'\x00\x10\x02\x02\x00\x04\x00\x00\x00\x96'
2023-04-18 22:07:35.932 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x02 (TSN 3): b'\x00\x10\x02\x02\x00\x04\x00\x00\x00\x96'
2023-04-18 22:07:35.933 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x02: b'\x00\x10\x02\x02\x00\x04\x00\x00\x00\x96'
2023-04-18 22:07:37.907 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=57, profile_id=260, cluster_id=61184, data=Serialized[b'\t\x04\x02\x00\x11\x03\x02\x00\x04\x00\x00\x00\xd4'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44)
2023-04-18 22:07:37.909 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t\x04\x02\x00\x11\x03\x02\x00\x04\x00\x00\x00\xd4'
2023-04-18 22:07:37.915 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=4, command_id=2, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:07:37.917 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 2 b'\x00\x11\x03\x02\x00\x04\x00\x00\x00\xd4'
2023-04-18 22:07:37.926 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x02 (TSN 4): b'\x00\x11\x03\x02\x00\x04\x00\x00\x00\xd4'
2023-04-18 22:07:37.927 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x02: b'\x00\x11\x03\x02\x00\x04\x00\x00\x00\xd4'
2023-04-18 22:07:39.916 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=58, profile_id=260, cluster_id=61184, data=Serialized[b'\t\x05\x02\x00\x12\x04\x01\x00\x01\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44)
2023-04-18 22:07:39.918 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t\x05\x02\x00\x12\x04\x01\x00\x01\x00'
2023-04-18 22:07:39.923 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=5, command_id=2, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:07:39.926 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 2 b'\x00\x12\x04\x01\x00\x01\x00'
2023-04-18 22:07:39.934 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x02 (TSN 5): b'\x00\x12\x04\x01\x00\x01\x00'
2023-04-18 22:07:39.935 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x02: b'\x00\x12\x04\x01\x00\x01\x00'
2023-04-18 22:07:40.968 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0xF611](CLA60 RGBW Z3): Device seen - marking the device available and resetting counter
2023-04-18 22:07:40.969 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0xF611](CLA60 RGBW Z3): Update device availability - device available: True - new availability: True - changed: False
2023-04-18 22:07:41.926 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=59, profile_id=260, cluster_id=61184, data=Serialized[b'\t\x06\x02\x00\x13\x06\x04\x00\x01\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44)
2023-04-18 22:07:41.928 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t\x06\x02\x00\x13\x06\x04\x00\x01\x00'
2023-04-18 22:07:41.934 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=6, command_id=2, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:07:41.936 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 2 b'\x00\x13\x06\x04\x00\x01\x00'
2023-04-18 22:07:41.946 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x02 (TSN 6): b'\x00\x13\x06\x04\x00\x01\x00'
2023-04-18 22:07:41.947 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x02: b'\x00\x13\x06\x04\x00\x01\x00'
2023-04-18 22:07:43.935 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=60, profile_id=260, cluster_id=61184, data=Serialized[b'\t\x07\x02\x00\x14\x07\x04\x00\x01\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44)
2023-04-18 22:07:43.937 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t\x07\x02\x00\x14\x07\x04\x00\x01\x00'
2023-04-18 22:07:43.943 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=7, command_id=2, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:07:43.945 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 2 b'\x00\x14\x07\x04\x00\x01\x00'
2023-04-18 22:07:43.955 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x02 (TSN 7): b'\x00\x14\x07\x04\x00\x01\x00'
2023-04-18 22:07:43.956 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x02: b'\x00\x14\x07\x04\x00\x01\x00'
2023-04-18 22:07:45.944 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=61, profile_id=260, cluster_id=61184, data=Serialized[b'\t\x08\x02\x00\x15\x08\x01\x00\x01\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44)
2023-04-18 22:07:45.946 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t\x08\x02\x00\x15\x08\x01\x00\x01\x00'
2023-04-18 22:07:45.952 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=8, command_id=2, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:07:45.954 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 2 b'\x00\x15\x08\x01\x00\x01\x00'
2023-04-18 22:07:45.964 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x02 (TSN 8): b'\x00\x15\x08\x01\x00\x01\x00'
2023-04-18 22:07:45.965 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x02: b'\x00\x15\x08\x01\x00\x01\x00'
2023-04-18 22:07:47.955 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=62, profile_id=260, cluster_id=61184, data=Serialized[b'\t\t\x02\x00\x16\x0c\x01\x00\x01\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44)
2023-04-18 22:07:47.960 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t\t\x02\x00\x16\x0c\x01\x00\x01\x00'
2023-04-18 22:07:47.963 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=9, command_id=2, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:07:47.966 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 2 b'\x00\x16\x0c\x01\x00\x01\x00'
2023-04-18 22:07:47.977 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x02 (TSN 9): b'\x00\x16\x0c\x01\x00\x01\x00'
2023-04-18 22:07:47.977 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x02: b'\x00\x16\x0c\x01\x00\x01\x00'
2023-04-18 22:07:49.964 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=63, profile_id=260, cluster_id=61184, data=Serialized[b'\t\n\x02\x00\x17\r\x02\x00\x04\x00\x00\x00d'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=228, rssi=-43)
2023-04-18 22:07:49.966 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t\n\x02\x00\x17\r\x02\x00\x04\x00\x00\x00d'
2023-04-18 22:07:49.971 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=10, command_id=2, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:07:49.974 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 2 b'\x00\x17\r\x02\x00\x04\x00\x00\x00d'
2023-04-18 22:07:49.984 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x02 (TSN 10): b'\x00\x17\r\x02\x00\x04\x00\x00\x00d'
2023-04-18 22:07:49.984 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x02: b'\x00\x17\r\x02\x00\x04\x00\x00\x00d'
2023-04-18 22:07:51.972 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=64, profile_id=260, cluster_id=61184, data=Serialized[b'\t\x0b\x02\x00\x18\x0f\x02\x00\x04\x00\x00\x002'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44)
2023-04-18 22:07:51.974 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t\x0b\x02\x00\x18\x0f\x02\x00\x04\x00\x00\x002'
2023-04-18 22:07:51.979 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=11, command_id=2, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:07:51.981 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 2 b'\x00\x18\x0f\x02\x00\x04\x00\x00\x002'
2023-04-18 22:07:51.992 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x02 (TSN 11): b'\x00\x18\x0f\x02\x00\x04\x00\x00\x002'
2023-04-18 22:07:51.993 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x02: b'\x00\x18\x0f\x02\x00\x04\x00\x00\x002'
2023-04-18 22:07:53.982 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=65, profile_id=260, cluster_id=61184, data=Serialized[b'\t\x0c\x02\x00\x19\x10\x02\x00\x04\x00\x00\x01,'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44)
2023-04-18 22:07:53.984 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t\x0c\x02\x00\x19\x10\x02\x00\x04\x00\x00\x01,'
2023-04-18 22:07:53.989 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=12, command_id=2, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:07:53.992 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 2 b'\x00\x19\x10\x02\x00\x04\x00\x00\x01,'
2023-04-18 22:07:54.002 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x02 (TSN 12): b'\x00\x19\x10\x02\x00\x04\x00\x00\x01,'
2023-04-18 22:07:54.003 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x02: b'\x00\x19\x10\x02\x00\x04\x00\x00\x01,'
2023-04-18 22:07:55.943 DEBUG (MainThread) [homeassistant.components.zha.core.device] 0x57B8: Device seen - marking the device available and resetting counter
2023-04-18 22:07:55.944 DEBUG (MainThread) [homeassistant.components.zha.core.device] 0x57B8: Update device availability - device available: True - new availability: True - changed: False
2023-04-18 22:07:55.994 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=66, profile_id=260, cluster_id=61184, data=Serialized[b'\t\r\x02\x00&\x11\x00\x00\x11\x01\x06\x00\x00\xc8\x0c\x00\x00\x96\x12\x00\x00\xdc\x16\x00\x00\x96'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44)
2023-04-18 22:07:55.996 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t\r\x02\x00&\x11\x00\x00\x11\x01\x06\x00\x00\xc8\x0c\x00\x00\x96\x12\x00\x00\xdc\x16\x00\x00\x96'
2023-04-18 22:07:56.001 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=13, command_id=2, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:07:56.003 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 2 b'\x00&\x11\x00\x00\x11\x01\x06\x00\x00\xc8\x0c\x00\x00\x96\x12\x00\x00\xdc\x16\x00\x00\x96'
2023-04-18 22:07:56.014 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x02 (TSN 13): b'\x00&\x11\x00\x00\x11\x01\x06\x00\x00\xc8\x0c\x00\x00\x96\x12\x00\x00\xdc\x16\x00\x00\x96'
2023-04-18 22:07:56.014 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x02: b'\x00&\x11\x00\x00\x11\x01\x06\x00\x00\xc8\x0c\x00\x00\x96\x12\x00\x00\xdc\x16\x00\x00\x96'
2023-04-18 22:07:58.002 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=67, profile_id=260, cluster_id=61184, data=Serialized[b"\t\x0e\x02\x00'\x12\x00\x00\x11\x02\x06\x00\x00\xc8\x0c\x00\x00\x96\x12\x00\x00\xdc\x16\x00\x00\x96"], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44)
2023-04-18 22:07:58.005 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b"\t\x0e\x02\x00'\x12\x00\x00\x11\x02\x06\x00\x00\xc8\x0c\x00\x00\x96\x12\x00\x00\xdc\x16\x00\x00\x96"
2023-04-18 22:07:58.010 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=14, command_id=2, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:07:58.012 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 2 b"\x00'\x12\x00\x00\x11\x02\x06\x00\x00\xc8\x0c\x00\x00\x96\x12\x00\x00\xdc\x16\x00\x00\x96"
2023-04-18 22:07:58.023 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x02 (TSN 14): b"\x00'\x12\x00\x00\x11\x02\x06\x00\x00\xc8\x0c\x00\x00\x96\x12\x00\x00\xdc\x16\x00\x00\x96"
2023-04-18 22:07:58.023 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x02: b"\x00'\x12\x00\x00\x11\x02\x06\x00\x00\xc8\x0c\x00\x00\x96\x12\x00\x00\xdc\x16\x00\x00\x96"
2023-04-18 22:08:00.008 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=68, profile_id=260, cluster_id=61184, data=Serialized[b'\t\x0f$-\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44)
2023-04-18 22:08:00.010 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t\x0f$-\x00'
2023-04-18 22:08:00.016 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=15, command_id=36, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:08:00.018 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'-\x00'
2023-04-18 22:08:00.026 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 15): b'-\x00'
2023-04-18 22:08:00.026 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'-\x00'
2023-04-18 22:08:02.010 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=69, profile_id=260, cluster_id=61184, data=Serialized[b'\t\x10$.\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44)
2023-04-18 22:08:02.012 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t\x10$.\x00'
2023-04-18 22:08:02.017 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=16, command_id=36, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:08:02.019 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'.\x00'
2023-04-18 22:08:02.030 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 16): b'.\x00'
2023-04-18 22:08:02.030 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'.\x00'
2023-04-18 22:08:04.012 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=70, profile_id=260, cluster_id=61184, data=Serialized[b'\t\x11$/\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44)
2023-04-18 22:08:04.014 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t\x11$/\x00'
2023-04-18 22:08:04.020 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=17, command_id=36, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:08:04.022 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'/\x00'
2023-04-18 22:08:04.031 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 17): b'/\x00'
2023-04-18 22:08:04.032 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'/\x00'
2023-04-18 22:08:06.017 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=71, profile_id=260, cluster_id=61184, data=Serialized[b'\t\x12$0\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=228, rssi=-43)
2023-04-18 22:08:06.019 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t\x12$0\x00'
2023-04-18 22:08:06.024 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=18, command_id=36, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:08:06.028 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'0\x00'
2023-04-18 22:08:06.037 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 18): b'0\x00'
2023-04-18 22:08:06.038 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'0\x00'
2023-04-18 22:08:08.019 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=72, profile_id=260, cluster_id=61184, data=Serialized[b'\t\x13$1\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44)
2023-04-18 22:08:08.021 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t\x13$1\x00'
2023-04-18 22:08:08.026 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=19, command_id=36, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:08:08.028 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'1\x00'
2023-04-18 22:08:08.038 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 19): b'1\x00'
2023-04-18 22:08:08.039 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'1\x00'
2023-04-18 22:08:10.024 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=73, profile_id=260, cluster_id=61184, data=Serialized[b'\t\x14$2\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=228, rssi=-43)
2023-04-18 22:08:10.026 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t\x14$2\x00'
2023-04-18 22:08:10.031 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=20, command_id=36, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:08:10.033 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'2\x00'
2023-04-18 22:08:10.043 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 20): b'2\x00'
2023-04-18 22:08:10.044 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'2\x00'
2023-04-18 22:08:12.027 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=74, profile_id=260, cluster_id=61184, data=Serialized[b'\t\x15$3\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44)
2023-04-18 22:08:12.029 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t\x15$3\x00'
2023-04-18 22:08:12.035 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=21, command_id=36, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:08:12.038 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'3\x00'
2023-04-18 22:08:12.047 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 21): b'3\x00'
2023-04-18 22:08:12.048 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'3\x00'
2023-04-18 22:08:14.030 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=75, profile_id=260, cluster_id=61184, data=Serialized[b'\t\x16$4\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44)
2023-04-18 22:08:14.032 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t\x16$4\x00'
2023-04-18 22:08:14.037 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=22, command_id=36, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:08:14.039 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'4\x00'
2023-04-18 22:08:14.044 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 22): b'4\x00'
2023-04-18 22:08:14.045 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'4\x00'
2023-04-18 22:08:16.032 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=76, profile_id=260, cluster_id=61184, data=Serialized[b'\t\x17$5\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44)
2023-04-18 22:08:16.034 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t\x17$5\x00'
2023-04-18 22:08:16.039 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=23, command_id=36, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:08:16.041 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'5\x00'
2023-04-18 22:08:16.052 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 23): b'5\x00'
2023-04-18 22:08:16.052 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'5\x00'
2023-04-18 22:08:18.035 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=77, profile_id=260, cluster_id=61184, data=Serialized[b'\t\x18$6\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44)
2023-04-18 22:08:18.037 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t\x18$6\x00'
2023-04-18 22:08:18.041 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=24, command_id=36, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:08:18.043 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'6\x00'
2023-04-18 22:08:18.055 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 24): b'6\x00'
2023-04-18 22:08:18.055 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'6\x00'
2023-04-18 22:08:20.038 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=78, profile_id=260, cluster_id=61184, data=Serialized[b'\t\x19$7\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44)
2023-04-18 22:08:20.040 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t\x19$7\x00'
2023-04-18 22:08:20.045 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=25, command_id=36, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:08:20.048 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'7\x00'
2023-04-18 22:08:20.058 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 25): b'7\x00'
2023-04-18 22:08:20.059 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'7\x00'
2023-04-18 22:08:22.041 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=79, profile_id=260, cluster_id=61184, data=Serialized[b'\t\x1a$8\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44)
2023-04-18 22:08:22.043 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t\x1a$8\x00'
2023-04-18 22:08:22.049 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=26, command_id=36, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:08:22.054 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'8\x00'
2023-04-18 22:08:22.062 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 26): b'8\x00'
2023-04-18 22:08:22.063 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'8\x00'
2023-04-18 22:08:23.857 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0xF611), src_ep=0, dst=AddrModeAddress(addr_mode=<AddrMode.Broadcast: 15>, address=<BroadcastAddress.ALL_ROUTERS_AND_COORDINATOR: 65532>), dst_ep=0, source_route=None, extended_timeout=False, tsn=165, profile_id=0, cluster_id=6, data=Serialized[b'\x01\xfd\xff\x04\x01\x01\x19\x00\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=216, rssi=-46)
2023-04-18 22:08:23.860 DEBUG (MainThread) [zigpy.zdo] [0xf611:zdo] ZDO request ZDOCmd.Match_Desc_req: [0xFFFD, 260, [25], []]
2023-04-18 22:08:24.044 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=80, profile_id=260, cluster_id=61184, data=Serialized[b'\t\x1b$9\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44)
2023-04-18 22:08:24.046 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t\x1b$9\x00'
2023-04-18 22:08:24.051 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=27, command_id=36, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:08:24.053 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'9\x00'
2023-04-18 22:08:24.063 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 27): b'9\x00'
2023-04-18 22:08:24.063 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'9\x00'
2023-04-18 22:08:25.914 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0xF611), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=166, profile_id=260, cluster_id=25, data=Serialized[b'\x01\x08\x01\x01\x89\x11\x11\x00\x011\x10\x00\xe3\r'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=216, rssi=-46)
2023-04-18 22:08:25.916 DEBUG (MainThread) [zigpy.zcl] [0xF611:1:0x0019] Received ZCL frame: b'\x01\x08\x01\x01\x89\x11\x11\x00\x011\x10\x00\xe3\r'
2023-04-18 22:08:25.922 DEBUG (MainThread) [zigpy.zcl] [0xF611:1:0x0019] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Server_to_Client: 0>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=8, command_id=1, *direction=<Direction.Server_to_Client: 0>)
2023-04-18 22:08:25.925 DEBUG (MainThread) [zigpy.zcl] [0xF611:1:0x0019] Decoded ZCL frame: Ota:QueryNextImageCommand(field_control=<FieldControl.HardwareVersion: 1>, manufacturer_code=4489, image_type=17, current_file_version=1061121, hardware_version=3555)
2023-04-18 22:08:25.927 DEBUG (MainThread) [zigpy.zcl] [0xF611:1:0x0019] Received command 0x01 (TSN 8): QueryNextImageCommand(field_control=<FieldControl.HardwareVersion: 1>, manufacturer_code=4489, image_type=17, current_file_version=1061121, hardware_version=3555)
2023-04-18 22:08:25.931 DEBUG (MainThread) [zigpy.zcl] [0xF611:1:0x0019] OTA query_next_image handler for 'LEDVANCE CLA60 RGBW Z3': field_control=FieldControl.HardwareVersion, manufacturer_id=4489, image_type=17, current_file_version=1061121, hardware_version=3555, model='CLA60 RGBW Z3'
2023-04-18 22:08:25.932 DEBUG (MainThread) [zigpy.zcl] [0xF611:1:0x0019] No OTA image is available
2023-04-18 22:08:25.934 DEBUG (MainThread) [zigpy.zcl] [0xF611:1:0x0019] Sending reply header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=False, direction=<Direction.Client_to_Server: 1>, disable_default_response=1, reserved=0, *is_cluster=True, *is_general=False), tsn=8, command_id=2, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:08:25.938 DEBUG (MainThread) [zigpy.zcl] [0xF611:1:0x0019] Sending reply: query_next_image_response(status=<Status.NO_IMAGE_AVAILABLE: 152>, manufacturer_code=None, image_type=None, file_version=None, image_size=None)
2023-04-18 22:08:26.045 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=81, profile_id=260, cluster_id=61184, data=Serialized[b'\t\x1c$:\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44)
2023-04-18 22:08:26.047 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t\x1c$:\x00'
2023-04-18 22:08:26.053 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=28, command_id=36, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:08:26.055 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b':\x00'
2023-04-18 22:08:26.064 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 28): b':\x00'
2023-04-18 22:08:26.064 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b':\x00'
2023-04-18 22:08:28.050 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=82, profile_id=260, cluster_id=61184, data=Serialized[b'\t\x1d$;\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44)
2023-04-18 22:08:28.052 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t\x1d$;\x00'
2023-04-18 22:08:28.057 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=29, command_id=36, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:08:28.059 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b';\x00'
2023-04-18 22:08:28.070 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 29): b';\x00'
2023-04-18 22:08:28.070 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b';\x00'
2023-04-18 22:08:30.054 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=83, profile_id=260, cluster_id=61184, data=Serialized[b'\t\x1e$<\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44)
2023-04-18 22:08:30.056 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t\x1e$<\x00'
2023-04-18 22:08:30.061 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=30, command_id=36, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:08:30.064 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'<\x00'
2023-04-18 22:08:30.073 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 30): b'<\x00'
2023-04-18 22:08:30.074 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'<\x00'
2023-04-18 22:08:32.058 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=84, profile_id=260, cluster_id=61184, data=Serialized[b'\t\x1f$=\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44)
2023-04-18 22:08:32.060 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t\x1f$=\x00'
2023-04-18 22:08:32.065 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=31, command_id=36, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:08:32.068 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'=\x00'
2023-04-18 22:08:32.080 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 31): b'=\x00'
2023-04-18 22:08:32.080 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'=\x00'
2023-04-18 22:08:34.061 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=85, profile_id=260, cluster_id=61184, data=Serialized[b'\t $>\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44)
2023-04-18 22:08:34.063 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t $>\x00'
2023-04-18 22:08:34.067 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=32, command_id=36, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:08:34.070 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'>\x00'
2023-04-18 22:08:34.080 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 32): b'>\x00'
2023-04-18 22:08:34.081 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'>\x00'
2023-04-18 22:08:36.064 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=86, profile_id=260, cluster_id=61184, data=Serialized[b'\t!$?\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44)
2023-04-18 22:08:36.066 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t!$?\x00'
2023-04-18 22:08:36.071 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=33, command_id=36, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:08:36.074 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'?\x00'
2023-04-18 22:08:36.085 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 33): b'?\x00'
2023-04-18 22:08:36.085 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'?\x00'
2023-04-18 22:08:38.067 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=87, profile_id=260, cluster_id=61184, data=Serialized[b'\t"$@\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44)
2023-04-18 22:08:38.069 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t"$@\x00'
2023-04-18 22:08:38.074 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=34, command_id=36, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:08:38.076 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'@\x00'
2023-04-18 22:08:38.082 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 34): b'@\x00'
2023-04-18 22:08:38.083 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'@\x00'
2023-04-18 22:08:40.069 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=88, profile_id=260, cluster_id=61184, data=Serialized[b'\t#$A\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44)
2023-04-18 22:08:40.071 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t#$A\x00'
2023-04-18 22:08:40.076 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=35, command_id=36, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:08:40.078 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'A\x00'
2023-04-18 22:08:40.089 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 35): b'A\x00'
2023-04-18 22:08:40.090 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'A\x00'
2023-04-18 22:08:42.072 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=89, profile_id=260, cluster_id=61184, data=Serialized[b'\t$$B\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44)
2023-04-18 22:08:42.075 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t$$B\x00'
2023-04-18 22:08:42.080 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=36, command_id=36, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:08:42.085 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'B\x00'
2023-04-18 22:08:42.093 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 36): b'B\x00'
2023-04-18 22:08:42.093 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'B\x00'
2023-04-18 22:08:44.075 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=90, profile_id=260, cluster_id=61184, data=Serialized[b'\t%$C\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44)
2023-04-18 22:08:44.080 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t%$C\x00'
2023-04-18 22:08:44.083 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=37, command_id=36, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:08:44.085 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'C\x00'
2023-04-18 22:08:44.096 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 37): b'C\x00'
2023-04-18 22:08:44.097 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'C\x00'
2023-04-18 22:08:44.212 DEBUG (MainThread) [homeassistant.components.zha.core.device] 0x0704: Device seen - marking the device available and resetting counter
2023-04-18 22:08:44.213 DEBUG (MainThread) [homeassistant.components.zha.core.device] 0x0704: Update device availability - device available: True - new availability: True - changed: False
2023-04-18 22:08:45.697 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=91, profile_id=260, cluster_id=61184, data=Serialized[b'\t&$D\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44)
2023-04-18 22:08:45.698 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t&$D\x00'
2023-04-18 22:08:45.704 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=38, command_id=36, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:08:45.706 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'D\x00'
2023-04-18 22:08:45.715 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 38): b'D\x00'
2023-04-18 22:08:45.716 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'D\x00'
2023-04-18 22:08:48.737 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=92, profile_id=260, cluster_id=61184, data=Serialized[b"\t'$E\x00"], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44)
2023-04-18 22:08:48.739 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b"\t'$E\x00"
2023-04-18 22:08:48.745 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=39, command_id=36, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:08:48.747 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'E\x00'
2023-04-18 22:08:48.757 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 39): b'E\x00'
2023-04-18 22:08:48.758 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'E\x00'
2023-04-18 22:08:50.879 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=93, profile_id=260, cluster_id=0, data=Serialized[b'\x08(\n\xdf\xffB<0\xd1\xd1+i2\xd1\xd1+i4\xd1\xd1+i>\xd1\xd1+i\x0c\xca\xd1+f\r\xca\xd1+\x12$\xd1\xd1+i$\xd1\xd1+i$\xd1\xd1+i%\xd1\xd1+i%\xd1\xd1+i&\xd1\xd1+i'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44)
2023-04-18 22:08:50.881 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0x0000] Received ZCL frame: b'\x08(\n\xdf\xffB<0\xd1\xd1+i2\xd1\xd1+i4\xd1\xd1+i>\xd1\xd1+i\x0c\xca\xd1+f\r\xca\xd1+\x12$\xd1\xd1+i$\xd1\xd1+i$\xd1\xd1+i%\xd1\xd1+i%\xd1\xd1+i&\xd1\xd1+i'
2023-04-18 22:08:50.887 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0x0000] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.GLOBAL_COMMAND: 0>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=False, *is_general=True), tsn=40, command_id=10, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:08:50.890 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0x0000] Decoded ZCL frame: Basic:Report_Attributes(attribute_reports=[Attribute(attrid=0xFFDF, value=TypeValue(type=CharacterString, value='0��+i2��+i4��+i>��+i\x0c��+f\r��+\x12$��+i$��+i$��+i%��+i%��+i&��+i'))])
2023-04-18 22:08:50.892 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0x0000] Received command 0x0A (TSN 40): Report_Attributes(attribute_reports=[Attribute(attrid=0xFFDF, value=TypeValue(type=CharacterString, value='0��+i2��+i4��+i>��+i\x0c��+f\r��+\x12$��+i$��+i$��+i%��+i%��+i&��+i'))])
2023-04-18 22:08:50.893 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0x0000] Attribute report received: 0xFFDF='0��+i2��+i4��+i>��+i\x0c��+f\r��+\x12$��+i$��+i$��+i%��+i%��+i&��+i'
2023-04-18 22:08:50.897 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0x0000] Sending reply header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.GLOBAL_COMMAND: 0>, is_manufacturer_specific=False, direction=<Direction.Client_to_Server: 1>, disable_default_response=1, reserved=0, *is_cluster=False, is_general=True), tsn=40, command_id=<GeneralCommand.Default_Response: 11>, direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:08:50.898 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0x0000] Sending reply: Default_Response(command_id=10, status=<Status.SUCCESS: 0>)
2023-04-18 22:08:51.010 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=94, profile_id=260, cluster_id=0, data=Serialized[b'\x08)\n\xdf\xffB((\xd1\xd1+i
\xd1\xd1+i,\xd1\xd1+i.\xd1\xd1+i6\xd1\xd1+i8\xd1\xd1+i:\xd1\xd1+i<\xd1\xd1+i'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44)
2023-04-18 22:08:51.012 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0x0000] Received ZCL frame: b'\x08)\n\xdf\xffB((\xd1\xd1+i
\xd1\xd1+i,\xd1\xd1+i.\xd1\xd1+i6\xd1\xd1+i8\xd1\xd1+i:\xd1\xd1+i<\xd1\xd1+i'
2023-04-18 22:08:51.017 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0x0000] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.GLOBAL_COMMAND: 0>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, is_cluster=False, is_general=True), tsn=41, command_id=10, direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:08:51.020 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0x0000] Decoded ZCL frame: Basic:Report_Attributes(attribute_reports=[Attribute(attrid=0xFFDF, value=TypeValue(type=CharacterString, value='(��+i
��+i,��+i.��+i6��+i8��+i:��+i<��+i'))])
2023-04-18 22:08:51.022 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0x0000] Received command 0x0A (TSN 41): Report_Attributes(attribute_reports=[Attribute(attrid=0xFFDF, value=TypeValue(type=CharacterString, value='(��+i
��+i,��+i.��+i6��+i8��+i:��+i<��+i'))])
2023-04-18 22:08:51.024 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0x0000] Attribute report received: 0xFFDF='(��+i
��+i,��+i.��+i6��+i8��+i:��+i<��+i'
2023-04-18 22:08:51.028 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0x0000] Sending reply header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.GLOBAL_COMMAND: 0>, is_manufacturer_specific=False, direction=<Direction.Client_to_Server: 1>, disable_default_response=1, reserved=0, *is_cluster=False, is_general=True), tsn=41, command_id=<GeneralCommand.Default_Response: 11>, direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:08:51.029 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0x0000] Sending reply: Default_Response(command_id=10, status=<Status.SUCCESS: 0>)
2023-04-18 22:08:51.777 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=95, profile_id=260, cluster_id=61184, data=Serialized[b'\t
$F\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44)
2023-04-18 22:08:51.779 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t
$F\x00'
2023-04-18 22:08:51.781 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=42, command_id=36, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:08:51.785 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'F\x00'
2023-04-18 22:08:51.798 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 42): b'F\x00'
2023-04-18 22:08:51.799 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'F\x00'
2023-04-18 22:08:54.818 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=96, profile_id=260, cluster_id=61184, data=Serialized[b'\t+$G\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44)
2023-04-18 22:08:54.820 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t+$G\x00'
2023-04-18 22:08:54.826 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=43, command_id=36, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:08:54.828 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'G\x00'
2023-04-18 22:08:54.839 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 43): b'G\x00'
2023-04-18 22:08:54.839 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'G\x00'
2023-04-18 22:08:55.969 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0xF611](CLA60 RGBW Z3): Device seen - marking the device available and resetting counter
2023-04-18 22:08:55.971 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0xF611](CLA60 RGBW Z3): Update device availability - device available: True - new availability: True - changed: False
2023-04-18 22:08:57.857 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=97, profile_id=260, cluster_id=61184, data=Serialized[b'\t,$H\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44)
2023-04-18 22:08:57.859 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t,$H\x00'
2023-04-18 22:08:57.865 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=44, command_id=36, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:08:57.868 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'H\x00'
2023-04-18 22:08:57.878 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 44): b'H\x00'
2023-04-18 22:08:57.878 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'H\x00'
2023-04-18 22:09:00.898 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=98, profile_id=260, cluster_id=61184, data=Serialized[b'\t-$I\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44)
2023-04-18 22:09:00.900 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t-$I\x00'
2023-04-18 22:09:00.905 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=45, command_id=36, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:09:00.908 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'I\x00'
2023-04-18 22:09:00.918 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 45): b'I\x00'
2023-04-18 22:09:00.919 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'I\x00'
2023-04-18 22:09:00.944 DEBUG (MainThread) [homeassistant.components.zha.core.device] 0x57B8: Device seen - marking the device available and resetting counter
2023-04-18 22:09:00.945 DEBUG (MainThread) [homeassistant.components.zha.core.device] 0x57B8: Update device availability - device available: True - new availability: True - changed: False
2023-04-18 22:09:03.936 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=99, profile_id=260, cluster_id=61184, data=Serialized[b'\t.$J\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44)
2023-04-18 22:09:03.938 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t.$J\x00'
2023-04-18 22:09:03.944 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=46, command_id=36, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:09:03.946 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'J\x00'
2023-04-18 22:09:03.957 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 46): b'J\x00'
2023-04-18 22:09:03.957 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'J\x00'
2023-04-18 22:09:06.977 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=100, profile_id=260, cluster_id=61184, data=Serialized[b'\t/$K\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44)
2023-04-18 22:09:06.979 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t/$K\x00'
2023-04-18 22:09:06.984 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=47, command_id=36, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:09:06.987 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'K\x00'
2023-04-18 22:09:06.998 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 47): b'K\x00'
2023-04-18 22:09:06.998 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'K\x00'
2023-04-18 22:09:10.019 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=101, profile_id=260, cluster_id=61184, data=Serialized[b'\t0$L\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44)
2023-04-18 22:09:10.021 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t0$L\x00'
2023-04-18 22:09:10.026 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=48, command_id=36, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:09:10.029 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'L\x00'
2023-04-18 22:09:10.040 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 48): b'L\x00'
2023-04-18 22:09:10.041 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'L\x00'
2023-04-18 22:09:13.058 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=102, profile_id=260, cluster_id=61184, data=Serialized[b'\t1$M\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44)
2023-04-18 22:09:13.061 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t1$M\x00'
2023-04-18 22:09:13.066 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=49, command_id=36, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:09:13.068 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'M\x00'
2023-04-18 22:09:13.079 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 49): b'M\x00'
2023-04-18 22:09:13.080 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'M\x00'
2023-04-18 22:09:16.098 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=103, profile_id=260, cluster_id=61184, data=Serialized[b'\t2$N\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44)
2023-04-18 22:09:16.100 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t2$N\x00'
2023-04-18 22:09:16.107 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=50, command_id=36, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:09:16.109 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'N\x00'
2023-04-18 22:09:16.117 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 50): b'N\x00'
2023-04-18 22:09:16.118 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'N\x00'
2023-04-18 22:09:19.139 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=104, profile_id=260, cluster_id=61184, data=Serialized[b'\t3$O\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44)
2023-04-18 22:09:19.141 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t3$O\x00'
2023-04-18 22:09:19.148 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=51, command_id=36, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:09:19.150 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'O\x00'
2023-04-18 22:09:19.162 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 51): b'O\x00'
2023-04-18 22:09:19.162 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'O\x00'
2023-04-18 22:09:22.179 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=105, profile_id=260, cluster_id=61184, data=Serialized[b'\t4$P\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44)
2023-04-18 22:09:22.181 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t4$P\x00'
2023-04-18 22:09:22.186 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=52, command_id=36, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:09:22.189 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'P\x00'
2023-04-18 22:09:22.199 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 52): b'P\x00'
2023-04-18 22:09:22.200 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'P\x00'
2023-04-18 22:09:25.217 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=106, profile_id=260, cluster_id=61184, data=Serialized[b'\t5$Q\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44)
2023-04-18 22:09:25.219 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t5$Q\x00'
2023-04-18 22:09:25.223 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=53, command_id=36, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:09:25.225 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'Q\x00'
2023-04-18 22:09:25.238 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 53): b'Q\x00'
2023-04-18 22:09:25.238 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'Q\x00'
2023-04-18 22:09:28.258 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=107, profile_id=260, cluster_id=61184, data=Serialized[b'\t6$R\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=228, rssi=-43)
2023-04-18 22:09:28.261 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t6$R\x00'
2023-04-18 22:09:28.267 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=54, command_id=36, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:09:28.269 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'R\x00'
2023-04-18 22:09:28.278 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 54): b'R\x00'
2023-04-18 22:09:28.279 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'R\x00'
2023-04-18 22:09:31.300 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=108, profile_id=260, cluster_id=61184, data=Serialized[b'\t7$S\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44)
2023-04-18 22:09:31.303 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t7$S\x00'
2023-04-18 22:09:31.309 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=55, command_id=36, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:09:31.311 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'S\x00'
2023-04-18 22:09:31.320 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 55): b'S\x00'
2023-04-18 22:09:31.321 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'S\x00'
2023-04-18 22:09:34.339 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=109, profile_id=260, cluster_id=61184, data=Serialized[b'\t8$T\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44)
2023-04-18 22:09:34.342 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t8$T\x00'
2023-04-18 22:09:34.347 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=56, command_id=36, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:09:34.349 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'T\x00'
2023-04-18 22:09:34.360 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 56): b'T\x00'
2023-04-18 22:09:34.361 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'T\x00'
2023-04-18 22:09:37.380 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=110, profile_id=260, cluster_id=61184, data=Serialized[b'\t9$U\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44)
2023-04-18 22:09:37.382 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t9$U\x00'
2023-04-18 22:09:37.388 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=57, command_id=36, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:09:37.391 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'U\x00'
2023-04-18 22:09:37.400 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 57): b'U\x00'
2023-04-18 22:09:37.401 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'U\x00'
2023-04-18 22:09:40.419 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=111, profile_id=260, cluster_id=61184, data=Serialized[b'\t:$V\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44)
2023-04-18 22:09:40.421 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t:$V\x00'
2023-04-18 22:09:40.426 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=58, command_id=36, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:09:40.428 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'V\x00'
2023-04-18 22:09:40.439 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 58): b'V\x00'
2023-04-18 22:09:40.440 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'V\x00'
2023-04-18 22:09:43.464 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=112, profile_id=260, cluster_id=61184, data=Serialized[b'\t;$W\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44)
2023-04-18 22:09:43.466 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t;$W\x00'
2023-04-18 22:09:43.470 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=59, command_id=36, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:09:43.472 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'W\x00'
2023-04-18 22:09:43.484 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 59): b'W\x00'
2023-04-18 22:09:43.485 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'W\x00'
2023-04-18 22:09:46.498 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=113, profile_id=260, cluster_id=61184, data=Serialized[b'\t<$X\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44)
2023-04-18 22:09:46.500 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t<$X\x00'
2023-04-18 22:09:46.506 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=60, command_id=36, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:09:46.509 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'X\x00'
2023-04-18 22:09:46.520 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 60): b'X\x00'
2023-04-18 22:09:46.521 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'X\x00'
2023-04-18 22:09:49.539 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=114, profile_id=260, cluster_id=61184, data=Serialized[b'\t=$Y\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44)
2023-04-18 22:09:49.540 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t=$Y\x00'
2023-04-18 22:09:49.546 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=61, command_id=36, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:09:49.548 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'Y\x00'
2023-04-18 22:09:49.556 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 61): b'Y\x00'
2023-04-18 22:09:49.557 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'Y\x00'
2023-04-18 22:09:52.578 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=115, profile_id=260, cluster_id=61184, data=Serialized[b'\t>$Z\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44)
2023-04-18 22:09:52.581 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t>$Z\x00'
2023-04-18 22:09:52.587 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=62, command_id=36, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:09:52.589 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'Z\x00'
2023-04-18 22:09:52.599 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 62): b'Z\x00'
2023-04-18 22:09:52.599 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'Z\x00'
2023-04-18 22:09:55.619 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=116, profile_id=260, cluster_id=61184, data=Serialized[b'\t?$[\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44)
2023-04-18 22:09:55.621 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t?$[\x00'
2023-04-18 22:09:55.627 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=63, command_id=36, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:09:55.629 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'[\x00'
2023-04-18 22:09:55.637 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 63): b'[\x00'
2023-04-18 22:09:55.638 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'[\x00'
2023-04-18 22:09:58.659 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=117, profile_id=260, cluster_id=61184, data=Serialized[b'\t@$\\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44)
2023-04-18 22:09:58.661 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t@$\\x00'
2023-04-18 22:09:58.667 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=64, command_id=36, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:09:58.669 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'\\x00'
2023-04-18 22:09:58.679 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 64): b'\\x00'
2023-04-18 22:09:58.680 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'\\x00'
2023-04-18 22:10:01.699 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=118, profile_id=260, cluster_id=61184, data=Serialized[b'\tA$]\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44)
2023-04-18 22:10:01.701 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\tA$]\x00'
2023-04-18 22:10:01.706 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=65, command_id=36, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:10:01.708 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b']\x00'
2023-04-18 22:10:01.720 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 65): b']\x00'
2023-04-18 22:10:01.720 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b']\x00'
2023-04-18 22:10:04.213 DEBUG (MainThread) [homeassistant.components.zha.core.device] 0x0704: Device seen - marking the device available and resetting counter
2023-04-18 22:10:04.214 DEBUG (MainThread) [homeassistant.components.zha.core.device] 0x0704: Update device availability - device available: True - new availability: True - changed: False
2023-04-18 22:10:04.739 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=119, profile_id=260, cluster_id=61184, data=Serialized[b'\tB$^\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44)
2023-04-18 22:10:04.741 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\tB$^\x00'
2023-04-18 22:10:04.746 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=66, command_id=36, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:10:04.748 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'^\x00'
2023-04-18 22:10:04.759 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 66): b'^\x00'
2023-04-18 22:10:04.760 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'^\x00'
2023-04-18 22:10:05.946 DEBUG (MainThread) [homeassistant.components.zha.core.device] 0x57B8: Device seen - marking the device available and resetting counter
2023-04-18 22:10:05.947 DEBUG (MainThread) [homeassistant.components.zha.core.device] 0x57B8: Update device availability - device available: True - new availability: True - changed: False
2023-04-18 22:10:07.778 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=120, profile_id=260, cluster_id=61184, data=Serialized[b'\tC$
\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44)
2023-04-18 22:10:07.780 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\tC$
\x00'
2023-04-18 22:10:07.786 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=67, command_id=36, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:10:07.788 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'
\x00'
2023-04-18 22:10:07.798 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 67): b'
\x00'
2023-04-18 22:10:07.799 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'\x00'
2023-04-18 22:10:10.819 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=121, profile_id=260, cluster_id=61184, data=Serialized[b'\tD$\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44) 2023-04-18 22:10:10.821 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\tD$\x00'
2023-04-18 22:10:10.826 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=68, command_id=36, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:10:10.830 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'\x00' 2023-04-18 22:10:10.839 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 68): b'\x00'
2023-04-18 22:10:10.840 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'\x00' 2023-04-18 22:10:10.970 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0xF611](CLA60 RGBW Z3): Device seen - marking the device available and resetting counter 2023-04-18 22:10:10.971 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0xF611](CLA60 RGBW Z3): Update device availability - device available: True - new availability: True - changed: False 2023-04-18 22:10:13.860 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=122, profile_id=260, cluster_id=61184, data=Serialized[b'\tE$a\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44) 2023-04-18 22:10:13.862 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\tE$a\x00' 2023-04-18 22:10:13.867 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=69, command_id=36, *direction=<Direction.Client_to_Server: 1>) 2023-04-18 22:10:13.869 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'a\x00' 2023-04-18 22:10:13.881 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 69): b'a\x00' 2023-04-18 22:10:13.881 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'a\x00' 2023-04-18 22:10:16.899 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=123, profile_id=260, cluster_id=61184, data=Serialized[b'\tF$b\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44) 2023-04-18 22:10:16.901 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\tF$b\x00' 2023-04-18 22:10:16.906 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=70, command_id=36, *direction=<Direction.Client_to_Server: 1>) 2023-04-18 22:10:16.908 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'b\x00' 2023-04-18 22:10:16.918 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 70): b'b\x00' 2023-04-18 22:10:16.919 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'b\x00' 2023-04-18 22:10:19.940 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=124, profile_id=260, cluster_id=61184, data=Serialized[b'\tG$c\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44) 2023-04-18 22:10:19.942 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\tG$c\x00' 2023-04-18 22:10:19.947 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=71, command_id=36, *direction=<Direction.Client_to_Server: 1>) 2023-04-18 22:10:19.950 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'c\x00' 2023-04-18 22:10:19.960 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 71): b'c\x00' 2023-04-18 22:10:19.961 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'c\x00' 2023-04-18 22:10:22.981 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=125, profile_id=260, cluster_id=61184, data=Serialized[b'\tH$d\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44) 2023-04-18 22:10:22.983 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\tH$d\x00' 2023-04-18 22:10:22.988 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=72, command_id=36, *direction=<Direction.Client_to_Server: 1>) 2023-04-18 22:10:22.990 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'd\x00' 2023-04-18 22:10:23.000 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 72): b'd\x00' 2023-04-18 22:10:23.001 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'd\x00' 2023-04-18 22:10:26.019 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=126, profile_id=260, cluster_id=61184, data=Serialized[b'\tI$e\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44) 2023-04-18 22:10:26.022 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\tI$e\x00' 2023-04-18 22:10:26.027 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=73, command_id=36, *direction=<Direction.Client_to_Server: 1>) 2023-04-18 22:10:26.030 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'e\x00' 2023-04-18 22:10:26.041 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 73): b'e\x00' 2023-04-18 22:10:26.041 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'e\x00' 2023-04-18 22:10:29.059 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=127, profile_id=260, cluster_id=61184, data=Serialized[b'\tJ$f\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44) 2023-04-18 22:10:29.061 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\tJ$f\x00' 2023-04-18 22:10:29.066 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=74, command_id=36, *direction=<Direction.Client_to_Server: 1>) 2023-04-18 22:10:29.068 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'f\x00' 2023-04-18 22:10:29.079 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 74): b'f\x00' 2023-04-18 22:10:29.080 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'f\x00' 2023-04-18 22:10:57.391 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=128, profile_id=260, cluster_id=61184, data=Serialized[b'\tK$g\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44) 2023-04-18 22:10:57.393 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\tK$g\x00' 2023-04-18 22:10:57.399 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=75, command_id=36, *direction=<Direction.Client_to_Server: 1>) 2023-04-18 22:10:57.401 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'g\x00' 2023-04-18 22:10:57.412 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 75): b'g\x00' 2023-04-18 22:10:57.413 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'g\x00' 2023-04-18 22:11:10.947 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0x57B8](TH01): Device seen - marking the device available and resetting counter 2023-04-18 22:11:10.948 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0x57B8](TH01): Update device availability - device available: True - new availability: True - changed: False 2023-04-18 22:11:24.215 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0x0704](TS0601): Device seen - marking the device available and resetting counter 2023-04-18 22:11:24.216 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0x0704](TS0601): Update device availability - device available: True - new availability: True - changed: False 2023-04-18 22:11:25.971 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0xF611](CLA60 RGBW Z3): Device seen - marking the device available and resetting counter 2023-04-18 22:11:25.972 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0xF611](CLA60 RGBW Z3): Update device availability - device available: True - new availability: True - changed: False 2023-04-18 22:11:28.390 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=129, profile_id=260, cluster_id=61184, data=Serialized[b'\tL$h\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44) 2023-04-18 22:11:28.393 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\tL$h\x00' 2023-04-18 22:11:28.399 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=76, command_id=36, *direction=<Direction.Client_to_Server: 1>) 2023-04-18 22:11:28.402 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'h\x00' 2023-04-18 22:11:28.411 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 76): b'h\x00' 2023-04-18 22:11:28.412 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'h\x00' 2023-04-18 22:11:59.391 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=130, profile_id=260, cluster_id=61184, data=Serialized[b'\tM$i\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=232, rssi=-42) 2023-04-18 22:11:59.394 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\tM$i\x00' 2023-04-18 22:11:59.399 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=77, command_id=36, *direction=<Direction.Client_to_Server: 1>) 2023-04-18 22:11:59.402 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'i\x00' 2023-04-18 22:11:59.411 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 77): b'i\x00' 2023-04-18 22:11:59.412 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'i\x00' 2023-04-18 22:12:15.948 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0x57B8](TH01): Device seen - marking the device available and resetting counter 2023-04-18 22:12:15.949 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0x57B8](TH01): Update device availability - device available: True - new availability: True - changed: False 2023-04-18 22:12:27.390 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=131, profile_id=260, cluster_id=61184, data=Serialized[b'\tN$j\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=232, rssi=-42) 2023-04-18 22:12:27.392 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\tN$j\x00' 2023-04-18 22:12:27.398 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=78, command_id=36, *direction=<Direction.Client_to_Server: 1>) 2023-04-18 22:12:27.400 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'j\x00' 2023-04-18 22:12:27.411 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 78): b'j\x00' 2023-04-18 22:12:27.412 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'j\x00' 2023-04-18 22:12:28.948 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=132, profile_id=260, cluster_id=61184, data=Serialized[b'\tO\x02\x00l\x17\x00\x00\x11\x07\x06\x00\x00\xc8\x0c\x00\x00\x96\x12\x00\x00\xdc\x16\x00\x00\x96'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=232, rssi=-42) 2023-04-18 22:12:28.950 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\tO\x02\x00l\x17\x00\x00\x11\x07\x06\x00\x00\xc8\x0c\x00\x00\x96\x12\x00\x00\xdc\x16\x00\x00\x96' 2023-04-18 22:12:28.956 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=79, command_id=2, *direction=<Direction.Client_to_Server: 1>) 2023-04-18 22:12:28.958 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 2 b'\x00l\x17\x00\x00\x11\x07\x06\x00\x00\xc8\x0c\x00\x00\x96\x12\x00\x00\xdc\x16\x00\x00\x96' 2023-04-18 22:12:28.968 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x02 (TSN 79): b'\x00l\x17\x00\x00\x11\x07\x06\x00\x00\xc8\x0c\x00\x00\x96\x12\x00\x00\xdc\x16\x00\x00\x96' 2023-04-18 22:12:28.969 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x02: b'\x00l\x17\x00\x00\x11\x07\x06\x00\x00\xc8\x0c\x00\x00\x96\x12\x00\x00\xdc\x16\x00\x00\x96' 2023-04-18 22:12:29.501 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=133, profile_id=260, cluster_id=61184, data=Serialized[b'\tO\x02\x00l\x17\x00\x00\x11\x07\x06\x00\x00\xc8\x0c\x00\x00\x96\x12\x00\x00\xdc\x16\x00\x00\x96'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=232, rssi=-42) 2023-04-18 22:12:29.503 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\tO\x02\x00l\x17\x00\x00\x11\x07\x06\x00\x00\xc8\x0c\x00\x00\x96\x12\x00\x00\xdc\x16\x00\x00\x96' 2023-04-18 22:12:29.508 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=79, command_id=2, *direction=<Direction.Client_to_Server: 1>) 2023-04-18 22:12:29.510 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 2 b'\x00l\x17\x00\x00\x11\x07\x06\x00\x00\xc8\x0c\x00\x00\x96\x12\x00\x00\xdc\x16\x00\x00\x96' 2023-04-18 22:12:29.521 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x02 (TSN 79): b'\x00l\x17\x00\x00\x11\x07\x06\x00\x00\xc8\x0c\x00\x00\x96\x12\x00\x00\xdc\x16\x00\x00\x96' 2023-04-18 22:12:29.522 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x02: b'\x00l\x17\x00\x00\x11\x07\x06\x00\x00\xc8\x0c\x00\x00\x96\x12\x00\x00\xdc\x16\x00\x00\x96' 2023-04-18 22:12:30.052 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=134, profile_id=260, cluster_id=61184, data=Serialized[b'\tO\x02\x00l\x17\x00\x00\x11\x07\x06\x00\x00\xc8\x0c\x00\x00\x96\x12\x00\x00\xdc\x16\x00\x00\x96'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=232, rssi=-42) 2023-04-18 22:12:30.054 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\tO\x02\x00l\x17\x00\x00\x11\x07\x06\x00\x00\xc8\x0c\x00\x00\x96\x12\x00\x00\xdc\x16\x00\x00\x96' 2023-04-18 22:12:30.059 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=79, command_id=2, *direction=<Direction.Client_to_Server: 1>) 2023-04-18 22:12:30.061 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 2 b'\x00l\x17\x00\x00\x11\x07\x06\x00\x00\xc8\x0c\x00\x00\x96\x12\x00\x00\xdc\x16\x00\x00\x96' 2023-04-18 22:12:30.073 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x02 (TSN 79): b'\x00l\x17\x00\x00\x11\x07\x06\x00\x00\xc8\x0c\x00\x00\x96\x12\x00\x00\xdc\x16\x00\x00\x96' 2023-04-18 22:12:30.074 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x02: b'\x00l\x17\x00\x00\x11\x07\x06\x00\x00\xc8\x0c\x00\x00\x96\x12\x00\x00\xdc\x16\x00\x00\x96' 2023-04-18 22:12:31.606 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=135, profile_id=260, cluster_id=61184, data=Serialized[b'\tP$m\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=232, rssi=-42) 2023-04-18 22:12:31.608 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\tP$m\x00' 2023-04-18 22:12:31.613 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=80, command_id=36, *direction=<Direction.Client_to_Server: 1>) 2023-04-18 22:12:31.616 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'm\x00' 2023-04-18 22:12:31.626 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 80): b'm\x00' 2023-04-18 22:12:31.626 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'm\x00' 2023-04-18 22:12:40.973 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0xF611](CLA60 RGBW Z3): Device seen - marking the device available and resetting counter 2023-04-18 22:12:40.974 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0xF611](CLA60 RGBW Z3): Update device availability - device available: True - new availability: True - changed: False 2023-04-18 22:12:44.216 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0x0704](TS0601): Device seen - marking the device available and resetting counter 2023-04-18 22:12:44.216 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0x0704](TS0601): Update device availability - device available: True - new availability: True - changed: False 2023-04-18 22:13:01.392 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=136, profile_id=260, cluster_id=61184, data=Serialized[b'\tQ$n\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=232, rssi=-42) 2023-04-18 22:13:01.394 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\tQ$n\x00' 2023-04-18 22:13:01.400 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=81, command_id=36, *direction=<Direction.Client_to_Server: 1>) 2023-04-18 22:13:01.402 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'n\x00' 2023-04-18 22:13:01.413 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 81): b'n\x00' 2023-04-18 22:13:01.413 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'n\x00' 2023-04-18 22:13:20.949 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0x57B8](TH01): Device seen - marking the device available and resetting counter 2023-04-18 22:13:20.950 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0x57B8](TH01): Update device availability - device available: True - new availability: True - changed: False 2023-04-18 22:13:32.392 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=137, profile_id=260, cluster_id=61184, data=Serialized[b'\tR$o\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=232, rssi=-42) 2023-04-18 22:13:32.394 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\tR$o\x00' 2023-04-18 22:13:32.399 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=82, command_id=36, *direction=<Direction.Client_to_Server: 1>) 2023-04-18 22:13:32.401 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'o\x00' 2023-04-18 22:13:32.413 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 82): b'o\x00' 2023-04-18 22:13:32.413 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'o\x00' 2023-04-18 22:13:55.974 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0xF611](CLA60 RGBW Z3): Device seen - marking the device available and resetting counter 2023-04-18 22:13:55.974 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0xF611](CLA60 RGBW Z3): Update device availability - device available: True - new availability: True - changed: False 2023-04-18 22:14:03.391 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=138, profile_id=260, cluster_id=61184, data=Serialized[b'\tS$p\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44) 2023-04-18 22:14:03.394 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\tS$p\x00' 2023-04-18 22:14:03.402 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=83, command_id=36, *direction=<Direction.Client_to_Server: 1>) 2023-04-18 22:14:03.404 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'p\x00' 2023-04-18 22:14:03.414 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 83): b'p\x00' 2023-04-18 22:14:03.414 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'p\x00' 2023-04-18 22:14:04.217 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0x0704](TS0601): Device seen - marking the device available and resetting counter 2023-04-18 22:14:04.218 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0x0704](TS0601): Update device availability - device available: True - new availability: True - changed: False 2023-04-18 22:14:25.951 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0x57B8](TH01): Device seen - marking the device available and resetting counter 2023-04-18 22:14:25.951 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0x57B8](TH01): Update device availability - device available: True - new availability: True - changed: False 2023-04-18 22:14:34.391 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=139, profile_id=260, cluster_id=61184, data=Serialized[b'\tT$q\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=220, rssi=-45) 2023-04-18 22:14:34.393 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\tT$q\x00' 2023-04-18 22:14:34.398 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=84, command_id=36, *direction=<Direction.Client_to_Server: 1>) 2023-04-18 22:14:34.401 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'q\x00' 2023-04-18 22:14:34.408 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 84): b'q\x00' 2023-04-18 22:14:34.409 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'q\x00' 2023-04-18 22:15:05.392 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=140, profile_id=260, cluster_id=61184, data=Serialized[b'\tU$r\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=220, rssi=-45) 2023-04-18 22:15:05.393 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\tU$r\x00' 2023-04-18 22:15:05.398 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=85, command_id=36, *direction=<Direction.Client_to_Server: 1>) 2023-04-18 22:15:05.402 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'r\x00' 2023-04-18 22:15:05.409 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 85): b'r\x00' 2023-04-18 22:15:05.410 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'r\x00' 2023-04-18 22:15:10.975 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0xF611](CLA60 RGBW Z3): Device seen - marking the device available and resetting counter 2023-04-18 22:15:10.976 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0xF611](CLA60 RGBW Z3): Update device availability - device available: True - new availability: True - changed: False 2023-04-18 22:15:24.218 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0x0704](TS0601): Device seen - marking the device available and resetting counter 2023-04-18 22:15:24.219 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0x0704](TS0601): Update device availability - device available: True - new availability: True - changed: False 2023-04-18 22:15:30.952 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0x57B8](TH01): Device seen - marking the device available and resetting counter 2023-04-18 22:15:30.953 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0x57B8](TH01): Update device availability - device available: True - new availability: True - changed: False 2023-04-18 22:15:36.390 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=141, profile_id=260, cluster_id=61184, data=Serialized[b'\tV$s\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=220, rssi=-45) 2023-04-18 22:15:36.393 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\tV$s\x00' 2023-04-18 22:15:36.397 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=86, command_id=36, *direction=<Direction.Client_to_Server: 1>) 2023-04-18 22:15:36.400 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b's\x00' 2023-04-18 22:15:36.412 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 86): b's\x00' 2023-04-18 22:15:36.412 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b's\x00' 2023-04-18 22:16:07.391 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=142, profile_id=260, cluster_id=61184, data=Serialized[b'\tW$t\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=220, rssi=-45) 2023-04-18 22:16:07.393 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\tW$t\x00' 2023-04-18 22:16:07.398 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=87, command_id=36, *direction=<Direction.Client_to_Server: 1>) 2023-04-18 22:16:07.400 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b't\x00' 2023-04-18 22:16:07.410 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 87): b't\x00' 2023-04-18 22:16:07.411 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b't\x00' 2023-04-18 22:16:25.977 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0xF611](CLA60 RGBW Z3): Device seen - marking the device available and resetting counter 2023-04-18 22:16:25.978 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0xF611](CLA60 RGBW Z3): Update device availability - device available: True - new availability: True - changed: False 2023-04-18 22:16:35.953 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0x57B8](TH01): Device seen - marking the device available and resetting counter 2023-04-18 22:16:35.954 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0x57B8](TH01): Update device availability - device available: True - new availability: True - changed: False 2023-04-18 22:16:38.392 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=143, profile_id=260, cluster_id=61184, data=Serialized[b'\tX$u\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44) 2023-04-18 22:16:38.394 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\tX$u\x00' 2023-04-18 22:16:38.399 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=88, command_id=36, *direction=<Direction.Client_to_Server: 1>) 2023-04-18 22:16:38.402 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'u\x00' 2023-04-18 22:16:38.415 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 88): b'u\x00' 2023-04-18 22:16:38.415 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'u\x00' 2023-04-18 22:16:44.219 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0x0704](TS0601): Device seen - marking the device available and resetting counter 2023-04-18 22:16:44.220 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0x0704](TS0601): Update device availability - device available: True - new availability: True - changed: False 2023-04-18 22:17:09.390 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=144, profile_id=260, cluster_id=61184, data=Serialized[b'\tY$v\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=220, rssi=-45) 2023-04-18 22:17:09.392 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\tY$v\x00' 2023-04-18 22:17:09.398 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=89, command_id=36, *direction=<Direction.Client_to_Server: 1>) 2023-04-18 22:17:09.401 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'v\x00' 2023-04-18 22:17:09.410 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 89): b'v\x00' 2023-04-18 22:17:09.410 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'v\x00' 2023-04-18 22:17:28.392 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=145, profile_id=260, cluster_id=61184, data=Serialized[b'\tZ$w\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=220, rssi=-45) 2023-04-18 22:17:28.394 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\tZ$w\x00' 2023-04-18 22:17:28.400 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=90, command_id=36, *direction=<Direction.Client_to_Server: 1>) 2023-04-18 22:17:28.402 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'w\x00' 2023-04-18 22:17:28.413 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 90): b'w\x00' 2023-04-18 22:17:28.413 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'w\x00' 2023-04-18 22:17:29.955 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=146, profile_id=260, cluster_id=61184, data=Serialized[b'\t[\x02\x00y\x17\x00\x00\x11\x07\x06\x00\x00\xc8\x0c\x00\x00\x96\x12\x00\x00\xdc\x16\x00\x00\x96'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=220, rssi=-45) 2023-04-18 22:17:29.957 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t[\x02\x00y\x17\x00\x00\x11\x07\x06\x00\x00\xc8\x0c\x00\x00\x96\x12\x00\x00\xdc\x16\x00\x00\x96' 2023-04-18 22:17:29.962 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=91, command_id=2, *direction=<Direction.Client_to_Server: 1>) 2023-04-18 22:17:29.965 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 2 b'\x00y\x17\x00\x00\x11\x07\x06\x00\x00\xc8\x0c\x00\x00\x96\x12\x00\x00\xdc\x16\x00\x00\x96' 2023-04-18 22:17:29.975 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x02 (TSN 91): b'\x00y\x17\x00\x00\x11\x07\x06\x00\x00\xc8\x0c\x00\x00\x96\x12\x00\x00\xdc\x16\x00\x00\x96' 2023-04-18 22:17:29.976 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x02: b'\x00y\x17\x00\x00\x11\x07\x06\x00\x00\xc8\x0c\x00\x00\x96\x12\x00\x00\xdc\x16\x00\x00\x96' 2023-04-18 22:17:30.502 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=147, profile_id=260, cluster_id=61184, data=Serialized[b'\t[\x02\x00y\x17\x00\x00\x11\x07\x06\x00\x00\xc8\x0c\x00\x00\x96\x12\x00\x00\xdc\x16\x00\x00\x96'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=220, rssi=-45) 2023-04-18 22:17:30.504 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t[\x02\x00y\x17\x00\x00\x11\x07\x06\x00\x00\xc8\x0c\x00\x00\x96\x12\x00\x00\xdc\x16\x00\x00\x96' 2023-04-18 22:17:30.509 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=91, command_id=2, *direction=<Direction.Client_to_Server: 1>) 2023-04-18 22:17:30.512 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 2 b'\x00y\x17\x00\x00\x11\x07\x06\x00\x00\xc8\x0c\x00\x00\x96\x12\x00\x00\xdc\x16\x00\x00\x96' 2023-04-18 22:17:30.522 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x02 (TSN 91): b'\x00y\x17\x00\x00\x11\x07\x06\x00\x00\xc8\x0c\x00\x00\x96\x12\x00\x00\xdc\x16\x00\x00\x96' 2023-04-18 22:17:30.523 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x02: b'\x00y\x17\x00\x00\x11\x07\x06\x00\x00\xc8\x0c\x00\x00\x96\x12\x00\x00\xdc\x16\x00\x00\x96' 2023-04-18 22:17:31.055 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=148, profile_id=260, cluster_id=61184, data=Serialized[b'\t[\x02\x00y\x17\x00\x00\x11\x07\x06\x00\x00\xc8\x0c\x00\x00\x96\x12\x00\x00\xdc\x16\x00\x00\x96'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=220, rssi=-45) 2023-04-18 22:17:31.057 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t[\x02\x00y\x17\x00\x00\x11\x07\x06\x00\x00\xc8\x0c\x00\x00\x96\x12\x00\x00\xdc\x16\x00\x00\x96' 2023-04-18 22:17:31.063 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=91, command_id=2, *direction=<Direction.Client_to_Server: 1>) 2023-04-18 22:17:31.065 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 2 b'\x00y\x17\x00\x00\x11\x07\x06\x00\x00\xc8\x0c\x00\x00\x96\x12\x00\x00\xdc\x16\x00\x00\x96' 2023-04-18 22:17:31.075 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x02 (TSN 91): b'\x00y\x17\x00\x00\x11\x07\x06\x00\x00\xc8\x0c\x00\x00\x96\x12\x00\x00\xdc\x16\x00\x00\x96' 2023-04-18 22:17:31.076 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x02: b'\x00y\x17\x00\x00\x11\x07\x06\x00\x00\xc8\x0c\x00\x00\x96\x12\x00\x00\xdc\x16\x00\x00\x96' 2023-04-18 22:17:32.611 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=149, profile_id=260, cluster_id=61184, data=Serialized[b'\t\\$z\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=220, rssi=-45) 2023-04-18 22:17:32.613 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t\\$z\x00' 2023-04-18 22:17:32.617 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=92, command_id=36, *direction=<Direction.Client_to_Server: 1>) 2023-04-18 22:17:32.619 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'z\x00' 2023-04-18 22:17:32.629 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 92): b'z\x00' 2023-04-18 22:17:32.629 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'z\x00' 2023-04-18 22:17:39.392 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=150, profile_id=260, cluster_id=61184, data=Serialized[b'\t]${\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=216, rssi=-46) 2023-04-18 22:17:39.394 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t]${\x00' 2023-04-18 22:17:39.398 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=93, command_id=36, *direction=<Direction.Client_to_Server: 1>) 2023-04-18 22:17:39.401 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'{\x00' 2023-04-18 22:17:39.412 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 93): b'{\x00' 2023-04-18 22:17:39.412 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'{\x00' 2023-04-18 22:17:40.954 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0x57B8](TH01): Device seen - marking the device available and resetting counter 2023-04-18 22:17:40.956 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0x57B8](TH01): Update device availability - device available: True - new availability: True - changed: False 2023-04-18 22:17:40.977 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0xF611](CLA60 RGBW Z3): Device seen - marking the device available and resetting counter 2023-04-18 22:17:40.978 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0xF611](CLA60 RGBW Z3): Update device availability - device available: True - new availability: True - changed: False 2023-04-18 22:18:04.220 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0x0704](TS0601): Device seen - marking the device available and resetting counter 2023-04-18 22:18:04.221 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0x0704](TS0601): Update device availability - device available: True - new availability: True - changed: False 2023-04-18 22:18:10.393 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=151, profile_id=260, cluster_id=61184, data=Serialized[b'\t^$|\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=216, rssi=-46) 2023-04-18 22:18:10.395 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t^$|\x00' 2023-04-18 22:18:10.401 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=94, command_id=36, *direction=<Direction.Client_to_Server: 1>) 2023-04-18 22:18:10.403 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'|\x00' 2023-04-18 22:18:10.413 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 94): b'|\x00' 2023-04-18 22:18:10.414 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'|\x00' 2023-04-18 22:18:41.393 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=152, profile_id=260, cluster_id=61184, data=Serialized[b'\t_$}\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44) 2023-04-18 22:18:41.395 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t_$}\x00' 2023-04-18 22:18:41.400 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=95, command_id=36, *direction=<Direction.Client_to_Server: 1>) 2023-04-18 22:18:41.403 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'}\x00' 2023-04-18 22:18:41.411 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 95): b'}\x00' 2023-04-18 22:18:41.412 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'}\x00' 2023-04-18 22:18:45.956 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0x57B8](TH01): Device seen - marking the device available and resetting counter 2023-04-18 22:18:45.957 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0x57B8](TH01): Update device availability - device available: True - new availability: True - changed: False 2023-04-18 22:18:55.979 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0xF611](CLA60 RGBW Z3): Device seen - marking the device available and resetting counter 2023-04-18 22:18:55.980 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0xF611](CLA60 RGBW Z3): Update device availability - device available: True - new availability: True - changed: False 2023-04-18 22:19:12.391 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=153, profile_id=260, cluster_id=61184, data=Serialized[b'\t$\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=220, rssi=-45)
2023-04-18 22:19:12.394 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\t`$
\x00'
2023-04-18 22:19:12.398 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=96, command_id=36, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:19:12.401 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'\x00'
2023-04-18 22:19:12.412 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 96): b'
\x00'
2023-04-18 22:19:12.413 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'~\x00'
2023-04-18 22:19:24.223 DEBUG (MainThread) [homeassistant.components.zha.core.device] 0x0704: Device seen - marking the device available and resetting counter
2023-04-18 22:19:24.223 DEBUG (MainThread) [homeassistant.components.zha.core.device] 0x0704: Update device availability - device available: True - new availability: True - changed: False
2023-04-18 22:19:43.392 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=154, profile_id=260, cluster_id=61184, data=Serialized[b'\ta$\x7f\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=216, rssi=-46)
2023-04-18 22:19:43.394 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\ta$\x7f\x00'
2023-04-18 22:19:43.400 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=97, command_id=36, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:19:43.402 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'\x7f\x00'
2023-04-18 22:19:43.413 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 97): b'\x7f\x00'
2023-04-18 22:19:43.413 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'\x7f\x00'
2023-04-18 22:19:50.959 DEBUG (MainThread) [homeassistant.components.zha.core.device] 0x57B8: Device seen - marking the device available and resetting counter
2023-04-18 22:19:50.960 DEBUG (MainThread) [homeassistant.components.zha.core.device] 0x57B8: Update device availability - device available: True - new availability: True - changed: False
2023-04-18 22:20:11.529 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0xF611](CLA60 RGBW Z3): Device seen - marking the device available and resetting counter
2023-04-18 22:20:11.530 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0xF611](CLA60 RGBW Z3): Update device availability - device available: True - new availability: True - changed: False
2023-04-18 22:20:14.392 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=155, profile_id=260, cluster_id=61184, data=Serialized[b'\tb$\x80\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=224, rssi=-44)
2023-04-18 22:20:14.395 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\tb$\x80\x00'
2023-04-18 22:20:14.401 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=98, command_id=36, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:20:14.404 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'\x80\x00'
2023-04-18 22:20:14.414 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 98): b'\x80\x00'
2023-04-18 22:20:14.415 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'\x80\x00'
2023-04-18 22:20:44.224 DEBUG (MainThread) [homeassistant.components.zha.core.device] 0x0704: Device seen - marking the device available and resetting counter
2023-04-18 22:20:44.225 DEBUG (MainThread) [homeassistant.components.zha.core.device] 0x0704: Update device availability - device available: True - new availability: True - changed: False
2023-04-18 22:20:45.392 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0704), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=156, profile_id=260, cluster_id=61184, data=Serialized[b'\tc$\x81\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=220, rssi=-45)
2023-04-18 22:20:45.394 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received ZCL frame: b'\tc$\x81\x00'
2023-04-18 22:20:45.399 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False), tsn=99, command_id=36, *direction=<Direction.Client_to_Server: 1>)
2023-04-18 22:20:45.402 WARNING (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Unknown cluster command 36 b'\x81\x00'
2023-04-18 22:20:45.411 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] Received command 0x24 (TSN 99): b'\x81\x00'
2023-04-18 22:20:45.412 DEBUG (MainThread) [zigpy.zcl] [0x0704:1:0xef00] No explicit handler for cluster command 0x24: b'\x81\x00'
2023-04-18 22:20:55.960 DEBUG (MainThread) [homeassistant.components.zha.core.device] 0x57B8: Device seen - marking the device available and resetting counter
2023-04-18 22:20:55.961 DEBUG (MainThread) [homeassistant.components.zha.core.device] 0x57B8: Update device availability - device available: True - new availability: True - changed: False

Maybe someone can help me ?

@jacekk015
Copy link
Contributor

@berowicz @alessioprescenzo
Try newest quirk ts0601_trv_rtitek.py file from https://github.com/jacekk015/zha_quirks
HA restart is mandatory after file replacement.

@berowicz
Copy link

berowicz commented Apr 22, 2023

@jacekk015
Thank you for your help.

After adding the quirk its looking line this:

TRVquirk

When I change the temperature, I hear the TRV for a very short time. So its reacting. But in HA the temperature gets back to 15 degree.
Also the "connected" logo is blinking in the display the whole time. Its looking like the pairing process.

Also the temperature is everytime the same. Only after pairing its right. But after this, it doesnt change.

I dont have any idea, what Im making wrong

@jacekk015
Copy link
Contributor

Logs needed. Change the temp. Wait up to 10 minutes. Post logs as file

@berowicz
Copy link

berowicz commented Apr 22, 2023

Here is my log:

https://pastebin.com/xvvZpUgw

I put the newest quirk from your github into /config/zha_quirks/ts0601_trv_rtitek.py

In the configuration.yaml I add:

zha:
  database_path: /config/zigbee.db 
  enable_quirks: true
  custom_quirks_path: /config/zha_quirks/

After this I restartet HA and start to search for new devices. I used a brandnew and newer paired TRV (I have 3pcs of them)

When I change the temperature in HA, I see it in the OLED Display that it change. But in HA the temperature gets back to the old value (20 degree) and dont show me that its heating.

Maybe you see something in the log

@jacekk015
Copy link
Contributor

Your log contains no HA->TRV data.
You've posted only 2 minutes of the log - I've asked for 10 minutes.

Again
Restart HA. Change temp in HA for only one TRV. Wait up to 10 minutes. Post HA logs as a file.

@berowicz
Copy link

@jacekk015 , here is my log. I restartet HA, waited some minutes that everything start, and change the temperature of the TRV

https://pastes.io/qljxryuowm

@jacekk015
Copy link
Contributor

Do you have DEBUG log level enabled like in the link?
https://github.com/jacekk015/zha_quirks#in-case-of-errors-or-to-support-new-function

I don't see some entries which should be in the logs. If not change that debug level and do same again.
Log looks OK. I see sending data to TRV, but TRV should respond with confirmation of the temp change.
Without that confirmation from TRV HA sets the temp back - it treats it like the TRV didn't get it.

You LQI[Link quality] is kinda strange. 255 that's max. Like the TRV is just next to Zigbee coordinator antenna.
Is that correct?

@berowicz
Copy link

Yes, its enabled:

config

Yes, its next to the raspberry (2m)

20230425_213745.mp4

@jacekk015 , please look on the video. This is my problem. The temperature that I set is going back to 15 degree every time after I set in. But in the display of the TRV it changes. So its working.

I tried an other browser and with my phone (HA app) but its everytime the same problem.

Also the temperature is not right. Only after repairing its reading the actual temperature but then it freez

@jacekk015
Copy link
Contributor

Only errors that I see in the logs are that the TRV ask for time update again and again.
It's possible that because of that initialization process didn't end well on pairing process.
So replace quirk with newest version.
Restart HA.
Remove TRV from HA
Pair like a brand new.
Wait 10 minutes.
Post the logs from HA
We will see if the pairing process is OK.

@alessioprescenzo
Copy link

Only errors that I see in the logs are that the TRV ask for time update again and again.

It's possible that because of that initialization process didn't end well on pairing process.

So replace quirk with newest version.

Restart HA.

Remove TRV from HA

Pair like a brand new.

Wait 10 minutes.

Post the logs from HA

We will see if the pairing process is OK.

Hi, I think I can add some useful infos, the time initialization seems to cause some problem, as I (think) I stated above, when I pair the TRV with zha the time isn't set (on the device) tho I see the entities but interaction with them doesn't work, with z2m the time is set the entities are loaded and I can interact with them normally.

@alessioprescenzo
Copy link

Hi, @jacekk015 I tried the latest quirk from your repo, indeed now the time is set, and the TRV is responsive, I didn't even need to re-pair the device.

@jacekk015
Copy link
Contributor

Nice to hear that!
It's because those Chinese create a firmware that sends wrong Manufacturer ID. So when HA send a command, using that ID, TRV responds with Unsupported Cluster error.

@berowicz
Copy link

@jacekk015 , its working now with your newest quirk.
Thank you soooo much !
I have three of the TRV's. Now I want add the two other ones too. Its the same procedure ? Only searching for new devices in ZHA ?

@jacekk015
Copy link
Contributor

jacekk015 commented Apr 27, 2023

Yes.
But on normal HA work remember to disable that DEBUG logging and restart HA.
Without that your log will by crazy big after a week.

@berowicz
Copy link

@jacekk015 , okay thank you.

Is it possible that there is another bug ? When I change the temperature, only the the TRV refresh the actual temperature (20,1 degree). I ask because I set to 25 degree an wait for some minutes and nothing change. After I set the temperature to 26 degree then actual temperature change to 20,5 degree.
How often HA refresh the temperature in the dashboard ? Maybe I should wait longer ?

@jacekk015
Copy link
Contributor

jacekk015 commented Apr 27, 2023

TRV updates room temperature as often as Chinese engineer wrote it in the firmware.
HA has nothing to do. HA is just hearing. If TRV say's nothing HA can't hear it.
There were some TRVs that updated room temp after hours.
They are battery operated so you know how it goes.

With debug level enabled you can check itself in the logs.
Search for attribute: 0x0203
The line should look like the line below - that's 23,5 degrees [divide by 10]

2021-11-19 16:53:37 DEBUG (MainThread) [zhaquirks.tuya] [0xeb37:1:0xef00] Received value [0, 0, 0, 235] for attribute 0x0203 (command 0x0001)

@github-actions
Copy link

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale Issue is inactivate and might get closed soon label Oct 24, 2023
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale Issue is inactivate and might get closed soon Tuya Request/PR regarding a Tuya device
Projects
None yet
Development

No branches or pull requests