zigpy / zigpy-deconz

A library which communicates with Deconz radios for zigpy
GNU General Public License v3.0
87 stars 20 forks source link

Losing contact with entities in Home Assistant #41

Closed comatose-tortoise closed 4 years ago

comatose-tortoise commented 5 years ago

Bought the Conbee II and intend do use it with Home Assistant and the native ZHA integration there.

System is: Mini-ITX-board with Intel CPU / Ubuntu 16.04.06 / Docker / Home Assistant Conbee II firmware: deCONZ_ConBeeII_0x264a0700.bin.GCF Extension USB cable to the Conbee II Zigbee devices are a number of different IKEA Tradfri lights and one IKEA Tradfri power plug

The problem is that the zigbee devices become “unavailable” randomly all the time. A power cycle of the bulb makes it appear again. Also, sometimes they are not listed as unavailable but still does not respond to being turned on/off. They also randomly report the wrong on/off-state.

Log is full of different zigbee related errors such as:

> 2019-05-28 12:17:55 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xd0
> 
> 2019-05-28 12:17:55 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xd0
> 
> 2019-05-28 12:17:55 WARNING (MainThread) [zigpy_deconz.api] No response to aps_data_request command
> 
> 2019-05-28 12:17:55 WARNING (MainThread) [zigpy_deconz.api] No response to aps_data_request command
> 
> 2019-05-28 12:17:55 WARNING (MainThread) [zigpy_deconz.api] No response to aps_data_request command
> 
> 2019-05-28 12:17:55 WARNING (MainThread) [zigpy_deconz.api] No response to aps_data_request command
Adminiuga commented 5 years ago

The problem is that the zigbee devices become “unavailable” randomly all the time. A power cycle of the bulb makes it appear again

comatose-tortoise commented 5 years ago
  • which version of HA?
  • HA 0.93.2
  • after the bulb becomes available after the powercycle, can you control it from HA?
  • Yes
  • when the bulb is shown as unavailable in HA, can you go to config panel -> ZHA -> pick the device -> Select OnOff cluster -> and successfuly read the attr_id = 0 ?
  • Don't know, will try ASAP. But I don't seem to have the "attr_id = 0" in the OnOff cluster?
  • can you run deconz and confirm which channel it selected to form the network?
  • Channel 11
  • how many different Zigbee devices do you have on the network
  • 14 devices
  • do you have any Cree connected lights? for now those are known to cause issues
  • No, only IKEA Tradfri devices

The problem is not only that they sometimes end up like "unavailable", it's also that they report the wrong state. I.e., I turn on the kitchen lights with an automation, all lights correctly turn on, but one bulb is shown in HA as OFF. If I turn it ON/OFF in the HA GUI a couple of times, it shows the correct ON/OFF-state again.

The same thing can happen when turning off lights, the switch in the HA GUI turns off but the light remains on. Rapidly turning the switch ON/OFF in the HA GUI makes it come back into a correctly synced state.

Adminiuga commented 5 years ago

the "attr_id = 0" in the OnOff cluster?

Just didn't remember the attr name, it is on_off (id: 0x0000) attribute.

Channel 11

What channel your WiFi and/or your neighbors WiFi is ruining on? if under your control, make sure (confirm with a wifi scanner on the phone) move the WiFi to channel 11 or 6. Zigbee channel 11 overlaps with WiFi channel 1 so strong wifi on channel 1 would probably cause zigbee interference.

vinmar1 commented 5 years ago

@comatose-tortoise

What you are describing is sort of the same issues I had. Before you go too much further I wrote this up on WiFi and Zigbee interference. Take a look and see if it helps. https://community.home-assistant.io/t/zigbee-conbee-and-wifi-interference/112945

comatose-tortoise commented 5 years ago

I now moved the Conbee stick to channel 25. The wifi was on channel 1. One light became unresponsive and minutes later shown as "unavailable". This error started to accumulate in the log:

Error while sending frame: 0xd0
23:22 components/zha/core/helpers.py (WARNING) - message first occured at 22:29 and shows up 97 times
Error handling message: Unknown error
23:21 components/zha/api.py (ERROR) - message first occured at 23:19 and shows up 37 times
  • when the bulb is shown as unavailable in HA, can you go to config panel -> ZHA -> pick the device -> Select OnOff cluster -> and successfuly read the attr_id = 0 ?

I just tried this and I can not successfully read the attribute when the light is unavailable. Also, power cycling the light apparently doesn't work every time, now it does nothing, light is still unavailable.

Adminiuga commented 5 years ago

You are on Ubuntu. Is ModemManager running and can you disable or remove it?

vinmar1 commented 5 years ago

@Adminiuga could Modem Manager be my issue with CREE bulbs?

@comatose-tortoise it's easy to check... open a terminal window and use this command systemctl |grep Modem if it returns nothing it isn't running.

If it does this will remove it. sudo apt-get purge modemmanager

Adminiuga commented 5 years ago

@vinmar1 I don't trust Cree bulbs. I see them using wrong source endpoint id, when replying to configure_attribute_reporting commands, but then even if Cree reports successful attr report configuration, I don't see it sending any attribute updates.

vinmar1 commented 5 years ago

@vinmar1 I don't trust Cree bulbs. I see them using wrong source endpoint id, when replying to configure_attribute_reporting commands, but then even if Cree reports successful attr report configuration, I don't see it sending any attribute updates.

So CREE isn't following the rules apparently. No big deal I only have 3 I'll keep them on the Lightify Hub they work fine there.

Thanks!!

@comatose-tortoise I'm sure you will get your issue resolved you are in the best hands with @Adminiuga helping you.

comatose-tortoise commented 5 years ago

ModemManager appears to not be running.

HA restarted (scheduled) at 04:00 this night, and immediately after, the log shows these errors:

Setup of platform zha is taking over 10 seconds.
04:01 __main__.py (WARNING)
Failed to receive transmit confirm for request id: 61
04:00 components/zha/core/helpers.py (WARNING)
Failed to receive transmit confirm for request id: 51
04:00 components/zha/core/helpers.py (WARNING)
Failed to receive transmit confirm for request id: 50
04:00 components/zha/core/helpers.py (WARNING)
Failed to receive transmit confirm for request id: 49
04:00 components/zha/core/helpers.py (WARNING)
Failed to receive transmit confirm for request id: 47
04:00 components/zha/core/helpers.py (WARNING)
Failed to receive transmit confirm for request id: 42
04:00 components/zha/core/helpers.py (WARNING)
Unexpected transmit confirm for request id 61, Status: 0x00, 61
04:00 __main__.py (WARNING)
Unexpected transmit confirm for request id 51, Status: 0x00, 51
04:00 __main__.py (WARNING)
Unexpected transmit confirm for request id 50, Status: 0x00, 50
04:00 __main__.py (WARNING)
Unexpected transmit confirm for request id 49, Status: 0x00, 49
04:00 __main__.py (WARNING)
Unexpected transmit confirm for request id 47, Status: 0x00, 47
04:00 __main__.py (WARNING)

A two other devices are now "unavailable". Will restart the whole machine, usually has everything working for a short while.

Adminiuga commented 5 years ago

Enable debug logging for the following components:

logger:
  default: info
  logs:
    asyncio: debug
    homeassistant.core: debug
    homeassistant.components.zha: debug
    zigpy: debug
    zigpy_deconz: debug
    custom_components: debug

and post the home-assistant.log cause I'm intrigued by

Failed to receive transmit confirm for request id: 61
04:00 components/zha/core/helpers.py (WARNING)
Failed to receive transmit confirm for request id: 51
Unexpected transmit confirm for request id 61, Status: 0x00, 61
04:00 __main__.py (WARNING)
Unexpected transmit confirm for request id 51, Status: 0x00, 51
04:00 __main__.py (WARNING)

But I need to see at least the seconds timestamp. BTW, where is this log coming from? Looks nothing like home-assistant.log

comatose-tortoise commented 5 years ago

Okay, will do. That is coming from the GUI, it shows errors from the log there.

BTW, one of the lights that went unavailable last night doesn't come back even after reboot of the whole machine.

What should I do with the log? Can I just paste it here? Could there be something secret like passwords in it? It has 4500+ lines..

vinmar1 commented 5 years ago

Okay, will do. That is coming from the GUI, it shows errors from the log there.

BTW, one of the lights that went unavailable last night doesn't come back even after reboot of the whole machine.

What should I do with the log? Can I just paste it here? Could there be something secret like passwords in it? It has 4500+ lines..

There are no passwords or any secure info in the log so no issues there.

What I did was copy the file "home-assistant.log" from the config folder to another folder and then zip it. You can then drag and drop it into a post here.

comatose-tortoise commented 5 years ago

@Adminiuga Can I send it to you directly somehow? Doesn't feel good to put it all in the thread :P

