zigpy / zha-device-handlers

ZHA device handlers bridge the functionality gap created when manufacturers deviate from the ZCL specification, handling deviations and exceptions by parsing custom messages to and from Zigbee devices.
Apache License 2.0
745 stars 681 forks source link

[BUG] Ikea blind not working properly when command issues via google home #417

Closed blair287 closed 4 years ago

blair287 commented 4 years ago

If i open and close the blind via home assistant it works although with a 5 second delay on command issue to it executing, but if the command is issued via google to close the blind (linked via Nabucasa) it says sure and home assistant shows the down arrow picture so its received a command but then does absolutely nothing just sits there.

If i issue the command again for a second time then it moves.

Screenshot_20200720-094109

logs:

{'handler': 'google_actions', 'msgid': '5e509ba7-f3d0-4de3-9e07-f98852125cb5', 'payload': {'inputs': [{'context': {'locale_country': 'GB', 'locale_language': 'en'}, 'intent': 'action.devices.EXECUTE', 'payload': {'commands': [{'devices': [{'customData': {'baseUrl': 'https://mylink.ui.nabu.casa', 'httpPort': 8123, 'httpSSL': False, 'proxyDeviceId': 'dc25e787-65fd-4c8e-bf64-7ec6681ecb93', 'uuid': '3a199554fb2542fe87c0ff516e651fdd', 'webhookId': 'ce565e5a19587d7e06f9f8aed82d68d10a796dea8e200b7b414709bd35610114'}, 'id': 'cover.bedroom_blind'}], 'execution': [{'command': 'action.devices.commands.OpenClose', 'params': {'openPercent': 0}}]}]}}], 'requestId': '11090729089018306071'}}

2020-07-20 09:40:40 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event google_assistant_command[L]: request_id=11090729089018306071, entity_id=cover.bedroom_blind, execution=command=action.devices.commands.OpenClose, params=openPercent=0, source=cloud> 2020-07-20 09:40:40 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event call_service[L]: domain=cover, service=close_cover, service_data=entity_id=cover.bedroom_blind> 2020-07-20 09:40:40 DEBUG (MainThread) [zigpy.device] [0x5d0b] Extending timeout for 0x91 request 2020-07-20 09:40:40 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 145 under 146 request id, data: b'019101' 2020-07-20 09:40:40 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (18, 146, 0, , 260, 258, 1, b'\x01\x91\x01', 2, 0) 2020-07-20 09:40:40 DEBUG (MainThread) [zigpy_deconz.uart] Send: 0x121700190012009200020b5d01040102010103000191010200 2020-07-20 09:40:40 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x121700090002002292 2020-07-20 09:40:40 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 146] 2020-07-20 09:40:40 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x0e18000700a600 2020-07-20 09:40:40 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0] 2020-07-20 09:40:40 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,) 2020-07-20 09:40:40 DEBUG (MainThread) [zigpy_deconz.uart] Send: 0x04180007000000 2020-07-20 09:40:40 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x04180013000c002292020b5d01010000000000 2020-07-20 09:40:40 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 146: 00 2020-07-20 09:40:40 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0x92 'aps_data_confirm' for , status: 0x00 2020-07-20 09:40:41 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x0e19000700aa00 2020-07-20 09:40:41 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0] 2020-07-20 09:40:41 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1) 2020-07-20 09:40:41 DEBUG (MainThread) [zigpy_deconz.uart] Send: 0x1719000800010001 2020-07-20 09:40:41 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x17190023001c002a02000001020b5d01040102010500088e0b010000afff233a8600ca 2020-07-20 09:40:41 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [28, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 42>, , 1, , 1, 260, 258, b'\x08\x8e\x0b\x01\x00', 0, 175, 255, 35, 58, 134, 0, -54] 2020-07-20 09:40:41 DEBUG (MainThread) [zigpy.zcl] [0x5d0b:1:0x0102] ZCL deserialize: <ZCLHeader frame_control= manufacturer=None tsn=142 command_id=Command.Default_Response> 2020-07-20 09:40:41 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from , ep: 1, profile: 0x0104, cluster_id: 0x0102, data: b'088e0b0100' 2020-07-20 09:40:41 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x5d0b:1:0x0102]: executed 'down_close' command with args: '()' kwargs: '{}' result: [1, <Status.SUCCESS: 0>] 2020-07-20 09:40:41 DEBUG (MainThread) [homeassistant.components.zha.cover] state=closing 2020-07-20 09:40:41 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=cover.bedroom_blind, old_state=<state cover.bedroom_blind=open; current_position=100, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-20T07:30:35.886728+01:00>, new_state=<state cover.bedroom_blind=closing; current_position=100, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-20T09:40:41.780775+01:00>> 2020-07-20 09:40:41 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1) 2020-07-20 09:40:41 DEBUG (MainThread) [zigpy_deconz.uart] Send: 0x171a000800010001 2020-07-20 09:40:41 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x171a0023001c002202000001020b5d0104010201050008910b010000afffc0338600ca 2020-07-20 09:40:41 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [28, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, , 1, , 1, 260, 258, b'\x08\x91\x0b\x01\x00', 0, 175, 255, 192, 51, 134, 0, -54] 2020-07-20 09:40:41 DEBUG (MainThread) [zigpy.zcl] [0x5d0b:1:0x0102] ZCL deserialize: <ZCLHeader frame_control= manufacturer=None tsn=145 command_id=Command.Default_Response> 2020-07-20 09:40:41 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from , ep: 1, profile: 0x0104, cluster_id: 0x0102, data: b'08910b0100' 2020-07-20 09:40:41 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x5d0b:1:0x0102]: executed 'down_close' command with args: '()' kwargs: '{}' result: [1, <Status.SUCCESS: 0>] 2020-07-20 09:40:41 DEBUG (MainThread) [homeassistant.components.zha.cover] state=closing 2020-07-20 09:40:41 DEBUG (MainThread) [hass_nabucasa.iot] Publishing message: {'msgid': '5e509ba7-f3d0-4de3-9e07-f98852125cb5', 'payload': {'payload': {'commands': [{'ids': ['cover.bedroom_blind'], 'states': {'online': True, 'openPercent': 100}, 'status': 'SUCCESS'}]}, 'requestId': '11090729089018306071'}}

Adminiuga commented 4 years ago

Zigbee command completed successfuly

2020-07-20 09:40:41 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x5d0b:1:0x0102]: executed 'down_close' command with args: '()' kwargs: '{}' result: [1, <Status.SUCCESS: 0>]

Nabu casa reported successfuly???

2020-07-20 09:40:41 DEBUG (MainThread) [hass_nabucasa.iot] Publishing message:
{'msgid': '5e509ba7-f3d0-4de3-9e07-f98852125cb5',
'payload': {'payload': {'commands': [{'ids': ['cover.bedroom_blind'],
'states': {'online': True,
'openPercent': 100},
'status': 'SUCCESS'}]},
'requestId': '11090729089018306071'}}

I'm not sure the problem is with ZHA...

blair287 commented 4 years ago

If it completed why did the blind not move you can see from the screen shot it says closing but it's not actually doing anything.

As far as I can see from logs it's asking blind to move to 0% but the blind reports a state of 100% so it's not completed.

I can replicate this issue every time.

If I put the blind on Smartthings the blind is super responsive even though it's going through cloud commands execute within 1 second no delays Google works fine so the blind cannot be at fault.

With ZHA the blind has massive delays and even though a command is issued to close to 0% it says closing but doesn't move reports 100% and then claims the command is successful how does that make any sense 😂

Adminiuga commented 4 years ago

🤷 I believe you are having issues, but I don't know the cause. From ZHA/Zigbee point of view

  1. requests was sent out at 2020-07-20 09:40:40 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 145 under 146 request id, data: b'019101'
  2. Far end device confirmed reception of the request 2020-07-20 09:40:40 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 146: 00 within the same second, you can't ask more from an end device
  3. Far end device device sent us a reply confirming action of the request at 2020-07-20 09:40:41 DEBUG (MainThread) [zigpy.zcl] [0x5d0b:1:0x0102] ZCL deserialize: <ZCLHeader frame_control= manufacturer=None tsn=145 command_id=Command.Default_Response> the very next second.

From zigbee point of view everything was successful. If the device does not behave correctly then 🤷 Get a zigbee sniffer and compare the packets on air? Try openening the blinds instead of closing? maybe commands are reversed?

blair287 commented 4 years ago

🤷 I believe you are having issues, but I don't know the cause. From ZHA/Zigbee point of view

  1. requests was sent out at 2020-07-20 09:40:40 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 145 under 146 request id, data: b'019101'
  2. Far end device confirmed reception of the request 2020-07-20 09:40:40 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 146: 00 within the same second, you can't ask more from an end device
  3. Far end device device sent us a reply confirming action of the request at 2020-07-20 09:40:41 DEBUG (MainThread) [zigpy.zcl] [0x5d0b:1:0x0102] ZCL deserialize: <ZCLHeader frame_control= manufacturer=None tsn=145 command_id=Command.Default_Response> the very next second.

From zigbee point of view everything was successful. If the device does not behave correctly then 🤷 Get a zigbee sniffer and compare the packets on air? Try openening the blinds instead of closing? maybe commands are reversed?

Trying to remove it to repair but the device will not go from the device list in ZHA all the options disappear after clicking remove device but the device itself is just stuck in ZHA I've tried restarting HA still there.

Screenshot_20200721-164822 Screenshot_20200721-164848

Unable to get rid of this device.....

blair287 commented 4 years ago

Only came down a few inches this time and then just stopped.

Screenshot_20200721-210631

dmulcahey commented 4 years ago

Do these things have any sort of calibration that has to happen?

blair287 commented 4 years ago

Do these things have any sort of calibration that has to happen?

Once it's paired you press the down button on the blind and then again when it's at the length you need to stop it. Then you double tap the bottom button to set the max length.

That's working it I tell HA move to 50% it moves to half way of the length I set.

I've got a feeling maybe Google is messing up because of the massive delay between asking the blind to move and it actually moving as if I ask Google to close or open she waits about 6 second before saying ok then it doesn't move if I ask a second time she responds ok within 1 second and the blind moves within 1 second.

But on both tries HA receives the command ZHA issues the command but the blind doesn't seem to react or it takes up to 10 seconds after the command is issued.

But what's strange is if I press down or up in the HA app it always moves although still has the big delay times.

blair287 commented 4 years ago

Do these things have any sort of calibration that has to happen?

Looks like I'm not the only one experiencing these delays. What could I do to try and help track down what's going wrong with these blinds on ZHA.

Screenshot_20200723-052547

Adminiuga commented 4 years ago

Battery operated devices poll for data their parents and sleep between the polls, so there's an inherent delay when communicating with Zigbee End-Devices, regardless if those are Ikea or any other vendor.

blair287 commented 4 years ago

Battery operated devices poll for data their parents and sleep between the polls, so there's an inherent delay when communicating with Zigbee End-Devices, regardless if those are Ikea or any other vendor.

Yes however on Smartthings there isn't this delay it's moving within 1 second and thats through the cloud too.

I believe it's this delay that causes the issue with Google if I move the blind via the app then issue the command from Google within a few seconds it works most of the time.

I have been testing and calling the service cover close 4/10 times also made the icon change to show the blind should be moving up or down but it doesn't actually move.

When I first tried this blind on HA back in February this issue wasn't present from what I can remember.

Adminiuga commented 4 years ago

delay between google and HA is not ZHA's concern. I was looking only on the delay between ZHA service call and ZCL request sent to the radio and far end acknowledging the reception of the request. in the logs you provided I don't see any significant delay.

blair287 commented 4 years ago

Battery operated devices poll for data their parents and sleep between the polls, so there's an inherent delay when communicating with Zigbee End-Devices, regardless if those are Ikea or any other vendor.

delay between google and HA is not ZHA's concern. I was looking only on the delay between ZHA service call and ZCL request sent to the radio and far end acknowledging the reception of the request. in the logs you provided I don't see any significant delay.

The delay is not between Google and HA it's between ZHA and the blind the delay is there with or without Google.

Here is a video of one of the issues.

You can see when I ask Google to move the blind sometimes it will not move or it will move a little on this occasion it was moving a few cm then stopping.

However when I operate it via the app it moves perfectly fine.

https://bianco.tv/video/Pc7pZ

I will try and record the other issue where it just doesn't move too.

blair287 commented 4 years ago

delay between google and HA is not ZHA's concern. I was looking only on the delay between ZHA service call and ZCL request sent to the radio and far end acknowledging the reception of the request. in the logs you provided I don't see any significant delay.

Is there any other info I can give you so we can try and find the issue? I really want only one ZigBee network don't want to have to get an IKEA hub just for a blind.

I will once I finish my next two work shift gets logs for it working, partially working and not working see if any clues in there.

Is there anything I can get off the Smartthings hub with ZigBee logs to see any clues too?

blair287 commented 4 years ago

delay between google and HA is not ZHA's concern. I was looking only on the delay between ZHA service call and ZCL request sent to the radio and far end acknowledging the reception of the request. in the logs you provided I don't see any significant delay.

here is a log when i asked google to set the blind to 90% set position commands to google seems to be more reliable than asking for open or close anything here thats usefully ill also capture another log of a open or close command when it ignores it.

{'handler': 'google_actions',
 'msgid': 'bb4870d8-a4e1-46b2-81a2-a8957b76e713',
 'payload': {'inputs': [{'context': {'locale_country': 'GB',
                                     'locale_language': 'en'},
                         'intent': 'action.devices.EXECUTE',
                         'payload': {'commands': [{'devices': [{'customData': {'baseUrl': 'https://mylink.nabu.casa',
                                                                               'httpPort': 8123,
                                                                               'httpSSL': False,
                                                                               'proxyDeviceId': 'dc25e787-65fd-4c8e-bf64-7ec6681ecb93',
                                                                               'uuid': '3a199554fb2542fe87c0ff516e651fdd',
                                                                               'webhookId': 'ce565e5a19587d7e06f9f8aed82d68d10a796dea8e200b7b414709bd35610114'},
                                                                'id': 'cover.bedroom_blind'}],
                                                   'execution': [{'command': 'action.devices.commands.OpenClose',
                                                                  'params': {'openPercent': 90}}]}]}}],
             'requestId': '5288864564052301216'}}

2020-07-28 07:37:49 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event google_assistant_command[L]: request_id=5288864564052301216, entity_id=cover.bedroom_blind, execution=command=action.devices.commands.OpenClose, params=openPercent=90, source=cloud>
2020-07-28 07:37:49 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event call_service[L]: domain=cover, service=set_cover_position, service_data=entity_id=cover.bedroom_blind, position=90>
2020-07-28 07:37:49 DEBUG (MainThread) [zigpy.device] [0x3b74] Extending timeout for 0x21 request
2020-07-28 07:37:49 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 33 under 34 request id, data: b'0121050a'
2020-07-28 07:37:49 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (19, 34, 0, <DeconzAddressEndpoint address_mode=2 address=0x3b74 endpoint=1>, 260, 258, 1, b'\x01!\x05\n', 2, 0)
2020-07-28 07:37:49 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 34]
2020-07-28 07:37:49 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2020-07-28 07:37:49 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 07:37:49 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 34: 00
2020-07-28 07:37:49 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0x22 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0x3b74 endpoint=1>, status: 0x00
2020-07-28 07:37:50 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 07:37:50 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 07:37:50 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [28, <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=0x3b74>, 1, 260, 258, b'\x08\x17\x0b\x05\x00', 0, 175, 255, 238, 136, 142, 0, -52]
2020-07-28 07:37:50 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=True disable_default_response=False> manufacturer=None tsn=23 command_id=Command.Default_Response>
2020-07-28 07:37:50 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, ep: 1, profile: 0x0104, cluster_id: 0x0102, data: b'08170b0500'
2020-07-28 07:37:50 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x3b74:1:0x0102]: executed 'go_to_lift_percentage' command with args: '(10,)' kwargs: '{}' result: [5, <Status.SUCCESS: 0>]
2020-07-28 07:37:50 DEBUG (MainThread) [homeassistant.components.zha.cover] state=closing
2020-07-28 07:37:50 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=cover.bedroom_blind, old_state=<state cover.bedroom_blind=open; current_position=100, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-27T18:53:19.244244+01:00>, new_state=<state cover.bedroom_blind=closing; current_position=100, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T07:37:50.975574+01:00>>
2020-07-28 07:37:50 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 07:37:50 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [28, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, 1, 260, 258, b'\x08!\x0b\x05\x00', 0, 175, 255, 125, 135, 142, 0, -52]
2020-07-28 07:37:50 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=True disable_default_response=False> manufacturer=None tsn=33 command_id=Command.Default_Response>
2020-07-28 07:37:50 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, ep: 1, profile: 0x0104, cluster_id: 0x0102, data: b'08210b0500'
2020-07-28 07:37:50 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x3b74:1:0x0102]: executed 'go_to_lift_percentage' command with args: '(10,)' kwargs: '{}' result: [5, <Status.SUCCESS: 0>]
2020-07-28 07:37:50 DEBUG (MainThread) [homeassistant.components.zha.cover] state=closing
2020-07-28 07:37:50 DEBUG (MainThread) [hass_nabucasa.iot] Publishing message:
{'msgid': 'bb4870d8-a4e1-46b2-81a2-a8957b76e713',
 'payload': {'payload': {'commands': [{'ids': ['cover.bedroom_blind'],
                                       'states': {'online': True,
                                                  'openPercent': 100},
                                       'status': 'SUCCESS'}]},
             'requestId': '5288864564052301216'}}

2020-07-28 07:37:51 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 07:37:51 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 07:37:51 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [30, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, 1, 260, 1, b'\x08l\n \x00 \xf5', 0, 175, 255, 238, 136, 142, 0, -52]
2020-07-28 07:37:51 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0001] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=False disable_default_response=False> manufacturer=None tsn=108 command_id=Command.Report_Attributes>
2020-07-28 07:37:51 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0001] ZCL request 0x000a: [[<Attribute attrid=32 value=<TypeValue type=uint8_t, value=245>>]]
2020-07-28 07:37:51 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0001] Attribute report received: battery_voltage=245
2020-07-28 07:37:51 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.bedroom_blind_battery, old_state=<state sensor.bedroom_blind_battery=90; battery_voltage=24.6, unit_of_measurement=%, friendly_name=Bedroom Blind Battery, device_class=battery @ 2020-07-26T21:36:02.626346+01:00>, new_state=<state sensor.bedroom_blind_battery=90; battery_voltage=24.5, unit_of_measurement=%, friendly_name=Bedroom Blind Battery, device_class=battery @ 2020-07-26T21:36:02.626346+01:00>>
2020-07-28 07:37:51 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 108 under 35 request id, data: b'186c0b0a00'
2020-07-28 07:37:51 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 07:37:51 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, ep: 1, profile: 0x0104, cluster_id: 0x0001, data: b'086c0a200020f5'
2020-07-28 07:37:51 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 35, 0, <DeconzAddressEndpoint address_mode=2 address=0x3b74 endpoint=1>, 260, 1, 1, b'\x18l\x0b\n\x00', 2, 0)
2020-07-28 07:37:51 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 42>, 35]
2020-07-28 07:37:51 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 07:37:51 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]
2020-07-28 07:37:51 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [30, <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=0x3b74>, 1, 260, 258, b'\x08m\n\x08\x00 \x02', 0, 175, 255, 238, 136, 142, 0, -52]
2020-07-28 07:37:51 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=False disable_default_response=False> manufacturer=None tsn=109 command_id=Command.Report_Attributes>
2020-07-28 07:37:51 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL request 0x000a: [[<Attribute attrid=8 value=<TypeValue type=uint8_t, value=2>>]]
2020-07-28 07:37:51 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] Attribute report received: current_position_lift_percentage=2
2020-07-28 07:37:51 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x3b74:1:0x0102]: Attribute report 'Window Covering'[current_position_lift_percentage] = 2
2020-07-28 07:37:51 DEBUG (MainThread) [homeassistant.components.zha.cover] setting position: 2
2020-07-28 07:37:51 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=cover.bedroom_blind, old_state=<state cover.bedroom_blind=closing; current_position=100, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T07:37:50.975574+01:00>, new_state=<state cover.bedroom_blind=closing; current_position=98, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T07:37:50.975574+01:00>>
2020-07-28 07:37:51 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 109 under 36 request id, data: b'186d0b0a00'
2020-07-28 07:37:51 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, ep: 1, profile: 0x0104, cluster_id: 0x0102, data: b'086d0a08002002'
2020-07-28 07:37:51 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 07:37:51 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 35: 00
2020-07-28 07:37:51 DEBUG (MainThread) [hass_nabucasa.google_report_state] Publishing message:
{'msgid': 'b64b58a39d7a4d48a93da45e8e372983',
 'payload': {'devices': {'states': {'cover.bedroom_blind': {'online': True,
                                                            'openPercent': 98}}}}}

2020-07-28 07:37:51 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0x23 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0x3b74 endpoint=1>, status: 0x00
2020-07-28 07:37:51 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 36, 0, <DeconzAddressEndpoint address_mode=2 address=0x3b74 endpoint=1>, 260, 258, 1, b'\x18m\x0b\n\x00', 2, 0)
2020-07-28 07:37:51 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 36]
2020-07-28 07:37:52 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2020-07-28 07:37:52 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 07:37:52 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 36: 00
2020-07-28 07:37:52 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0x24 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0x3b74 endpoint=1>, status: 0x00
2020-07-28 07:37:52 DEBUG (MainThread) [hass_nabucasa.google_report_state] Received message:
{'msgid': 'b64b58a39d7a4d48a93da45e8e372983'}

2020-07-28 07:37:52 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 07:37:52 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 07:37:52 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [30, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, 1, 260, 258, b'\x08n\n\x08\x00 \x05', 0, 175, 255, 238, 136, 142, 0, -52]
2020-07-28 07:37:52 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=False disable_default_response=False> manufacturer=None tsn=110 command_id=Command.Report_Attributes>
2020-07-28 07:37:52 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL request 0x000a: [[<Attribute attrid=8 value=<TypeValue type=uint8_t, value=5>>]]
2020-07-28 07:37:52 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] Attribute report received: current_position_lift_percentage=5
2020-07-28 07:37:52 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x3b74:1:0x0102]: Attribute report 'Window Covering'[current_position_lift_percentage] = 5
2020-07-28 07:37:52 DEBUG (MainThread) [homeassistant.components.zha.cover] setting position: 5
2020-07-28 07:37:52 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=cover.bedroom_blind, old_state=<state cover.bedroom_blind=closing; current_position=98, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T07:37:50.975574+01:00>, new_state=<state cover.bedroom_blind=closing; current_position=95, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T07:37:50.975574+01:00>>
2020-07-28 07:37:52 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 110 under 37 request id, data: b'186e0b0a00'
2020-07-28 07:37:52 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, ep: 1, profile: 0x0104, cluster_id: 0x0102, data: b'086e0a08002005'
2020-07-28 07:37:52 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 37, 0, <DeconzAddressEndpoint address_mode=2 address=0x3b74 endpoint=1>, 260, 258, 1, b'\x18n\x0b\n\x00', 2, 0)
2020-07-28 07:37:52 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 37]
2020-07-28 07:37:52 DEBUG (MainThread) [hass_nabucasa.google_report_state] Publishing message:
{'msgid': '2f4083e7ef9f4543a4d6d6422a31c36a',
 'payload': {'devices': {'states': {'cover.bedroom_blind': {'online': True,
                                                            'openPercent': 95}}}}}

2020-07-28 07:37:52 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2020-07-28 07:37:52 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 07:37:52 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 37: 00
2020-07-28 07:37:52 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0x25 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0x3b74 endpoint=1>, status: 0x00
2020-07-28 07:37:52 DEBUG (MainThread) [hass_nabucasa.google_report_state] Received message:
{'msgid': '2f4083e7ef9f4543a4d6d6422a31c36a'}

2020-07-28 07:37:52 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.processor_use, old_state=<state sensor.processor_use=2; unit_of_measurement=%, friendly_name=Processor use, icon=mdi:memory @ 2020-07-28T07:37:22.733458+01:00>, new_state=<state sensor.processor_use=3; unit_of_measurement=%, friendly_name=Processor use, icon=mdi:memory @ 2020-07-28T07:37:52.736650+01:00>>
2020-07-28 07:37:52 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 07:37:52 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 07:37:52 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [30, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, 1, 260, 258, b'\x08o\n\x08\x00 \x08', 0, 175, 255, 238, 136, 142, 0, -52]
2020-07-28 07:37:52 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=False disable_default_response=False> manufacturer=None tsn=111 command_id=Command.Report_Attributes>
2020-07-28 07:37:52 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL request 0x000a: [[<Attribute attrid=8 value=<TypeValue type=uint8_t, value=8>>]]
2020-07-28 07:37:52 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] Attribute report received: current_position_lift_percentage=8
2020-07-28 07:37:52 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x3b74:1:0x0102]: Attribute report 'Window Covering'[current_position_lift_percentage] = 8
2020-07-28 07:37:52 DEBUG (MainThread) [homeassistant.components.zha.cover] setting position: 8
2020-07-28 07:37:52 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=cover.bedroom_blind, old_state=<state cover.bedroom_blind=closing; current_position=95, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T07:37:50.975574+01:00>, new_state=<state cover.bedroom_blind=closing; current_position=92, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T07:37:50.975574+01:00>>
2020-07-28 07:37:52 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 111 under 38 request id, data: b'186f0b0a00'
2020-07-28 07:37:52 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, ep: 1, profile: 0x0104, cluster_id: 0x0102, data: b'086f0a08002008'
2020-07-28 07:37:52 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 38, 0, <DeconzAddressEndpoint address_mode=2 address=0x3b74 endpoint=1>, 260, 258, 1, b'\x18o\x0b\n\x00', 2, 0)
2020-07-28 07:37:53 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 38]
2020-07-28 07:37:53 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2020-07-28 07:37:53 DEBUG (MainThread) [hass_nabucasa.google_report_state] Publishing message:
{'msgid': 'e333778261994f208d085027bfa221e0',
 'payload': {'devices': {'states': {'cover.bedroom_blind': {'online': True,
                                                            'openPercent': 92}}}}}

2020-07-28 07:37:53 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 07:37:53 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 38: 00
2020-07-28 07:37:53 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0x26 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0x3b74 endpoint=1>, status: 0x00
2020-07-28 07:37:53 DEBUG (MainThread) [hass_nabucasa.google_report_state] Received message:
{'msgid': 'e333778261994f208d085027bfa221e0'}

2020-07-28 07:37:53 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 07:37:53 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 07:37:53 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [30, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, 1, 260, 258, b'\x08p\n\x08\x00 \n', 0, 175, 255, 238, 136, 142, 0, -52]
2020-07-28 07:37:53 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=False disable_default_response=False> manufacturer=None tsn=112 command_id=Command.Report_Attributes>
2020-07-28 07:37:53 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL request 0x000a: [[<Attribute attrid=8 value=<TypeValue type=uint8_t, value=10>>]]
2020-07-28 07:37:53 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] Attribute report received: current_position_lift_percentage=10
2020-07-28 07:37:53 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x3b74:1:0x0102]: Attribute report 'Window Covering'[current_position_lift_percentage] = 10
2020-07-28 07:37:53 DEBUG (MainThread) [homeassistant.components.zha.cover] setting position: 10
2020-07-28 07:37:53 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=cover.bedroom_blind, old_state=<state cover.bedroom_blind=closing; current_position=92, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T07:37:50.975574+01:00>, new_state=<state cover.bedroom_blind=closing; current_position=90, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T07:37:50.975574+01:00>>
2020-07-28 07:37:53 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 112 under 39 request id, data: b'18700b0a00'
2020-07-28 07:37:53 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, ep: 1, profile: 0x0104, cluster_id: 0x0102, data: b'08700a0800200a'
2020-07-28 07:37:53 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 39, 0, <DeconzAddressEndpoint address_mode=2 address=0x3b74 endpoint=1>, 260, 258, 1, b'\x18p\x0b\n\x00', 2, 0)
2020-07-28 07:37:53 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 39]
2020-07-28 07:37:53 DEBUG (MainThread) [hass_nabucasa.google_report_state] Publishing message:
{'msgid': 'c1bc3582d36d431abe75ca9a27e741ae',
 'payload': {'devices': {'states': {'cover.bedroom_blind': {'online': True,
                                                            'openPercent': 90}}}}}

2020-07-28 07:37:53 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2020-07-28 07:37:53 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 07:37:53 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 39: 00
2020-07-28 07:37:53 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0x27 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0x3b74 endpoint=1>, status: 0x00
2020-07-28 07:37:53 DEBUG (MainThread) [hass_nabucasa.google_report_state] Received message:
{'msgid': 'c1bc3582d36d431abe75ca9a27e741ae'}
blair287 commented 4 years ago

here is a log from an open command which it didnt move.

 'msgid': '6c645609-9eaf-43c3-bb95-e36c2000b9fa',
 'payload': {'inputs': [{'context': {'locale_country': 'GB',
                                     'locale_language': 'en'},
                         'intent': 'action.devices.EXECUTE',
                         'payload': {'commands': [{'devices': [{'customData': {'baseUrl': 'https://mylink.nabu.casa',
                                                                               'httpPort': 8123,
                                                                               'httpSSL': False,
                                                                               'proxyDeviceId': 'dc25e787-65fd-4c8e-bf64-7ec6681ecb93',
                                                                               'uuid': '3a199554fb2542fe87c0ff516e651fdd',
                                                                               'webhookId': 'ce565e5a19587d7e06f9f8aed82d68d10a796dea8e200b7b414709bd35610114'},
                                                                'id': 'cover.bedroom_blind'}],
                                                   'execution': [{'command': 'action.devices.commands.OpenClose',
                                                                  'params': {'openPercent': 100}}]}]}}],
             'requestId': '6186555781578573228'}}

2020-07-28 08:13:35 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event google_assistant_command[L]: request_id=6186555781578573228, entity_id=cover.bedroom_blind, execution=command=action.devices.commands.OpenClose, params=openPercent=100, source=cloud>
2020-07-28 08:13:35 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event call_service[L]: domain=cover, service=open_cover, service_data=entity_id=cover.bedroom_blind>
2020-07-28 08:13:35 DEBUG (MainThread) [zigpy.device] [0x3b74] Extending timeout for 0xb3 request
2020-07-28 08:13:35 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 179 under 180 request id, data: b'01b300'
2020-07-28 08:13:35 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (18, 180, 0, <DeconzAddressEndpoint address_mode=2 address=0x3b74 endpoint=1>, 260, 258, 1, b'\x01\xb3\x00', 2, 0)
2020-07-28 08:13:35 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 180]
2020-07-28 08:13:35 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2020-07-28 08:13:35 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 08:13:35 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 180: 00
2020-07-28 08:13:35 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0xb4 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0x3b74 endpoint=1>, status: 0x00
2020-07-28 08:13:39 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:13:39 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:13:39 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [28, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, 1, 260, 258, b'\x08\xb1\x0b\x00\x00', 0, 175, 255, 155, 143, 142, 0, -54]
2020-07-28 08:13:39 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=True disable_default_response=False> manufacturer=None tsn=177 command_id=Command.Default_Response>
2020-07-28 08:13:39 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, ep: 1, profile: 0x0104, cluster_id: 0x0102, data: b'08b10b0000'
2020-07-28 08:13:39 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x3b74:1:0x0102]: executed 'up_open' command with args: '()' kwargs: '{}' result: [0, <Status.SUCCESS: 0>]
2020-07-28 08:13:39 DEBUG (MainThread) [homeassistant.components.zha.cover] state=opening
2020-07-28 08:13:39 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=cover.bedroom_blind, old_state=<state cover.bedroom_blind=closing; current_position=90, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T07:57:14.849224+01:00>, new_state=<state cover.bedroom_blind=opening; current_position=90, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:13:39.527586+01:00>>
2020-07-28 08:13:39 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:13:39 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:13:39 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [28, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, 1, 260, 258, b'\x08\xb3\x0b\x00\x00', 0, 175, 255, 155, 143, 142, 0, -54]
2020-07-28 08:13:39 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=True disable_default_response=False> manufacturer=None tsn=179 command_id=Command.Default_Response>
2020-07-28 08:13:39 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, ep: 1, profile: 0x0104, cluster_id: 0x0102, data: b'08b30b0000'
2020-07-28 08:13:39 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x3b74:1:0x0102]: executed 'up_open' command with args: '()' kwargs: '{}' result: [0, <Status.SUCCESS: 0>]
2020-07-28 08:13:39 DEBUG (MainThread) [homeassistant.components.zha.cover] state=opening
2020-07-28 08:13:39 DEBUG (MainThread) [hass_nabucasa.iot] Publishing message:
{'msgid': '6c645609-9eaf-43c3-bb95-e36c2000b9fa',
 'payload': {'payload': {'commands': [{'ids': ['cover.bedroom_blind'],
                                       'states': {'online': True,
                                                  'openPercent': 90},
                                       'status': 'SUCCESS'}]},
             'requestId': '6186555781578573228'}}