It's really weird, the (now two) entities that went unavailable seem to be permanently unavailable now, regardless of HA restarts, HA hardware restarts, and power cycling the actual bulbs.

In addition to that, other devices are affected to (not responding until after 10 commands, temporarily unavailable, showing wrong status, etc).

Adminiuga commented 5 years ago

In addition to that, other devices are affected to (not responding until after 10 commands, temporarily unavailable, showing wrong status, etc

so besides those two bulbs, are you saying that after a restart, about 10 commands issued to the light(s) are not going through, but after that is works fine?

comatose-tortoise commented 5 years ago

In addition to that, other devices are affected to (not responding until after 10 commands, temporarily unavailable, showing wrong status, etc

so besides those two bulbs, are you saying that after a restart, about 10 commands issued to the light(s) are not going through, but after that is works fine?

Yes, when they have the wrong status (light turned on but shown as off, and vice versa), that seems to work. I do not need to restart for this to work. Sometimes it takes 3 quick on/off-cycles, sometimes it takes 10. After the light starts to respond, it works every time (until a few minutes/hours later when the wrong status randomly appear again).

But that's another issue than that they become unavailable. When unavailability happens, I need to restart HA. I did also try your suggestion to read attributes again, and this time it worked to "wake" my Tradfri power outlet that had gone unavailable by reading the on/off-attribute. It does not work for the two lights that are permanently unavailable for some reason.

A good example of the situation overall is this: Some hours ago I turned on three Tradfri GU10 spotlights in the HA GUI by turning on a group of lights (kitchen lights). The spotlights did not respond (but other lights did) so I had to press the scene button 4-5 times and then they all responded and had the correct status in the HA GUI. Now, a few hours later, all three spotlights are still on, but only one shows as on in the GUI. The second has turned "unavailable" and the third is showing available but turned off.

The above scenario happens to all (as far as I can tell) zigbee devices that I have in the network, seemingly randomly.

EDIT:

StyxyDog commented 5 years ago

@comatose-tortoise I can't really help, but maybe offer some of my own experience. I have a lot of Tradfri kit too. I'm using the original conbee. I have found I get a lot of errors and bugs, however the more I do to fix it the worse it gets, constantly rebooting HA and power cycling your Tradfri devices may fix them temporarily. I think if you just leave everything alone for a few hours it kind of settles down. I still get errors and warnings in my logs, but my system is pretty reliable now. It might not work for you at all, but maybe just try leaving it alone for a few hours and see if it sorts itself out. My theory is that the Tradfri repeaters take time to build the best connections to devices they can talk to. YMMV.

comatose-tortoise commented 5 years ago

@comatose-tortoise I can't really help, but maybe offer some of my own experience. I have a lot of Tradfri kit too. I'm using the original conbee. I have found I get a lot of errors and bugs, however the more I do to fix it the worse it gets, constantly rebooting HA and power cycling your Tradfri devices may fix them temporarily. I think if you just leave everything alone for a few hours it kind of settles down. I still get errors and warnings in my logs, but my system is pretty reliable now. It might not work for you at all, but maybe just try leaving it alone for a few hours and see if it sorts itself out. My theory is that the Tradfri repeaters take time to build the best connections to devices they can talk to. YMMV.

Thank you for the suggestion, but I already tried that. Left it on for several days and it doesn't seem to affect these errors unfortunately.

Adminiuga commented 5 years ago

My theory is that the Tradfri repeaters take time to build the best connections to devices they can talk to. YMMV

That could be it and also deconz after a restart may need some time to rebuild routes. @comatose-tortoise try the following.

  1. stop home assistant
  2. unplug deconz stick for a few seconds and plug it back
  3. start ha and let it run for a while try reading the attributes from the lights to force some traffic to those devices

For the spotlight showing as "unavailable", doing as you said, going to the OnOff cluster and reading the on_off attribute returns "Bool.true" and brings the spotlight back to being available.

Sounds like spotlight is not doing attribute reporting. What model are those?

comatose-tortoise commented 5 years ago

That could be it and also deconz after a restart may need some time to rebuild routes. @comatose-tortoise try the following.

  1. stop home assistant
  2. unplug deconz stick for a few seconds and plug it back
  3. start ha and let it run for a while try reading the attributes from the lights to force some traffic to those devices

I will try this immediately.

For the spotlight showing as "unavailable", doing as you said, going to the OnOff cluster and reading the on_off attribute returns "Bool.true" and brings the spotlight back to being available.

Sounds like spotlight is not doing attribute reporting. What model are those?

They are "IKEA of Sweden TRADFRI bulb GU10 WS 400lm". I don't really know how to check their identity in more detail than that. They were bought last year.

What is your take on the two bulbs that are permanently unavailable now? One is a "IKEA of Sweden TRADFRI bulb E27 opal 1000lm" and the other is a "IKEA of Sweden TRADFRI bulb E14 WS opal 400lm".

Adminiuga commented 5 years ago

the two permanently unavailble, you would need to factory reset them and after that:

  1. remove them from ZHA config panel
  2. set log to debug
  3. re-pair and post pairng log here

PS: did you do wifi scan? I know you moved your WiFi to another channel, but do you have any neighbors around?

comatose-tortoise commented 5 years ago

PS: did you do wifi scan? I know you moved your WiFi to another channel, but do you have any neighbors around?

Adminiuga commented 5 years ago

Is that 40MHz channel one of yours WiFi APs? Zigbee channel 25 is probably the best in your case, but that 40MHz on channel 9 is probably still leaking onto 25, although I don't have personal experience on how much it would affect things. Mine is running on channel 15 and I have APs on US channels 1, 6, 11, but I limited WiFi to 20MHz only.

comatose-tortoise commented 5 years ago

Is that 40MHz channel one of yours WiFi APs? Zigbee channel 25 is probably the best in your case, but that 40MHz on channel 9 is probably still leaking onto 25, although I don't have personal experience on how much it would affect things. Mine is running on channel 15 and I have APs on US channels 1, 6, 11, but I limited WiFi to 20MHz only.

No, I have 2.4 GHz WiFi only on 20 MHz channel 1.

I did as you said above (stopped HA, removed the stick), some time ago, and now all three spotlights and three E27 bulbs are shown as OFF despite being on. This in addition to the two permanently unavailable bulbs.

I have a hard time believing that all this is caused by interference from various wifi networks. Before the tradfri GW was updated and stopped working, it worked really well for 9+ months. None of these problems were present. I just don't think this is caused by wifi interference..

Adminiuga commented 5 years ago

and now all three spotlights and three E27 bulbs are shown as OFF despite being on

Again: when joined, lights are configured to send attribute reports almost immediately on change or every 15 minutes. If you are not getting those reports, then either

Hard to say what is it exactly without seeing full debug log and I cannot reproduce the problem with my deconz stick.

This in addition to the two permanently unavailable bulbs

https://github.com/zigpy/zigpy-deconz/issues/41#issuecomment-497389945

comatose-tortoise commented 5 years ago

and now all three spotlights and three E27 bulbs are shown as OFF despite being on

Again: when joined, lights are configured to send attribute reports almost immediately on change or every 15 minutes. If you are not getting those reports, then either

  • light is not sending those, check the logs if you are getting those
  • network is losing the updated because of interference
  • lights losses network because of interference
  • there's a bug in deconz

Hard to say what is it exactly without seeing full debug log and I cannot reproduce the problem with my deconz stick.

This in addition to the two permanently unavailable bulbs

#41 (comment)

https://www.dropbox.com/s/hes41zb7qhj8hv7/home_assistant.log.zip?dl=1

That's the log, please let me know if I should generate a new one in a different way. It's quite big.

comatose-tortoise commented 5 years ago

Ok, so now all my zigbee devices are listed as "Unavailable" and none of them can be awaken by reading attributes.

EDIT: Removal of Conbee stick + restart of whole machine made them appear again, except for the two pemanent ones.

Adminiuga commented 5 years ago

did it came with deCONZ_ConBeeII_0x264a0700.bin.GCF or did you upgrade it? I see that deConz Rest plugin is using deCONZ_ConBeeII_0x26490700.bin.GCF

comatose-tortoise commented 5 years ago

I do not know what it came with, because I first inserted it in a windows computer and started the deconz software. That automatically triggered an update to deCONZ_ConBeeII_0x26490700.bin.GCF.

Since I had all these problems I have described in this thread, I updated (manually) to deCONZ_ConBeeII_0x264a0700.bin.GCF, but that didn't really work any better.

Did the log tell you anything?

comatose-tortoise commented 5 years ago

I re-added the permanently unavailable Tradfri lights, this is the log: https://www.dropbox.com/s/8w3h2btxxvvx5ub/homeassistant.log.zip?dl=1

Adminiuga commented 5 years ago

I finally got the deCONZ serial protocol parser working and got some interesting results:

  1. we swamp the ConBee with requests
    
    2019-06-03 20:24:59 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x122502090002002616
                Sequence: [0x25] <<<<<<<<<<< DeConzCommand.APS_DATA_REQUEST
                                             Status.BUSY
                                             Frame length: 9
                                             Payload: b'02002616'
                                             Payload length: 2
                    Request id: [0x16] <<<<< ^^^ Above status ^^^
                                             Device State: 0x26
                                             Dev state: .... ..10 -- NetworkState.CONNECTED
                                             Dev state: .... .1.. -- APSDE-DATA.confirm
                                             Dev state: .... 0... -- APSDE-DATA.indication
                                             Dev state: ...0 .... -- Configuration Changed
                                             Dev state: ..1. .... -- APSDE free slots
2. Some requests are failing with "Route Discovery Failed"

2019-06-03 20:25:02 DEBUG (MainThread) [zigpy_deconz.uart] Frame received: 0x04420013000c002e2602cb460101d000000000 Sequence: [0x42] <<<<<<<<<<< DeConzCommand.APS_DATA_CONFIRM Status.SUCCESS Frame length: 19 Payload: b'0c002e2602cb460101d000000000' Payload length: 12 Device State: 0x2e Dev state: .... ..10 -- NetworkState.CONNECTED Dev state: .... .1.. -- APSDE-DATA.confirm Dev state: .... 1... -- APSDE-DATA.indication Dev state: ...0 .... -- Configuration Changed Dev state: ..1. .... -- APSDE free slots Request id: [0x26] <<<<< NWK: 0x46cb Src endpoint: 1 TX Status: ConfirmStatus.ROUTE_DISCOVERY_FAILED reserved_1: 0x00 Shall be ignored reserved_2: 0x00 Shall be ignored reserved_3: 0x00 Shall be ignored reserved_4: 0x00 Shall be ignored

Adminiuga commented 5 years ago

@comatose-tortoise assuming you are running on 0.94.3, any way you can install https://github.com/Adminiuga/zigpy-deconz/tree/fixes/issue-41 and test?

Adminiuga commented 5 years ago

I'm not sure what are you running, hassio or docker deployment, but make sure you do have the backups and the following worked for my hassio deployment: from hassio dev SSH access (SSH on port 22222) I ran the following: docker container exec homeassistant pip3 uninstall -y zigpy-deconz docker container exec homeassistant pip3 install https://codeload.github.com/Adminiuga/zigpy-deconz/zip/fixes/issue-41

Use the above at your own risk, as I still don't know the proper way to try a dev lib when running homeassistant in docker.

comatose-tortoise commented 5 years ago

I run home assistant in docker. I’ll try what you wrote above to install the fix.

comatose-tortoise commented 5 years ago

Your installation instructions worked fine! Everything started up being available and functioning normally. I'll let it run during the day and report back.

comatose-tortoise commented 5 years ago

Looking really good so far. Came home tonight and all lights were available and working immediately when triggered. The IKEA plug I have was unavailable, but I think that could be due to me using a wall switch which powered off an IKEA bulb in the same room that might been required for the mesh to reach the plug. Only weird thing is that it was still unavailable after I turned the switch back on when I came home (the light was functioning immediately after power on).

I moved the plug to another room now to see if it that changes anything.

That being said, all other lights seem to have been available since I installed your fix, which has not happened since I started using the Conbee II and ZHA.

The log is not void of errors though, but not filled with them to the same extent. Maybe the errors could come from having the one light powered off physically?

Anyway, I will continue testing and report back in a while. Thanks!

Adminiuga commented 5 years ago

Sounds really promising!

Adminiuga commented 5 years ago

yes, if the light is physically is powered off, then you will be getting some errors when HA polls that light for its current state.

comatose-tortoise commented 5 years ago

Update after one more day: The IKEA plug going unavailable is not related to bad signal. It happens wherever I put it. Power cycling it or reading an attribute from it (in the ZHA part of configuration in the HA GUI) makes it available again. It is then available for exactly two hours before becoming unavailable again. This only happens with the plug, no bulbs.

The other odd thing is that the three IKEA GU10 bulbs I have do not react to the first "turn on/off signal" from HA, even though the switch in the HA GUI turns on/off. I have to turn them on/off several times (haven't tested if the number of times is consistent yet) before they react. They never become unavailable though. The most annoying thing with this is that I can't rely on their on/off status in HA when I turn them off and is not in the same room (going to bed, etc). I would have to actually see these three lights to know if they are off..

All other lights seem to function very well now, so your fix made a huge difference! I am more than happy to help troubleshoot the errors with the IKEA plug and GU10 bulbs, so just let me know what you would like in terms of logs, etc.

Thanks a lot!

Adminiuga commented 5 years ago

Update after one more day: The IKEA plug going unavailable is not related to bad signal. It happens wherever I put it

  1. Remove the IKEA Plug from UI Config panel -> ZHA -> Pick the plug from the device picker -> remove the device.
  2. Factory reset the plug
  3. ZHA.permit, join the plug and post log here or send it to me, just prior the device joins + 2.5 hours. Need to see whether it successfully configures attribute reporting and whether it actually reports the status every 15min
comatose-tortoise commented 5 years ago

Update after one more day: The IKEA plug going unavailable is not related to bad signal. It happens wherever I put it

  1. Remove the IKEA Plug from UI Config panel -> ZHA -> Pick the plug from the device picker -> remove the device.
  2. Factory reset the plug
  3. ZHA.permit, join the plug and post log here or send it to me, just prior the device joins + 2.5 hours. Need to see whether it successfully configures attribute reporting and whether it actually reports the status every 15min

In the log linked below, the plug was added in ZHA at around 10:10. It went unavailable in HA at 12:11.

https://www.dropbox.com/s/u2lelvduz5n5nia/HA_log_IKEAplug_add.txt?dl=0

comatose-tortoise commented 5 years ago

Any update on this?

Unfortunately, after several days of working as described above, ALL zigbee devices were unavailable yesterday morning. Reboot of the HA machine brought them back, but this morning they were all unavailable again. Can’t be woken by reading attributes.

I don’t get this at all. And it’s sort of making the system unusable.

Adminiuga commented 5 years ago

I've pushed a new update to issue-41. Can you do these steps again from dev ssh access and make sure you are running 0.95.2:

docker container exec homeassistant pip3 uninstall -y zigpy-deconz`
docker container exec homeassistant pip3 install https://codeload.github.com/Adminiuga/zigpy-deconz/zip/fixes/issue-41
comatose-tortoise commented 5 years ago

Installed and running, I'll report back in a while.

comatose-tortoise commented 5 years ago

Not much to report yet except the observation that the IKEA plug behaves the same as before (becomes unavailable after exactly 2 hours). Lights available so far except one spotlight that was unavailable some time period early this morning according to the history graph. FYI: My HA instance restarts every night at 4 o clock.

EDIT: Just realized I'm running 0.95.4 and not 0.95.2. Problem?

Adminiuga commented 5 years ago

There was a report on Zigbee channel about IKEA plugs becoming unavailable with deCONZ software, same as in your case with zigpy-deconz

O.95.4 is not a problem. If you are restarting HA at 4am because of the ConBee, can you disable it temporarily? I'd like to know how it behaves in the long run, as I believe issues in zigpy-deconz requiring often restarts were addressed.

comatose-tortoise commented 5 years ago

Do you think it's possible to address with some fix to zigpy-deconz or is there something else that needs to be done?

I'll disable the restart.

Adminiuga commented 5 years ago

I need to pick one up to play with it. Per log in https://github.com/zigpy/zigpy-deconz/issues/41#issuecomment-504678668 it successfully configures attribute reporting, so it is supposed to send attribute reports every 15min when idle, but it does not. Last communication received from the plug, when ZHA configures reporting.

When it becomes unavailable, can you read attributes from it? like from basic cluster read date_code and alarm_mask.

blah19 commented 5 years ago

Getting similar on HassIO on a Raspberry Pi 3 B+ with the conbee2 and glad to help debug if needed. I've carefully selected the Zigbee channel based on WiFi etc; I'm also using a USB extender to move it pretty far from any other electronics; so far my sensor devices seem alright, it's just the lights that have issues.

I have 3 LEDVANCE A19 RGBW 6 - Hue White (Philips LWB006) 2 - Hue Color (Philips LCT007)

About

Home Assistant
0.95.4

Path to configuration.yaml: /config

Developed by a bunch of awesome people.

Published under the Apache 2.0 license
Source: server — frontend-ui

Built using Python 3, Polymer, Icons by Google and MaterialDesignIcons.com.

Frontend JavaScript version: latest
Go to the states UI

System Health
arch    armv7l
dev false
docker  true
hassio  true
os_name Linux
python_version  3.7.3
timezone    America/New_York
version 0.95.4
virtualenv  false
Lovelace
mode    storage
resources   5
views   6
Error doing job: Task exception was never retrieved
9:26 AM /usr/src/homeassistant/homeassistant/core.py (ERROR) - message first occured at 9:15 AM and shows up 6 times
Failed to receive transmit confirm for request id: 177
9:25 AM components/zha/core/helpers.py (WARNING)
Update of sensor.centralite_4257050_rzhac_0b2da6ba_1_2820 is taking over 10 seconds
9:25 AM __main__.py (WARNING) - message first occured at 9:13 AM and shows up 2 times
Unexpected transmit confirm for request id 177, Status: 0x00, 177
9:25 AM __main__.py (WARNING)
Error doing job: Task exception was never retrieved
9:20 AM /usr/src/homeassistant/homeassistant/core.py (ERROR)
Error while sending frame: 0xe9
9:20 AM components/zha/core/helpers.py (WARNING) - message first occured at 9:13 AM and shows up 2 times
Failed to receive transmit confirm for request id: 142
9:19 AM components/zha/core/helpers.py (WARNING)
Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
9:19 AM __main__.py (WARNING) - message first occured at 9:13 AM and shows up 2 times
Unexpected transmit confirm for request id 142, Status: 0x00, 142
9:18 AM __main__.py (WARNING)
logged out? did you log in from elsewhere?
9:17 AM custom_components/aarlo/pyaarlo/__init__.py (WARNING)
Failed to receive transmit confirm for request id: 114
9:13 AM components/zha/core/helpers.py (WARNING)
Failed to receive transmit confirm for request id: 113
9:13 AM components/zha/core/helpers.py (WARNING)
Unexpected transmit confirm for request id 114, Status: 0x00, 114
9:13 AM __main__.py (WARNING)
Unexpected transmit confirm for request id 113, Status: 0x00, 113
9:13 AM __main__.py (WARNING)

2019-06-30 23:39:25 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 249, Status: 0x00, 249
2019-06-30 23:39:25 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 250, Status: 0x00, 250
2019-06-30 23:39:25 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 251, Status: 0x00, 251
2019-06-30 23:39:26 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 252, Status: 0x00, 252
2019-06-30 23:39:26 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 253, Status: 0x00, 253
2019-06-30 23:39:26 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 254, Status: 0x00, 254
2019-06-30 23:39:26 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 255, Status: 0x00, 255
2019-06-30 23:39:26 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 0, Status: 0x00, 0
2019-06-30 23:39:31 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xe9
2019-06-30 23:39:32 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected response TSN=31 command=1 args=[[]], 31
2019-06-30 23:39:40 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xd0
2019-06-30 23:39:50 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xd0
2019-06-30 23:40:01 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 1
2019-06-30 23:40:01 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 2
2019-06-30 23:40:01 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 3
2019-06-30 23:40:01 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 4
2019-06-30 23:40:01 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 5
2019-06-30 23:40:01 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 6
2019-06-30 23:40:01 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 7
2019-06-30 23:40:01 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 8
2019-06-30 23:40:01 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 9
2019-06-30 23:40:01 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 10
2019-06-30 23:40:01 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 11
2019-06-30 23:40:01 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 12
2019-06-30 23:40:01 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 13
2019-06-30 23:40:01 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 14
2019-06-30 23:40:01 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 15
2019-06-30 23:40:01 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 16
2019-06-30 23:40:01 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 17
2019-06-30 23:40:01 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 18
2019-06-30 23:40:01 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 19
2019-06-30 23:40:01 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 20
2019-06-30 23:40:01 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 21
2019-06-30 23:40:01 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 23
2019-06-30 23:40:01 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 24
2019-06-30 23:40:01 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 26
2019-06-30 23:40:01 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 27
2019-06-30 23:40:01 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 28
2019-06-30 23:40:01 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected response TSN=48 command=1 args=[[]], 48
2019-06-30 23:40:11 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xd0
2019-06-30 23:40:21 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xd0
2019-06-30 23:40:22 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 58, Status: 0x00, 58
2019-06-30 23:40:22 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 60, Status: 0x00, 60
2019-06-30 23:40:32 WARNING (MainThread) [homeassistant.components.light] Setup of platform zha is taking over 10 seconds.
2019-06-30 23:40:32 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xd0
2019-06-30 23:40:52 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 58
2019-06-30 23:40:52 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 60
2019-06-30 23:40:53 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 71, Status: 0x00, 71
2019-06-30 23:41:01 WARNING (MainThread) [homeassistant.components.sensor] Updating sql sensor took longer than the scheduled update interval 0:00:03
2019-06-30 23:41:03 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-06-30 23:41:23 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 71
2019-06-30 23:43:59 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xe9
2019-06-30 23:43:59 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected response TSN=106 command=1 args=[[]], 106
2019-06-30 23:44:04 WARNING (SyncWorker_11) [homeassistant.components.tplink.switch] Could not read state for 192.168.1.91: Communication error
2019-06-30 23:46:03 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 118, Status: 0x00, 118
2019-06-30 23:46:13 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-06-30 23:46:33 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 118
2019-06-30 23:47:05 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 122, Status: 0x00, 122
2019-06-30 23:47:15 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-06-30 23:47:35 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 122
2019-06-30 23:49:46 WARNING (SyncWorker_15) [homeassistant.components.tplink.switch] Could not read state for 192.168.1.91: Communication error
2019-06-30 23:50:11 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 137, Status: 0x00, 137
2019-06-30 23:50:21 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-06-30 23:50:41 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 137
2019-06-30 23:50:42 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 141, Status: 0x00, 141
2019-06-30 23:50:52 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-06-30 23:51:12 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 141
2019-06-30 23:52:46 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 150, Status: 0x00, 150
2019-06-30 23:52:56 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-06-30 23:53:16 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 150
2019-06-30 23:54:19 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 159, Status: 0x00, 159
2019-06-30 23:54:29 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-06-30 23:54:49 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 159
2019-06-30 23:56:28 WARNING (SyncWorker_3) [homeassistant.components.tplink.switch] Could not read state for 192.168.1.91: Communication error
2019-06-30 23:57:25 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 176, Status: 0x00, 176
2019-06-30 23:57:35 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.centralite_4257050_rzhac_0b2da6ba_1_2820 is taking over 10 seconds
2019-06-30 23:57:55 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 176
2019-06-30 23:57:56 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xe9
2019-06-30 23:57:56 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected response TSN=179 command=1 args=[[]], 179
2019-06-30 23:59:29 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 187, Status: 0x00, 187
2019-06-30 23:59:34 WARNING (SyncWorker_8) [homeassistant.components.tplink.switch] Could not read state for 192.168.1.91: Communication error
2019-06-30 23:59:39 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-06-30 23:59:59 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 187
2019-07-01 00:01:33 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 196, Status: 0x00, 196
2019-07-01 00:01:33 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 197, Status: 0x00, 197
2019-07-01 00:01:43 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-07-01 00:01:43 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.centralite_4257050_rzhac_0b2da6ba_1_2820 is taking over 10 seconds
2019-07-01 00:02:03 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 196
2019-07-01 00:02:03 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 197
2019-07-01 00:02:09 WARNING (SyncWorker_0) [homeassistant.components.tplink.switch] Could not read state for 192.168.1.91: Communication error
2019-07-01 00:02:35 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 201, Status: 0x00, 201
2019-07-01 00:02:45 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-07-01 00:03:05 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 201
2019-07-01 00:04:08 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 211, Status: 0x00, 211
2019-07-01 00:04:18 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-07-01 00:04:38 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 211
2019-07-01 00:05:15 WARNING (SyncWorker_18) [homeassistant.components.tplink.switch] Could not read state for 192.168.1.91: Communication error
2019-07-01 00:12:55 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xe9
2019-07-01 00:12:55 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected response TSN=1 command=1 args=[[]], 1
2019-07-01 00:15:35 WARNING (SyncWorker_16) [homeassistant.components.tplink.switch] Could not read state for 192.168.1.91: Communication error
2019-07-01 00:17:03 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 25, Status: 0x00, 25
2019-07-01 00:17:13 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-07-01 00:17:33 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 25
2019-07-01 00:19:07 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 36, Status: 0x00, 36
2019-07-01 00:19:17 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.centralite_4257050_rzhac_0b2da6ba_1_2820 is taking over 10 seconds
2019-07-01 00:19:37 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 36
2019-07-01 00:19:43 WARNING (SyncWorker_9) [homeassistant.components.tplink.switch] Could not read state for 192.168.1.91: Communication error
2019-07-01 00:21:47 WARNING (SyncWorker_19) [homeassistant.components.tplink.switch] Could not read state for 192.168.1.91: Communication error
2019-07-01 00:23:46 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 60, Status: 0xe9, 60
2019-07-01 00:23:56 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-07-01 00:24:16 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 60
2019-07-01 00:26:21 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 74, Status: 0x00, 74
2019-07-01 00:26:31 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-07-01 00:26:51 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 74
2019-07-01 00:26:52 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 76, Status: 0xe9, 76
2019-07-01 00:27:02 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-07-01 00:27:22 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 76
2019-07-01 00:29:58 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 91, Status: 0xe9, 91
2019-07-01 00:30:08 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-07-01 00:30:28 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 91
2019-07-01 00:35:13 WARNING (SyncWorker_2) [homeassistant.components.tplink.switch] Could not read state for 192.168.1.91: Communication error
2019-07-01 00:36:41 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 127, Status: 0x00, 127
2019-07-01 00:36:51 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-07-01 00:37:11 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 127
2019-07-01 00:39:46 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 141, Status: 0x00, 141
2019-07-01 00:39:56 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-07-01 00:40:16 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 141
2019-07-01 00:40:17 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 143, Status: 0x00, 143
2019-07-01 00:40:25 WARNING (MainThread) [zigpy_deconz.api] No response to aps_data_request command
2019-07-01 00:40:25 WARNING (MainThread) [zigpy_deconz.api] No response to aps_data_request command
2019-07-01 00:40:25 WARNING (MainThread) [zigpy_deconz.api] No response to aps_data_request command
2019-07-01 00:40:25 WARNING (MainThread) [zigpy_deconz.api] No response to aps_data_request command
2019-07-01 00:40:25 WARNING (MainThread) [zigpy_deconz.api] No response to aps_data_request command
2019-07-01 00:40:25 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected response TSN=160 command=1 args=[[]], 160
2019-07-01 00:40:27 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-07-01 00:40:43 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xd0
2019-07-01 00:40:47 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 143
2019-07-01 00:40:53 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xe9
2019-07-01 00:40:53 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected response TSN=177 command=1 args=[[]], 177
2019-07-01 00:40:53 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xd0
2019-07-01 00:41:03 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xd0
2019-07-01 00:41:13 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xd0
2019-07-01 00:41:19 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 185, Status: 0x00, 185
2019-07-01 00:41:23 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xd0
2019-07-01 00:41:29 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-07-01 00:41:49 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 185
2019-07-01 00:42:52 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 191, Status: 0x00, 191
2019-07-01 00:43:02 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-07-01 00:43:22 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 191
2019-07-01 00:43:59 WARNING (SyncWorker_18) [homeassistant.components.tplink.switch] Could not read state for 192.168.1.91: Communication error
2019-07-01 00:44:25 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 206, Status: 0x00, 206
2019-07-01 00:44:35 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.centralite_4257050_rzhac_0b2da6ba_1_2820 is taking over 10 seconds
2019-07-01 00:44:55 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 206
2019-07-01 00:52:10 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xe1
2019-07-01 00:52:10 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected response TSN=244 command=1 args=[[]], 244
2019-07-01 00:54:19 WARNING (SyncWorker_19) [homeassistant.components.tplink.switch] Could not read state for 192.168.1.91: Communication error
2019-07-01 00:56:18 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 11, Status: 0x00, 11
2019-07-01 00:56:28 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-07-01 00:56:48 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 11
2019-07-01 01:00:26 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 32, Status: 0x00, 32
2019-07-01 01:00:36 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-07-01 01:00:56 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 32
2019-07-01 01:01:59 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xe9
2019-07-01 01:01:59 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected response TSN=39 command=1 args=[[]], 39
2019-07-01 01:03:01 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 45, Status: 0x00, 45
2019-07-01 01:03:11 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-07-01 01:03:31 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 45
2019-07-01 01:08:22 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xe9
2019-07-01 01:08:22 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 118, in request
    "[0x%04x:%s:0x%04x] failed transmission request: %s" % (nwk, dst_ep, cluster, r)
zigpy.exceptions.DeliveryError: [0x906a:0:0x8006] failed transmission request: 233
2019-07-01 01:09:44 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 80, Status: 0x00, 80
2019-07-01 01:09:54 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-07-01 01:10:14 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 80
2019-07-01 01:15:25 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 113, Status: 0x00, 113
2019-07-01 01:15:35 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-07-01 01:15:55 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 113
2019-07-01 01:18:31 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 129, Status: 0xe9, 129
2019-07-01 01:18:41 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-07-01 01:19:01 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 129
2019-07-01 01:22:37 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 87, in request
    assert sequence not in self._pending
AssertionError
2019-07-01 01:23:41 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 153, Status: 0x00, 153
2019-07-01 01:23:51 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-07-01 01:24:11 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 153
2019-07-01 01:26:47 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xe9
2019-07-01 01:26:47 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected response TSN=172 command=1 args=[[]], 172
2019-07-01 01:27:18 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 175, Status: 0x00, 175
2019-07-01 01:27:18 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 176, Status: 0x00, 176
2019-07-01 01:27:28 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.centralite_4257050_rzhac_0b2da6ba_1_2820 is taking over 10 seconds
2019-07-01 01:27:28 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-07-01 01:27:48 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 175
2019-07-01 01:27:48 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 176
2019-07-01 01:33:30 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xe9
2019-07-01 01:33:30 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected response TSN=204 command=1 args=[[]], 204
2019-07-01 01:36:36 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 223, Status: 0x00, 223
2019-07-01 01:36:46 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-07-01 01:37:06 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 223
2019-07-01 01:40:13 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 240, Status: 0x00, 240
2019-07-01 01:40:23 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-07-01 01:40:26 WARNING (MainThread) [zigpy_deconz.api] No response to aps_data_request command
2019-07-01 01:40:26 WARNING (MainThread) [zigpy_deconz.api] No response to aps_data_request command
2019-07-01 01:40:26 WARNING (MainThread) [zigpy_deconz.api] No response to aps_data_request command
2019-07-01 01:40:26 WARNING (MainThread) [zigpy_deconz.api] No response to aps_data_request command
2019-07-01 01:40:26 WARNING (MainThread) [zigpy_deconz.api] No response to aps_data_request command
2019-07-01 01:40:26 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 254, Status: 0x00, 254
2019-07-01 01:40:26 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 0, Status: 0x00, 0
2019-07-01 01:40:43 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 240
2019-07-01 01:40:44 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xd0
2019-07-01 01:40:54 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xd0
2019-07-01 01:40:56 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 254
2019-07-01 01:40:56 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 0
2019-07-01 01:41:04 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xd0
2019-07-01 01:41:14 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xd0
2019-07-01 01:41:24 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xd0
2019-07-01 01:41:46 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 27, Status: 0x00, 27
2019-07-01 01:41:56 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-07-01 01:42:16 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 27
2019-07-01 01:43:19 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 34, Status: 0x00, 34
2019-07-01 01:43:29 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-07-01 01:43:49 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 34
2019-07-01 01:47:58 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 65, Status: 0x00, 65
2019-07-01 01:48:08 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-07-01 01:48:28 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 65
2019-07-01 01:48:29 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 66, Status: 0x00, 66
2019-07-01 01:48:39 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-07-01 01:48:59 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 66
2019-07-01 01:50:33 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 77, Status: 0x00, 77
2019-07-01 01:50:43 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-07-01 01:51:03 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 77
2019-07-01 01:53:08 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 89, Status: 0x00, 89
2019-07-01 01:53:18 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-07-01 01:53:38 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 89
2019-07-01 01:55:43 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 104, Status: 0x00, 104
2019-07-01 01:55:53 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-07-01 01:56:13 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 104
2019-07-01 02:00:53 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 131, Status: 0x00, 131
2019-07-01 02:01:03 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-07-01 02:01:23 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 131
2019-07-01 02:01:29 WARNING (SyncWorker_14) [homeassistant.components.tplink.switch] Could not read state for 192.168.1.91: Communication error
2019-07-01 02:03:28 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 143, Status: 0x00, 143
2019-07-01 02:03:38 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-07-01 02:03:58 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 143
2019-07-01 02:04:01 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 87, in request
    assert sequence not in self._pending
AssertionError
2019-07-01 02:04:03 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 87, in request
    assert sequence not in self._pending
AssertionError
2019-07-01 02:04:15 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 87, in request
    assert sequence not in self._pending
AssertionError
2019-07-01 02:06:03 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 157, Status: 0x00, 157
2019-07-01 02:06:13 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-07-01 02:06:33 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 157
2019-07-01 02:07:36 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 166, Status: 0x00, 166
2019-07-01 02:07:36 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 167, Status: 0x00, 167
2019-07-01 02:07:46 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-07-01 02:07:46 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.centralite_4257050_rzhac_0b2da6ba_1_2820 is taking over 10 seconds
2019-07-01 02:08:06 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 166
2019-07-01 02:08:06 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 167
2019-07-01 02:08:12 WARNING (SyncWorker_5) [homeassistant.components.tplink.switch] Could not read state for 192.168.1.91: Communication error
2019-07-01 02:09:40 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xe9
2019-07-01 02:09:40 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected response TSN=178 command=1 args=[[]], 178
2019-07-01 02:11:18 WARNING (SyncWorker_9) [homeassistant.components.tplink.switch] Could not read state for 192.168.1.91: Communication error
2019-07-01 02:12:20 WARNING (SyncWorker_10) [homeassistant.components.tplink.switch] Could not read state for 192.168.1.91: Communication error
2019-07-01 02:17:56 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 224, Status: 0x00, 224
2019-07-01 02:18:06 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-07-01 02:18:26 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 224
2019-07-01 02:19:02 WARNING (SyncWorker_14) [homeassistant.components.tplink.switch] Could not read state for 192.168.1.91: Communication error
2019-07-01 02:22:53 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 87, in request
    assert sequence not in self._pending
AssertionError
2019-07-01 02:25:10 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 5, Status: 0x00, 5
2019-07-01 02:25:20 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.centralite_4257050_rzhac_0b2da6ba_1_2820 is taking over 10 seconds
2019-07-01 02:25:40 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 5
2019-07-01 02:25:41 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 7, Status: 0xe9, 7
2019-07-01 02:25:51 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-07-01 02:26:11 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 7
2019-07-01 02:28:43 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 87, in request
    assert sequence not in self._pending
AssertionError
2019-07-01 02:32:55 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 43, Status: 0x00, 43
2019-07-01 02:33:05 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-07-01 02:33:25 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 43
2019-07-01 02:39:07 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xe9
2019-07-01 02:39:07 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected response TSN=75 command=1 args=[[]], 75
2019-07-01 02:39:38 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 80, Status: 0x00, 80
2019-07-01 02:39:48 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-07-01 02:40:08 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 80
2019-07-01 02:40:09 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 81, Status: 0x00, 81
2019-07-01 02:40:19 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.centralite_4257050_rzhac_0b2da6ba_1_2820 is taking over 10 seconds
2019-07-01 02:40:27 WARNING (MainThread) [zigpy_deconz.api] No response to aps_data_request command
2019-07-01 02:40:27 WARNING (MainThread) [zigpy_deconz.api] No response to aps_data_request command
2019-07-01 02:40:27 WARNING (MainThread) [zigpy_deconz.api] No response to aps_data_request command
2019-07-01 02:40:27 WARNING (MainThread) [zigpy_deconz.api] No response to aps_data_request command
2019-07-01 02:40:27 WARNING (MainThread) [zigpy_deconz.api] No response to aps_data_request command
2019-07-01 02:40:27 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 95, Status: 0x00, 95
2019-07-01 02:40:27 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 105, Status: 0x00, 105
2019-07-01 02:40:27 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 107, Status: 0x00, 107
2019-07-01 02:40:27 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected response TSN=107 command=1 args=[[]], 107
2019-07-01 02:40:27 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected response TSN=107 command=1 args=[[]], 107
2019-07-01 02:40:39 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 81
2019-07-01 02:40:45 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xd0
2019-07-01 02:40:55 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xd0
2019-07-01 02:40:57 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 95
2019-07-01 02:40:57 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 105
2019-07-01 02:40:57 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 107
2019-07-01 02:41:05 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xd0
2019-07-01 02:41:15 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xd0
2019-07-01 02:41:25 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xd0
2019-07-01 02:43:57 WARNING (Thread-6) [pychromecast.socket_client] [Kitchen speaker:8009] Heartbeat timeout, resetting connection
2019-07-01 02:45:58 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 87, in request
    assert sequence not in self._pending
AssertionError
2019-07-01 02:46:15 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 87, in request
    assert sequence not in self._pending
AssertionError
2019-07-01 02:47:54 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 159, Status: 0x00, 159
2019-07-01 02:48:04 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-07-01 02:48:24 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 159
2019-07-01 02:49:32 WARNING (SyncWorker_15) [homeassistant.components.tplink.switch] Could not read state for 192.168.1.91: Communication error
2019-07-01 02:56:41 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 206, Status: 0x00, 206
2019-07-01 02:56:51 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-07-01 02:57:11 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 206
2019-07-01 03:04:16 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 87, in request
    assert sequence not in self._pending
AssertionError
2019-07-01 03:04:19 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 87, in request
    assert sequence not in self._pending
AssertionError
2019-07-01 03:19:25 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 70, Status: 0x00, 70
2019-07-01 03:19:35 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-07-01 03:19:55 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 70
2019-07-01 03:26:39 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 110, Status: 0x00, 110
2019-07-01 03:26:49 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.centralite_4257050_rzhac_0b2da6ba_1_2820 is taking over 10 seconds
2019-07-01 03:27:09 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 110
2019-07-01 03:28:43 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 120, Status: 0x00, 120
2019-07-01 03:28:53 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.centralite_4257050_rzhac_0b2da6ba_1_2820 is taking over 10 seconds
2019-07-01 03:29:13 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 120
2019-07-01 03:34:24 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 87, in request
    assert sequence not in self._pending
AssertionError
2019-07-01 03:34:27 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 87, in request
    assert sequence not in self._pending
AssertionError
2019-07-01 03:34:42 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 87, in request
    assert sequence not in self._pending
AssertionError
2019-07-01 03:40:28 WARNING (MainThread) [zigpy_deconz.api] No response to aps_data_request command
2019-07-01 03:40:28 WARNING (MainThread) [zigpy_deconz.api] No response to aps_data_request command
2019-07-01 03:40:28 WARNING (MainThread) [zigpy_deconz.api] No response to aps_data_request command
2019-07-01 03:40:28 WARNING (MainThread) [zigpy_deconz.api] No response to aps_data_request command
2019-07-01 03:40:28 WARNING (MainThread) [zigpy_deconz.api] No response to aps_data_request command
2019-07-01 03:40:28 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xe9
2019-07-01 03:40:28 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 192, Status: 0x00, 192
2019-07-01 03:40:28 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected response TSN=191 command=1 args=[[]], 191
2019-07-01 03:40:46 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xd0
2019-07-01 03:40:56 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xd0
2019-07-01 03:40:58 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 192
2019-07-01 03:41:06 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xd0
2019-07-01 03:41:16 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xd0
2019-07-01 03:41:26 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xd0
2019-07-01 03:46:27 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 87, in request
    assert sequence not in self._pending
AssertionError
2019-07-01 03:58:41 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 57, Status: 0x00, 57
2019-07-01 03:58:41 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 58, Status: 0x00, 58
2019-07-01 03:58:51 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-07-01 03:58:51 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.centralite_4257050_rzhac_0b2da6ba_1_2820 is taking over 10 seconds
2019-07-01 03:59:11 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 57
2019-07-01 03:59:11 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 58
2019-07-01 03:59:12 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 60, Status: 0x00, 60
2019-07-01 03:59:12 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 61, Status: 0x00, 61
2019-07-01 03:59:22 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.centralite_4257050_rzhac_0b2da6ba_1_2820 is taking over 10 seconds
2019-07-01 03:59:22 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-07-01 03:59:42 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 60
2019-07-01 03:59:42 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 61
2019-07-01 04:02:49 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 79, Status: 0x00, 79
2019-07-01 04:02:59 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.centralite_4257050_rzhac_0b2da6ba_1_2820 is taking over 10 seconds
2019-07-01 04:03:19 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 79
2019-07-01 04:04:32 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 87, in request
    assert sequence not in self._pending
AssertionError
2019-07-01 04:04:35 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 87, in request
    assert sequence not in self._pending
AssertionError
2019-07-01 04:06:30 WARNING (SyncWorker_1) [homeassistant.components.tplink.switch] Could not read state for 192.168.1.91: Communication error
2019-07-01 04:16:34 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 87, in request
    assert sequence not in self._pending
AssertionError
2019-07-01 04:22:06 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 87, in request
    assert sequence not in self._pending
AssertionError
2019-07-01 04:22:11 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 87, in request
    assert sequence not in self._pending
AssertionError
2019-07-01 04:34:39 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 87, in request
    assert sequence not in self._pending
AssertionError
2019-07-01 04:34:43 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 87, in request
    assert sequence not in self._pending
AssertionError
2019-07-01 04:34:50 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xe9
2019-07-01 04:34:50 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected response TSN=248 command=1 args=[[]], 248
2019-07-01 04:40:00 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 18, Status: 0x00, 18
2019-07-01 04:40:10 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-07-01 04:40:27 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 25, Status: 0x00, 25
2019-07-01 04:40:27 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 28, Status: 0x00, 28
2019-07-01 04:40:30 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 18
2019-07-01 04:40:37 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 49, Status: 0x00, 49
2019-07-01 04:40:47 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xd0
2019-07-01 04:40:57 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 25
2019-07-01 04:40:57 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 28
2019-07-01 04:40:57 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xd0
2019-07-01 04:41:07 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 49
2019-07-01 04:41:07 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xd0
2019-07-01 04:41:17 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xd0
2019-07-01 04:41:27 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xd0
2019-07-01 04:44:08 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 73, Status: 0x00, 73
2019-07-01 04:44:08 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 74, Status: 0x00, 74
2019-07-01 04:44:18 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-07-01 04:44:18 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.centralite_4257050_rzhac_0b2da6ba_1_2820 is taking over 10 seconds
2019-07-01 04:44:38 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 73
2019-07-01 04:44:38 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 74
2019-07-01 04:46:40 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 87, in request
    assert sequence not in self._pending
AssertionError
2019-07-01 04:49:49 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 107, Status: 0x00, 107
2019-07-01 04:49:59 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.centralite_4257050_rzhac_0b2da6ba_1_2820 is taking over 10 seconds
2019-07-01 04:50:19 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 107
2019-07-01 04:54:59 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 134, Status: 0x00, 134
2019-07-01 04:54:59 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 135, Status: 0x00, 135
2019-07-01 04:55:09 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-07-01 04:55:09 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.centralite_4257050_rzhac_0b2da6ba_1_2820 is taking over 10 seconds
2019-07-01 04:55:29 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 134
2019-07-01 04:55:29 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 135
2019-07-01 04:57:05 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 87, in request
    assert sequence not in self._pending
AssertionError
2019-07-01 05:04:47 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 87, in request
    assert sequence not in self._pending
AssertionError
2019-07-01 05:11:00 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 218, Status: 0x00, 218
2019-07-01 05:11:10 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-07-01 05:11:30 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 218
2019-07-01 05:13:04 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 228, Status: 0x00, 228
2019-07-01 05:13:14 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-07-01 05:13:34 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 228
2019-07-01 05:34:54 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 87, in request
    assert sequence not in self._pending
AssertionError
2019-07-01 05:39:56 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 114, Status: 0x00, 114
2019-07-01 05:40:06 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-07-01 05:40:26 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 114
2019-07-01 05:40:30 WARNING (MainThread) [zigpy_deconz.api] No response to aps_data_request command
2019-07-01 05:40:30 WARNING (MainThread) [zigpy_deconz.api] No response to aps_data_request command
2019-07-01 05:40:30 WARNING (MainThread) [zigpy_deconz.api] No response to aps_data_request command
2019-07-01 05:40:30 WARNING (MainThread) [zigpy_deconz.api] No response to aps_data_request command
2019-07-01 05:40:30 WARNING (MainThread) [zigpy_deconz.api] No response to aps_data_request command
2019-07-01 05:40:45 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 87, in request
    assert sequence not in self._pending
AssertionError
2019-07-01 05:40:48 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xd0
2019-07-01 05:40:58 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xd0
2019-07-01 05:57:04 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 87, in request
    assert sequence not in self._pending
AssertionError
2019-07-01 06:03:51 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 87, in request
    assert sequence not in self._pending
AssertionError
2019-07-01 06:05:45 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 33, Status: 0x00, 33
2019-07-01 06:05:45 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 34, Status: 0x00, 34
2019-07-01 06:05:55 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-07-01 06:05:55 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.centralite_4257050_rzhac_0b2da6ba_1_2820 is taking over 10 seconds
2019-07-01 06:06:15 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 33
2019-07-01 06:06:15 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 34
2019-07-01 06:07:49 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 42, Status: 0x00, 42
2019-07-01 06:07:49 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 43, Status: 0x00, 43
2019-07-01 06:07:59 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-07-01 06:07:59 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.centralite_4257050_rzhac_0b2da6ba_1_2820 is taking over 10 seconds
2019-07-01 06:08:19 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 42
2019-07-01 06:08:19 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 43
2019-07-01 06:27:40 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 87, in request
    assert sequence not in self._pending
AssertionError
2019-07-01 06:27:45 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 87, in request
    assert sequence not in self._pending
AssertionError
2019-07-01 06:35:09 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 87, in request
    assert sequence not in self._pending
AssertionError
2019-07-01 06:40:29 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 221, Status: 0x00, 221
2019-07-01 06:40:31 WARNING (MainThread) [zigpy_deconz.api] No response to aps_data_request command
2019-07-01 06:40:31 WARNING (MainThread) [zigpy_deconz.api] No response to aps_data_request command
2019-07-01 06:40:31 WARNING (MainThread) [zigpy_deconz.api] No response to aps_data_request command
2019-07-01 06:40:31 WARNING (MainThread) [zigpy_deconz.api] No response to aps_data_request command
2019-07-01 06:40:31 WARNING (MainThread) [zigpy_deconz.api] No response to aps_data_request command
2019-07-01 06:40:31 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 224, Status: 0x00, 224
2019-07-01 06:40:49 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xd0
2019-07-01 06:40:59 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 221
2019-07-01 06:40:59 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xd0
2019-07-01 06:41:01 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 224
2019-07-01 06:41:09 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xd0
2019-07-01 06:41:19 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xd0
2019-07-01 06:41:29 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xd0
2019-07-01 06:45:38 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 87, in request
    assert sequence not in self._pending
AssertionError
2019-07-01 07:04:06 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 87, in request
    assert sequence not in self._pending
AssertionError
2019-07-01 07:09:14 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 87, in request
    assert sequence not in self._pending
AssertionError
2019-07-01 07:10:20 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 153, Status: 0x00, 153
2019-07-01 07:10:30 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-07-01 07:10:50 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 153
2019-07-01 07:15:46 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 87, in request
    assert sequence not in self._pending
AssertionError
2019-07-01 07:19:07 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 198, Status: 0x00, 198
2019-07-01 07:19:17 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-07-01 07:19:37 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 198
2019-07-01 07:21:56 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 87, in request
    assert sequence not in self._pending
AssertionError
2019-07-01 07:22:32 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 87, in request
    assert sequence not in self._pending
AssertionError
2019-07-01 07:27:13 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 87, in request
    assert sequence not in self._pending
AssertionError
2019-07-01 07:30:29 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 5, Status: 0x00, 5
2019-07-01 07:30:39 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-07-01 07:30:59 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 5
2019-07-01 07:40:32 WARNING (MainThread) [zigpy_deconz.api] No response to aps_data_request command
2019-07-01 07:40:32 WARNING (MainThread) [zigpy_deconz.api] No response to aps_data_request command
2019-07-01 07:40:32 WARNING (MainThread) [zigpy_deconz.api] No response to aps_data_request command
2019-07-01 07:40:32 WARNING (MainThread) [zigpy_deconz.api] No response to aps_data_request command
2019-07-01 07:40:32 WARNING (MainThread) [zigpy_deconz.api] No response to aps_data_request command
2019-07-01 07:40:32 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 70, Status: 0x00, 70
2019-07-01 07:40:32 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 72, Status: 0x00, 72
2019-07-01 07:40:50 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xd0
2019-07-01 07:41:02 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 70
2019-07-01 07:41:02 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 72
2019-07-01 07:45:33 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 87, in request
    assert sequence not in self._pending
AssertionError
2019-07-01 07:45:55 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 87, in request
    assert sequence not in self._pending
AssertionError
2019-07-01 07:50:11 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xe1
2019-07-01 07:50:11 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 118, in request
    "[0x%04x:%s:0x%04x] failed transmission request: %s" % (nwk, dst_ep, cluster, r)
zigpy.exceptions.DeliveryError: [0x906a:0:0x8006] failed transmission request: 225
2019-07-01 07:51:07 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 87, in request
    assert sequence not in self._pending
AssertionError
2019-07-01 07:51:32 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 87, in request
    assert sequence not in self._pending
AssertionError
2019-07-01 07:52:10 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xe1
2019-07-01 07:53:59 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xe1
2019-07-01 07:54:45 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xe1
2019-07-01 07:54:45 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xe1
2019-07-01 07:56:18 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xe1
2019-07-01 07:57:02 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 87, in request
    assert sequence not in self._pending
AssertionError
2019-07-01 07:59:42 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xe1
2019-07-01 07:59:42 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 118, in request
    "[0x%04x:%s:0x%04x] failed transmission request: %s" % (nwk, dst_ep, cluster, r)
zigpy.exceptions.DeliveryError: [0x9957:0:0x8006] failed transmission request: 225
2019-07-01 08:00:14 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xe1
2019-07-01 08:00:14 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 118, in request
    "[0x%04x:%s:0x%04x] failed transmission request: %s" % (nwk, dst_ep, cluster, r)
zigpy.exceptions.DeliveryError: [0x906a:0:0x8006] failed transmission request: 225
2019-07-01 08:01:59 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xe1
2019-07-01 08:03:05 WARNING (SyncWorker_3) [homeassistant.components.tplink.switch] Could not read state for 192.168.1.91: Communication error
2019-07-01 08:05:32 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xe1
2019-07-01 08:05:32 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 118, in request
    "[0x%04x:%s:0x%04x] failed transmission request: %s" % (nwk, dst_ep, cluster, r)
zigpy.exceptions.DeliveryError: [0x3584:0:0x8006] failed transmission request: 225
2019-07-01 08:05:36 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xe1
2019-07-01 08:07:12 WARNING (SyncWorker_7) [homeassistant.components.tplink.switch] Could not read state for 192.168.1.91: Communication error
2019-07-01 08:10:46 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xe1
2019-07-01 08:14:23 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xe1
2019-07-01 08:14:54 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xe1
2019-07-01 08:15:56 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xe1
2019-07-01 08:19:02 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xe1
2019-07-01 08:21:47 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 87, in request
    assert sequence not in self._pending
AssertionError
2019-07-01 08:22:07 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 87, in request
    assert sequence not in self._pending
AssertionError
2019-07-01 08:22:34 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 87, in request
    assert sequence not in self._pending
AssertionError
2019-07-01 08:22:39 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 64, Status: 0x00, 64
2019-07-01 08:22:49 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-07-01 08:23:09 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 64
2019-07-01 08:24:12 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xe1
2019-07-01 08:24:12 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xe1
2019-07-01 08:29:53 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xe1
2019-07-01 08:29:53 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xe1
2019-07-01 08:30:22 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xe1
2019-07-01 08:30:22 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 118, in request
    "[0x%04x:%s:0x%04x] failed transmission request: %s" % (nwk, dst_ep, cluster, r)
zigpy.exceptions.DeliveryError: [0x906a:0:0x8006] failed transmission request: 225
2019-07-01 08:30:51 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xe1
2019-07-01 08:30:51 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 118, in request
    "[0x%04x:%s:0x%04x] failed transmission request: %s" % (nwk, dst_ep, cluster, r)
zigpy.exceptions.DeliveryError: [0xa1a0:0:0x8006] failed transmission request: 225
2019-07-01 08:32:28 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xe1
2019-07-01 08:33:33 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 87, in request
    assert sequence not in self._pending
AssertionError
2019-07-01 08:35:03 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xe1
2019-07-01 08:35:10 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xe1
2019-07-01 08:35:10 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 118, in request
    "[0x%04x:%s:0x%04x] failed transmission request: %s" % (nwk, dst_ep, cluster, r)
zigpy.exceptions.DeliveryError: [0x88cc:0:0x8006] failed transmission request: 225
2019-07-01 08:35:26 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xe9
2019-07-01 08:35:26 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected response TSN=132 command=11 args=[0, ], 132
2019-07-01 08:37:07 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xe1
2019-07-01 08:37:38 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xe1
2019-07-01 08:38:26 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection.1793156816] 
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 121, in handle_call_service
    connection.context(msg))
  File "/usr/src/homeassistant/homeassistant/core.py", line 1150, in async_call
    self._execute_service(handler, service_call))
  File "/usr/src/homeassistant/homeassistant/core.py", line 1172, in _execute_service
    await handler.func(service_call)
  File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 194, in handle_service
    required_features
  File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 316, in entity_service_call
    future.result()  # pop exception if have
  File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 337, in _handle_service_platform_call
    await getattr(entity, func)(**data)
  File "/usr/src/homeassistant/homeassistant/components/zha/light.py", line 235, in async_turn_off
    result = await self._on_off_channel.off()
  File "/usr/src/homeassistant/homeassistant/components/zha/core/channels/__init__.py", line 49, in wrapper
    result = await command(*args, **kwds)
  File "/usr/local/lib/python3.7/site-packages/zigpy/device.py", line 147, in request
    expect_reply=expect_reply,
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 87, in request
    assert sequence not in self._pending
AssertionError
2019-07-01 08:40:13 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xe1
2019-07-01 08:40:13 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xe1
2019-07-01 08:40:33 WARNING (MainThread) [zigpy_deconz.api] No response to aps_data_request command
2019-07-01 08:40:33 WARNING (MainThread) [zigpy_deconz.api] No response to aps_data_request command
2019-07-01 08:40:33 WARNING (MainThread) [zigpy_deconz.api] No response to aps_data_request command
2019-07-01 08:40:33 WARNING (MainThread) [zigpy_deconz.api] No response to aps_data_request command
2019-07-01 08:40:33 WARNING (MainThread) [zigpy_deconz.api] No response to aps_data_request command
2019-07-01 08:40:33 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xe1
2019-07-01 08:40:33 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xe1
2019-07-01 08:40:33 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xe1
2019-07-01 08:40:43 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xe1
2019-07-01 08:40:44 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 189, Status: 0x00, 189
2019-07-01 08:40:51 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xd0
2019-07-01 08:40:54 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-07-01 08:41:01 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xd0
2019-07-01 08:41:02 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xe1
2019-07-01 08:41:12 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xd0
2019-07-01 08:41:14 WARNING (MainThread) [homeassistant.components.sensor] Updating zha sensor took longer than the scheduled update interval 0:00:30
2019-07-01 08:41:14 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 189
2019-07-01 08:44:33 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 87, in request
    assert sequence not in self._pending
AssertionError
2019-07-01 08:45:20 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 87, in request
    assert sequence not in self._pending
AssertionError
2019-07-01 08:45:53 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xe1
2019-07-01 08:45:53 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xe1
2019-07-01 08:46:24 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xe1
2019-07-01 08:47:26 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xe1
2019-07-01 08:50:28 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 87, in request
    assert sequence not in self._pending
AssertionError
2019-07-01 08:50:43 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 87, in request
    assert sequence not in self._pending
AssertionError
2019-07-01 08:55:11 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 15, Status: 0x00, 15
2019-07-01 08:55:21 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-07-01 08:55:41 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 15
2019-07-01 08:59:19 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xe1
2019-07-01 09:06:02 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 78, Status: 0x00, 78
2019-07-01 09:06:12 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-07-01 09:06:32 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 78
2019-07-01 09:07:34 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 87, in request
    assert sequence not in self._pending
AssertionError
2019-07-01 09:13:16 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 113, Status: 0x00, 113
2019-07-01 09:13:16 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 114, Status: 0x00, 114
2019-07-01 09:13:26 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-07-01 09:13:26 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.centralite_4257050_rzhac_0b2da6ba_1_2820 is taking over 10 seconds
2019-07-01 09:13:46 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 113
2019-07-01 09:13:46 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 114
2019-07-01 09:13:47 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xe9
2019-07-01 09:15:20 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 87, in request
    assert sequence not in self._pending
AssertionError
2019-07-01 09:17:56 WARNING (EventStream) [pyaarlo] logged out? did you log in from elsewhere?
2019-07-01 09:18:57 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 142, Status: 0x00, 142
2019-07-01 09:19:07 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-07-01 09:19:27 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 142
2019-07-01 09:20:12 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 87, in request
    assert sequence not in self._pending
AssertionError
2019-07-01 09:20:38 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xe9
2019-07-01 09:20:38 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 118, in request
    "[0x%04x:%s:0x%04x] failed transmission request: %s" % (nwk, dst_ep, cluster, r)
zigpy.exceptions.DeliveryError: [0x906a:0:0x8006] failed transmission request: 233
2019-07-01 09:22:12 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 87, in request
    assert sequence not in self._pending
AssertionError
2019-07-01 09:22:20 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 87, in request
    assert sequence not in self._pending
AssertionError
2019-07-01 09:25:08 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 177, Status: 0x00, 177
2019-07-01 09:25:18 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.centralite_4257050_rzhac_0b2da6ba_1_2820 is taking over 10 seconds
2019-07-01 09:25:38 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 177
2019-07-01 09:26:02 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 87, in request
    assert sequence not in self._pending
AssertionError
2019-07-01 09:26:25 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py", line 87, in request
    assert sequence not in self._pending
AssertionError
2019-07-01 09:27:12 WARNING (MainThread) [zigpy_deconz.zigbee.application] Unexpected transmit confirm for request id 188, Status: 0x00, 188
2019-07-01 09:27:22 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.smartthings_outletv4_01070eaa_1_2820 is taking over 10 seconds
2019-07-01 09:27:42 WARNING (MainThread) [zigpy_deconz.zigbee.application] Failed to receive transmit confirm for request id: 188
Adminiuga commented 5 years ago

@blah19 follow instructions in https://github.com/zigpy/zigpy-deconz/issues/41#issuecomment-503753645 to install test version of zigpy-deconz You'll need to enable dev access to HASS OS.