2020-07-28 08:13:41 DEBUG (MainThread) [homeassistant.components.zha.entity] light.living_room_light_2: polling current state - from cache: False
2020-07-28 08:13:41 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 181 under 182 request id, data: b'00b5000000'
2020-07-28 08:13:41 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 182, 0, <DeconzAddressEndpoint address_mode=2 address=0x1c3c endpoint=11>, 260, 6, 1, b'\x00\xb5\x00\x00\x00', 2, 0)
2020-07-28 08:13:41 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 182]
2020-07-28 08:13:41 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2020-07-28 08:13:41 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 08:13:41 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 182: 00
2020-07-28 08:13:41 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0xb6 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0x1c3c endpoint=11>, status: 0x00
2020-07-28 08:13:41 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:13:41 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:13:41 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [31, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x1c3c>, 11, 260, 6, b'\x18\xb5\x01\x00\x00\x00\x10\x00', 0, 175, 255, 155, 143, 142, 0, -51]
2020-07-28 08:13:41 DEBUG (MainThread) [zigpy.zcl] [0x1c3c:11:0x0006] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=True disable_default_response=True> manufacturer=None tsn=181 command_id=Command.Read_Attributes_rsp>
2020-07-28 08:13:41 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x1c3c>, ep: 11, profile: 0x0104, cluster_id: 0x0006, data: b'18b5010000001000'
2020-07-28 08:13:41 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 183 under 184 request id, data: b'00b7000000'
2020-07-28 08:13:41 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 184, 0, <DeconzAddressEndpoint address_mode=2 address=0x1c3c endpoint=11>, 260, 8, 1, b'\x00\xb7\x00\x00\x00', 2, 0)
2020-07-28 08:13:41 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 184]
2020-07-28 08:13:41 DEBUG (MainThread) [homeassistant.components.zha.entity] light.table_lamp: polling current state - from cache: False
2020-07-28 08:13:41 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 185 under 186 request id, data: b'00b9000000'
2020-07-28 08:13:41 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 186, 0, <DeconzAddressEndpoint address_mode=2 address=0xbd9d endpoint=11>, 260, 6, 1, b'\x00\xb9\x00\x00\x00', 2, 0)
2020-07-28 08:13:41 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2020-07-28 08:13:41 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 38>, 186]
2020-07-28 08:13:41 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 08:13:41 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2020-07-28 08:13:41 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 184: 00
2020-07-28 08:13:41 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0xb8 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0x1c3c endpoint=11>, status: 0x00
2020-07-28 08:13:41 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 08:13:41 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]
2020-07-28 08:13:41 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 186: 00
2020-07-28 08:13:41 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0xba 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0xbd9d endpoint=11>, status: 0x00
2020-07-28 08:13:41 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:13:41 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [31, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x1c3c>, 11, 260, 8, b'\x18\xb7\x01\x00\x00\x00 \xfe', 0, 175, 255, 155, 143, 142, 0, -50]
2020-07-28 08:13:41 DEBUG (MainThread) [zigpy.zcl] [0x1c3c:11:0x0008] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=True disable_default_response=True> manufacturer=None tsn=183 command_id=Command.Read_Attributes_rsp>
2020-07-28 08:13:41 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x1c3c>, ep: 11, profile: 0x0104, cluster_id: 0x0008, data: b'18b70100000020fe'
2020-07-28 08:13:41 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x1c3c:11:0x0008]: received attribute: 0 update with value: 254
2020-07-28 08:13:41 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:13:41 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:13:41 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [31, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0xbd9d>, 11, 260, 6, b'\x18\xb9\x01\x00\x00\x00\x10\x00', 0, 175, 255, 155, 143, 142, 0, -55]
2020-07-28 08:13:41 DEBUG (MainThread) [zigpy.zcl] [0xbd9d:11:0x0006] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=True disable_default_response=True> manufacturer=None tsn=185 command_id=Command.Read_Attributes_rsp>
2020-07-28 08:13:41 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0xbd9d>, ep: 11, profile: 0x0104, cluster_id: 0x0006, data: b'18b9010000001000'
2020-07-28 08:13:41 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 187 under 188 request id, data: b'00bb000000'
2020-07-28 08:13:41 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 188, 0, <DeconzAddressEndpoint address_mode=2 address=0xbd9d endpoint=11>, 260, 8, 1, b'\x00\xbb\x00\x00\x00', 2, 0)
2020-07-28 08:13:41 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 188]
2020-07-28 08:13:41 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2020-07-28 08:13:41 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 08:13:41 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 188: 00
2020-07-28 08:13:41 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0xbc 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0xbd9d endpoint=11>, status: 0x00
2020-07-28 08:13:41 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:13:41 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:13:41 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [31, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0xbd9d>, 11, 260, 8, b'\x18\xbb\x01\x00\x00\x00 \xfe', 0, 175, 255, 155, 143, 142, 0, -55]
2020-07-28 08:13:41 DEBUG (MainThread) [zigpy.zcl] [0xbd9d:11:0x0008] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=True disable_default_response=True> manufacturer=None tsn=187 command_id=Command.Read_Attributes_rsp>
2020-07-28 08:13:41 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0xbd9d>, ep: 11, profile: 0x0104, cluster_id: 0x0008, data: b'18bb0100000020fe'
2020-07-28 08:13:41 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0xbd9d:11:0x0008]: received attribute: 0 update with value: 254
2020-07-28 08:13:41 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0xd103:1:0x0b04]: async_update
2020-07-28 08:13:41 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 189 under 190 request id, data: b'00bd000b05'
2020-07-28 08:13:41 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 190, 0, <DeconzAddressEndpoint address_mode=2 address=0xd103 endpoint=1>, 260, 2820, 1, b'\x00\xbd\x00\x0b\x05', 2, 0)
2020-07-28 08:13:41 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0xb374:1:0x0b04]: async_update
2020-07-28 08:13:41 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 191 under 192 request id, data: b'00bf000b05'
2020-07-28 08:13:41 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x7687:1:0x0b04]: async_update
2020-07-28 08:13:41 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 193 under 194 request id, data: b'00c1000b05'
2020-07-28 08:13:41 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0xccca:1:0x0b04]: async_update
2020-07-28 08:13:41 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 195 under 196 request id, data: b'00c3000b05'
2020-07-28 08:13:41 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x2072:1:0x0b04]: async_update
2020-07-28 08:13:41 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 197 under 198 request id, data: b'00c5000b05'
2020-07-28 08:13:41 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 190]
2020-07-28 08:13:41 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 192, 0, <DeconzAddressEndpoint address_mode=2 address=0xb374 endpoint=1>, 260, 2820, 1, b'\x00\xbf\x00\x0b\x05', 2, 0)
2020-07-28 08:13:41 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2020-07-28 08:13:41 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 38>, 192]
2020-07-28 08:13:41 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 194, 0, <DeconzAddressEndpoint address_mode=2 address=0x7687 endpoint=1>, 260, 2820, 1, b'\x00\xc1\x00\x0b\x05', 2, 0)
2020-07-28 08:13:42 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2020-07-28 08:13:42 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 38>, 194]
2020-07-28 08:13:42 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 196, 0, <DeconzAddressEndpoint address_mode=2 address=0xccca endpoint=1>, 260, 2820, 1, b'\x00\xc3\x00\x0b\x05', 2, 0)
2020-07-28 08:13:42 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2020-07-28 08:13:42 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 38>, 196]
2020-07-28 08:13:42 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 198, 0, <DeconzAddressEndpoint address_mode=2 address=0x2072 endpoint=1>, 260, 2820, 1, b'\x00\xc5\x00\x0b\x05', 2, 0)
2020-07-28 08:13:42 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 38>, 198]
2020-07-28 08:13:42 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 08:13:42 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 190: 00
2020-07-28 08:13:42 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0xbe 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0xd103 endpoint=1>, status: 0x00
2020-07-28 08:13:42 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 08:13:42 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 192: 00
2020-07-28 08:13:42 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0xc0 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0xb374 endpoint=1>, status: 0x00
2020-07-28 08:13:42 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 08:13:42 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 194: 00
2020-07-28 08:13:42 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0xc2 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0x7687 endpoint=1>, status: 0x00
2020-07-28 08:13:42 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2020-07-28 08:13:42 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 08:13:42 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 196: 00
2020-07-28 08:13:42 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0xc4 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0xccca endpoint=1>, status: 0x00
2020-07-28 08:13:42 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 08:13:42 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 198: 00
2020-07-28 08:13:42 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0xc6 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0x2072 endpoint=1>, status: 0x00
2020-07-28 08:13:42 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:13:42 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:13:42 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [32, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0xd103>, 1, 260, 2820, b'\x18\xbd\x01\x0b\x05\x00)\x00\x00', 0, 175, 255, 155, 143, 142, 0, -35]
2020-07-28 08:13:42 DEBUG (MainThread) [zigpy.zcl] [0xd103:1:0x0b04] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=True disable_default_response=True> manufacturer=None tsn=189 command_id=Command.Read_Attributes_rsp>
2020-07-28 08:13:42 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0xd103>, ep: 1, profile: 0x0104, cluster_id: 0x0b04, data: b'18bd010b0500290000'
2020-07-28 08:13:42 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:13:42 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:13:42 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [32, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0xb374>, 1, 260, 2820, b'\x18\xbf\x01\x0b\x05\x00)\x00\x00', 0, 175, 255, 155, 143, 142, 0, -53]
2020-07-28 08:13:42 DEBUG (MainThread) [zigpy.zcl] [0xb374:1:0x0b04] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=True disable_default_response=True> manufacturer=None tsn=191 command_id=Command.Read_Attributes_rsp>
2020-07-28 08:13:42 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0xb374>, ep: 1, profile: 0x0104, cluster_id: 0x0b04, data: b'18bf010b0500290000'
2020-07-28 08:13:42 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:13:42 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:13:42 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [32, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0xccca>, 1, 260, 2820, b'\x18\xc3\x01\x0b\x05\x00)\x00\x00', 0, 175, 255, 125, 135, 142, 0, -35]
2020-07-28 08:13:42 DEBUG (MainThread) [zigpy.zcl] [0xccca:1:0x0b04] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=True disable_default_response=True> manufacturer=None tsn=195 command_id=Command.Read_Attributes_rsp>
2020-07-28 08:13:42 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0xccca>, ep: 1, profile: 0x0104, cluster_id: 0x0b04, data: b'18c3010b0500290000'
2020-07-28 08:13:42 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:13:42 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:13:42 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [32, <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=0x7687>, 1, 260, 2820, b'\x18\xc1\x01\x0b\x05\x00)\x00\x00', 0, 175, 215, 184, 127, 142, 0, -67]
2020-07-28 08:13:42 DEBUG (MainThread) [zigpy.zcl] [0x7687:1:0x0b04] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=True disable_default_response=True> manufacturer=None tsn=193 command_id=Command.Read_Attributes_rsp>
2020-07-28 08:13:42 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x7687>, ep: 1, profile: 0x0104, cluster_id: 0x0b04, data: b'18c1010b0500290000'
2020-07-28 08:13:42 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:13:42 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [32, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x2072>, 1, 260, 2820, b'\x18\xc5\x01\x0b\x05\x00)\x8c\x04', 0, 175, 255, 155, 143, 142, 0, -35]
2020-07-28 08:13:42 DEBUG (MainThread) [zigpy.zcl] [0x2072:1:0x0b04] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=True disable_default_response=True> manufacturer=None tsn=197 command_id=Command.Read_Attributes_rsp>
2020-07-28 08:13:42 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x2072>, ep: 1, profile: 0x0104, cluster_id: 0x0b04, data: b'18c5010b0500298c04'
2020-07-28 08:13:42 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:13:42 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:13:42 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [31, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x22ad>, 1, 260, 1024, b'\x18a\n\x00\x00!\xaaT', 0, 175, 255, 155, 143, 142, 0, -62]
2020-07-28 08:13:42 DEBUG (MainThread) [zigpy.zcl] [0x22ad:1:0x0400] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=False disable_default_response=True> manufacturer=None tsn=97 command_id=Command.Report_Attributes>
2020-07-28 08:13:42 DEBUG (MainThread) [zigpy.zcl] [0x22ad:1:0x0400] ZCL request 0x000a: [[<Attribute attrid=0 value=<TypeValue type=uint16_t, value=21674>>]]
2020-07-28 08:13:42 DEBUG (MainThread) [zigpy.zcl] [0x22ad:1:0x0400] Attribute report received: measured_value=21674
2020-07-28 08:13:42 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.kitchen_illumination, old_state=<state sensor.kitchen_illumination=146.0; unit_of_measurement=lx, friendly_name=Kitchen Illumination, device_class=illuminance @ 2020-07-28T08:13:13.044252+01:00>, new_state=<state sensor.kitchen_illumination=147.0; unit_of_measurement=lx, friendly_name=Kitchen Illumination, device_class=illuminance @ 2020-07-28T08:13:42.974696+01:00>>
2020-07-28 08:13:42 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x22ad>, ep: 1, profile: 0x0104, cluster_id: 0x0400, data: b'18610a000021aa54'
2020-07-28 08:13:44 DEBUG (ArloEventStream) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=binary_sensor.aarlo_motion_living_room_camera, old_state=<state binary_sensor.aarlo_motion_living_room_camera=on; attribution=Data provided by my.arlo.com, brand=Netgear Arlo, friendly_name=Motion Living Room Camera, camera_name=Living Room Camera, device_class=motion @ 2020-07-28T08:13:20.176610+01:00>, new_state=<state binary_sensor.aarlo_motion_living_room_camera=off; attribution=Data provided by my.arlo.com, brand=Netgear Arlo, friendly_name=Motion Living Room Camera, camera_name=Living Room Camera, device_class=motion @ 2020-07-28T08:13:44.155677+01:00>>
2020-07-28 08:13:44 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.huawei_b535_232_rsrq, old_state=<state sensor.huawei_b535_232_rsrq=-12.0; unit_of_measurement=dB, friendly_name=Huawei B535-232 RSRQ, icon=mdi:signal-cellular-outline, device_class=signal_strength @ 2020-07-28T08:13:34.909560+01:00>, new_state=<state sensor.huawei_b535_232_rsrq=-10.0; unit_of_measurement=dB, friendly_name=Huawei B535-232 RSRQ, icon=mdi:signal-cellular-1, device_class=signal_strength @ 2020-07-28T08:13:44.917262+01:00>>
2020-07-28 08:13:44 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.huawei_b535_232_rssi, old_state=<state sensor.huawei_b535_232_rssi=-65.0; unit_of_measurement=dBm, friendly_name=Huawei B535-232 RSSI, icon=mdi:signal-cellular-2, device_class=signal_strength @ 2020-07-28T08:13:34.910391+01:00>, new_state=<state sensor.huawei_b535_232_rssi=-67.0; unit_of_measurement=dBm, friendly_name=Huawei B535-232 RSSI, icon=mdi:signal-cellular-2, device_class=signal_strength @ 2020-07-28T08:13:44.918253+01:00>>
2020-07-28 08:13:44 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.huawei_b535_232_sinr, old_state=<state sensor.huawei_b535_232_sinr=6.0; unit_of_measurement=dB, friendly_name=Huawei B535-232 SINR, icon=mdi:signal-cellular-2, device_class=signal_strength @ 2020-07-28T08:13:34.910949+01:00>, new_state=<state sensor.huawei_b535_232_sinr=9.0; unit_of_measurement=dB, friendly_name=Huawei B535-232 SINR, icon=mdi:signal-cellular-2, device_class=signal_strength @ 2020-07-28T08:13:44.918906+01:00>>
2020-07-28 08:13:45 DEBUG (ArloEventStream) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=camera.aarlo_living_room_camera, old_state=<state camera.aarlo_living_room_camera=recording; access_token=cd9d619d6f6a4b419442ad0021de94fedee2069574cdfff720842717fab8cea6, model_name=VMC3040, brand=Netgear Arlo, battery_level=100, battery_tech=None, brightness=0, flipped=False, mirrored=False, motion_detection_sensitivity=80, power_save_mode=optimized, signal_strength=4, unseen_videos=28818, recent_activity=True, image_source=capture/07-28 08:12, charging=False, charger_type=None, wired=False, wired_only=False, last_thumbnail=https://arlos3-prod-z1.s3.amazonaws.com/0708b97ccf994d2e9d22f96fcaa7af99/GCDB-335-51951051/4SW285SG64FCD/recordings/1595920302839_thumb.jpg?AWSAccessKeyId=AKIA2BAHQO5Q6TAHDD2H&Expires=1596006740&Signature=98o3u0CmAMgkUoGGISZ84f525EA%3D, last_video=https://arlos3-prod-z1.s3.amazonaws.com/0708b97ccf994d2e9d22f96fcaa7af99/GCDB-335-51951051/4SW285SG64FCD/recordings/1595920302839.mp4?AWSAccessKeyId=AKIA2BAHQO5Q6TAHDD2H&Expires=1596006741&Signature=rI0AxDgX24P7jURqGgFiwzWZ1BE%3D, time_zone=Europe/London, attribution=Data provided by my.arlo.com, device_id=4SW285SG64FCD, model_id=VMC3040, parent_id=4SW285SG64FCD, friendly_name=Living Room Camera, siren=False, entity_picture=/api/camera_proxy/camera.aarlo_living_room_camera?token=cd9d619d6f6a4b419442ad0021de94fedee2069574cdfff720842717fab8cea6, supported_features=0 @ 2020-07-28T08:13:20.276431+01:00>, new_state=<state camera.aarlo_living_room_camera=recently active; access_token=cd9d619d6f6a4b419442ad0021de94fedee2069574cdfff720842717fab8cea6, model_name=VMC3040, brand=Netgear Arlo, battery_level=100, battery_tech=None, brightness=0, flipped=False, mirrored=False, motion_detection_sensitivity=80, power_save_mode=optimized, signal_strength=4, unseen_videos=28818, recent_activity=True, image_source=capture/07-28 08:12, charging=False, charger_type=None, wired=False, wired_only=False, last_thumbnail=https://arlos3-prod-z1.s3.amazonaws.com/0708b97ccf994d2e9d22f96fcaa7af99/GCDB-335-51951051/4SW285SG64FCD/recordings/1595920302839_thumb.jpg?AWSAccessKeyId=AKIA2BAHQO5Q6TAHDD2H&Expires=1596006740&Signature=98o3u0CmAMgkUoGGISZ84f525EA%3D, last_video=https://arlos3-prod-z1.s3.amazonaws.com/0708b97ccf994d2e9d22f96fcaa7af99/GCDB-335-51951051/4SW285SG64FCD/recordings/1595920302839.mp4?AWSAccessKeyId=AKIA2BAHQO5Q6TAHDD2H&Expires=1596006741&Signature=rI0AxDgX24P7jURqGgFiwzWZ1BE%3D, time_zone=Europe/London, attribution=Data provided by my.arlo.com, device_id=4SW285SG64FCD, model_id=VMC3040, parent_id=4SW285SG64FCD, friendly_name=Living Room Camera, siren=False, entity_picture=/api/camera_proxy/camera.aarlo_living_room_camera?token=cd9d619d6f6a4b419442ad0021de94fedee2069574cdfff720842717fab8cea6, supported_features=0 @ 2020-07-28T08:13:45.775657+01:00>>
2020-07-28 08:13:46 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:13:46 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:13:46 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [31, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0xa6b2>, 1, 260, 1026, b'\x08B\n\x00\x00)(\x08', 0, 175, 255, 174, 143, 142, 0, -59]
2020-07-28 08:13:46 DEBUG (MainThread) [zigpy.zcl] [0xa6b2:1:0x0402] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=False disable_default_response=False> manufacturer=None tsn=66 command_id=Command.Report_Attributes>
2020-07-28 08:13:46 DEBUG (MainThread) [zigpy.zcl] [0xa6b2:1:0x0402] ZCL request 0x000a: [[<Attribute attrid=0 value=<TypeValue type=int16s, value=2088>>]]
2020-07-28 08:13:46 DEBUG (MainThread) [zigpy.zcl] [0xa6b2:1:0x0402] Attribute report received: measured_value=2088
2020-07-28 08:13:46 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 66 under 199 request id, data: b'18420b0a00'
2020-07-28 08:13:46 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0xa6b2>, ep: 1, profile: 0x0104, cluster_id: 0x0402, data: b'08420a0000292808'
2020-07-28 08:13:46 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 199, 0, <DeconzAddressEndpoint address_mode=2 address=0xa6b2 endpoint=1>, 260, 1026, 1, b'\x18B\x0b\n\x00', 2, 0)
2020-07-28 08:13:46 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 199]
2020-07-28 08:13:46 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2020-07-28 08:13:46 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 08:13:46 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 199: 00
2020-07-28 08:13:46 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0xc7 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0xa6b2 endpoint=1>, status: 0x00
2020-07-28 08:13:50 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:13:50 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:13:50 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [31, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x2072>, 1, 260, 2820, b'\x08,\n\x0b\x05)\x87\x04', 0, 175, 255, 174, 143, 142, 0, -35]
2020-07-28 08:13:50 DEBUG (MainThread) [zigpy.zcl] [0x2072:1:0x0b04] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=False disable_default_response=False> manufacturer=None tsn=44 command_id=Command.Report_Attributes>
2020-07-28 08:13:50 DEBUG (MainThread) [zigpy.zcl] [0x2072:1:0x0b04] ZCL request 0x000a: [[<Attribute attrid=1291 value=<TypeValue type=int16s, value=1159>>]]
2020-07-28 08:13:50 DEBUG (MainThread) [zigpy.zcl] [0x2072:1:0x0b04] Attribute report received: active_power=1159
2020-07-28 08:13:50 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 44 under 200 request id, data: b'182c0b0a00'
2020-07-28 08:13:50 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x2072>, ep: 1, profile: 0x0104, cluster_id: 0x0b04, data: b'082c0a0b05298704'
2020-07-28 08:13:50 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 200, 0, <DeconzAddressEndpoint address_mode=2 address=0x2072 endpoint=1>, 260, 2820, 1, b'\x18,\x0b\n\x00', 2, 0)
2020-07-28 08:13:50 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 200]
2020-07-28 08:13:50 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2020-07-28 08:13:50 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 08:13:50 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 200: 00
2020-07-28 08:13:50 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0xc8 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0x2072 endpoint=1>, status: 0x00
2020-07-28 08:13:54 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.huawei_b535_232_rsrq, old_state=<state sensor.huawei_b535_232_rsrq=-10.0; unit_of_measurement=dB, friendly_name=Huawei B535-232 RSRQ, icon=mdi:signal-cellular-1, device_class=signal_strength @ 2020-07-28T08:13:44.917262+01:00>, new_state=<state sensor.huawei_b535_232_rsrq=-9.0; unit_of_measurement=dB, friendly_name=Huawei B535-232 RSRQ, icon=mdi:signal-cellular-1, device_class=signal_strength @ 2020-07-28T08:13:54.901763+01:00>>
2020-07-28 08:13:54 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.huawei_b535_232_sinr, old_state=<state sensor.huawei_b535_232_sinr=9.0; unit_of_measurement=dB, friendly_name=Huawei B535-232 SINR, icon=mdi:signal-cellular-2, device_class=signal_strength @ 2020-07-28T08:13:44.918906+01:00>, new_state=<state sensor.huawei_b535_232_sinr=15.0; unit_of_measurement=dB, friendly_name=Huawei B535-232 SINR, icon=mdi:signal-cellular-3, device_class=signal_strength @ 2020-07-28T08:13:54.902783+01:00>>
2020-07-28 08:13:58 DEBUG (ArloEventStream) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=camera.aarlo_living_room_camera, old_state=<state camera.aarlo_living_room_camera=recently active; access_token=cd9d619d6f6a4b419442ad0021de94fedee2069574cdfff720842717fab8cea6, model_name=VMC3040, brand=Netgear Arlo, battery_level=100, battery_tech=None, brightness=0, flipped=False, mirrored=False, motion_detection_sensitivity=80, power_save_mode=optimized, signal_strength=4, unseen_videos=28818, recent_activity=True, image_source=capture/07-28 08:12, charging=False, charger_type=None, wired=False, wired_only=False, last_thumbnail=https://arlos3-prod-z1.s3.amazonaws.com/0708b97ccf994d2e9d22f96fcaa7af99/GCDB-335-51951051/4SW285SG64FCD/recordings/1595920302839_thumb.jpg?AWSAccessKeyId=AKIA2BAHQO5Q6TAHDD2H&Expires=1596006740&Signature=98o3u0CmAMgkUoGGISZ84f525EA%3D, last_video=https://arlos3-prod-z1.s3.amazonaws.com/0708b97ccf994d2e9d22f96fcaa7af99/GCDB-335-51951051/4SW285SG64FCD/recordings/1595920302839.mp4?AWSAccessKeyId=AKIA2BAHQO5Q6TAHDD2H&Expires=1596006741&Signature=rI0AxDgX24P7jURqGgFiwzWZ1BE%3D, time_zone=Europe/London, attribution=Data provided by my.arlo.com, device_id=4SW285SG64FCD, model_id=VMC3040, parent_id=4SW285SG64FCD, friendly_name=Living Room Camera, siren=False, entity_picture=/api/camera_proxy/camera.aarlo_living_room_camera?token=cd9d619d6f6a4b419442ad0021de94fedee2069574cdfff720842717fab8cea6, supported_features=0 @ 2020-07-28T08:13:45.775657+01:00>, new_state=<state camera.aarlo_living_room_camera=recently active; access_token=cd9d619d6f6a4b419442ad0021de94fedee2069574cdfff720842717fab8cea6, model_name=VMC3040, brand=Netgear Arlo, battery_level=100, battery_tech=None, brightness=0, flipped=False, mirrored=False, motion_detection_sensitivity=80, power_save_mode=optimized, signal_strength=4, unseen_videos=28819, recent_activity=True, image_source=capture/07-28 08:12, charging=False, charger_type=None, wired=False, wired_only=False, last_thumbnail=https://arlos3-prod-z1.s3.amazonaws.com/0708b97ccf994d2e9d22f96fcaa7af99/GCDB-335-51951051/4SW285SG64FCD/recordings/1595920400106_thumb.jpg?AWSAccessKeyId=AKIA2BAHQO5Q6TAHDD2H&Expires=1596006838&Signature=lha8B261TJnVHd6zcfh7d2szZGQ%3D, last_video=https://arlos3-prod-z1.s3.amazonaws.com/0708b97ccf994d2e9d22f96fcaa7af99/GCDB-335-51951051/4SW285SG64FCD/recordings/1595920302839.mp4?AWSAccessKeyId=AKIA2BAHQO5Q6TAHDD2H&Expires=1596006741&Signature=rI0AxDgX24P7jURqGgFiwzWZ1BE%3D, time_zone=Europe/London, attribution=Data provided by my.arlo.com, device_id=4SW285SG64FCD, model_id=VMC3040, parent_id=4SW285SG64FCD, friendly_name=Living Room Camera, siren=False, entity_picture=/api/camera_proxy/camera.aarlo_living_room_camera?token=cd9d619d6f6a4b419442ad0021de94fedee2069574cdfff720842717fab8cea6, supported_features=0 @ 2020-07-28T08:13:45.775657+01:00>>
2020-07-28 08:13:58 DEBUG (ArloBackgroundWorker) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=camera.aarlo_living_room_camera, old_state=<state camera.aarlo_living_room_camera=recently active; access_token=cd9d619d6f6a4b419442ad0021de94fedee2069574cdfff720842717fab8cea6, model_name=VMC3040, brand=Netgear Arlo, battery_level=100, battery_tech=None, brightness=0, flipped=False, mirrored=False, motion_detection_sensitivity=80, power_save_mode=optimized, signal_strength=4, unseen_videos=28819, recent_activity=True, image_source=capture/07-28 08:12, charging=False, charger_type=None, wired=False, wired_only=False, last_thumbnail=https://arlos3-prod-z1.s3.amazonaws.com/0708b97ccf994d2e9d22f96fcaa7af99/GCDB-335-51951051/4SW285SG64FCD/recordings/1595920400106_thumb.jpg?AWSAccessKeyId=AKIA2BAHQO5Q6TAHDD2H&Expires=1596006838&Signature=lha8B261TJnVHd6zcfh7d2szZGQ%3D, last_video=https://arlos3-prod-z1.s3.amazonaws.com/0708b97ccf994d2e9d22f96fcaa7af99/GCDB-335-51951051/4SW285SG64FCD/recordings/1595920302839.mp4?AWSAccessKeyId=AKIA2BAHQO5Q6TAHDD2H&Expires=1596006741&Signature=rI0AxDgX24P7jURqGgFiwzWZ1BE%3D, time_zone=Europe/London, attribution=Data provided by my.arlo.com, device_id=4SW285SG64FCD, model_id=VMC3040, parent_id=4SW285SG64FCD, friendly_name=Living Room Camera, siren=False, entity_picture=/api/camera_proxy/camera.aarlo_living_room_camera?token=cd9d619d6f6a4b419442ad0021de94fedee2069574cdfff720842717fab8cea6, supported_features=0 @ 2020-07-28T08:13:45.775657+01:00>, new_state=<state camera.aarlo_living_room_camera=recently active; access_token=cd9d619d6f6a4b419442ad0021de94fedee2069574cdfff720842717fab8cea6, model_name=VMC3040, brand=Netgear Arlo, battery_level=100, battery_tech=None, brightness=0, flipped=False, mirrored=False, motion_detection_sensitivity=80, power_save_mode=optimized, signal_strength=4, unseen_videos=28819, recent_activity=True, image_source=capture/07-28 08:13, charging=False, charger_type=None, wired=False, wired_only=False, last_thumbnail=https://arlos3-prod-z1.s3.amazonaws.com/0708b97ccf994d2e9d22f96fcaa7af99/GCDB-335-51951051/4SW285SG64FCD/recordings/1595920400106_thumb.jpg?AWSAccessKeyId=AKIA2BAHQO5Q6TAHDD2H&Expires=1596006838&Signature=lha8B261TJnVHd6zcfh7d2szZGQ%3D, last_video=https://arlos3-prod-z1.s3.amazonaws.com/0708b97ccf994d2e9d22f96fcaa7af99/GCDB-335-51951051/4SW285SG64FCD/recordings/1595920302839.mp4?AWSAccessKeyId=AKIA2BAHQO5Q6TAHDD2H&Expires=1596006741&Signature=rI0AxDgX24P7jURqGgFiwzWZ1BE%3D, time_zone=Europe/London, attribution=Data provided by my.arlo.com, device_id=4SW285SG64FCD, model_id=VMC3040, parent_id=4SW285SG64FCD, friendly_name=Living Room Camera, siren=False, entity_picture=/api/camera_proxy/camera.aarlo_living_room_camera?token=cd9d619d6f6a4b419442ad0021de94fedee2069574cdfff720842717fab8cea6, supported_features=0 @ 2020-07-28T08:13:45.775657+01:00>>
2020-07-28 08:13:59 DEBUG (ArloBackgroundWorker) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=camera.aarlo_living_room_camera, old_state=<state camera.aarlo_living_room_camera=recently active; access_token=cd9d619d6f6a4b419442ad0021de94fedee2069574cdfff720842717fab8cea6, model_name=VMC3040, brand=Netgear Arlo, battery_level=100, battery_tech=None, brightness=0, flipped=False, mirrored=False, motion_detection_sensitivity=80, power_save_mode=optimized, signal_strength=4, unseen_videos=28819, recent_activity=True, image_source=capture/07-28 08:13, charging=False, charger_type=None, wired=False, wired_only=False, last_thumbnail=https://arlos3-prod-z1.s3.amazonaws.com/0708b97ccf994d2e9d22f96fcaa7af99/GCDB-335-51951051/4SW285SG64FCD/recordings/1595920400106_thumb.jpg?AWSAccessKeyId=AKIA2BAHQO5Q6TAHDD2H&Expires=1596006838&Signature=lha8B261TJnVHd6zcfh7d2szZGQ%3D, last_video=https://arlos3-prod-z1.s3.amazonaws.com/0708b97ccf994d2e9d22f96fcaa7af99/GCDB-335-51951051/4SW285SG64FCD/recordings/1595920302839.mp4?AWSAccessKeyId=AKIA2BAHQO5Q6TAHDD2H&Expires=1596006741&Signature=rI0AxDgX24P7jURqGgFiwzWZ1BE%3D, time_zone=Europe/London, attribution=Data provided by my.arlo.com, device_id=4SW285SG64FCD, model_id=VMC3040, parent_id=4SW285SG64FCD, friendly_name=Living Room Camera, siren=False, entity_picture=/api/camera_proxy/camera.aarlo_living_room_camera?token=cd9d619d6f6a4b419442ad0021de94fedee2069574cdfff720842717fab8cea6, supported_features=0 @ 2020-07-28T08:13:45.775657+01:00>, new_state=<state camera.aarlo_living_room_camera=recently active; access_token=cd9d619d6f6a4b419442ad0021de94fedee2069574cdfff720842717fab8cea6, model_name=VMC3040, brand=Netgear Arlo, battery_level=100, battery_tech=None, brightness=0, flipped=False, mirrored=False, motion_detection_sensitivity=80, power_save_mode=optimized, signal_strength=4, unseen_videos=28819, recent_activity=True, image_source=capture/07-28 08:13, charging=False, charger_type=None, wired=False, wired_only=False, last_thumbnail=https://arlos3-prod-z1.s3.amazonaws.com/0708b97ccf994d2e9d22f96fcaa7af99/GCDB-335-51951051/4SW285SG64FCD/recordings/1595920400106_thumb.jpg?AWSAccessKeyId=AKIA2BAHQO5Q6TAHDD2H&Expires=1596006838&Signature=lha8B261TJnVHd6zcfh7d2szZGQ%3D, last_video=https://arlos3-prod-z1.s3.amazonaws.com/0708b97ccf994d2e9d22f96fcaa7af99/GCDB-335-51951051/4SW285SG64FCD/recordings/1595920400106.mp4?AWSAccessKeyId=AKIA2BAHQO5Q6TAHDD2H&Expires=1596006839&Signature=y8klWcprq%2FzBFjuekntx2r4fWW4%3D, time_zone=Europe/London, attribution=Data provided by my.arlo.com, device_id=4SW285SG64FCD, model_id=VMC3040, parent_id=4SW285SG64FCD, friendly_name=Living Room Camera, siren=False, entity_picture=/api/camera_proxy/camera.aarlo_living_room_camera?token=cd9d619d6f6a4b419442ad0021de94fedee2069574cdfff720842717fab8cea6, supported_features=0 @ 2020-07-28T08:13:45.775657+01:00>>
2020-07-28 08:14:02 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:14:02 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:14:02 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [35, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x2072>, 1, 260, 25, b"\x01-\x01\x00N\x10'\x00\x10S\x060", 0, 175, 255, 179, 143, 142, 0, -35]
2020-07-28 08:14:02 DEBUG (MainThread) [zigpy.zcl] [0x2072:1:0x0019] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=CLUSTER_COMMAND manufacturer_specific=False is_reply=False disable_default_response=False> manufacturer=None tsn=45 command_id=1>
2020-07-28 08:14:02 DEBUG (MainThread) [zigpy.zcl] [0x2072:1:0x0019] ZCL request 0x0001: [0, 4174, 39, 805720848, None]
2020-07-28 08:14:02 DEBUG (MainThread) [zigpy.zcl] [0x2072:1:0x0019] OTA query_next_image handler for 'CentraLite 3200-Sgb': field_control=0, manufacture_id=4174, image_type=39, current_file_version=805720848, hardware_version=None
2020-07-28 08:14:02 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x2072>, ep: 1, profile: 0x0104, cluster_id: 0x0019, data: b'012d01004e10270010530630'
2020-07-28 08:14:02 DEBUG (MainThread) [zigpy.zcl] [0x2072:1:0x0019] No OTA image is available
2020-07-28 08:14:02 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 45 under 201 request id, data: b'192d0298'
2020-07-28 08:14:02 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (19, 201, 0, <DeconzAddressEndpoint address_mode=2 address=0x2072 endpoint=1>, 260, 25, 1, b'\x19-\x02\x98', 2, 0)
2020-07-28 08:14:02 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 201]
2020-07-28 08:14:02 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2020-07-28 08:14:02 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 08:14:02 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 201: 00
2020-07-28 08:14:02 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0xc9 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0x2072 endpoint=1>, status: 0x00
2020-07-28 08:14:02 DEBUG (MainThread) [homeassistant.components.zha.entity] light.blair_s_lamp: polling current state - from cache: False
2020-07-28 08:14:02 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 202 under 203 request id, data: b'00ca000000'
2020-07-28 08:14:02 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 203, 0, <DeconzAddressEndpoint address_mode=2 address=0xc5a7 endpoint=11>, 260, 6, 1, b'\x00\xca\x00\x00\x00', 2, 0)
2020-07-28 08:14:02 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 203]
2020-07-28 08:14:03 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2020-07-28 08:14:03 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 08:14:03 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 203: 00
2020-07-28 08:14:03 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0xcb 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0xc5a7 endpoint=11>, status: 0x00
2020-07-28 08:14:03 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:14:03 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:14:03 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [31, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0xc5a7>, 11, 260, 6, b'\x18\xca\x01\x00\x00\x00\x10\x00', 0, 175, 255, 179, 143, 142, 0, -53]
2020-07-28 08:14:03 DEBUG (MainThread) [zigpy.zcl] [0xc5a7:11:0x0006] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=True disable_default_response=True> manufacturer=None tsn=202 command_id=Command.Read_Attributes_rsp>
2020-07-28 08:14:03 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0xc5a7>, ep: 11, profile: 0x0104, cluster_id: 0x0006, data: b'18ca010000001000'
2020-07-28 08:14:03 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 204 under 205 request id, data: b'00cc000000'
2020-07-28 08:14:03 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 205, 0, <DeconzAddressEndpoint address_mode=2 address=0xc5a7 endpoint=11>, 260, 8, 1, b'\x00\xcc\x00\x00\x00', 2, 0)
2020-07-28 08:14:03 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 205]
2020-07-28 08:14:03 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2020-07-28 08:14:03 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 08:14:03 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 205: 00
2020-07-28 08:14:03 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0xcd 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0xc5a7 endpoint=11>, status: 0x00
2020-07-28 08:14:03 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:14:03 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:14:03 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [31, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0xc5a7>, 11, 260, 8, b'\x18\xcc\x01\x00\x00\x00 3', 0, 175, 255, 179, 143, 142, 0, -52]
2020-07-28 08:14:03 DEBUG (MainThread) [zigpy.zcl] [0xc5a7:11:0x0008] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=True disable_default_response=True> manufacturer=None tsn=204 command_id=Command.Read_Attributes_rsp>
2020-07-28 08:14:03 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0xc5a7>, ep: 11, profile: 0x0104, cluster_id: 0x0008, data: b'18cc010000002033'
2020-07-28 08:14:03 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0xc5a7:11:0x0008]: received attribute: 0 update with value: 51
2020-07-28 08:14:04 DEBUG (MainThread) [homeassistant.components.zha.entity] light.bedroom_light: polling current state - from cache: False
2020-07-28 08:14:04 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 206 under 207 request id, data: b'00ce000000'
2020-07-28 08:14:04 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 207, 0, <DeconzAddressEndpoint address_mode=2 address=0x91fb endpoint=11>, 260, 6, 1, b'\x00\xce\x00\x00\x00', 2, 0)
2020-07-28 08:14:04 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 207]
2020-07-28 08:14:04 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2020-07-28 08:14:04 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 08:14:04 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 207: 00
2020-07-28 08:14:04 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0xcf 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0x91fb endpoint=11>, status: 0x00
2020-07-28 08:14:04 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:14:04 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:14:04 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [31, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x91fb>, 11, 260, 6, b'\x18\xce\x01\x00\x00\x00\x10\x00', 0, 175, 215, 179, 143, 142, 0, -67]
2020-07-28 08:14:04 DEBUG (MainThread) [zigpy.zcl] [0x91fb:11:0x0006] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=True disable_default_response=True> manufacturer=None tsn=206 command_id=Command.Read_Attributes_rsp>
2020-07-28 08:14:04 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x91fb>, ep: 11, profile: 0x0104, cluster_id: 0x0006, data: b'18ce010000001000'
2020-07-28 08:14:04 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 208 under 209 request id, data: b'00d0000000'
2020-07-28 08:14:04 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 209, 0, <DeconzAddressEndpoint address_mode=2 address=0x91fb endpoint=11>, 260, 8, 1, b'\x00\xd0\x00\x00\x00', 2, 0)
2020-07-28 08:14:04 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 209]
2020-07-28 08:14:04 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2020-07-28 08:14:04 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 08:14:04 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 209: 00
2020-07-28 08:14:04 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0xd1 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0x91fb endpoint=11>, status: 0x00
2020-07-28 08:14:04 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:14:04 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
blair287 commented 4 years ago

This one i asked for close blind but its didnt move again so i reissued the command again then it moved correctly.

 'msgid': '39b1e5f4-44a9-480e-a4d9-1ff47186c928',
 'payload': {'inputs': [{'context': {'locale_country': 'GB',
                                     'locale_language': 'en'},
                         'intent': 'action.devices.EXECUTE',
                         'payload': {'commands': [{'devices': [{'customData': {'baseUrl': 'mylink.ui.nabu.casa',
                                                                               'httpPort': 8123,
                                                                               'httpSSL': False,
                                                                               'proxyDeviceId': 'dc25e787-65fd-4c8e-bf64-7ec6681ecb93',
                                                                               'uuid': '3a199554fb2542fe87c0ff516e651fdd',
                                                                               'webhookId': 'ce565e5a19587d7e06f9f8aed82d68d10a796dea8e200b7b414709bd35610114'},
                                                                'id': 'cover.bedroom_blind'}],
                                                   'execution': [{'command': 'action.devices.commands.OpenClose',
                                                                  'params': {'openPercent': 0}}]}]}}],
             'requestId': '15710398858588850630'}}

2020-07-28 08:44:57 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event google_assistant_command[L]: request_id=15710398858588850630, entity_id=cover.bedroom_blind, execution=command=action.devices.commands.OpenClose, params=openPercent=0, source=cloud>
2020-07-28 08:44:57 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event call_service[L]: domain=cover, service=close_cover, service_data=entity_id=cover.bedroom_blind>
2020-07-28 08:44:57 DEBUG (MainThread) [zigpy.device] [0x3b74] Extending timeout for 0x5a request
2020-07-28 08:44:57 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 90 under 91 request id, data: b'015a01'
2020-07-28 08:44:57 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (18, 91, 0, <DeconzAddressEndpoint address_mode=2 address=0x3b74 endpoint=1>, 260, 258, 1, b'\x01Z\x01', 2, 0)
2020-07-28 08:44:57 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 91]
2020-07-28 08:44:57 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2020-07-28 08:44:57 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 08:44:57 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 91: 00
2020-07-28 08:44:57 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0x5b 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0x3b74 endpoint=1>, status: 0x00
2020-07-28 08:44:58 DEBUG (MainThread) [homeassistant.components.zha.entity] light.hallway_light: polling current state - from cache: False
2020-07-28 08:44:58 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 92 under 93 request id, data: b'005c000000'
2020-07-28 08:44:58 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 93, 0, <DeconzAddressEndpoint address_mode=2 address=0x18ba endpoint=11>, 260, 6, 1, b'\x00\\\x00\x00\x00', 2, 0)
2020-07-28 08:44:58 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 93]
2020-07-28 08:44:59 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2020-07-28 08:44:59 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 08:44:59 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 93: 00
2020-07-28 08:44:59 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0x5d 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0x18ba endpoint=11>, status: 0x00
2020-07-28 08:44:59 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:44:59 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:44:59 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [31, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x18ba>, 11, 260, 6, b'\x18\\\x01\x00\x00\x00\x10\x00', 0, 175, 255, 33, 149, 142, 0, -59]
2020-07-28 08:44:59 DEBUG (MainThread) [zigpy.zcl] [0x18ba:11:0x0006] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=True disable_default_response=True> manufacturer=None tsn=92 command_id=Command.Read_Attributes_rsp>
2020-07-28 08:44:59 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x18ba>, ep: 11, profile: 0x0104, cluster_id: 0x0006, data: b'185c010000001000'
2020-07-28 08:44:59 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 94 under 95 request id, data: b'005e000000'
2020-07-28 08:44:59 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 95, 0, <DeconzAddressEndpoint address_mode=2 address=0x18ba endpoint=11>, 260, 8, 1, b'\x00^\x00\x00\x00', 2, 0)
2020-07-28 08:44:59 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 95]
2020-07-28 08:44:59 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2020-07-28 08:44:59 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 08:44:59 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 95: 00
2020-07-28 08:44:59 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0x5f 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0x18ba endpoint=11>, status: 0x00
2020-07-28 08:44:59 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:44:59 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:44:59 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [31, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x18ba>, 11, 260, 8, b'\x18^\x01\x00\x00\x00 \xfe', 0, 175, 255, 33, 149, 142, 0, -59]
2020-07-28 08:44:59 DEBUG (MainThread) [zigpy.zcl] [0x18ba:11:0x0008] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=True disable_default_response=True> manufacturer=None tsn=94 command_id=Command.Read_Attributes_rsp>
2020-07-28 08:44:59 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x18ba>, ep: 11, profile: 0x0104, cluster_id: 0x0008, data: b'185e0100000020fe'
2020-07-28 08:44:59 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x18ba:11:0x0008]: received attribute: 0 update with value: 254

2020-07-28 08:44:59 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=device_tracker.molly_phone, old_state=<state device_tracker.molly_phone=Molly's Work; source_type=gps, latitude=51.5595615, longitude=-1.8083018, gps_accuracy=20, altitude=146.0, course=0, speed=0, vertical_accuracy=2, friendly_name=Molly's Phone, entity_picture=/local/molly.png @ 2020-07-28T08:42:56.283005+01:00>, new_state=<state device_tracker.molly_phone=Molly's Work; source_type=gps, latitude=51.5595615, longitude=-1.8083018, gps_accuracy=20, altitude=146.0, course=0, speed=0, vertical_accuracy=2, friendly_name=Molly's Phone, entity_picture=/local/molly.png @ 2020-07-28T08:44:59.319761+01:00>>
2020-07-28 08:44:59 DEBUG (MainThread) [hass_nabucasa.iot] Publishing message:
{'msgid': '6e403827-f4cc-4fef-b146-be7103699aba',
 'payload': {'body': '{}',
             'headers': {'Content-Type': 'application/json'},
             'status': 200}}

2020-07-28 08:45:01 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:45:01 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:45:01 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [28, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, 1, 260, 258, b'\x08X\x0b\x01\x00', 0, 175, 255, 33, 149, 142, 0, -53]
2020-07-28 08:45:01 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=True disable_default_response=False> manufacturer=None tsn=88 command_id=Command.Default_Response>
2020-07-28 08:45:01 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, ep: 1, profile: 0x0104, cluster_id: 0x0102, data: b'08580b0100'
2020-07-28 08:45:01 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x3b74:1:0x0102]: executed 'down_close' command with args: '()' kwargs: '{}' result: [1, <Status.SUCCESS: 0>]
2020-07-28 08:45:01 DEBUG (MainThread) [homeassistant.components.zha.cover] state=closing
2020-07-28 08:45:01 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=cover.bedroom_blind, old_state=<state cover.bedroom_blind=open; current_position=100, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:23:46.662147+01:00>, new_state=<state cover.bedroom_blind=closing; current_position=100, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:45:01.153812+01:00>>
2020-07-28 08:45:01 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:45:01 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:45:01 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [28, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, 1, 260, 258, b'\x08Z\x0b\x01\x00', 0, 175, 255, 33, 149, 142, 0, -53]
2020-07-28 08:45:01 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=True disable_default_response=False> manufacturer=None tsn=90 command_id=Command.Default_Response>
2020-07-28 08:45:01 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, ep: 1, profile: 0x0104, cluster_id: 0x0102, data: b'085a0b0100'
2020-07-28 08:45:01 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x3b74:1:0x0102]: executed 'down_close' command with args: '()' kwargs: '{}' result: [1, <Status.SUCCESS: 0>]
2020-07-28 08:45:01 DEBUG (MainThread) [homeassistant.components.zha.cover] state=closing
2020-07-28 08:45:01 DEBUG (MainThread) [hass_nabucasa.iot] Publishing message:
{'msgid': '39b1e5f4-44a9-480e-a4d9-1ff47186c928',
 'payload': {'payload': {'commands': [{'ids': ['cover.bedroom_blind'],
                                       'states': {'online': True,
                                                  'openPercent': 100},
                                       'status': 'SUCCESS'}]},
             'requestId': '15710398858588850630'}}

2020-07-28 08:45:05 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.huawei_b535_232_rsrq, old_state=<state sensor.huawei_b535_232_rsrq=-8.0; unit_of_measurement=dB, friendly_name=Huawei B535-232 RSRQ, icon=mdi:signal-cellular-2, device_class=signal_strength @ 2020-07-28T08:44:55.263507+01:00>, new_state=<state sensor.huawei_b535_232_rsrq=-9.0; unit_of_measurement=dB, friendly_name=Huawei B535-232 RSRQ, icon=mdi:signal-cellular-1, device_class=signal_strength @ 2020-07-28T08:45:05.155251+01:00>>
2020-07-28 08:45:05 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.huawei_b535_232_rsrp, old_state=<state sensor.huawei_b535_232_rsrp=-96.0; unit_of_measurement=dBm, friendly_name=Huawei B535-232 RSRP, icon=mdi:signal-cellular-1, device_class=signal_strength @ 2020-07-28T08:44:55.264302+01:00>, new_state=<state sensor.huawei_b535_232_rsrp=-95.0; unit_of_measurement=dBm, friendly_name=Huawei B535-232 RSRP, icon=mdi:signal-cellular-2, device_class=signal_strength @ 2020-07-28T08:45:05.156037+01:00>>
2020-07-28 08:45:05 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.huawei_b535_232_rssi, old_state=<state sensor.huawei_b535_232_rssi=-69.0; unit_of_measurement=dBm, friendly_name=Huawei B535-232 RSSI, icon=mdi:signal-cellular-2, device_class=signal_strength @ 2020-07-28T08:44:55.264958+01:00>, new_state=<state sensor.huawei_b535_232_rssi=-67.0; unit_of_measurement=dBm, friendly_name=Huawei B535-232 RSSI, icon=mdi:signal-cellular-2, device_class=signal_strength @ 2020-07-28T08:45:05.156679+01:00>>
2020-07-28 08:45:05 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.huawei_b535_232_sinr, old_state=<state sensor.huawei_b535_232_sinr=13.0; unit_of_measurement=dB, friendly_name=Huawei B535-232 SINR, icon=mdi:signal-cellular-3, device_class=signal_strength @ 2020-07-28T08:44:55.265609+01:00>, new_state=<state sensor.huawei_b535_232_sinr=10.0; unit_of_measurement=dB, friendly_name=Huawei B535-232 SINR, icon=mdi:signal-cellular-3, device_class=signal_strength @ 2020-07-28T08:45:05.157284+01:00>>
2020-07-28 08:45:10 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:45:10 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:45:10 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [31, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x22ad>, 1, 260, 1024, b'\x18#\n\x00\x00!\x1eO', 0, 175, 255, 33, 149, 142, 0, -60]
2020-07-28 08:45:10 DEBUG (MainThread) [zigpy.zcl] [0x22ad:1:0x0400] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=False disable_default_response=True> manufacturer=None tsn=35 command_id=Command.Report_Attributes>
2020-07-28 08:45:10 DEBUG (MainThread) [zigpy.zcl] [0x22ad:1:0x0400] ZCL request 0x000a: [[<Attribute attrid=0 value=<TypeValue type=uint16_t, value=20254>>]]
2020-07-28 08:45:10 DEBUG (MainThread) [zigpy.zcl] [0x22ad:1:0x0400] Attribute report received: measured_value=20254
2020-07-28 08:45:10 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.kitchen_illumination, old_state=<state sensor.kitchen_illumination=120.0; unit_of_measurement=lx, friendly_name=Kitchen Illumination, device_class=illuminance @ 2020-07-28T08:44:40.370265+01:00>, new_state=<state sensor.kitchen_illumination=106.0; unit_of_measurement=lx, friendly_name=Kitchen Illumination, device_class=illuminance @ 2020-07-28T08:45:10.294038+01:00>>
2020-07-28 08:45:10 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x22ad>, ep: 1, profile: 0x0104, cluster_id: 0x0400, data: b'18230a0000211e4f'
2020-07-28 08:45:11 DEBUG (MainThread) [homeassistant.components.zha.entity] light.bed_light: polling current state - from cache: False
2020-07-28 08:45:11 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 96 under 97 request id, data: b'0060000000'
2020-07-28 08:45:11 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 97, 0, <DeconzAddressEndpoint address_mode=2 address=0x4d8f endpoint=11>, 260, 6, 1, b'\x00`\x00\x00\x00', 2, 0)
2020-07-28 08:45:11 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 97]
2020-07-28 08:45:11 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2020-07-28 08:45:11 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 08:45:11 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 97: 00
2020-07-28 08:45:11 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0x61 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0x4d8f endpoint=11>, status: 0x00
2020-07-28 08:45:11 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:45:11 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:45:11 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [31, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x4d8f>, 11, 260, 6, b'\x18`\x01\x00\x00\x00\x10\x00', 0, 175, 215, 40, 149, 142, 0, -67]
2020-07-28 08:45:11 DEBUG (MainThread) [zigpy.zcl] [0x4d8f:11:0x0006] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=True disable_default_response=True> manufacturer=None tsn=96 command_id=Command.Read_Attributes_rsp>
2020-07-28 08:45:11 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x4d8f>, ep: 11, profile: 0x0104, cluster_id: 0x0006, data: b'1860010000001000'
2020-07-28 08:45:11 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 98 under 99 request id, data: b'0062000000'
2020-07-28 08:45:11 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 99, 0, <DeconzAddressEndpoint address_mode=2 address=0x4d8f endpoint=11>, 260, 8, 1, b'\x00b\x00\x00\x00', 2, 0)
2020-07-28 08:45:11 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 99]
2020-07-28 08:45:11 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2020-07-28 08:45:11 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 08:45:11 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 99: 00
2020-07-28 08:45:11 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0x63 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0x4d8f endpoint=11>, status: 0x00
2020-07-28 08:45:11 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:45:11 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:45:11 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [31, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x4d8f>, 11, 260, 8, b'\x18b\x01\x00\x00\x00 \x1c', 0, 175, 215, 40, 149, 142, 0, -67]
2020-07-28 08:45:11 DEBUG (MainThread) [zigpy.zcl] [0x4d8f:11:0x0008] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=True disable_default_response=True> manufacturer=None tsn=98 command_id=Command.Read_Attributes_rsp>
2020-07-28 08:45:11 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x4d8f>, ep: 11, profile: 0x0104, cluster_id: 0x0008, data: b'186201000000201c'
2020-07-28 08:45:11 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x4d8f:11:0x0008]: received attribute: 0 update with value: 28
2020-07-28 08:45:11 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 100 under 101 request id, data: b'0064000700030004000240'
2020-07-28 08:45:11 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (26, 101, 0, <DeconzAddressEndpoint address_mode=2 address=0x4d8f endpoint=11>, 260, 768, 1, b'\x00d\x00\x07\x00\x03\x00\x04\x00\x02@', 2, 0)
2020-07-28 08:45:11 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 101]
2020-07-28 08:45:11 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2020-07-28 08:45:11 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 08:45:11 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 101: 00
2020-07-28 08:45:11 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0x65 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0x4d8f endpoint=11>, status: 0x00
2020-07-28 08:45:11 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:45:11 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:45:11 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [49, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x4d8f>, 11, 260, 768, b'\x18d\x01\x07\x00\x00!\x99\x00\x03\x00\x00!m\x97\x04\x00\x00!\xd3W\x02@\x00 \x00', 0, 175, 215, 40, 149, 142, 0, -67]
2020-07-28 08:45:11 DEBUG (MainThread) [zigpy.zcl] [0x4d8f:11:0x0300] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=True disable_default_response=True> manufacturer=None tsn=100 command_id=Command.Read_Attributes_rsp>
2020-07-28 08:45:11 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x4d8f>, ep: 11, profile: 0x0104, cluster_id: 0x0300, data: b'186401070000219900030000216d9704000021d3570240002000'
2020-07-28 08:45:12 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0xd103:1:0x0b04]: async_update
2020-07-28 08:45:12 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 102 under 103 request id, data: b'0066000b05'
2020-07-28 08:45:12 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 103, 0, <DeconzAddressEndpoint address_mode=2 address=0xd103 endpoint=1>, 260, 2820, 1, b'\x00f\x00\x0b\x05', 2, 0)
2020-07-28 08:45:12 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0xb374:1:0x0b04]: async_update
2020-07-28 08:45:12 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 104 under 105 request id, data: b'0068000b05'
2020-07-28 08:45:12 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x7687:1:0x0b04]: async_update
2020-07-28 08:45:12 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 106 under 107 request id, data: b'006a000b05'
2020-07-28 08:45:12 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0xccca:1:0x0b04]: async_update
2020-07-28 08:45:12 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 108 under 109 request id, data: b'006c000b05'
2020-07-28 08:45:12 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x2072:1:0x0b04]: async_update
2020-07-28 08:45:12 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 110 under 111 request id, data: b'006e000b05'
2020-07-28 08:45:12 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 103]
2020-07-28 08:45:12 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 105, 0, <DeconzAddressEndpoint address_mode=2 address=0xb374 endpoint=1>, 260, 2820, 1, b'\x00h\x00\x0b\x05', 2, 0)
2020-07-28 08:45:12 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2020-07-28 08:45:12 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 38>, 105]
2020-07-28 08:45:12 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 107, 0, <DeconzAddressEndpoint address_mode=2 address=0x7687 endpoint=1>, 260, 2820, 1, b'\x00j\x00\x0b\x05', 2, 0)
2020-07-28 08:45:12 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2020-07-28 08:45:12 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 38>, 107]
2020-07-28 08:45:12 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 109, 0, <DeconzAddressEndpoint address_mode=2 address=0xccca endpoint=1>, 260, 2820, 1, b'\x00l\x00\x0b\x05', 2, 0)
2020-07-28 08:45:12 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2020-07-28 08:45:12 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 38>, 109]
2020-07-28 08:45:12 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 111, 0, <DeconzAddressEndpoint address_mode=2 address=0x2072 endpoint=1>, 260, 2820, 1, b'\x00n\x00\x0b\x05', 2, 0)
2020-07-28 08:45:12 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 38>, 111]
2020-07-28 08:45:12 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 08:45:12 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 103: 00
2020-07-28 08:45:12 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0x67 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0xd103 endpoint=1>, status: 0x00
2020-07-28 08:45:12 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 08:45:12 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 105: 00
2020-07-28 08:45:12 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0x69 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0xb374 endpoint=1>, status: 0x00
2020-07-28 08:45:12 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 08:45:12 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 107: 00
2020-07-28 08:45:12 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0x6b 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0x7687 endpoint=1>, status: 0x00
2020-07-28 08:45:12 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2020-07-28 08:45:12 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 08:45:12 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 109: 00
2020-07-28 08:45:12 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0x6d 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0xccca endpoint=1>, status: 0x00
2020-07-28 08:45:12 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 08:45:12 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 111: 00
2020-07-28 08:45:12 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0x6f 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0x2072 endpoint=1>, status: 0x00
2020-07-28 08:45:12 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:45:12 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:45:12 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [32, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0xd103>, 1, 260, 2820, b'\x18f\x01\x0b\x05\x00)\x00\x00', 0, 175, 255, 40, 149, 142, 0, -35]
2020-07-28 08:45:12 DEBUG (MainThread) [zigpy.zcl] [0xd103:1:0x0b04] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=True disable_default_response=True> manufacturer=None tsn=102 command_id=Command.Read_Attributes_rsp>
2020-07-28 08:45:12 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0xd103>, ep: 1, profile: 0x0104, cluster_id: 0x0b04, data: b'1866010b0500290000'
2020-07-28 08:45:12 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:45:12 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:45:12 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:45:12 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [32, <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=0xb374>, 1, 260, 2820, b'\x18h\x01\x0b\x05\x00)\x00\x00', 0, 175, 255, 40, 149, 142, 0, -53]
2020-07-28 08:45:12 DEBUG (MainThread) [zigpy.zcl] [0xb374:1:0x0b04] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=True disable_default_response=True> manufacturer=None tsn=104 command_id=Command.Read_Attributes_rsp>
2020-07-28 08:45:12 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0xb374>, ep: 1, profile: 0x0104, cluster_id: 0x0b04, data: b'1868010b0500290000'
2020-07-28 08:45:12 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:45:12 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [32, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x7687>, 1, 260, 2820, b'\x18j\x01\x0b\x05\x00)\x00\x00', 0, 175, 191, 212, 145, 142, 0, -70]
2020-07-28 08:45:12 DEBUG (MainThread) [zigpy.zcl] [0x7687:1:0x0b04] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=True disable_default_response=True> manufacturer=None tsn=106 command_id=Command.Read_Attributes_rsp>
2020-07-28 08:45:12 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x7687>, ep: 1, profile: 0x0104, cluster_id: 0x0b04, data: b'186a010b0500290000'
2020-07-28 08:45:12 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:45:12 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:45:12 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [32, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0xccca>, 1, 260, 2820, b'\x18l\x01\x0b\x05\x00)\x00\x00', 0, 175, 255, 40, 149, 142, 0, -35]
2020-07-28 08:45:12 DEBUG (MainThread) [zigpy.zcl] [0xccca:1:0x0b04] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=True disable_default_response=True> manufacturer=None tsn=108 command_id=Command.Read_Attributes_rsp>
2020-07-28 08:45:12 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0xccca>, ep: 1, profile: 0x0104, cluster_id: 0x0b04, data: b'186c010b0500290000'
2020-07-28 08:45:12 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:45:12 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:45:12 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [32, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x2072>, 1, 260, 2820, b'\x18n\x01\x0b\x05\x00)\x80\x04', 0, 175, 255, 40, 149, 142, 0, -35]
2020-07-28 08:45:12 DEBUG (MainThread) [zigpy.zcl] [0x2072:1:0x0b04] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=True disable_default_response=True> manufacturer=None tsn=110 command_id=Command.Read_Attributes_rsp>
2020-07-28 08:45:12 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x2072>, ep: 1, profile: 0x0104, cluster_id: 0x0b04, data: b'186e010b0500298004'
2020-07-28 08:45:12 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.pc_control_power, old_state=<state sensor.pc_control_power=136; unit_of_measurement=W, friendly_name=PC Control Power, device_class=power @ 2020-07-28T08:44:53.173750+01:00>, new_state=<state sensor.pc_control_power=115; unit_of_measurement=W, friendly_name=PC Control Power, device_class=power @ 2020-07-28T08:45:12.235822+01:00>>
2020-07-28 08:45:15 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.huawei_b535_232_sinr, old_state=<state sensor.huawei_b535_232_sinr=10.0; unit_of_measurement=dB, friendly_name=Huawei B535-232 SINR, icon=mdi:signal-cellular-3, device_class=signal_strength @ 2020-07-28T08:45:05.157284+01:00>, new_state=<state sensor.huawei_b535_232_sinr=9.0; unit_of_measurement=dB, friendly_name=Huawei B535-232 SINR, icon=mdi:signal-cellular-2, device_class=signal_strength @ 2020-07-28T08:45:15.162743+01:00>>
2020-07-28 08:45:23 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:45:23 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:45:23 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [31, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x2072>, 1, 260, 2820, b'\x08o\n\x0b\x05)~\x04', 0, 175, 255, 40, 149, 142, 0, -35]
2020-07-28 08:45:23 DEBUG (MainThread) [zigpy.zcl] [0x2072:1:0x0b04] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=False disable_default_response=False> manufacturer=None tsn=111 command_id=Command.Report_Attributes>
2020-07-28 08:45:23 DEBUG (MainThread) [zigpy.zcl] [0x2072:1:0x0b04] ZCL request 0x000a: [[<Attribute attrid=1291 value=<TypeValue type=int16s, value=1150>>]]
2020-07-28 08:45:23 DEBUG (MainThread) [zigpy.zcl] [0x2072:1:0x0b04] Attribute report received: active_power=1150
2020-07-28 08:45:23 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 111 under 112 request id, data: b'186f0b0a00'
2020-07-28 08:45:23 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x2072>, ep: 1, profile: 0x0104, cluster_id: 0x0b04, data: b'086f0a0b05297e04'
2020-07-28 08:45:23 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 112, 0, <DeconzAddressEndpoint address_mode=2 address=0x2072 endpoint=1>, 260, 2820, 1, b'\x18o\x0b\n\x00', 2, 0)
2020-07-28 08:45:23 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 112]
2020-07-28 08:45:23 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2020-07-28 08:45:23 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 08:45:23 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 112: 00
2020-07-28 08:45:23 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0x70 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0x2072 endpoint=1>, status: 0x00
2020-07-28 08:45:24 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event google_assistant_command[L]: request_id=1851818420743323998, entity_id=cover.bedroom_blind, execution=command=action.devices.commands.OpenClose, params=openPercent=0, source=local>
2020-07-28 08:45:24 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event call_service[L]: domain=cover, service=close_cover, service_data=entity_id=cover.bedroom_blind>
2020-07-28 08:45:24 DEBUG (MainThread) [zigpy.device] [0x3b74] Extending timeout for 0x71 request
2020-07-28 08:45:24 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 113 under 114 request id, data: b'017101'
2020-07-28 08:45:24 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (18, 114, 0, <DeconzAddressEndpoint address_mode=2 address=0x3b74 endpoint=1>, 260, 258, 1, b'\x01q\x01', 2, 0)
2020-07-28 08:45:24 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 114]
2020-07-28 08:45:24 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2020-07-28 08:45:24 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 08:45:24 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 114: 00
2020-07-28 08:45:24 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0x72 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0x3b74 endpoint=1>, status: 0x00
2020-07-28 08:45:24 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:45:24 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:45:24 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [31, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x9ee7>, 1, 260, 1024, b'\x18v\n\x00\x00!\xeb5', 0, 175, 255, 40, 149, 142, 0, -56]
2020-07-28 08:45:24 DEBUG (MainThread) [zigpy.zcl] [0x9ee7:1:0x0400] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=False disable_default_response=True> manufacturer=None tsn=118 command_id=Command.Report_Attributes>
2020-07-28 08:45:24 DEBUG (MainThread) [zigpy.zcl] [0x9ee7:1:0x0400] ZCL request 0x000a: [[<Attribute attrid=0 value=<TypeValue type=uint16_t, value=13803>>]]
2020-07-28 08:45:24 DEBUG (MainThread) [zigpy.zcl] [0x9ee7:1:0x0400] Attribute report received: measured_value=13803
2020-07-28 08:45:24 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.hallway_illuminance, old_state=<state sensor.hallway_illuminance=19.0; unit_of_measurement=lx, friendly_name=Hallway Illumination, device_class=illuminance @ 2020-07-28T08:44:54.939445+01:00>, new_state=<state sensor.hallway_illuminance=24.0; unit_of_measurement=lx, friendly_name=Hallway Illumination, device_class=illuminance @ 2020-07-28T08:45:24.797391+01:00>>
2020-07-28 08:45:24 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x9ee7>, ep: 1, profile: 0x0104, cluster_id: 0x0400, data: b'18760a000021eb35'
2020-07-28 08:45:24 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:45:24 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:45:24 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [28, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, 1, 260, 258, b'\x08q\x0b\x01\x00', 0, 175, 255, 40, 149, 142, 0, -53]
2020-07-28 08:45:24 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=True disable_default_response=False> manufacturer=None tsn=113 command_id=Command.Default_Response>
2020-07-28 08:45:24 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, ep: 1, profile: 0x0104, cluster_id: 0x0102, data: b'08710b0100'
2020-07-28 08:45:24 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x3b74:1:0x0102]: executed 'down_close' command with args: '()' kwargs: '{}' result: [1, <Status.SUCCESS: 0>]
2020-07-28 08:45:24 DEBUG (MainThread) [homeassistant.components.zha.cover] state=closing
2020-07-28 08:45:25 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.huawei_b535_232_rsrq, old_state=<state sensor.huawei_b535_232_rsrq=-9.0; unit_of_measurement=dB, friendly_name=Huawei B535-232 RSRQ, icon=mdi:signal-cellular-1, device_class=signal_strength @ 2020-07-28T08:45:05.155251+01:00>, new_state=<state sensor.huawei_b535_232_rsrq=-8.0; unit_of_measurement=dB, friendly_name=Huawei B535-232 RSRQ, icon=mdi:signal-cellular-2, device_class=signal_strength @ 2020-07-28T08:45:25.168040+01:00>>
2020-07-28 08:45:25 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.huawei_b535_232_rssi, old_state=<state sensor.huawei_b535_232_rssi=-67.0; unit_of_measurement=dBm, friendly_name=Huawei B535-232 RSSI, icon=mdi:signal-cellular-2, device_class=signal_strength @ 2020-07-28T08:45:05.156679+01:00>, new_state=<state sensor.huawei_b535_232_rssi=-69.0; unit_of_measurement=dBm, friendly_name=Huawei B535-232 RSSI, icon=mdi:signal-cellular-2, device_class=signal_strength @ 2020-07-28T08:45:25.168986+01:00>>
2020-07-28 08:45:25 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.huawei_b535_232_sinr, old_state=<state sensor.huawei_b535_232_sinr=9.0; unit_of_measurement=dB, friendly_name=Huawei B535-232 SINR, icon=mdi:signal-cellular-2, device_class=signal_strength @ 2020-07-28T08:45:15.162743+01:00>, new_state=<state sensor.huawei_b535_232_sinr=15.0; unit_of_measurement=dB, friendly_name=Huawei B535-232 SINR, icon=mdi:signal-cellular-3, device_class=signal_strength @ 2020-07-28T08:45:25.169744+01:00>>
2020-07-28 08:45:25 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:45:25 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:45:25 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [30, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, 1, 260, 258, b'\x08{\n\x08\x00 \x02', 0, 175, 255, 58, 149, 142, 0, -53]
2020-07-28 08:45:25 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=False disable_default_response=False> manufacturer=None tsn=123 command_id=Command.Report_Attributes>
2020-07-28 08:45:25 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL request 0x000a: [[<Attribute attrid=8 value=<TypeValue type=uint8_t, value=2>>]]
2020-07-28 08:45:25 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] Attribute report received: current_position_lift_percentage=2
2020-07-28 08:45:25 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x3b74:1:0x0102]: Attribute report 'Window Covering'[current_position_lift_percentage] = 2
2020-07-28 08:45:25 DEBUG (MainThread) [homeassistant.components.zha.cover] setting position: 2
2020-07-28 08:45:25 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=cover.bedroom_blind, old_state=<state cover.bedroom_blind=closing; current_position=100, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:45:01.153812+01:00>, new_state=<state cover.bedroom_blind=closing; current_position=98, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:45:01.153812+01:00>>
2020-07-28 08:45:25 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 123 under 115 request id, data: b'187b0b0a00'
2020-07-28 08:45:25 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, ep: 1, profile: 0x0104, cluster_id: 0x0102, data: b'087b0a08002002'
2020-07-28 08:45:25 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 115, 0, <DeconzAddressEndpoint address_mode=2 address=0x3b74 endpoint=1>, 260, 258, 1, b'\x18{\x0b\n\x00', 2, 0)
2020-07-28 08:45:26 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 115]
2020-07-28 08:45:26 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2020-07-28 08:45:26 DEBUG (MainThread) [hass_nabucasa.google_report_state] Publishing message:
{'msgid': 'c861dec6eee54b62a44d7b1380eb7292',
 'payload': {'devices': {'states': {'cover.bedroom_blind': {'online': True,
                                                            'openPercent': 98}}}}}

2020-07-28 08:45:26 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 08:45:26 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 115: 00
2020-07-28 08:45:26 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0x73 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0x3b74 endpoint=1>, status: 0x00
2020-07-28 08:45:26 DEBUG (MainThread) [hass_nabucasa.google_report_state] Received message:
{'msgid': 'c861dec6eee54b62a44d7b1380eb7292'}

2020-07-28 08:45:26 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:45:26 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:45:26 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [30, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, 1, 260, 258, b'\x08|\n\x08\x00 \x05', 0, 175, 255, 58, 149, 142, 0, -53]
2020-07-28 08:45:26 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=False disable_default_response=False> manufacturer=None tsn=124 command_id=Command.Report_Attributes>
2020-07-28 08:45:26 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL request 0x000a: [[<Attribute attrid=8 value=<TypeValue type=uint8_t, value=5>>]]
2020-07-28 08:45:26 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] Attribute report received: current_position_lift_percentage=5
2020-07-28 08:45:26 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x3b74:1:0x0102]: Attribute report 'Window Covering'[current_position_lift_percentage] = 5
2020-07-28 08:45:26 DEBUG (MainThread) [homeassistant.components.zha.cover] setting position: 5
2020-07-28 08:45:26 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=cover.bedroom_blind, old_state=<state cover.bedroom_blind=closing; current_position=98, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:45:01.153812+01:00>, new_state=<state cover.bedroom_blind=closing; current_position=95, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:45:01.153812+01:00>>
2020-07-28 08:45:26 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 124 under 116 request id, data: b'187c0b0a00'
2020-07-28 08:45:26 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, ep: 1, profile: 0x0104, cluster_id: 0x0102, data: b'087c0a08002005'
2020-07-28 08:45:26 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 116, 0, <DeconzAddressEndpoint address_mode=2 address=0x3b74 endpoint=1>, 260, 258, 1, b'\x18|\x0b\n\x00', 2, 0)
2020-07-28 08:45:26 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 116]
2020-07-28 08:45:26 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2020-07-28 08:45:26 DEBUG (MainThread) [hass_nabucasa.google_report_state] Publishing message:
{'msgid': '1045b02ce75542628afc790d8cb8e6b4',
 'payload': {'devices': {'states': {'cover.bedroom_blind': {'online': True,
                                                            'openPercent': 95}}}}}

2020-07-28 08:45:26 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 08:45:26 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 116: 00
2020-07-28 08:45:26 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0x74 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0x3b74 endpoint=1>, status: 0x00
2020-07-28 08:45:26 DEBUG (MainThread) [hass_nabucasa.google_report_state] Received message:
{'msgid': '1045b02ce75542628afc790d8cb8e6b4'}

2020-07-28 08:45:26 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:45:26 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:45:26 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [30, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, 1, 260, 258, b'\x08}\n\x08\x00 \x08', 0, 175, 255, 58, 149, 142, 0, -54]
2020-07-28 08:45:26 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=False disable_default_response=False> manufacturer=None tsn=125 command_id=Command.Report_Attributes>
2020-07-28 08:45:26 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL request 0x000a: [[<Attribute attrid=8 value=<TypeValue type=uint8_t, value=8>>]]
2020-07-28 08:45:26 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] Attribute report received: current_position_lift_percentage=8
2020-07-28 08:45:27 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x3b74:1:0x0102]: Attribute report 'Window Covering'[current_position_lift_percentage] = 8
2020-07-28 08:45:27 DEBUG (MainThread) [homeassistant.components.zha.cover] setting position: 8
2020-07-28 08:45:27 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=cover.bedroom_blind, old_state=<state cover.bedroom_blind=closing; current_position=95, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:45:01.153812+01:00>, new_state=<state cover.bedroom_blind=closing; current_position=92, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:45:01.153812+01:00>>
2020-07-28 08:45:27 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 125 under 117 request id, data: b'187d0b0a00'
2020-07-28 08:45:27 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, ep: 1, profile: 0x0104, cluster_id: 0x0102, data: b'087d0a08002008'
2020-07-28 08:45:27 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 117, 0, <DeconzAddressEndpoint address_mode=2 address=0x3b74 endpoint=1>, 260, 258, 1, b'\x18}\x0b\n\x00', 2, 0)
2020-07-28 08:45:27 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 117]
2020-07-28 08:45:27 DEBUG (MainThread) [hass_nabucasa.google_report_state] Publishing message:
{'msgid': '28d7f81aed104862a7803e7a02fd617e',
 'payload': {'devices': {'states': {'cover.bedroom_blind': {'online': True,
                                                            'openPercent': 92}}}}}

2020-07-28 08:45:27 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2020-07-28 08:45:27 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 08:45:27 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 117: 00
2020-07-28 08:45:27 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0x75 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0x3b74 endpoint=1>, status: 0x00
2020-07-28 08:45:27 DEBUG (MainThread) [hass_nabucasa.google_report_state] Received message:
{'msgid': '28d7f81aed104862a7803e7a02fd617e'}

2020-07-28 08:45:27 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:45:27 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:45:27 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [30, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, 1, 260, 258, b'\x08~\n\x08\x00 \x0b', 0, 175, 255, 58, 149, 142, 0, -54]
2020-07-28 08:45:27 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=False disable_default_response=False> manufacturer=None tsn=126 command_id=Command.Report_Attributes>
2020-07-28 08:45:27 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL request 0x000a: [[<Attribute attrid=8 value=<TypeValue type=uint8_t, value=11>>]]
2020-07-28 08:45:27 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] Attribute report received: current_position_lift_percentage=11
2020-07-28 08:45:27 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x3b74:1:0x0102]: Attribute report 'Window Covering'[current_position_lift_percentage] = 11
2020-07-28 08:45:27 DEBUG (MainThread) [homeassistant.components.zha.cover] setting position: 11
2020-07-28 08:45:27 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=cover.bedroom_blind, old_state=<state cover.bedroom_blind=closing; current_position=92, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:45:01.153812+01:00>, new_state=<state cover.bedroom_blind=closing; current_position=89, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:45:01.153812+01:00>>
2020-07-28 08:45:27 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 126 under 118 request id, data: b'187e0b0a00'
2020-07-28 08:45:27 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, ep: 1, profile: 0x0104, cluster_id: 0x0102, data: b'087e0a0800200b'
2020-07-28 08:45:27 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 118, 0, <DeconzAddressEndpoint address_mode=2 address=0x3b74 endpoint=1>, 260, 258, 1, b'\x18~\x0b\n\x00', 2, 0)
2020-07-28 08:45:27 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 118]
2020-07-28 08:45:27 DEBUG (MainThread) [hass_nabucasa.google_report_state] Publishing message:
{'msgid': 'fba0c3bd060e45d1be2fb2b5be47b5be',
 'payload': {'devices': {'states': {'cover.bedroom_blind': {'online': True,
                                                            'openPercent': 89}}}}}

2020-07-28 08:45:27 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2020-07-28 08:45:27 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 08:45:27 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 118: 00
2020-07-28 08:45:27 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0x76 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0x3b74 endpoint=1>, status: 0x00
2020-07-28 08:45:27 DEBUG (MainThread) [hass_nabucasa.google_report_state] Received message:
{'msgid': 'fba0c3bd060e45d1be2fb2b5be47b5be'}

2020-07-28 08:45:28 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:45:28 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:45:28 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [30, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, 1, 260, 258, b'\x08\x7f\n\x08\x00 \x0e', 0, 175, 255, 58, 149, 142, 0, -53]
2020-07-28 08:45:28 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=False disable_default_response=False> manufacturer=None tsn=127 command_id=Command.Report_Attributes>
2020-07-28 08:45:28 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL request 0x000a: [[<Attribute attrid=8 value=<TypeValue type=uint8_t, value=14>>]]
2020-07-28 08:45:28 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] Attribute report received: current_position_lift_percentage=14
2020-07-28 08:45:28 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x3b74:1:0x0102]: Attribute report 'Window Covering'[current_position_lift_percentage] = 14
2020-07-28 08:45:28 DEBUG (MainThread) [homeassistant.components.zha.cover] setting position: 14
2020-07-28 08:45:28 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=cover.bedroom_blind, old_state=<state cover.bedroom_blind=closing; current_position=89, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:45:01.153812+01:00>, new_state=<state cover.bedroom_blind=closing; current_position=86, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:45:01.153812+01:00>>
2020-07-28 08:45:28 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 127 under 119 request id, data: b'187f0b0a00'
2020-07-28 08:45:28 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, ep: 1, profile: 0x0104, cluster_id: 0x0102, data: b'087f0a0800200e'
2020-07-28 08:45:28 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 119, 0, <DeconzAddressEndpoint address_mode=2 address=0x3b74 endpoint=1>, 260, 258, 1, b'\x18\x7f\x0b\n\x00', 2, 0)
2020-07-28 08:45:28 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 119]
2020-07-28 08:45:28 DEBUG (MainThread) [hass_nabucasa.google_report_state] Publishing message:
{'msgid': '386a6564a41c4fa5b266db30e5d9da72',
 'payload': {'devices': {'states': {'cover.bedroom_blind': {'online': True,
                                                            'openPercent': 86}}}}}

2020-07-28 08:45:28 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2020-07-28 08:45:28 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 08:45:28 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 119: 00
2020-07-28 08:45:28 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0x77 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0x3b74 endpoint=1>, status: 0x00
2020-07-28 08:45:28 DEBUG (MainThread) [hass_nabucasa.google_report_state] Received message:
{'msgid': '386a6564a41c4fa5b266db30e5d9da72'}

2020-07-28 08:45:28 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:45:28 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:45:28 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [30, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, 1, 260, 258, b'\x08\x00\n\x08\x00 \x12', 0, 175, 255, 58, 149, 142, 0, -53]
2020-07-28 08:45:28 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=False disable_default_response=False> manufacturer=None tsn=0 command_id=Command.Report_Attributes>
2020-07-28 08:45:28 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL request 0x000a: [[<Attribute attrid=8 value=<TypeValue type=uint8_t, value=18>>]]
2020-07-28 08:45:28 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] Attribute report received: current_position_lift_percentage=18
2020-07-28 08:45:28 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x3b74:1:0x0102]: Attribute report 'Window Covering'[current_position_lift_percentage] = 18
2020-07-28 08:45:28 DEBUG (MainThread) [homeassistant.components.zha.cover] setting position: 18
2020-07-28 08:45:28 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=cover.bedroom_blind, old_state=<state cover.bedroom_blind=closing; current_position=86, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:45:01.153812+01:00>, new_state=<state cover.bedroom_blind=closing; current_position=82, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:45:01.153812+01:00>>
2020-07-28 08:45:28 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 0 under 120 request id, data: b'18000b0a00'
2020-07-28 08:45:28 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, ep: 1, profile: 0x0104, cluster_id: 0x0102, data: b'08000a08002012'
2020-07-28 08:45:28 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 120, 0, <DeconzAddressEndpoint address_mode=2 address=0x3b74 endpoint=1>, 260, 258, 1, b'\x18\x00\x0b\n\x00', 2, 0)
2020-07-28 08:45:28 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 120]
2020-07-28 08:45:28 DEBUG (MainThread) [hass_nabucasa.google_report_state] Publishing message:
{'msgid': '5e09e0c60afa491d928697ca240f7203',
 'payload': {'devices': {'states': {'cover.bedroom_blind': {'online': True,
                                                            'openPercent': 82}}}}}

2020-07-28 08:45:28 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2020-07-28 08:45:28 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 08:45:28 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 120: 00
2020-07-28 08:45:28 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0x78 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0x3b74 endpoint=1>, status: 0x00
2020-07-28 08:45:28 DEBUG (MainThread) [hass_nabucasa.google_report_state] Received message:
{'msgid': '5e09e0c60afa491d928697ca240f7203'}

2020-07-28 08:45:29 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:45:29 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:45:29 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [30, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, 1, 260, 258, b'\x08\x01\n\x08\x00 \x15', 0, 175, 255, 58, 149, 142, 0, -54]
2020-07-28 08:45:29 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=False disable_default_response=False> manufacturer=None tsn=1 command_id=Command.Report_Attributes>
2020-07-28 08:45:29 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL request 0x000a: [[<Attribute attrid=8 value=<TypeValue type=uint8_t, value=21>>]]
2020-07-28 08:45:29 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] Attribute report received: current_position_lift_percentage=21
2020-07-28 08:45:29 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x3b74:1:0x0102]: Attribute report 'Window Covering'[current_position_lift_percentage] = 21
2020-07-28 08:45:29 DEBUG (MainThread) [homeassistant.components.zha.cover] setting position: 21
2020-07-28 08:45:29 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=cover.bedroom_blind, old_state=<state cover.bedroom_blind=closing; current_position=82, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:45:01.153812+01:00>, new_state=<state cover.bedroom_blind=closing; current_position=79, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:45:01.153812+01:00>>
2020-07-28 08:45:29 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 1 under 121 request id, data: b'18010b0a00'
2020-07-28 08:45:29 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, ep: 1, profile: 0x0104, cluster_id: 0x0102, data: b'08010a08002015'
2020-07-28 08:45:29 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 121, 0, <DeconzAddressEndpoint address_mode=2 address=0x3b74 endpoint=1>, 260, 258, 1, b'\x18\x01\x0b\n\x00', 2, 0)
2020-07-28 08:45:29 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 121]
2020-07-28 08:45:29 DEBUG (MainThread) [hass_nabucasa.google_report_state] Publishing message:
{'msgid': '159b395ffcc94a1a8d05062931d75d9b',
 'payload': {'devices': {'states': {'cover.bedroom_blind': {'online': True,
                                                            'openPercent': 79}}}}}

2020-07-28 08:45:29 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2020-07-28 08:45:29 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 08:45:29 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 121: 00
2020-07-28 08:45:29 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0x79 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0x3b74 endpoint=1>, status: 0x00
2020-07-28 08:45:29 DEBUG (MainThread) [hass_nabucasa.google_report_state] Received message:
{'msgid': '159b395ffcc94a1a8d05062931d75d9b'}

2020-07-28 08:45:29 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:45:29 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:45:29 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [30, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, 1, 260, 258, b'\x08\x02\n\x08\x00 \x18', 0, 175, 255, 58, 149, 142, 0, -53]
2020-07-28 08:45:29 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=False disable_default_response=False> manufacturer=None tsn=2 command_id=Command.Report_Attributes>
2020-07-28 08:45:29 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL request 0x000a: [[<Attribute attrid=8 value=<TypeValue type=uint8_t, value=24>>]]
2020-07-28 08:45:29 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] Attribute report received: current_position_lift_percentage=24
2020-07-28 08:45:29 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x3b74:1:0x0102]: Attribute report 'Window Covering'[current_position_lift_percentage] = 24
2020-07-28 08:45:29 DEBUG (MainThread) [homeassistant.components.zha.cover] setting position: 24
2020-07-28 08:45:29 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=cover.bedroom_blind, old_state=<state cover.bedroom_blind=closing; current_position=79, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:45:01.153812+01:00>, new_state=<state cover.bedroom_blind=closing; current_position=76, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:45:01.153812+01:00>>
2020-07-28 08:45:29 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 2 under 122 request id, data: b'18020b0a00'
2020-07-28 08:45:29 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, ep: 1, profile: 0x0104, cluster_id: 0x0102, data: b'08020a08002018'
2020-07-28 08:45:29 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 122, 0, <DeconzAddressEndpoint address_mode=2 address=0x3b74 endpoint=1>, 260, 258, 1, b'\x18\x02\x0b\n\x00', 2, 0)
2020-07-28 08:45:29 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 122]
2020-07-28 08:45:29 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2020-07-28 08:45:29 DEBUG (MainThread) [hass_nabucasa.google_report_state] Publishing message:
{'msgid': 'a1d91df6b75c484eabe4f5555ad0f844',
 'payload': {'devices': {'states': {'cover.bedroom_blind': {'online': True,
                                                            'openPercent': 76}}}}}

2020-07-28 08:45:29 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 08:45:29 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 122: 00
2020-07-28 08:45:29 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0x7a 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0x3b74 endpoint=1>, status: 0x00
2020-07-28 08:45:29 DEBUG (MainThread) [hass_nabucasa.google_report_state] Received message:
{'msgid': 'a1d91df6b75c484eabe4f5555ad0f844'}

2020-07-28 08:45:30 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:45:30 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:45:30 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [30, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, 1, 260, 258, b'\x08\x03\n\x08\x00 \x1b', 0, 175, 255, 58, 149, 142, 0, -53]
2020-07-28 08:45:30 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=False disable_default_response=False> manufacturer=None tsn=3 command_id=Command.Report_Attributes>
2020-07-28 08:45:30 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL request 0x000a: [[<Attribute attrid=8 value=<TypeValue type=uint8_t, value=27>>]]
2020-07-28 08:45:30 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] Attribute report received: current_position_lift_percentage=27
2020-07-28 08:45:30 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x3b74:1:0x0102]: Attribute report 'Window Covering'[current_position_lift_percentage] = 27
2020-07-28 08:45:30 DEBUG (MainThread) [homeassistant.components.zha.cover] setting position: 27
2020-07-28 08:45:30 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=cover.bedroom_blind, old_state=<state cover.bedroom_blind=closing; current_position=76, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:45:01.153812+01:00>, new_state=<state cover.bedroom_blind=closing; current_position=73, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:45:01.153812+01:00>>
2020-07-28 08:45:30 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 3 under 123 request id, data: b'18030b0a00'
2020-07-28 08:45:30 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, ep: 1, profile: 0x0104, cluster_id: 0x0102, data: b'08030a0800201b'
2020-07-28 08:45:30 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 123, 0, <DeconzAddressEndpoint address_mode=2 address=0x3b74 endpoint=1>, 260, 258, 1, b'\x18\x03\x0b\n\x00', 2, 0)
2020-07-28 08:45:30 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 123]
2020-07-28 08:45:30 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2020-07-28 08:45:30 DEBUG (MainThread) [hass_nabucasa.google_report_state] Publishing message:
{'msgid': 'ffb7c28507564d18ba56ee1c1af74d09',
 'payload': {'devices': {'states': {'cover.bedroom_blind': {'online': True,
                                                            'openPercent': 73}}}}}

2020-07-28 08:45:30 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 08:45:30 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 123: 00
2020-07-28 08:45:30 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0x7b 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0x3b74 endpoint=1>, status: 0x00
2020-07-28 08:45:30 DEBUG (MainThread) [hass_nabucasa.google_report_state] Received message:
{'msgid': 'ffb7c28507564d18ba56ee1c1af74d09'}

2020-07-28 08:45:30 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:45:30 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:45:30 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [30, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, 1, 260, 258, b'\x08\x04\n\x08\x00 \x1e', 0, 175, 255, 58, 149, 142, 0, -54]
2020-07-28 08:45:30 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=False disable_default_response=False> manufacturer=None tsn=4 command_id=Command.Report_Attributes>
2020-07-28 08:45:30 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL request 0x000a: [[<Attribute attrid=8 value=<TypeValue type=uint8_t, value=30>>]]
2020-07-28 08:45:30 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] Attribute report received: current_position_lift_percentage=30
2020-07-28 08:45:30 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x3b74:1:0x0102]: Attribute report 'Window Covering'[current_position_lift_percentage] = 30
2020-07-28 08:45:30 DEBUG (MainThread) [homeassistant.components.zha.cover] setting position: 30
2020-07-28 08:45:30 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=cover.bedroom_blind, old_state=<state cover.bedroom_blind=closing; current_position=73, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:45:01.153812+01:00>, new_state=<state cover.bedroom_blind=closing; current_position=70, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:45:01.153812+01:00>>
2020-07-28 08:45:30 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 4 under 124 request id, data: b'18040b0a00'
2020-07-28 08:45:30 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, ep: 1, profile: 0x0104, cluster_id: 0x0102, data: b'08040a0800201e'
2020-07-28 08:45:30 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 124, 0, <DeconzAddressEndpoint address_mode=2 address=0x3b74 endpoint=1>, 260, 258, 1, b'\x18\x04\x0b\n\x00', 2, 0)
2020-07-28 08:45:30 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 124]
2020-07-28 08:45:30 DEBUG (MainThread) [hass_nabucasa.google_report_state] Publishing message:
{'msgid': 'df7eb713a7074be494e7c808a83a2b4b',
 'payload': {'devices': {'states': {'cover.bedroom_blind': {'online': True,
                                                            'openPercent': 70}}}}}

2020-07-28 08:45:30 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2020-07-28 08:45:30 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 08:45:30 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 124: 00
2020-07-28 08:45:30 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0x7c 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0x3b74 endpoint=1>, status: 0x00
2020-07-28 08:45:30 DEBUG (MainThread) [hass_nabucasa.google_report_state] Received message:
{'msgid': 'df7eb713a7074be494e7c808a83a2b4b'}

2020-07-28 08:45:31 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:45:31 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:45:31 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [30, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, 1, 260, 258, b'\x08\x05\n\x08\x00 "', 0, 175, 255, 58, 149, 142, 0, -53]
2020-07-28 08:45:31 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=False disable_default_response=False> manufacturer=None tsn=5 command_id=Command.Report_Attributes>
2020-07-28 08:45:31 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL request 0x000a: [[<Attribute attrid=8 value=<TypeValue type=uint8_t, value=34>>]]
2020-07-28 08:45:31 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] Attribute report received: current_position_lift_percentage=34
2020-07-28 08:45:31 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x3b74:1:0x0102]: Attribute report 'Window Covering'[current_position_lift_percentage] = 34
2020-07-28 08:45:31 DEBUG (MainThread) [homeassistant.components.zha.cover] setting position: 34
2020-07-28 08:45:31 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=cover.bedroom_blind, old_state=<state cover.bedroom_blind=closing; current_position=70, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:45:01.153812+01:00>, new_state=<state cover.bedroom_blind=closing; current_position=66, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:45:01.153812+01:00>>
2020-07-28 08:45:31 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 5 under 125 request id, data: b'18050b0a00'
2020-07-28 08:45:31 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, ep: 1, profile: 0x0104, cluster_id: 0x0102, data: b'08050a08002022'
2020-07-28 08:45:31 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 125, 0, <DeconzAddressEndpoint address_mode=2 address=0x3b74 endpoint=1>, 260, 258, 1, b'\x18\x05\x0b\n\x00', 2, 0)
2020-07-28 08:45:31 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 125]
2020-07-28 08:45:31 DEBUG (MainThread) [hass_nabucasa.google_report_state] Publishing message:
{'msgid': '4a3b7ad726e54d19abb7c32c03aa4e24',
 'payload': {'devices': {'states': {'cover.bedroom_blind': {'online': True,
                                                            'openPercent': 66}}}}}

2020-07-28 08:45:31 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2020-07-28 08:45:31 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 08:45:31 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 125: 00
2020-07-28 08:45:31 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0x7d 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0x3b74 endpoint=1>, status: 0x00
2020-07-28 08:45:31 DEBUG (MainThread) [hass_nabucasa.google_report_state] Received message:
{'msgid': '4a3b7ad726e54d19abb7c32c03aa4e24'}

2020-07-28 08:45:31 DEBUG (MainThread) [homeassistant.components.zha.entity] light.office_play_1: polling current state - from cache: False
2020-07-28 08:45:31 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 126 under 127 request id, data: b'007e000000'
2020-07-28 08:45:31 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 127, 0, <DeconzAddressEndpoint address_mode=2 address=0x0f4e endpoint=11>, 260, 6, 1, b'\x00~\x00\x00\x00', 2, 0)
2020-07-28 08:45:31 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 127]
2020-07-28 08:45:31 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2020-07-28 08:45:31 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 08:45:31 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 127: 00
2020-07-28 08:45:31 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0x7f 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0x0f4e endpoint=11>, status: 0x00
2020-07-28 08:45:31 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:45:31 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:45:31 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [31, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0f4e>, 11, 260, 6, b'\x18~\x01\x00\x00\x00\x10\x01', 0, 175, 255, 58, 149, 142, 0, -52]
2020-07-28 08:45:31 DEBUG (MainThread) [zigpy.zcl] [0x0f4e:11:0x0006] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=True disable_default_response=True> manufacturer=None tsn=126 command_id=Command.Read_Attributes_rsp>
2020-07-28 08:45:31 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0f4e>, ep: 11, profile: 0x0104, cluster_id: 0x0006, data: b'187e010000001001'
2020-07-28 08:45:31 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 128 under 129 request id, data: b'0080000000'
2020-07-28 08:45:31 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 129, 0, <DeconzAddressEndpoint address_mode=2 address=0x0f4e endpoint=11>, 260, 8, 1, b'\x00\x80\x00\x00\x00', 2, 0)
2020-07-28 08:45:31 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 129]
2020-07-28 08:45:31 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2020-07-28 08:45:31 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 08:45:31 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 129: 00
2020-07-28 08:45:31 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0x81 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0x0f4e endpoint=11>, status: 0x00
2020-07-28 08:45:31 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:45:31 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:45:31 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [31, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0f4e>, 11, 260, 8, b'\x18\x80\x01\x00\x00\x00 \xfe', 0, 175, 255, 58, 149, 142, 0, -52]
2020-07-28 08:45:31 DEBUG (MainThread) [zigpy.zcl] [0x0f4e:11:0x0008] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=True disable_default_response=True> manufacturer=None tsn=128 command_id=Command.Read_Attributes_rsp>
2020-07-28 08:45:31 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0f4e>, ep: 11, profile: 0x0104, cluster_id: 0x0008, data: b'18800100000020fe'
2020-07-28 08:45:31 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x0f4e:11:0x0008]: received attribute: 0 update with value: 254
2020-07-28 08:45:31 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 130 under 131 request id, data: b'0082000700030004000240'
2020-07-28 08:45:31 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (26, 131, 0, <DeconzAddressEndpoint address_mode=2 address=0x0f4e endpoint=11>, 260, 768, 1, b'\x00\x82\x00\x07\x00\x03\x00\x04\x00\x02@', 2, 0)
2020-07-28 08:45:31 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:45:31 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 42>, 131]
2020-07-28 08:45:31 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:45:31 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]
2020-07-28 08:45:31 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [30, <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=0x3b74>, 1, 260, 258, b'\x08\x06\n\x08\x00 %', 0, 175, 255, 58, 149, 142, 0, -53]
2020-07-28 08:45:31 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=False disable_default_response=False> manufacturer=None tsn=6 command_id=Command.Report_Attributes>
2020-07-28 08:45:31 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL request 0x000a: [[<Attribute attrid=8 value=<TypeValue type=uint8_t, value=37>>]]
2020-07-28 08:45:31 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] Attribute report received: current_position_lift_percentage=37
2020-07-28 08:45:31 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x3b74:1:0x0102]: Attribute report 'Window Covering'[current_position_lift_percentage] = 37
2020-07-28 08:45:31 DEBUG (MainThread) [homeassistant.components.zha.cover] setting position: 37
2020-07-28 08:45:31 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=cover.bedroom_blind, old_state=<state cover.bedroom_blind=closing; current_position=66, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:45:01.153812+01:00>, new_state=<state cover.bedroom_blind=closing; current_position=63, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:45:01.153812+01:00>>
2020-07-28 08:45:31 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 6 under 132 request id, data: b'18060b0a00'
2020-07-28 08:45:31 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, ep: 1, profile: 0x0104, cluster_id: 0x0102, data: b'08060a08002025'
2020-07-28 08:45:31 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 08:45:31 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]
2020-07-28 08:45:31 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 131: 00
2020-07-28 08:45:31 DEBUG (MainThread) [hass_nabucasa.google_report_state] Publishing message:
{'msgid': '1d67fb463e31421da72dcd8025d6c833',
 'payload': {'devices': {'states': {'cover.bedroom_blind': {'online': True,
                                                            'openPercent': 63}}}}}

2020-07-28 08:45:31 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0x83 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0x0f4e endpoint=11>, status: 0x00
2020-07-28 08:45:31 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 132, 0, <DeconzAddressEndpoint address_mode=2 address=0x3b74 endpoint=1>, 260, 258, 1, b'\x18\x06\x0b\n\x00', 2, 0)
2020-07-28 08:45:31 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 42>, 132]
2020-07-28 08:45:31 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:45:31 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]
2020-07-28 08:45:31 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [49, <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=0x0f4e>, 11, 260, 768, b'\x18\x82\x01\x07\x00\x00!\x99\x00\x03\x00\x00!\x1a>\x04\x00\x00!B\x17\x02@\x00 \x00', 0, 175, 247, 58, 149, 142, 0, -63]
2020-07-28 08:45:31 DEBUG (MainThread) [zigpy.zcl] [0x0f4e:11:0x0300] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=True disable_default_response=True> manufacturer=None tsn=130 command_id=Command.Read_Attributes_rsp>
2020-07-28 08:45:31 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0f4e>, ep: 11, profile: 0x0104, cluster_id: 0x0300, data: b'188201070000219900030000211a3e0400002142170240002000'
2020-07-28 08:45:31 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 08:45:31 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 132: 00
2020-07-28 08:45:31 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0x84 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0x3b74 endpoint=1>, status: 0x00
2020-07-28 08:45:31 DEBUG (MainThread) [hass_nabucasa.google_report_state] Received message:
{'msgid': '1d67fb463e31421da72dcd8025d6c833'}

2020-07-28 08:45:32 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:45:32 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:45:32 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [30, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, 1, 260, 258, b'\x08\x07\n\x08\x00 (', 0, 175, 255, 58, 149, 142, 0, -53]
2020-07-28 08:45:32 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=False disable_default_response=False> manufacturer=None tsn=7 command_id=Command.Report_Attributes>
2020-07-28 08:45:32 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL request 0x000a: [[<Attribute attrid=8 value=<TypeValue type=uint8_t, value=40>>]]
2020-07-28 08:45:32 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] Attribute report received: current_position_lift_percentage=40
2020-07-28 08:45:32 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x3b74:1:0x0102]: Attribute report 'Window Covering'[current_position_lift_percentage] = 40
2020-07-28 08:45:32 DEBUG (MainThread) [homeassistant.components.zha.cover] setting position: 40
2020-07-28 08:45:32 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=cover.bedroom_blind, old_state=<state cover.bedroom_blind=closing; current_position=63, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:45:01.153812+01:00>, new_state=<state cover.bedroom_blind=closing; current_position=60, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:45:01.153812+01:00>>
2020-07-28 08:45:32 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 7 under 133 request id, data: b'18070b0a00'
2020-07-28 08:45:32 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, ep: 1, profile: 0x0104, cluster_id: 0x0102, data: b'08070a08002028'
2020-07-28 08:45:32 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 133, 0, <DeconzAddressEndpoint address_mode=2 address=0x3b74 endpoint=1>, 260, 258, 1, b'\x18\x07\x0b\n\x00', 2, 0)
2020-07-28 08:45:32 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 133]
2020-07-28 08:45:32 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2020-07-28 08:45:32 DEBUG (MainThread) [hass_nabucasa.google_report_state] Publishing message:
{'msgid': '733a0a8456d3465da245bb91d69f1d80',
 'payload': {'devices': {'states': {'cover.bedroom_blind': {'online': True,
                                                            'openPercent': 60}}}}}

2020-07-28 08:45:32 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 08:45:32 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 133: 00
2020-07-28 08:45:32 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0x85 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0x3b74 endpoint=1>, status: 0x00
2020-07-28 08:45:32 DEBUG (MainThread) [hass_nabucasa.google_report_state] Received message:
{'msgid': '733a0a8456d3465da245bb91d69f1d80'}

2020-07-28 08:45:32 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:45:32 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:45:32 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [30, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, 1, 260, 258, b'\x08\x08\n\x08\x00 +', 0, 175, 255, 58, 149, 142, 0, -54]
2020-07-28 08:45:32 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=False disable_default_response=False> manufacturer=None tsn=8 command_id=Command.Report_Attributes>
2020-07-28 08:45:32 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL request 0x000a: [[<Attribute attrid=8 value=<TypeValue type=uint8_t, value=43>>]]
2020-07-28 08:45:32 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] Attribute report received: current_position_lift_percentage=43
2020-07-28 08:45:32 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x3b74:1:0x0102]: Attribute report 'Window Covering'[current_position_lift_percentage] = 43
2020-07-28 08:45:32 DEBUG (MainThread) [homeassistant.components.zha.cover] setting position: 43
2020-07-28 08:45:32 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=cover.bedroom_blind, old_state=<state cover.bedroom_blind=closing; current_position=60, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:45:01.153812+01:00>, new_state=<state cover.bedroom_blind=closing; current_position=57, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:45:01.153812+01:00>>
2020-07-28 08:45:32 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 8 under 134 request id, data: b'18080b0a00'
2020-07-28 08:45:32 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, ep: 1, profile: 0x0104, cluster_id: 0x0102, data: b'08080a0800202b'
2020-07-28 08:45:32 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 134, 0, <DeconzAddressEndpoint address_mode=2 address=0x3b74 endpoint=1>, 260, 258, 1, b'\x18\x08\x0b\n\x00', 2, 0)
2020-07-28 08:45:32 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 134]
2020-07-28 08:45:32 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2020-07-28 08:45:32 DEBUG (MainThread) [hass_nabucasa.google_report_state] Publishing message:
{'msgid': '6b8de22224f14ac7a999e9b12ecffcd5',
 'payload': {'devices': {'states': {'cover.bedroom_blind': {'online': True,
                                                            'openPercent': 57}}}}}

2020-07-28 08:45:32 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 08:45:32 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 134: 00
2020-07-28 08:45:32 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0x86 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0x3b74 endpoint=1>, status: 0x00
2020-07-28 08:45:32 DEBUG (MainThread) [hass_nabucasa.google_report_state] Received message:
{'msgid': '6b8de22224f14ac7a999e9b12ecffcd5'}

2020-07-28 08:45:33 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:45:33 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:45:33 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [30, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, 1, 260, 258, b'\x08\t\n\x08\x00 /', 0, 175, 255, 58, 149, 142, 0, -53]
2020-07-28 08:45:33 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=False disable_default_response=False> manufacturer=None tsn=9 command_id=Command.Report_Attributes>
2020-07-28 08:45:33 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL request 0x000a: [[<Attribute attrid=8 value=<TypeValue type=uint8_t, value=47>>]]
2020-07-28 08:45:33 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] Attribute report received: current_position_lift_percentage=47
2020-07-28 08:45:33 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x3b74:1:0x0102]: Attribute report 'Window Covering'[current_position_lift_percentage] = 47
2020-07-28 08:45:33 DEBUG (MainThread) [homeassistant.components.zha.cover] setting position: 47
2020-07-28 08:45:33 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=cover.bedroom_blind, old_state=<state cover.bedroom_blind=closing; current_position=57, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:45:01.153812+01:00>, new_state=<state cover.bedroom_blind=closing; current_position=53, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:45:01.153812+01:00>>
2020-07-28 08:45:33 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 9 under 135 request id, data: b'18090b0a00'
2020-07-28 08:45:33 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, ep: 1, profile: 0x0104, cluster_id: 0x0102, data: b'08090a0800202f'
2020-07-28 08:45:33 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 135, 0, <DeconzAddressEndpoint address_mode=2 address=0x3b74 endpoint=1>, 260, 258, 1, b'\x18\t\x0b\n\x00', 2, 0)
2020-07-28 08:45:33 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 135]
2020-07-28 08:45:33 DEBUG (MainThread) [hass_nabucasa.google_report_state] Publishing message:
{'msgid': '3397aeb7d81645f6833b28f012fb38cc',
 'payload': {'devices': {'states': {'cover.bedroom_blind': {'online': True,
                                                            'openPercent': 53}}}}}

2020-07-28 08:45:33 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2020-07-28 08:45:33 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 08:45:33 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 135: 00
2020-07-28 08:45:33 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0x87 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0x3b74 endpoint=1>, status: 0x00
2020-07-28 08:45:33 DEBUG (MainThread) [hass_nabucasa.google_report_state] Received message:
{'msgid': '3397aeb7d81645f6833b28f012fb38cc'}

2020-07-28 08:45:33 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:45:33 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:45:33 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [30, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, 1, 260, 258, b'\x08\n\n\x08\x00 2', 0, 175, 255, 58, 149, 142, 0, -54]
2020-07-28 08:45:33 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=False disable_default_response=False> manufacturer=None tsn=10 command_id=Command.Report_Attributes>
2020-07-28 08:45:33 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL request 0x000a: [[<Attribute attrid=8 value=<TypeValue type=uint8_t, value=50>>]]
2020-07-28 08:45:33 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] Attribute report received: current_position_lift_percentage=50
2020-07-28 08:45:33 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x3b74:1:0x0102]: Attribute report 'Window Covering'[current_position_lift_percentage] = 50
2020-07-28 08:45:33 DEBUG (MainThread) [homeassistant.components.zha.cover] setting position: 50
2020-07-28 08:45:33 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=cover.bedroom_blind, old_state=<state cover.bedroom_blind=closing; current_position=53, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:45:01.153812+01:00>, new_state=<state cover.bedroom_blind=closing; current_position=50, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:45:01.153812+01:00>>
2020-07-28 08:45:33 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 10 under 136 request id, data: b'180a0b0a00'
2020-07-28 08:45:33 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, ep: 1, profile: 0x0104, cluster_id: 0x0102, data: b'080a0a08002032'
2020-07-28 08:45:33 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 136, 0, <DeconzAddressEndpoint address_mode=2 address=0x3b74 endpoint=1>, 260, 258, 1, b'\x18\n\x0b\n\x00', 2, 0)
2020-07-28 08:45:33 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 136]
2020-07-28 08:45:33 DEBUG (MainThread) [hass_nabucasa.google_report_state] Publishing message:
{'msgid': '688781b89ed34eea89f701fe550d00f1',
 'payload': {'devices': {'states': {'cover.bedroom_blind': {'online': True,
                                                            'openPercent': 50}}}}}

2020-07-28 08:45:33 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2020-07-28 08:45:33 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 08:45:33 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 136: 00
2020-07-28 08:45:33 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0x88 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0x3b74 endpoint=1>, status: 0x00
2020-07-28 08:45:33 DEBUG (MainThread) [hass_nabucasa.google_report_state] Received message:
{'msgid': '688781b89ed34eea89f701fe550d00f1'}

2020-07-28 08:45:34 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:45:34 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:45:34 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [30, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, 1, 260, 258, b'\x08\x0b\n\x08\x00 5', 0, 175, 255, 58, 149, 142, 0, -54]
2020-07-28 08:45:34 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=False disable_default_response=False> manufacturer=None tsn=11 command_id=Command.Report_Attributes>
2020-07-28 08:45:34 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL request 0x000a: [[<Attribute attrid=8 value=<TypeValue type=uint8_t, value=53>>]]
2020-07-28 08:45:34 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] Attribute report received: current_position_lift_percentage=53
2020-07-28 08:45:34 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x3b74:1:0x0102]: Attribute report 'Window Covering'[current_position_lift_percentage] = 53
2020-07-28 08:45:34 DEBUG (MainThread) [homeassistant.components.zha.cover] setting position: 53
2020-07-28 08:45:34 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=cover.bedroom_blind, old_state=<state cover.bedroom_blind=closing; current_position=50, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:45:01.153812+01:00>, new_state=<state cover.bedroom_blind=closing; current_position=47, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:45:01.153812+01:00>>
2020-07-28 08:45:34 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 11 under 137 request id, data: b'180b0b0a00'
2020-07-28 08:45:34 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, ep: 1, profile: 0x0104, cluster_id: 0x0102, data: b'080b0a08002035'
2020-07-28 08:45:34 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 137, 0, <DeconzAddressEndpoint address_mode=2 address=0x3b74 endpoint=1>, 260, 258, 1, b'\x18\x0b\x0b\n\x00', 2, 0)
2020-07-28 08:45:34 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 137]
2020-07-28 08:45:34 DEBUG (MainThread) [hass_nabucasa.google_report_state] Publishing message:
{'msgid': '98814afa9a4142deb020b8112a9bea17',
 'payload': {'devices': {'states': {'cover.bedroom_blind': {'online': True,
                                                            'openPercent': 47}}}}}

2020-07-28 08:45:34 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2020-07-28 08:45:34 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 08:45:34 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 137: 00
2020-07-28 08:45:34 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0x89 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0x3b74 endpoint=1>, status: 0x00
2020-07-28 08:45:34 DEBUG (MainThread) [hass_nabucasa.google_report_state] Received message:
{'msgid': '98814afa9a4142deb020b8112a9bea17'}

2020-07-28 08:45:34 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:45:34 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:45:34 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [30, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, 1, 260, 258, b'\x08\x0c\n\x08\x00 8', 0, 175, 255, 58, 149, 142, 0, -54]
2020-07-28 08:45:34 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=False disable_default_response=False> manufacturer=None tsn=12 command_id=Command.Report_Attributes>
2020-07-28 08:45:34 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL request 0x000a: [[<Attribute attrid=8 value=<TypeValue type=uint8_t, value=56>>]]
2020-07-28 08:45:34 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] Attribute report received: current_position_lift_percentage=56
2020-07-28 08:45:34 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x3b74:1:0x0102]: Attribute report 'Window Covering'[current_position_lift_percentage] = 56
2020-07-28 08:45:34 DEBUG (MainThread) [homeassistant.components.zha.cover] setting position: 56
2020-07-28 08:45:34 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=cover.bedroom_blind, old_state=<state cover.bedroom_blind=closing; current_position=47, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:45:01.153812+01:00>, new_state=<state cover.bedroom_blind=closing; current_position=44, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:45:01.153812+01:00>>
2020-07-28 08:45:34 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 12 under 138 request id, data: b'180c0b0a00'
2020-07-28 08:45:34 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, ep: 1, profile: 0x0104, cluster_id: 0x0102, data: b'080c0a08002038'
2020-07-28 08:45:34 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 138, 0, <DeconzAddressEndpoint address_mode=2 address=0x3b74 endpoint=1>, 260, 258, 1, b'\x18\x0c\x0b\n\x00', 2, 0)
2020-07-28 08:45:34 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 138]
2020-07-28 08:45:34 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2020-07-28 08:45:34 DEBUG (MainThread) [hass_nabucasa.google_report_state] Publishing message:
{'msgid': '86efd9f3b25742d994d9824fc29d5878',
 'payload': {'devices': {'states': {'cover.bedroom_blind': {'online': True,
                                                            'openPercent': 44}}}}}

2020-07-28 08:45:34 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 08:45:34 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 138: 00
2020-07-28 08:45:34 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0x8a 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0x3b74 endpoint=1>, status: 0x00
2020-07-28 08:45:34 DEBUG (MainThread) [hass_nabucasa.google_report_state] Received message:
{'msgid': '86efd9f3b25742d994d9824fc29d5878'}

2020-07-28 08:45:35 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.huawei_b535_232_rsrq, old_state=<state sensor.huawei_b535_232_rsrq=-8.0; unit_of_measurement=dB, friendly_name=Huawei B535-232 RSRQ, icon=mdi:signal-cellular-2, device_class=signal_strength @ 2020-07-28T08:45:25.168040+01:00>, new_state=<state sensor.huawei_b535_232_rsrq=-7.0; unit_of_measurement=dB, friendly_name=Huawei B535-232 RSRQ, icon=mdi:signal-cellular-2, device_class=signal_strength @ 2020-07-28T08:45:35.158561+01:00>>
2020-07-28 08:45:35 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.huawei_b535_232_sinr, old_state=<state sensor.huawei_b535_232_sinr=15.0; unit_of_measurement=dB, friendly_name=Huawei B535-232 SINR, icon=mdi:signal-cellular-3, device_class=signal_strength @ 2020-07-28T08:45:25.169744+01:00>, new_state=<state sensor.huawei_b535_232_sinr=3.0; unit_of_measurement=dB, friendly_name=Huawei B535-232 SINR, icon=mdi:signal-cellular-1, device_class=signal_strength @ 2020-07-28T08:45:35.159675+01:00>>
2020-07-28 08:45:35 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:45:35 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:45:35 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [30, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, 1, 260, 258, b'\x08\r\n\x08\x00 ;', 0, 175, 255, 58, 149, 142, 0, -53]
2020-07-28 08:45:35 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=False disable_default_response=False> manufacturer=None tsn=13 command_id=Command.Report_Attributes>
2020-07-28 08:45:35 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL request 0x000a: [[<Attribute attrid=8 value=<TypeValue type=uint8_t, value=59>>]]
2020-07-28 08:45:35 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] Attribute report received: current_position_lift_percentage=59
2020-07-28 08:45:35 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x3b74:1:0x0102]: Attribute report 'Window Covering'[current_position_lift_percentage] = 59
2020-07-28 08:45:35 DEBUG (MainThread) [homeassistant.components.zha.cover] setting position: 59
2020-07-28 08:45:35 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=cover.bedroom_blind, old_state=<state cover.bedroom_blind=closing; current_position=44, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:45:01.153812+01:00>, new_state=<state cover.bedroom_blind=closing; current_position=41, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:45:01.153812+01:00>>
2020-07-28 08:45:35 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 13 under 139 request id, data: b'180d0b0a00'
2020-07-28 08:45:35 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, ep: 1, profile: 0x0104, cluster_id: 0x0102, data: b'080d0a0800203b'
2020-07-28 08:45:35 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 139, 0, <DeconzAddressEndpoint address_mode=2 address=0x3b74 endpoint=1>, 260, 258, 1, b'\x18\r\x0b\n\x00', 2, 0)
2020-07-28 08:45:35 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 139]
2020-07-28 08:45:35 DEBUG (MainThread) [hass_nabucasa.google_report_state] Publishing message:
{'msgid': 'bb70ebb025b142889bb9eed8dd1ca9c7',
 'payload': {'devices': {'states': {'cover.bedroom_blind': {'online': True,
                                                            'openPercent': 41}}}}}

2020-07-28 08:45:35 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2020-07-28 08:45:35 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 08:45:35 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 139: 00
2020-07-28 08:45:35 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0x8b 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0x3b74 endpoint=1>, status: 0x00
2020-07-28 08:45:35 DEBUG (MainThread) [hass_nabucasa.google_report_state] Received message:
{'msgid': 'bb70ebb025b142889bb9eed8dd1ca9c7'}

2020-07-28 08:45:35 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:45:35 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:45:35 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [30, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, 1, 260, 258, b'\x08\x0e\n\x08\x00 ?', 0, 175, 255, 58, 149, 142, 0, -54]
2020-07-28 08:45:35 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=False disable_default_response=False> manufacturer=None tsn=14 command_id=Command.Report_Attributes>
2020-07-28 08:45:35 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL request 0x000a: [[<Attribute attrid=8 value=<TypeValue type=uint8_t, value=63>>]]
2020-07-28 08:45:35 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] Attribute report received: current_position_lift_percentage=63
2020-07-28 08:45:35 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x3b74:1:0x0102]: Attribute report 'Window Covering'[current_position_lift_percentage] = 63
2020-07-28 08:45:35 DEBUG (MainThread) [homeassistant.components.zha.cover] setting position: 63
2020-07-28 08:45:35 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=cover.bedroom_blind, old_state=<state cover.bedroom_blind=closing; current_position=41, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:45:01.153812+01:00>, new_state=<state cover.bedroom_blind=closing; current_position=37, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:45:01.153812+01:00>>
2020-07-28 08:45:35 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 14 under 140 request id, data: b'180e0b0a00'
2020-07-28 08:45:35 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, ep: 1, profile: 0x0104, cluster_id: 0x0102, data: b'080e0a0800203f'
2020-07-28 08:45:35 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 140, 0, <DeconzAddressEndpoint address_mode=2 address=0x3b74 endpoint=1>, 260, 258, 1, b'\x18\x0e\x0b\n\x00', 2, 0)
2020-07-28 08:45:35 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 140]
2020-07-28 08:45:35 DEBUG (MainThread) [hass_nabucasa.google_report_state] Publishing message:
{'msgid': '62dd23f36e8844f88be73445d03f1ff1',
 'payload': {'devices': {'states': {'cover.bedroom_blind': {'online': True,
                                                            'openPercent': 37}}}}}

2020-07-28 08:45:35 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2020-07-28 08:45:35 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 08:45:35 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 140: 00
2020-07-28 08:45:35 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0x8c 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0x3b74 endpoint=1>, status: 0x00
2020-07-28 08:45:35 DEBUG (MainThread) [hass_nabucasa.google_report_state] Received message:
{'msgid': '62dd23f36e8844f88be73445d03f1ff1'}

2020-07-28 08:45:36 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:45:36 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:45:36 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [30, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, 1, 260, 258, b'\x08\x0f\n\x08\x00 B', 0, 175, 231, 58, 149, 142, 0, -65]
2020-07-28 08:45:36 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=False disable_default_response=False> manufacturer=None tsn=15 command_id=Command.Report_Attributes>
2020-07-28 08:45:36 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL request 0x000a: [[<Attribute attrid=8 value=<TypeValue type=uint8_t, value=66>>]]
2020-07-28 08:45:36 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] Attribute report received: current_position_lift_percentage=66
2020-07-28 08:45:36 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x3b74:1:0x0102]: Attribute report 'Window Covering'[current_position_lift_percentage] = 66
2020-07-28 08:45:36 DEBUG (MainThread) [homeassistant.components.zha.cover] setting position: 66
2020-07-28 08:45:36 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=cover.bedroom_blind, old_state=<state cover.bedroom_blind=closing; current_position=37, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:45:01.153812+01:00>, new_state=<state cover.bedroom_blind=closing; current_position=34, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:45:01.153812+01:00>>
2020-07-28 08:45:36 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 15 under 141 request id, data: b'180f0b0a00'
2020-07-28 08:45:36 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, ep: 1, profile: 0x0104, cluster_id: 0x0102, data: b'080f0a08002042'
2020-07-28 08:45:36 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 141, 0, <DeconzAddressEndpoint address_mode=2 address=0x3b74 endpoint=1>, 260, 258, 1, b'\x18\x0f\x0b\n\x00', 2, 0)
2020-07-28 08:45:36 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 141]
2020-07-28 08:45:36 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2020-07-28 08:45:36 DEBUG (MainThread) [hass_nabucasa.google_report_state] Publishing message:
{'msgid': '7682830f9fe841b3b63e01ecd9adf27e',
 'payload': {'devices': {'states': {'cover.bedroom_blind': {'online': True,
                                                            'openPercent': 34}}}}}

2020-07-28 08:45:36 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 08:45:36 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 141: 00
2020-07-28 08:45:36 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0x8d 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0x3b74 endpoint=1>, status: 0x00
2020-07-28 08:45:36 DEBUG (MainThread) [hass_nabucasa.google_report_state] Received message:
{'msgid': '7682830f9fe841b3b63e01ecd9adf27e'}

2020-07-28 08:45:36 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:45:36 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:45:36 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [30, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, 1, 260, 258, b'\x08\x10\n\x08\x00 E', 0, 175, 255, 58, 149, 142, 0, -54]
2020-07-28 08:45:36 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=False disable_default_response=False> manufacturer=None tsn=16 command_id=Command.Report_Attributes>
2020-07-28 08:45:36 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL request 0x000a: [[<Attribute attrid=8 value=<TypeValue type=uint8_t, value=69>>]]
2020-07-28 08:45:36 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] Attribute report received: current_position_lift_percentage=69
2020-07-28 08:45:36 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x3b74:1:0x0102]: Attribute report 'Window Covering'[current_position_lift_percentage] = 69
2020-07-28 08:45:36 DEBUG (MainThread) [homeassistant.components.zha.cover] setting position: 69
2020-07-28 08:45:36 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=cover.bedroom_blind, old_state=<state cover.bedroom_blind=closing; current_position=34, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:45:01.153812+01:00>, new_state=<state cover.bedroom_blind=closing; current_position=31, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:45:01.153812+01:00>>
2020-07-28 08:45:36 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 16 under 142 request id, data: b'18100b0a00'
2020-07-28 08:45:36 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, ep: 1, profile: 0x0104, cluster_id: 0x0102, data: b'08100a08002045'
2020-07-28 08:45:36 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 142, 0, <DeconzAddressEndpoint address_mode=2 address=0x3b74 endpoint=1>, 260, 258, 1, b'\x18\x10\x0b\n\x00', 2, 0)
2020-07-28 08:45:36 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 142]
2020-07-28 08:45:36 DEBUG (MainThread) [hass_nabucasa.google_report_state] Publishing message:
{'msgid': 'cfc35e691e364bee98ab3395f31d1d38',
 'payload': {'devices': {'states': {'cover.bedroom_blind': {'online': True,
                                                            'openPercent': 31}}}}}

2020-07-28 08:45:36 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2020-07-28 08:45:36 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 08:45:36 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 142: 00
2020-07-28 08:45:36 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0x8e 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0x3b74 endpoint=1>, status: 0x00
2020-07-28 08:45:36 DEBUG (MainThread) [hass_nabucasa.google_report_state] Received message:
{'msgid': 'cfc35e691e364bee98ab3395f31d1d38'}

2020-07-28 08:45:37 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:45:37 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:45:37 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [30, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, 1, 260, 258, b'\x08\x11\n\x08\x00 H', 0, 175, 255, 58, 149, 142, 0, -54]
2020-07-28 08:45:37 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=False disable_default_response=False> manufacturer=None tsn=17 command_id=Command.Report_Attributes>
2020-07-28 08:45:37 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL request 0x000a: [[<Attribute attrid=8 value=<TypeValue type=uint8_t, value=72>>]]
2020-07-28 08:45:37 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] Attribute report received: current_position_lift_percentage=72
2020-07-28 08:45:37 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x3b74:1:0x0102]: Attribute report 'Window Covering'[current_position_lift_percentage] = 72
2020-07-28 08:45:37 DEBUG (MainThread) [homeassistant.components.zha.cover] setting position: 72
2020-07-28 08:45:37 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=cover.bedroom_blind, old_state=<state cover.bedroom_blind=closing; current_position=31, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:45:01.153812+01:00>, new_state=<state cover.bedroom_blind=closing; current_position=28, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:45:01.153812+01:00>>
2020-07-28 08:45:37 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 17 under 143 request id, data: b'18110b0a00'
2020-07-28 08:45:37 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, ep: 1, profile: 0x0104, cluster_id: 0x0102, data: b'08110a08002048'
2020-07-28 08:45:37 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 143, 0, <DeconzAddressEndpoint address_mode=2 address=0x3b74 endpoint=1>, 260, 258, 1, b'\x18\x11\x0b\n\x00', 2, 0)
2020-07-28 08:45:37 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 143]
2020-07-28 08:45:37 DEBUG (MainThread) [hass_nabucasa.google_report_state] Publishing message:
{'msgid': '3d14364f4a304aa4a246328ff9df0466',
 'payload': {'devices': {'states': {'cover.bedroom_blind': {'online': True,
                                                            'openPercent': 28}}}}}

2020-07-28 08:45:37 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2020-07-28 08:45:37 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 08:45:37 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 143: 00
2020-07-28 08:45:37 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0x8f 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0x3b74 endpoint=1>, status: 0x00
2020-07-28 08:45:37 DEBUG (MainThread) [hass_nabucasa.google_report_state] Received message:
{'msgid': '3d14364f4a304aa4a246328ff9df0466'}

2020-07-28 08:45:37 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:45:37 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:45:37 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [30, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, 1, 260, 258, b'\x08\x12\n\x08\x00 K', 0, 175, 255, 58, 149, 142, 0, -53]
2020-07-28 08:45:37 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=False disable_default_response=False> manufacturer=None tsn=18 command_id=Command.Report_Attributes>
2020-07-28 08:45:37 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL request 0x000a: [[<Attribute attrid=8 value=<TypeValue type=uint8_t, value=75>>]]
2020-07-28 08:45:37 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] Attribute report received: current_position_lift_percentage=75
2020-07-28 08:45:37 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x3b74:1:0x0102]: Attribute report 'Window Covering'[current_position_lift_percentage] = 75
2020-07-28 08:45:37 DEBUG (MainThread) [homeassistant.components.zha.cover] setting position: 75
2020-07-28 08:45:37 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=cover.bedroom_blind, old_state=<state cover.bedroom_blind=closing; current_position=28, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:45:01.153812+01:00>, new_state=<state cover.bedroom_blind=closing; current_position=25, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:45:01.153812+01:00>>
2020-07-28 08:45:37 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 18 under 144 request id, data: b'18120b0a00'
2020-07-28 08:45:37 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, ep: 1, profile: 0x0104, cluster_id: 0x0102, data: b'08120a0800204b'
2020-07-28 08:45:37 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 144, 0, <DeconzAddressEndpoint address_mode=2 address=0x3b74 endpoint=1>, 260, 258, 1, b'\x18\x12\x0b\n\x00', 2, 0)
2020-07-28 08:45:37 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 144]
2020-07-28 08:45:37 DEBUG (MainThread) [hass_nabucasa.google_report_state] Publishing message:
{'msgid': '069f1e368a0446c590c62580a9bfa38b',
 'payload': {'devices': {'states': {'cover.bedroom_blind': {'online': True,
                                                            'openPercent': 25}}}}}

2020-07-28 08:45:37 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2020-07-28 08:45:37 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 08:45:37 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 144: 00
2020-07-28 08:45:37 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0x90 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0x3b74 endpoint=1>, status: 0x00
2020-07-28 08:45:38 DEBUG (MainThread) [hass_nabucasa.google_report_state] Received message:
{'msgid': '069f1e368a0446c590c62580a9bfa38b'}

2020-07-28 08:45:38 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:45:38 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:45:38 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [30, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, 1, 260, 258, b'\x08\x13\n\x08\x00 O', 0, 175, 255, 58, 149, 142, 0, -54]
2020-07-28 08:45:38 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=False disable_default_response=False> manufacturer=None tsn=19 command_id=Command.Report_Attributes>
2020-07-28 08:45:38 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL request 0x000a: [[<Attribute attrid=8 value=<TypeValue type=uint8_t, value=79>>]]
2020-07-28 08:45:38 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] Attribute report received: current_position_lift_percentage=79
2020-07-28 08:45:38 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x3b74:1:0x0102]: Attribute report 'Window Covering'[current_position_lift_percentage] = 79
2020-07-28 08:45:38 DEBUG (MainThread) [homeassistant.components.zha.cover] setting position: 79
2020-07-28 08:45:38 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=cover.bedroom_blind, old_state=<state cover.bedroom_blind=closing; current_position=25, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:45:01.153812+01:00>, new_state=<state cover.bedroom_blind=closing; current_position=21, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:45:01.153812+01:00>>
2020-07-28 08:45:38 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 19 under 145 request id, data: b'18130b0a00'
2020-07-28 08:45:38 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, ep: 1, profile: 0x0104, cluster_id: 0x0102, data: b'08130a0800204f'
2020-07-28 08:45:38 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 145, 0, <DeconzAddressEndpoint address_mode=2 address=0x3b74 endpoint=1>, 260, 258, 1, b'\x18\x13\x0b\n\x00', 2, 0)
2020-07-28 08:45:38 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 145]
2020-07-28 08:45:38 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2020-07-28 08:45:38 DEBUG (MainThread) [hass_nabucasa.google_report_state] Publishing message:
{'msgid': 'c64813f2e6f0459b9d564c1c89456bba',
 'payload': {'devices': {'states': {'cover.bedroom_blind': {'online': True,
                                                            'openPercent': 21}}}}}

2020-07-28 08:45:38 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 08:45:38 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 145: 00
2020-07-28 08:45:38 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0x91 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0x3b74 endpoint=1>, status: 0x00
2020-07-28 08:45:38 DEBUG (MainThread) [hass_nabucasa.google_report_state] Received message:
{'msgid': 'c64813f2e6f0459b9d564c1c89456bba'}

2020-07-28 08:45:38 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:45:38 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:45:38 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [30, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, 1, 260, 258, b'\x08\x14\n\x08\x00 R', 0, 175, 255, 58, 149, 142, 0, -54]
2020-07-28 08:45:38 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=False disable_default_response=False> manufacturer=None tsn=20 command_id=Command.Report_Attributes>
2020-07-28 08:45:38 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL request 0x000a: [[<Attribute attrid=8 value=<TypeValue type=uint8_t, value=82>>]]
2020-07-28 08:45:38 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] Attribute report received: current_position_lift_percentage=82
2020-07-28 08:45:38 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x3b74:1:0x0102]: Attribute report 'Window Covering'[current_position_lift_percentage] = 82
2020-07-28 08:45:38 DEBUG (MainThread) [homeassistant.components.zha.cover] setting position: 82
2020-07-28 08:45:38 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=cover.bedroom_blind, old_state=<state cover.bedroom_blind=closing; current_position=21, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:45:01.153812+01:00>, new_state=<state cover.bedroom_blind=closing; current_position=18, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:45:01.153812+01:00>>
2020-07-28 08:45:38 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 20 under 146 request id, data: b'18140b0a00'
2020-07-28 08:45:38 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, ep: 1, profile: 0x0104, cluster_id: 0x0102, data: b'08140a08002052'
2020-07-28 08:45:38 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 146, 0, <DeconzAddressEndpoint address_mode=2 address=0x3b74 endpoint=1>, 260, 258, 1, b'\x18\x14\x0b\n\x00', 2, 0)
2020-07-28 08:45:38 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 146]
2020-07-28 08:45:38 DEBUG (MainThread) [hass_nabucasa.google_report_state] Publishing message:
{'msgid': '9d966c75e8f845cd84ec4a760bb0eb22',
 'payload': {'devices': {'states': {'cover.bedroom_blind': {'online': True,
                                                            'openPercent': 18}}}}}

2020-07-28 08:45:38 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2020-07-28 08:45:38 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 08:45:38 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 146: 00
2020-07-28 08:45:38 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0x92 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0x3b74 endpoint=1>, status: 0x00
2020-07-28 08:45:39 DEBUG (MainThread) [hass_nabucasa.google_report_state] Received message:
{'msgid': '9d966c75e8f845cd84ec4a760bb0eb22'}

2020-07-28 08:45:39 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:45:39 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:45:39 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [30, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, 1, 260, 258, b'\x08\x15\n\x08\x00 U', 0, 175, 255, 58, 149, 142, 0, -53]
2020-07-28 08:45:39 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=False disable_default_response=False> manufacturer=None tsn=21 command_id=Command.Report_Attributes>
2020-07-28 08:45:39 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL request 0x000a: [[<Attribute attrid=8 value=<TypeValue type=uint8_t, value=85>>]]
2020-07-28 08:45:39 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] Attribute report received: current_position_lift_percentage=85
2020-07-28 08:45:39 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x3b74:1:0x0102]: Attribute report 'Window Covering'[current_position_lift_percentage] = 85
2020-07-28 08:45:39 DEBUG (MainThread) [homeassistant.components.zha.cover] setting position: 85
2020-07-28 08:45:39 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=cover.bedroom_blind, old_state=<state cover.bedroom_blind=closing; current_position=18, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:45:01.153812+01:00>, new_state=<state cover.bedroom_blind=closing; current_position=15, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:45:01.153812+01:00>>
2020-07-28 08:45:39 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 21 under 147 request id, data: b'18150b0a00'
2020-07-28 08:45:39 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, ep: 1, profile: 0x0104, cluster_id: 0x0102, data: b'08150a08002055'
2020-07-28 08:45:39 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 147, 0, <DeconzAddressEndpoint address_mode=2 address=0x3b74 endpoint=1>, 260, 258, 1, b'\x18\x15\x0b\n\x00', 2, 0)
2020-07-28 08:45:39 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 147]
2020-07-28 08:45:39 DEBUG (MainThread) [hass_nabucasa.google_report_state] Publishing message:
{'msgid': '639f8e95df9a42c79f62caf66e584843',
 'payload': {'devices': {'states': {'cover.bedroom_blind': {'online': True,
                                                            'openPercent': 15}}}}}

2020-07-28 08:45:39 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2020-07-28 08:45:39 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 08:45:39 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 147: 00
2020-07-28 08:45:39 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0x93 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0x3b74 endpoint=1>, status: 0x00
2020-07-28 08:45:39 DEBUG (MainThread) [hass_nabucasa.google_report_state] Received message:
{'msgid': '639f8e95df9a42c79f62caf66e584843'}

2020-07-28 08:45:39 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:45:39 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:45:39 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [31, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0xefed>, 2, 260, 1029, b'\x08\x0e\n\x00\x00!=\x19', 0, 175, 255, 58, 149, 142, 0, -61]
2020-07-28 08:45:39 DEBUG (MainThread) [zigpy.zcl] [0xefed:2:0x0405] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=False disable_default_response=False> manufacturer=None tsn=14 command_id=Command.Report_Attributes>
2020-07-28 08:45:39 DEBUG (MainThread) [zigpy.zcl] [0xefed:2:0x0405] ZCL request 0x000a: [[<Attribute attrid=0 value=<TypeValue type=uint16_t, value=6461>>]]
2020-07-28 08:45:39 DEBUG (MainThread) [zigpy.zcl] [0xefed:2:0x0405] Attribute report received: measured_value=6461
2020-07-28 08:45:39 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.bedroom_humidity, old_state=<state sensor.bedroom_humidity=66.1; unit_of_measurement=%, friendly_name=Bedroom Humidity, device_class=humidity @ 2020-07-28T08:14:12.560033+01:00>, new_state=<state sensor.bedroom_humidity=64.6; unit_of_measurement=%, friendly_name=Bedroom Humidity, device_class=humidity @ 2020-07-28T08:45:39.749289+01:00>>
2020-07-28 08:45:39 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 14 under 148 request id, data: b'180e0b0a00'
2020-07-28 08:45:39 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0xefed>, ep: 2, profile: 0x0104, cluster_id: 0x0405, data: b'080e0a0000213d19'
2020-07-28 08:45:39 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 148, 0, <DeconzAddressEndpoint address_mode=2 address=0xefed endpoint=2>, 260, 1029, 1, b'\x18\x0e\x0b\n\x00', 2, 0)
2020-07-28 08:45:39 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 148]
2020-07-28 08:45:39 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2020-07-28 08:45:39 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]
2020-07-28 08:45:39 DEBUG (MainThread) [hass_nabucasa.google_report_state] Publishing message:
{'msgid': '60055c3232eb451594b5be7b4fa958d3',
 'payload': {'devices': {'states': {'sensor.bedroom_humidity': {'humidityAmbientPercent': 65,
                                                                'online': True}}}}}

2020-07-28 08:45:39 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 08:45:39 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 148: 00
2020-07-28 08:45:39 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0x94 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0xefed endpoint=2>, status: 0x00
2020-07-28 08:45:39 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:45:39 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [30, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, 1, 260, 258, b'\x08\x16\n\x08\x00 X', 0, 175, 255, 58, 149, 142, 0, -54]
2020-07-28 08:45:39 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=False disable_default_response=False> manufacturer=None tsn=22 command_id=Command.Report_Attributes>
2020-07-28 08:45:39 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL request 0x000a: [[<Attribute attrid=8 value=<TypeValue type=uint8_t, value=88>>]]
2020-07-28 08:45:39 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] Attribute report received: current_position_lift_percentage=88
2020-07-28 08:45:39 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x3b74:1:0x0102]: Attribute report 'Window Covering'[current_position_lift_percentage] = 88
2020-07-28 08:45:39 DEBUG (MainThread) [homeassistant.components.zha.cover] setting position: 88
2020-07-28 08:45:39 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=cover.bedroom_blind, old_state=<state cover.bedroom_blind=closing; current_position=15, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:45:01.153812+01:00>, new_state=<state cover.bedroom_blind=closing; current_position=12, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:45:01.153812+01:00>>
2020-07-28 08:45:39 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 22 under 149 request id, data: b'18160b0a00'
2020-07-28 08:45:39 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, ep: 1, profile: 0x0104, cluster_id: 0x0102, data: b'08160a08002058'
2020-07-28 08:45:39 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 149, 0, <DeconzAddressEndpoint address_mode=2 address=0x3b74 endpoint=1>, 260, 258, 1, b'\x18\x16\x0b\n\x00', 2, 0)
2020-07-28 08:45:39 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 149]
2020-07-28 08:45:39 DEBUG (MainThread) [hass_nabucasa.google_report_state] Publishing message:
{'msgid': '17b835c6834a4c8c83786d59c4fc9652',
 'payload': {'devices': {'states': {'cover.bedroom_blind': {'online': True,
                                                            'openPercent': 12}}}}}

2020-07-28 08:45:39 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2020-07-28 08:45:39 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 08:45:39 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 149: 00
2020-07-28 08:45:39 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0x95 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0x3b74 endpoint=1>, status: 0x00
2020-07-28 08:45:40 DEBUG (MainThread) [hass_nabucasa.google_report_state] Received message:
{'msgid': '60055c3232eb451594b5be7b4fa958d3'}

2020-07-28 08:45:40 DEBUG (MainThread) [hass_nabucasa.google_report_state] Received message:
{'msgid': '17b835c6834a4c8c83786d59c4fc9652'}

2020-07-28 08:45:40 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:45:40 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:45:40 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [31, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x22ad>, 1, 260, 1024, b'\x18B\n\x00\x00!\x9cM', 0, 175, 255, 58, 149, 142, 0, -61]
2020-07-28 08:45:40 DEBUG (MainThread) [zigpy.zcl] [0x22ad:1:0x0400] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=False disable_default_response=True> manufacturer=None tsn=66 command_id=Command.Report_Attributes>
2020-07-28 08:45:40 DEBUG (MainThread) [zigpy.zcl] [0x22ad:1:0x0400] ZCL request 0x000a: [[<Attribute attrid=0 value=<TypeValue type=uint16_t, value=19868>>]]
2020-07-28 08:45:40 DEBUG (MainThread) [zigpy.zcl] [0x22ad:1:0x0400] Attribute report received: measured_value=19868
2020-07-28 08:45:40 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.kitchen_illumination, old_state=<state sensor.kitchen_illumination=106.0; unit_of_measurement=lx, friendly_name=Kitchen Illumination, device_class=illuminance @ 2020-07-28T08:45:10.294038+01:00>, new_state=<state sensor.kitchen_illumination=97.0; unit_of_measurement=lx, friendly_name=Kitchen Illumination, device_class=illuminance @ 2020-07-28T08:45:40.218956+01:00>>
2020-07-28 08:45:40 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x22ad>, ep: 1, profile: 0x0104, cluster_id: 0x0400, data: b'18420a0000219c4d'
2020-07-28 08:45:40 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:45:40 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:45:40 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [30, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, 1, 260, 258, b'\x08\x17\n\x08\x00 \\', 0, 175, 255, 58, 149, 142, 0, -53]
2020-07-28 08:45:40 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=False disable_default_response=False> manufacturer=None tsn=23 command_id=Command.Report_Attributes>
2020-07-28 08:45:40 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL request 0x000a: [[<Attribute attrid=8 value=<TypeValue type=uint8_t, value=92>>]]
2020-07-28 08:45:40 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] Attribute report received: current_position_lift_percentage=92
2020-07-28 08:45:40 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x3b74:1:0x0102]: Attribute report 'Window Covering'[current_position_lift_percentage] = 92
2020-07-28 08:45:40 DEBUG (MainThread) [homeassistant.components.zha.cover] setting position: 92
2020-07-28 08:45:40 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=cover.bedroom_blind, old_state=<state cover.bedroom_blind=closing; current_position=12, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:45:01.153812+01:00>, new_state=<state cover.bedroom_blind=closing; current_position=8, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:45:01.153812+01:00>>
2020-07-28 08:45:40 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 23 under 150 request id, data: b'18170b0a00'
2020-07-28 08:45:40 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, ep: 1, profile: 0x0104, cluster_id: 0x0102, data: b'08170a0800205c'
2020-07-28 08:45:40 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 150, 0, <DeconzAddressEndpoint address_mode=2 address=0x3b74 endpoint=1>, 260, 258, 1, b'\x18\x17\x0b\n\x00', 2, 0)
2020-07-28 08:45:40 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 150]
2020-07-28 08:45:40 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2020-07-28 08:45:40 DEBUG (MainThread) [hass_nabucasa.google_report_state] Publishing message:
{'msgid': 'e0dd99cbed7b4aecbcd0603621f6eacf',
 'payload': {'devices': {'states': {'cover.bedroom_blind': {'online': True,
                                                            'openPercent': 8}}}}}

2020-07-28 08:45:40 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 08:45:40 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 150: 00
2020-07-28 08:45:40 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0x96 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0x3b74 endpoint=1>, status: 0x00
2020-07-28 08:45:40 DEBUG (MainThread) [hass_nabucasa.google_report_state] Received message:
{'msgid': 'e0dd99cbed7b4aecbcd0603621f6eacf'}

2020-07-28 08:45:40 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:45:40 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:45:40 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [30, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, 1, 260, 258, b'\x08\x18\n\x08\x00 _', 0, 175, 255, 93, 149, 142, 0, -53]
2020-07-28 08:45:40 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=False disable_default_response=False> manufacturer=None tsn=24 command_id=Command.Report_Attributes>
2020-07-28 08:45:40 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL request 0x000a: [[<Attribute attrid=8 value=<TypeValue type=uint8_t, value=95>>]]
2020-07-28 08:45:40 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] Attribute report received: current_position_lift_percentage=95
2020-07-28 08:45:40 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x3b74:1:0x0102]: Attribute report 'Window Covering'[current_position_lift_percentage] = 95
2020-07-28 08:45:40 DEBUG (MainThread) [homeassistant.components.zha.cover] setting position: 95
2020-07-28 08:45:40 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=cover.bedroom_blind, old_state=<state cover.bedroom_blind=closing; current_position=8, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:45:01.153812+01:00>, new_state=<state cover.bedroom_blind=closing; current_position=5, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:45:01.153812+01:00>>
2020-07-28 08:45:40 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 24 under 151 request id, data: b'18180b0a00'
2020-07-28 08:45:40 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, ep: 1, profile: 0x0104, cluster_id: 0x0102, data: b'08180a0800205f'
2020-07-28 08:45:40 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 151, 0, <DeconzAddressEndpoint address_mode=2 address=0x3b74 endpoint=1>, 260, 258, 1, b'\x18\x18\x0b\n\x00', 2, 0)
2020-07-28 08:45:40 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 151]
2020-07-28 08:45:40 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2020-07-28 08:45:40 DEBUG (MainThread) [hass_nabucasa.google_report_state] Publishing message:
{'msgid': 'fe089828c94f4c31817be1bbe4f08c5d',
 'payload': {'devices': {'states': {'cover.bedroom_blind': {'online': True,
                                                            'openPercent': 5}}}}}

2020-07-28 08:45:40 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 08:45:40 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 151: 00
2020-07-28 08:45:40 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0x97 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0x3b74 endpoint=1>, status: 0x00
2020-07-28 08:45:41 DEBUG (MainThread) [hass_nabucasa.google_report_state] Received message:
{'msgid': 'fe089828c94f4c31817be1bbe4f08c5d'}

2020-07-28 08:45:41 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:45:41 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:45:41 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [30, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, 1, 260, 258, b'\x08\x19\n\x08\x00 b', 0, 175, 255, 93, 149, 142, 0, -54]
2020-07-28 08:45:41 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=False disable_default_response=False> manufacturer=None tsn=25 command_id=Command.Report_Attributes>
2020-07-28 08:45:41 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL request 0x000a: [[<Attribute attrid=8 value=<TypeValue type=uint8_t, value=98>>]]
2020-07-28 08:45:41 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] Attribute report received: current_position_lift_percentage=98
2020-07-28 08:45:41 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x3b74:1:0x0102]: Attribute report 'Window Covering'[current_position_lift_percentage] = 98
2020-07-28 08:45:41 DEBUG (MainThread) [homeassistant.components.zha.cover] setting position: 98
2020-07-28 08:45:41 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=cover.bedroom_blind, old_state=<state cover.bedroom_blind=closing; current_position=5, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:45:01.153812+01:00>, new_state=<state cover.bedroom_blind=closing; current_position=2, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:45:01.153812+01:00>>
2020-07-28 08:45:41 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 25 under 152 request id, data: b'18190b0a00'
2020-07-28 08:45:41 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, ep: 1, profile: 0x0104, cluster_id: 0x0102, data: b'08190a08002062'
2020-07-28 08:45:41 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 152, 0, <DeconzAddressEndpoint address_mode=2 address=0x3b74 endpoint=1>, 260, 258, 1, b'\x18\x19\x0b\n\x00', 2, 0)
2020-07-28 08:45:41 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 152]
2020-07-28 08:45:41 DEBUG (MainThread) [hass_nabucasa.google_report_state] Publishing message:
{'msgid': '4f6192ff482848d48d092e5f02109bfb',
 'payload': {'devices': {'states': {'cover.bedroom_blind': {'online': True,
                                                            'openPercent': 2}}}}}

2020-07-28 08:45:41 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0]
2020-07-28 08:45:41 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2020-07-28 08:45:41 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 152: 00
2020-07-28 08:45:41 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0x98 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0x3b74 endpoint=1>, status: 0x00
2020-07-28 08:45:41 DEBUG (MainThread) [hass_nabucasa.google_report_state] Received message:
{'msgid': '4f6192ff482848d48d092e5f02109bfb'}

2020-07-28 08:45:41 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0]
2020-07-28 08:45:41 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-07-28 08:45:41 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [30, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, 1, 260, 258, b'\x08\x1a\n\x08\x00 d', 0, 175, 255, 93, 149, 142, 0, -54]
2020-07-28 08:45:41 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=False disable_default_response=False> manufacturer=None tsn=26 command_id=Command.Report_Attributes>
2020-07-28 08:45:41 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] ZCL request 0x000a: [[<Attribute attrid=8 value=<TypeValue type=uint8_t, value=100>>]]
2020-07-28 08:45:41 DEBUG (MainThread) [zigpy.zcl] [0x3b74:1:0x0102] Attribute report received: current_position_lift_percentage=100
2020-07-28 08:45:41 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x3b74:1:0x0102]: Attribute report 'Window Covering'[current_position_lift_percentage] = 100
2020-07-28 08:45:41 DEBUG (MainThread) [homeassistant.components.zha.cover] setting position: 100
2020-07-28 08:45:41 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=cover.bedroom_blind, old_state=<state cover.bedroom_blind=closing; current_position=2, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:45:01.153812+01:00>, new_state=<state cover.bedroom_blind=closed; current_position=0, friendly_name=Bedroom Blind, supported_features=15 @ 2020-07-28T08:45:41.830218+01:00>>
2020-07-28 08:45:41 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 26 under 153 request id, data: b'181a0b0a00'
2020-07-28 08:45:41 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x3b74>, ep: 1, profile: 0x0104, cluster_id: 0x0102, data: b'081a0a08002064'
2020-07-28 08:45:41 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 153, 0, <DeconzAddressEndpoint address_mode=2 address=0x3b74 endpoint=1>, 260, 258, 1, b'\x18\x1a\x0b\n\x00', 2, 0)
2020-07-28 08:45:41 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 153]
2020-07-28 08:45:41 DEBUG (MainThread) [hass_nabucasa.google_report_state] Publishing message:
{'msgid': '55b26f17d6c9442aa4158eecf94b45cc',
 'payload': {'devices': {'states': {'cover.bedroom_blind': {'online': True,
                                                            'openPercent': 0}}}}}
blair287 commented 4 years ago

I've tried to figure this out and I believe the issue is now not with ZHA (apart from the delay issue which you can see sometimes in the logs)

Using Nabu casa issue there every time. But with duckdns and manual Google integration the issue regarding the blind not opening or closing is not there.

Thanks for help I will close this issue and open a new one for the delay issue.