home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
69.89k stars 28.98k forks source link

ZHA unable to add new devices #74830

Closed shiSHARK closed 1 year ago

shiSHARK commented 2 years ago

The problem

I updated to Home Assistant 2022.7.2 and now I'm unable to pair new SONOFF zigbee devices or repair old ones that were previously been connected, but for some reason some of the dropped off from my zigbee networks. I'm using SONOFF zigbee v3.0 dongle on my raspberry pi 4

I have one aqara vibration sensor and this one is paring and re-paring with my current setup with the latest version as expected. No issues there.

What version of Home Assistant Core has the issue?

Home Assistant 2022.7.2 Supervisor 2022.07.0 Operating System 8.2 Frontend 20220707.0 - latest

What was the last working version of Home Assistant Core?

Home Assistant 2022.6.x

What type of installation are you running?

Home Assistant OS

Integration causing the issue

ZHA

Link to integration documentation on our website

No response

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

probot-home-assistant[bot] commented 2 years ago

zha documentation zha source (message by IssueLinks)

probot-home-assistant[bot] commented 2 years ago

Hey there @dmulcahey, @adminiuga, mind taking a look at this issue as it has been labeled with an integration (zha) you are listed as a code owner for? Thanks! (message by CodeOwnersMention)

dmulcahey commented 2 years ago

There really isn’t enough information here to help. What devices are causing trouble? Do you have logs from pairing attempts? Are you using a USB extension cable for the coordinator? Is the coordinator in a USB2 or USB 3 port?

shiSHARK commented 2 years ago

I use it directly plugged in the USB 2.0 port. For the past few months using the same setup i had no issues with it. I'm having issues with many SNZB-04 (ZB-DS01) sensors though others that are the same model are working ok so far. I also tried one SNZB-01, also failed to pair. Also have all 3 SNZB-03 working so far. All SONOFF that are working are not repaired, I think if i try to repair them I'll lose connectivity with them too.

The same problem also appears to be affecting my hue dimmer switch v2

No events in the Dev -> Events with * filter for the connections

MattWestb commented 2 years ago

Some logging from the pairing process can being good for the devs https://www.home-assistant.io/integrations/zha/#debug-logging.

shyney7 commented 1 year ago

I'm also having the same problem since the new update all my zigbee devices are not visible anymore / disconnected. I'm using sonoff zigbee bridge. Everything was working fine a few months ago. I also cant re-pair the devices.

jpborjas commented 1 year ago

Same problem here. Following

Blacknight318 commented 1 year ago

Same here, Conbee II on HAASOS on PI 4.

puddly commented 1 year ago

Please provide startup ZHA debug logs and a log of you trying to join a device: https://www.home-assistant.io/integrations/zha/#debug-logging

shyney7 commented 1 year ago

Please provide startup ZHA debug logs and a log of you trying to join a device: https://www.home-assistant.io/integrations/zha/#debug-logging

Here is my log: home-assistant.log

Some Errors that I found besides other debug messages and errors:

ERROR (MainThread) [homeassistant.components.zha.core.gateway] Couldn't start EZSP = Silicon Labs EmberZNet protocol: Elelabs, HUSBZB-1, Telegesis coordinator
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/asyncio/tasks.py", line 456, in wait_for
    return fut.result()
asyncio.exceptions.CancelledError

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 172, in async_initialize
    self.application_controller = await app_controller_cls.new(
  File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 102, in new
    await app.startup(auto_form=auto_form)
  File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 62, in startup
    await self.connect()
  File "/usr/local/lib/python3.10/site-packages/bellows/zigbee/application.py", line 134, in connect
    self._ezsp = await bellows.ezsp.EZSP.initialize(self.config)
  File "/usr/local/lib/python3.10/site-packages/bellows/ezsp/__init__.py", line 84, in initialize
    await ezsp.reset()
  File "/usr/local/lib/python3.10/site-packages/bellows/ezsp/__init__.py", line 99, in reset
    await self._gw.reset()
  File "/usr/local/lib/python3.10/site-packages/bellows/uart.py", line 223, in reset
    return await asyncio.wait_for(self._reset_future, timeout=RESET_TIMEOUT)
  File "/usr/local/lib/python3.10/asyncio/tasks.py", line 458, in wait_for
    raise exceptions.TimeoutError() from exc
asyncio.exceptions.TimeoutError

And

2022-07-19 13:10:09 ERROR (bellows.thread_0) [homeassistant] Error doing job: Exception in callback SerialTransport._call_connection_lost(None)
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/asyncio/events.py", line 80, in _run
    self._context.run(self._callback, *self._args)
  File "/usr/local/lib/python3.10/site-packages/serial_asyncio/__init__.py", line 417, in _call_connection_lost
    self._serial.close()
  File "/usr/local/lib/python3.10/site-packages/serial/urlhandler/protocol_socket.py", line 104, in close
    time.sleep(0.3)
  File "/usr/src/homeassistant/homeassistant/util/async_.py", line 180, in protected_loop_func
    check_loop(func, strict=strict)
  File "/usr/src/homeassistant/homeassistant/util/async_.py", line 141, in check_loop
    raise RuntimeError(
RuntimeError: Detected blocking call to sleep inside the event loop. Use `await hass.async_add_executor_job()`; This is causing stability issues. Please report issue
2022-07-19 13:10:10 DEBUG (MainThread) [bellows.ezsp] Resetting EZSP

And many of this errors:

DEBUG (MainThread) [zigpy.device] [0x2173] Delivery error for seq # 0x3d, on endpoint id 1 cluster 0x0000: message send failure

It seems the sonoff coordinator is sending the the needed bytes but zigpy cant handle them?

Blacknight318 commented 1 year ago

Here's what comes up when searching zigbee...

2022-07-19 15:27:26 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Got endpoint slots: {0: SimpleDescriptor(endpoint=1, profile=260, device_type=1024, device_version=0, input_clusters=[0, 6, 10, 25, 1281], output_clusters=[1, 32, 1280, 1282]), 1: SimpleDescriptor(endpoint=2, profile=49246, device_type=2080, device_version=0, input_clusters=[0], output_clusters=[])} 2022-07-19 15:27:26 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Endpoint already registered, skipping 2022-07-19 15:27:26 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Got endpoint slots: {0: SimpleDescriptor(endpoint=1, profile=260, device_type=1024, device_version=0, input_clusters=[0, 6, 10, 25, 1281], output_clusters=[1, 32, 1280, 1282]), 1: SimpleDescriptor(endpoint=2, profile=49246, device_type=2080, device_version=0, input_clusters=[0], output_clusters=[])} 2022-07-19 15:27:26 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Endpoint already registered, skipping 2022-07-19 15:27:27 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee broadcast with tsn 1 under 2 request id, data: b'010000' 2022-07-19 15:27:27 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Error while sending 2 req id broadcast: TXStatus.MAC_CHANNEL_ACCESS_FAILURE 2022-07-19 15:27:27 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event device_registry_updated[L]: action=update, device_id=47118538e11fc896058ae2d8d7dde467, changes=manufacturer=ZHA, model=deCONZ = dresden elektronik deCONZ protocol: ConBee I/II, RaspBee I/II, name=Zigbee Coordinator> 2022-07-19 15:27:27 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=zha, service=set_zigbee_cluster_attribute> 2022-07-19 15:27:27 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=zha, service=issue_zigbee_cluster_command> 2022-07-19 15:27:27 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=zha, service=issue_zigbee_group_command> 2022-07-19 15:28:31 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee broadcast with tsn 3 under 4 request id, data: b'033c00' 2022-07-19 15:28:31 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Error while sending 4 req id broadcast: TXStatus.MAC_CHANNEL_ACCESS_FAILURE 2022-07-19 15:37:13 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee broadcast with tsn 5 under 6 request id, data: b'053c00' 2022-07-19 15:37:13 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Error while sending 6 req id broadcast: TXStatus.MAC_CHANNEL_ACCESS_FAILURE 2022-07-19 15:47:10 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee broadcast with tsn 7 under 8 request id, data: b'073c00' 2022-07-19 15:47:10 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Error while sending 8 req id broadcast: TXStatus.MAC_CHANNEL_ACCESS_FAILURE 2022-07-19 15:52:27 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 9 under 10 request id, data: b'0900'<

And here's what comes up when searching ZHA in logs(both after setting up logging per instructions above):

2022-07-19 15:27:00 INFO (MainThread) [homeassistant.bootstrap] Setting up stage 2: {'logbook', 'scene', 'map', 'input_button', 'media_source', 'pyscript', 'timer', 'default_config', 'input_number', 'automation', 'ipp', 'cast', 'hacs', 'energy', 'trace', 'nest', 'lifx', 'my', 'raspberry_pi', 'input_select', 'zone', 'tts', 'elgato', 'rpi_power', 'ifttt', 'mqtt', 'zha', 'counter', 'tile', 'history', 'input_datetime', 'persistent_notification', 'myq', 'input_boolean', 'group', 'influxdb', 'light', 'esphome', 'synology_dsm', 'sensor', 'system_health', 'purpleair', 'met', 'canary', 'tasmota', 'ffmpeg', 'adguard', 'hardware', 'application_credentials', 'tag', 'blueprint', 'mobile_app', 'unifi', 'script', 'tplink', 'sun', 'input_text'} 2022-07-19 15:27:15 INFO (MainThread) [homeassistant.setup] Setting up zha 2022-07-19 15:27:15 INFO (MainThread) [homeassistant.setup] Setup of domain zha took 0.0 seconds 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.adeo 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.adeo.color_controller 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.aduro 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.aduro.adurolightncc 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.aurora 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.aurora.aurora_dimmer 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.bitron 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.bitron.thermostat 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.bosch 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.bosch.isw_zdl1_wp11g 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.bosch.motion 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.centralite 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.centralite.cl_3130 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.centralite.cl_3157100 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.centralite.cl_3300S 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.centralite.cl_3305S 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.centralite.cl_3310S 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.centralite.cl_3321S 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.centralite.cl_3460L 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.centralite.ias 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.centralite.motion 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.centralite.motionandtemp 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.const 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.danfoss 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.danfoss.thermostat 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.develco 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.develco.air_quality 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.develco.heat_alarm 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.develco.open_close 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.develco.smoke_alarm 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.echostar 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.echostar.bell 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.ecolink 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.ecolink.contact 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.edpwithus 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.edpwithus.redy_plug 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.elko 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.elko.smart_super_thermostat 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.eurotronic 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.eurotronic.spzb0001 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.gledopto 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.gledopto.gls007z 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.gledopto.soposhgu10 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.heiman 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.heiman.smoke 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.hivehome 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.hivehome.mot003V0 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.hivehome.mot003V6 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.ikea 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.ikea.blinds 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.ikea.cctlightzha 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.ikea.dimmer 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.ikea.fivebtnremote 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.ikea.fivebtnremotezha 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.ikea.fourbtnremote 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.ikea.motion 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.ikea.motionzha 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.ikea.opencloseremote 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.ikea.shortcutbtn 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.ikea.starkvind 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.ikea.symfonisk 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.ikea.tradfriplug 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.ikea.twobtnremote 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.iluminize 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.iluminize.cct 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.iluminize.dim 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.imagic 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.imagic.gs1117s 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.imagic.im1116s 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.innr 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.innr.innr_sp120_plug 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.innr.innr_sp234_plug 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.innr.rs228t 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.inovelli 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.inovelli.VZM31SN 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.keenhome 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.keenhome.sv02612mp13 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.keenhome.weather 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.kof 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.kof.kof_mr101z 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.konke 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.konke.button 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.konke.magnet 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.konke.motion 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.konke.temp 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.lds 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.lds.cctswitch 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.ledvance 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.ledvance.a19rgbw 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.ledvance.flexrgbw 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.legrand 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.legrand.dimmer 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.lidl 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.lidl.TS0501A 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.lidl.cct 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.lidl.rgbcct 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.lidl.ts011f_plug 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.linkind 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.linkind.a001082 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.lixee 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.lixee.zlinky 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.lutron 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.lutron.lzl4bwhl01remote 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.mli 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.mli.tint 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.netvox 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.netvox.z308e3ed 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.nue 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.nue.auwz02000 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.orvibo 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.orvibo.dimmer 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.orvibo.motion 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.osram 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.osram.a19rgbw 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.osram.cla60tw 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.osram.flexrgbw 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.osram.gardenpolesrgbw 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.osram.lightifyx4 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.osram.osramplug 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.osram.smartplusac05347 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.osram.switchmini 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.osram.tunablewhite 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.philio 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.philio.pst03a 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.philips 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.philips.motion 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.philips.rdm001 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.philips.rom001 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.philips.rwl022 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.philips.rwlfirstgen 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.plaid 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.plaid.soil 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.salus 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.salus.sp600 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.samjin 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.samjin.button 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.samjin.button2 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.samjin.multi 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.samjin.multi2 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.sengled 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.sengled.e1e_g7f 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.sercomm 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.sercomm.szwtd02n 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.siglis 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.siglis.zigfred 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.sinope 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.sinope.light 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.sinope.sensor 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.sinope.switch 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.sinope.thermostat 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.smartthings 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.smartthings.moisturev4 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.smartthings.motion 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.smartthings.multi 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.smartthings.multiv4 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.smartthings.pgc313 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.smartthings.pgc314 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.smartthings.tag_v4 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.sonoff 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.sonoff.button 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.terncy 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.terncy.pp01 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.terncy.sd01 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.thirdreality 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.thirdreality.button 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.thirdreality.switch 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.trust 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.trust.zpir8000 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.tuya 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.tuya.air 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.tuya.air.ts0601_air_quality 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.tuya.mcu 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.tuya.ts000x 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.tuya.ts001x 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.tuya.ts0041 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.tuya.ts0042 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.tuya.ts0043 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.tuya.ts0044 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.tuya.ts004f 2022-07-19 15:27:15 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.tuya.ts011f_plug 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.tuya.ts011f_switch 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.tuya.ts0121_plug 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.tuya.ts0201_neo 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.tuya.ts0201_zemismart 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.tuya.ts0210 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.tuya.ts0211 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.tuya.ts0501b 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.tuya.ts0501bs 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.tuya.ts0601_co 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.tuya.ts0601_cover 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.tuya.ts0601_dimmer 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.tuya.ts0601_din_power 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.tuya.ts0601_electric_heating 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.tuya.ts0601_gas 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.tuya.ts0601_motion 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.tuya.ts0601_sensor 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.tuya.ts0601_siren 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.tuya.ts0601_smoke 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.tuya.ts0601_switch 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.tuya.ts0601_trv 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.tuya.ts0601_trv_sas 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.tuya.ts0601_valve 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.tuya.ts130f 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.visonic 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.visonic.mct340e 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.waxman 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.waxman.leaksmart 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.xbee 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.xbee.xbee3_io 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.xbee.xbee_io 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.xiaomi 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.xiaomi.aqara 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.xiaomi.aqara.ctrl_ln 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.xiaomi.aqara.ctrl_neutral 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.xiaomi.aqara.cube 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.xiaomi.aqara.cube_aqgl01 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.xiaomi.aqara.illumination 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.xiaomi.aqara.light_aqcn2 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.xiaomi.aqara.magnet_acn001 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.xiaomi.aqara.magnet_aq2 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.xiaomi.aqara.motion_ac01 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.xiaomi.aqara.motion_ac02 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.xiaomi.aqara.motion_agl02 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.xiaomi.aqara.motion_aq2 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.xiaomi.aqara.motion_aq2b 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.xiaomi.aqara.opple_remote 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.xiaomi.aqara.plug 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.xiaomi.aqara.plug_maus01 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.xiaomi.aqara.plug_mmeu01 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.xiaomi.aqara.relay_c2acn01 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.xiaomi.aqara.remote_b186acn01 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.xiaomi.aqara.remote_b286acn01 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.xiaomi.aqara.remote_h1 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.xiaomi.aqara.roller_curtain_e1 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.xiaomi.aqara.sensor_swit 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.xiaomi.aqara.sensor_switch_aq3 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.xiaomi.aqara.switch_aq2 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.xiaomi.aqara.tvoc 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.xiaomi.aqara.vibration_aq1 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.xiaomi.aqara.weather 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.xiaomi.aqara.wleak_aq1 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.xiaomi.mija 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.xiaomi.mija.motion 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.xiaomi.mija.sensor_ht 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.xiaomi.mija.sensor_magnet 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.xiaomi.mija.sensor_switch 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.xiaomi.mija.smoke 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.yale 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.yale.realliving 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.yooksmart 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.yooksmart.D10110blinds 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.zen 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.zen.thermostat 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.zhongxing 2022-07-19 15:27:16 DEBUG (MainThread) [zhaquirks] Loading quirks module zhaquirks.zhongxing.motion 2022-07-19 15:27:25 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'zhaquirks.xbee.xbee_io.XBeeSensor'> 2022-07-19 15:27:25 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'zhaquirks.xbee.xbee3_io.XBee3Sensor'> 2022-07-19 15:27:25 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'zhaquirks.smartthings.tag_v4.SmartThingsTagV4'> 2022-07-19 15:27:25 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'zhaquirks.smartthings.multi.SmartthingsMultiPurposeSensor'> 2022-07-19 15:27:25 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'zhaquirks.netvox.z308e3ed.Z308E3ED'> 2022-07-19 15:27:25 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'zhaquirks.gledopto.soposhgu10.SoposhGU10'> 2022-07-19 15:27:25 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'zhaquirks.xbee.xbee_io.XBeeSensor'> 2022-07-19 15:27:25 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'zhaquirks.xbee.xbee3_io.XBee3Sensor'> 2022-07-19 15:27:25 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'zhaquirks.smartthings.tag_v4.SmartThingsTagV4'> 2022-07-19 15:27:25 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'zhaquirks.smartthings.multi.SmartthingsMultiPurposeSensor'> 2022-07-19 15:27:25 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'zhaquirks.netvox.z308e3ed.Z308E3ED'> 2022-07-19 15:27:25 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'zhaquirks.gledopto.soposhgu10.SoposhGU10'> 2022-07-19 15:27:25 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'zhaquirks.xbee.xbee_io.XBeeSensor'> 2022-07-19 15:27:25 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'zhaquirks.xbee.xbee3_io.XBee3Sensor'> 2022-07-19 15:27:25 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'zhaquirks.smartthings.tag_v4.SmartThingsTagV4'> 2022-07-19 15:27:25 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'zhaquirks.smartthings.multi.SmartthingsMultiPurposeSensor'> 2022-07-19 15:27:25 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'zhaquirks.netvox.z308e3ed.Z308E3ED'> 2022-07-19 15:27:25 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'zhaquirks.gledopto.soposhgu10.SoposhGU10'> 2022-07-19 15:27:25 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'zhaquirks.xbee.xbee_io.XBeeSensor'> 2022-07-19 15:27:25 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'zhaquirks.xbee.xbee3_io.XBee3Sensor'> 2022-07-19 15:27:25 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'zhaquirks.smartthings.tag_v4.SmartThingsTagV4'> 2022-07-19 15:27:25 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'zhaquirks.smartthings.multi.SmartthingsMultiPurposeSensor'> 2022-07-19 15:27:25 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'zhaquirks.netvox.z308e3ed.Z308E3ED'> 2022-07-19 15:27:25 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'zhaquirks.gledopto.soposhgu10.SoposhGU10'> 2022-07-19 15:27:27 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event device_registry_updated[L]: action=update, device_id=47118538e11fc896058ae2d8d7dde467, changes=manufacturer=ZHA, model=deCONZ = dresden elektronik deCONZ protocol: ConBee I/II, RaspBee I/II, name=Zigbee Coordinator> 2022-07-19 15:27:27 DEBUG (MainThread) [homeassistant.components.zha.core.gateway] [0x0000](dresden elektronik ConBee II) restored as 'available', last seen: 1:57:41 ago, consider_unavailable_time: 7200 seconds 2022-07-19 15:27:27 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=zha, service=permit> 2022-07-19 15:27:27 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=zha, service=remove> 2022-07-19 15:27:27 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=zha, service=set_zigbee_cluster_attribute> 2022-07-19 15:27:27 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=zha, service=issue_zigbee_cluster_command> 2022-07-19 15:27:27 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=zha, service=issue_zigbee_group_command> 2022-07-19 15:27:27 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=zha, service=warning_device_squawk> 2022-07-19 15:27:27 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=zha, service=warning_device_warn> 2022-07-19 15:27:27 DEBUG (MainThread) [homeassistant.components.zha.core.gateway] Loading all devices 2022-07-19 15:27:27 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0x0000](ConBee II): started initialization 2022-07-19 15:27:27 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x0000:ZDO](ConBee II): 'async_initialize' stage succeeded 2022-07-19 15:27:27 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=zha> 2022-07-19 15:27:27 INFO (MainThread) [homeassistant.components.alarm_control_panel] Setting up alarm_control_panel.zha 2022-07-19 15:27:27 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.zha 2022-07-19 15:27:27 INFO (MainThread) [homeassistant.components.button] Setting up button.zha 2022-07-19 15:27:27 INFO (MainThread) [homeassistant.components.climate] Setting up climate.zha 2022-07-19 15:27:27 INFO (MainThread) [homeassistant.components.cover] Setting up cover.zha 2022-07-19 15:27:27 INFO (MainThread) [homeassistant.components.device_tracker] Setting up device_tracker.zha 2022-07-19 15:27:27 INFO (MainThread) [homeassistant.components.fan] Setting up fan.zha 2022-07-19 15:27:27 INFO (MainThread) [homeassistant.components.light] Setting up light.zha 2022-07-19 15:27:27 INFO (MainThread) [homeassistant.components.lock] Setting up lock.zha 2022-07-19 15:27:27 INFO (MainThread) [homeassistant.components.number] Setting up number.zha 2022-07-19 15:27:27 INFO (MainThread) [homeassistant.components.select] Setting up select.zha 2022-07-19 15:27:27 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.zha 2022-07-19 15:27:27 INFO (MainThread) [homeassistant.components.siren] Setting up siren.zha 2022-07-19 15:27:27 INFO (MainThread) [homeassistant.components.switch] Setting up switch.zha 2022-07-19 15:27:27 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=zha, service=set_lock_user_code> 2022-07-19 15:27:27 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=zha, service=enable_lock_user_code> 2022-07-19 15:27:27 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=zha, service=disable_lock_user_code> 2022-07-19 15:27:27 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=zha, service=clear_lock_user_code> 2022-07-19 15:27:27 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0x0000](ConBee II): power source: Mains 2022-07-19 15:27:27 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0x0000](ConBee II): completed initialization 2022-07-19 15:27:27 DEBUG (MainThread) [homeassistant.components.zha.core.gateway] Fetching current state for mains powered devices 2022-07-19 15:27:27 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0x0000](ConBee II): started initialization 2022-07-19 15:27:27 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x0000:ZDO](ConBee II): 'async_initialize' stage succeeded 2022-07-19 15:27:27 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0x0000](ConBee II): power source: Mains 2022-07-19 15:27:27 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0x0000](ConBee II): completed initialization 2022-07-19 15:42:33 INFO (MainThread) [homeassistant.components.analytics] Submitted analytics to Home Assistant servers. Information submitted includes {'uuid': '99ef516051214841a71707b0d6860cc0', 'version': '2022.7.5', 'installation_type': 'Home Assistant OS', 'supervisor': {'healthy': True, 'supported': True, 'arch': 'aarch64'}, 'operating_system': {'board': 'rpi4-64', 'version': '8.2'}, 'certificate': False, 'integrations': ['logbook', 'media_player', 'media_source', 'camera', 'analytics', 'zone', 'network', 'tts', 'mqtt', 'tile', 'websocket_api', 'zeroconf', 'input_boolean', 'frontend', 'influxdb', 'lovelace', 'synology_dsm', 'canary', 'application_credentials', 'rest', 'blueprint', 'unifi', 'sun', 'map', 'scene', 'timer', 'default_config', 'auth', 'image', 'input_select', 'raspberry_pi', 'update', 'number', 'elgato', 'device_automation', 'hassio', 'climate', 'config', 'ifttt', 'zha', 'search', 'notify', 'air_quality', 'select', 'met', 'adguard', 'humidifier', 'mobile_app', 'recorder', 'weather', 'stt', 'cloud', 'fan', 'google_assistant', 'input_number', 'cast', 'energy', 'nest', 'google_translate', 'my', 'ssdp', 'lifx', 'homeassistant', 'system_log', 'cover', 'person', 'input_datetime', 'myq', 'group', 'http', 'webhook', 'esphome', 'usb', 'api', 'system_health', 'sensor', 'device_tracker', 'stream', 'tasmota', 'dhcp', 'alarm_control_panel', 'vacuum', 'button', 'ffmpeg', 'binary_sensor', 'tag', 'input_text', 'input_button', 'automation', 'ipp', 'trace', 'systemmonitor', 'rpi_power', 'switch', 'counter', 'history', 'persistent_notification', 'onboarding', 'light', 'hardware', 'siren', 'script', 'tplink', 'logger', 'lock', 'diagnostics'], 'custom_integrations': [{'domain': 'hacs', 'version': <AwesomeVersion SemVer '1.26.2'>}, {'domain': 'purpleair', 'version': <AwesomeVersion SemVer '1.1.1'>}, {'domain': 'pyscript', 'version': <AwesomeVersion SemVer '1.3.3'>}], 'addons': [{'slug': 'a0d7b954_nodered', 'protected': True, 'version': '13.0.0', 'auto_update': False}, {'slug': 'a0d7b954_vscode', 'protected': True, 'version': '5.1.2', 'auto_update': True}, {'slug': 'core_mosquitto', 'protected': True, 'version': '6.1.2', 'auto_update': False}, {'slug': 'core_configurator', 'protected': True, 'version': '5.3.3', 'auto_update': False}, {'slug': 'a0d7b954_adguard', 'protected': True, 'version': '4.6.1', 'auto_update': True}, {'slug': '15d21743_samba_backup', 'protected': True, 'version': '5.1.1', 'auto_update': True}, {'slug': 'a0d7b954_esphome', 'protected': True, 'version': '2022.3.1', 'auto_update': False}, {'slug': 'core_mariadb', 'protected': True, 'version': '2.5.0', 'auto_update': False}, {'slug': 'a0d7b954_ssh', 'protected': True, 'version': '11.0.2', 'auto_update': True}, {'slug': 'core_check_config', 'protected': True, 'version': '3.11.0', 'auto_update': True}, {'slug': 'a0d7b954_influxdb', 'protected': True, 'version': '4.5.0', 'auto_update': False}, {'slug': 'a0d7b954_grafana', 'protected': True, 'version': '7.6.0', 'auto_update': False}, {'slug': '1f3d020e_hassosi2cconfiguratoraddon', 'protected': True, 'version': '0.13a', 'auto_update': False}, {'slug': '7d06b5a0_argon_one_temp', 'protected': True, 'version': '27', 'auto_update': False}, {'slug': 'a0d7b954_tailscale', 'protected': True, 'version': '0.7.0', 'auto_update': True}, {'slug': 'dac3d81b_hdd_tools', 'protected': False, 'version': '0.53.0', 'auto_update': False}, {'slug': 'a0d7b954_portainer', 'protected': False, 'version': '2.0.0', 'auto_update': False}, {'slug': 'a0d7b954_jupyterlablite', 'protected': True, 'version': '0.8.0', 'auto_update': False}, {'slug': 'a0d7b954_appdaemon', 'protected': True, 'version': '0.9.1', 'auto_update': False}], 'energy': {'configured': True}, 'state_count': 265, 'automation_count': 2, 'integration_count': 106, 'addon_count': 19, 'user_count': 1}<

puddly commented 1 year ago

MAC_CHANNEL_ACCESS_FAILURE indicates that your Conbee is detecting too much RF interference and will not attempt to send any data. This is built into the firmware and not something ZHA can control. Anyone using a Conbee should be using a USB 2.0 (not 3.0!) USB extension cable.

puddly commented 1 year ago

It seems the sonoff coordinator is sending the the needed bytes but zigpy cant handle them?

The Sonoff bridge is notoriously unstable due to the very strict timing requirements of the EZSP protocol not working well with WiFi. If your WiFi environment is not completely ideal, your bridge will continuously reset due to timing problems, which is what you're seeing:

2022-07-19 13:09:02 DEBUG (MainThread) [bellows.ezsp] Resetting EZSP
2022-07-19 13:09:14 DEBUG (MainThread) [bellows.ezsp] Resetting EZSP
2022-07-19 13:10:10 DEBUG (MainThread) [bellows.ezsp] Resetting EZSP

I see your Zigbee network is also on channel 11. Do you have a 2.4GHz WiFi network on channel 1? If so, move it to channel 6 or 11.

Adminiuga commented 1 year ago

MAC_CHANNEL_ACCESS_FAILURE indicates that your Conbee is detecting too much RF interference and will not attempt to send any data

USB 2 and USB extension cable help when the source of interference is the computer box, but if you have any other interference source: like usb3 drive enclosure, Bluetooth, wireless dongle for keyboard etc, that may not help

shyney7 commented 1 year ago

It seems the sonoff coordinator is sending the the needed bytes but zigpy cant handle them?

The Sonoff bridge is notoriously unstable due to the very strict timing requirements of the EZSP protocol not working well with WiFi. If your WiFi environment is not completely ideal, your bridge will continuously reset due to timing problems, which is what you're seeing:

2022-07-19 13:09:02 DEBUG (MainThread) [bellows.ezsp] Resetting EZSP
2022-07-19 13:09:14 DEBUG (MainThread) [bellows.ezsp] Resetting EZSP
2022-07-19 13:10:10 DEBUG (MainThread) [bellows.ezsp] Resetting EZSP

I see your Zigbee network is also on channel 11. Do you have a 2.4GHz WiFi network on channel 1? If so, move it to channel 6 or 11.

I dont think its because of a unstable wifi network since everything was working fine a few versions earlier. Wifi is already on channel 6 . What I've also recognized is that a pretty old version of HA from last year was working flawlessly with my zbbridge not a single problem was caused or any type of disconnections. Then I decided to update to a more current version of HA I think it was 04.2022? And this version was already causing high delays from from pressing a zb button to the action of toggling a light. And although I was already getting messages like NCP entered failed state. at least it was still working with weird delays though. But now with the latest version its completely messed up. Nothing works anymore.

Francois1976 commented 1 year ago

Samething here have a sonoff zigbee d'ongle and trying to pair sonoff door sensor. The device found but never configured.

Thanks

puddly commented 1 year ago

I dont think its because of a unstable wifi network since everything was working fine a few versions earlier.

Can you downgrade to verify if this is actually caused by an HA update or if it's just an inconvenient coincidence? Nothing has really changed with the library responsible for talking to your radio in a couple of months now.

jpborjas commented 1 year ago

I downgraded when I first saw the problem, and that fixed it, but after upgrading again, my backup got mess up and doesn’t work anymore, but yes, restoring from a backup before the upgrade, fixed it.

Thanks,

Pablo Borjas

On Jul 23, 2022 at 2:06 PM, <puddly @.***)> wrote:

I dont think its because of a unstable wifi network since everything was working fine a few versions earlier.

Can you downgrade to verify if this is actually caused by an HA update or if it's just an inconvenient coincidence? Nothing has really changed with the library responsible for talking to your radio in a couple of months now.

— Reply to this email directly, view it on GitHub (https://github.com/home-assistant/core/issues/74830#issuecomment-1193165436), or unsubscribe (https://github.com/notifications/unsubscribe-auth/ADMX4D3CXFEQNMR5QCOYNUDVVQYARANCNFSM53DZXBAA). You are receiving this because you commented.Message ID: @.***>

shyney7 commented 1 year ago

@jpborjas what version did you downgrade to? And is this the correct way to do it? sudo ha core update --version=0.114.4

Any risks of losing any configurations or data?

shiSHARK commented 1 year ago

After some play with the my raspberry, sonoff zb sticks and some storage devices here is what I can report:

I'm not sure what caused the initial issue.

I tried to upgrade my storage from micro sd card to external hard drive. In order to be able to plug my hard drive I had to strip out the casing of my sonoff zb stick. Then I have back and forth swapping the SD card and the usb hard drive. At the same time I updated all versions on my sd card then restored it no the hard drive. I also tried it with my second sonoff zb stick. At some point I was able to repair some of the zigbee devices but not all, then the pairing broke again.

In this process I discovered that I can't simply swap different zb sonoff stick even though they are from the same manufacturer because ZHA is tied up to the hardware id of the device. There was one tutorial on youtube how to backup and recover, but it looked too complicated.

This is when I decided to try Zigbee2MQTT. It appeared that no matter which component I'm changing - storage between micro sd and usb hard drive, the two zigbee sonoff stick or the raspberry itself. All is working well when recovering from a regular full home assistant backup. The zigbee network, paring and devices are all working well. So I decided to stick with the Zigbee2MQTT integration for my zigbee network.

Maybe if ZHA start supporting this simple backup I can give it a second try.

Note! - removing the sonoff zigbee stick metal casing made the signals of the connected devices weaker. Putting back the metal casing and adding usb extension cable to connect it to the Pi made the signals much bettter.

shyney7 commented 1 year ago

@shiSHARK is there an easy way to Backup all devices and switch to zigbee2mqtt without needing to repair all devices? I don't want to use a 1 year old home assistant version just to be able to use my sonoff coordinator with ZHA...

Edit:

Switched to Zigbee2MQTT and re-paired my devices and adapted my automations. And everything is working flawlessly again! So this is definitely a ZHA problem that needs to be solved and not a device problem or network problem. Wanted to switch to zigbee2mqtt anyway so this was the trigger to do so. I'm happy that my sonoff zigbee bridge is working again. Although I like the simplicity of ZHA it's way to buggy with the last updates.

shiSHARK commented 1 year ago

@shyney7 I don't think so. I re-pair all the devices to the new Zigbee2MQTT network.

Ripper2909 commented 1 year ago

Same here with Conbee II...

deB4SH commented 1 year ago

Same issue with the latest image and sonoff zigbee 3.0 dongle. Already have some Aquara Plugs and Sensors in place. Can't pair any new. They just don't show up on the page.

github-actions[bot] commented 1 year ago

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

shyney7 commented 1 year ago

Not solved yet 😕

puddly commented 1 year ago

@shyney7 Since you're using the Sonoff Zigbee Bridge, make sure you've updated to 2022.8.7.

cyber2th commented 1 year ago

I’m having the same issue. Existing network works great but I’m unable to add any new devices. Sounds like I just need to bite the bullet and migrate my 40 devices over to zigbee2mqtt.

dmulcahey commented 1 year ago

@cyber2th How many Zigbee routers do you have?

cyber2th commented 1 year ago

I’ve got 27 Hue bulbs of various generations and they appear to be functioning as routers. I have read mixed reviews of how well they follow spec though.

dmulcahey commented 1 year ago

Ok that isn’t it.

lordsnipe1 commented 1 year ago

I'm also experiencing this issue, running HA 2022.8.7.

Bought some Aqara buttons which don't show up when attempting to pair. Some Ikea Tradfri buttons which I had troubles with (no ZHA events, but would pair) also no longer show up when attempting to re-pair. My already paired Philips motion detectors are still working, I'm not brave enough to attempt to try and re-pair those in case they stop working.

All fresh brand named Energizer 2032 batteries.

CooCooC commented 1 year ago

I had the similar issue since July. I was not able to re-add devices to the network. I am using Sonoff ZBDongle-P with stock firmware and always the latest HA version (I do upgrade to latest release immediately. )

I updated Sonoff ZBDongle-P's firmware yesterday using below resources; GitHub - KoenkkZ-Stack-firmware Compilation instructions and hex files for Z-Stack firmwares GitHub - JelmerTcc2538-bsl Python cross-platform script to upload firmware via the serial boot loader onto the CC13xx, CC2538 and CC26xx SoC.

And the result is; I can finally re-add all my devices to my network again.

kiriakos commented 1 year ago

So, I am running HASS 2022.09.3 with a Sonoff Zigbee Dongle (CC2652P) on a Pi3. I could use my already paired devices but could not add new ones. Upgrading to firmware CC1352P2_CC2652P_launchpad_coordinator_20220219.hex did not fix the issue for me though. I still get

2022-09-23 08:53:21.734 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xA165:11:0x0300]: async_initialize: all attempts have failed: [DeliveryError('Request failed after 5 attempts: <Status.NWK_INVALID_REQUEST: 194>'), DeliveryError('Request failed after 5 attempts: <Status.NWK_INVALID_REQUEST: 194>'), DeliveryError('Request failed after 5 attempts: <Status.NWK_INVALID_REQUEST: 194>'), DeliveryError('Request failed after 5 attempts: <Status.NWK_INVALID_REQUEST: 194>')]

When I try adding new devices. Using already paired devices still works like a charm. Any ideas?

I also noticed an exception flying when starting the "permitting joins" session:

Sep 23 08:52:37 oscar hass[1766]: 2022-09-23 08:52:37.605 INFO (MainThread) [zigpy_znp.zigbee.application] Permitting joins for 60 seconds
Sep 23 08:52:37 oscar hass[1766]: 2022-09-23 08:52:37.609 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [281473184542448] Error handling message: Unknown error (unknown_error)
Sep 23 08:52:37 oscar hass[1766]: Traceback (most recent call last):
Sep 23 08:52:37 oscar hass[1766]:   File "/usr/lib/python3.10/site-packages/homeassistant/components/websocket_api/decorators.py", line 27, in _handle_async_response
Sep 23 08:52:37 oscar hass[1766]:     await func(hass, connection, msg)
Sep 23 08:52:37 oscar hass[1766]:   File "/usr/lib/python3.10/site-packages/homeassistant/components/zha/api.py", line 317, in websocket_permit_devices
Sep 23 08:52:37 oscar hass[1766]:     await zha_gateway.application_controller.permit(time_s=duration, node=ieee)
Sep 23 08:52:37 oscar hass[1766]:   File "/var/lib/hass/deps/lib/python3.10/site-packages/zigpy_znp/zigbee/application.py", line 400, in permit
Sep 23 08:52:37 oscar hass[1766]:     await super().permit(time_s=time_s, node=node)
Sep 23 08:52:37 oscar hass[1766]:   File "/var/lib/hass/deps/lib/python3.10/site-packages/zigpy/application.py", line 690, in permit
Sep 23 08:52:37 oscar hass[1766]:     await zigpy.zdo.broadcast(
Sep 23 08:52:37 oscar hass[1766]:   File "/var/lib/hass/deps/lib/python3.10/site-packages/zigpy/device.py", line 527, in broadcast
Sep 23 08:52:37 oscar hass[1766]:     result = await app.broadcast(
Sep 23 08:52:37 oscar hass[1766]:   File "/var/lib/hass/deps/lib/python3.10/site-packages/zigpy_znp/zigbee/application.py", line 328, in broadcast
Sep 23 08:52:37 oscar hass[1766]:     return await self._send_request(
Sep 23 08:52:37 oscar hass[1766]:   File "/var/lib/hass/deps/lib/python3.10/site-packages/zigpy_znp/zigbee/application.py", line 1161, in _send_request
Sep 23 08:52:37 oscar hass[1766]:     response = await self._send_request_raw(
Sep 23 08:52:37 oscar hass[1766]:   File "/var/lib/hass/deps/lib/python3.10/site-packages/zigpy_znp/zigbee/application.py", line 1000, in _send_request_raw
Sep 23 08:52:37 oscar hass[1766]:     await self._znp.request_callback_rsp(
Sep 23 08:52:37 oscar hass[1766]: AttributeError: 'NoneType' object has no attribute 'request_callback_rsp'

No idea if these are related though....

puddly commented 1 year ago

@kiriakos if you're able to reproduce the above issue, can you do so with ZHA debug logging enabled (https://www.home-assistant.io/integrations/zha/#debug-logging) and upload/email me the whole log file? The error you're seeing only occurs when the radio is disconnected.

Efekent commented 1 year ago

I have same issue here, I have fairly big Zigbee network 103 devices, it was working perfectly last couple months, in the past some devices did not respond anymore, and I could solve this issue by repairing the device.

My ZHA setup is a Conbee II stick on a NUC running HASSIO with 2m USB 2.0 extension cable, system worked like this for almost 2 years. I am on 2022.9.6 at the moment

I can't tell when it was last time I added a device, it was a long time ago, so I am not sure on which version went wrong.

Like I said, last couple months I didn't even have issues with not responding devices till last 3 days, 3 days ago one of the devices (Ledvance Smart+ Outdoor Flex RGBW) start to act weird, not turning off or on and not responding to color changes, first two days power cycled the device couple times a day, but yesterday I decided to factory reset the device and re-pair the device to my ZHA network again, but the device add system couldn't discover anything, I am trying to add the device last couple hours, but It is not possible.

Meanwhile, I also noticed some devices I was trying to use as router to add the device stopped responding, the Sonoff or Lonsonho devices had this issue and I stupidly try to factory reset two of these devices and I can't also add these devices back anymore. On the other hand, I have a lot BlitzWolf BW-SHP13 sockets and if I try to use one of these as router, I still can't discover/add any device but the BlitzWolf sockets keep working after search time out.

To be sure, I unpacked a new device to add, but like most people posted above, I can't add a totally new device either.

At the moment, I have 3 devices waiting to add back, not crucial devices, so I am not in a hurry, I just posted to let know there is something wrong with (re)adding devices, if I can provide anything to help I would be happy to do so.

kiriakos commented 1 year ago

@puddly It seems that I messed this up. I updated the firmware and tried to add new devices immediately. This did not work. After powercycling the system that hosts hass and the Zigbee Dongle though adding new devices started working again.

Efekent commented 1 year ago

After reading kiriakos post, decided to power cycle the HASSIO device (NUC) and the powered hub with Conbee II stick, I am also able to add new devices now. I didn't do any firmware update, just power cycled the system.

Ripper2909 commented 1 year ago

After reading kiriakos post, decided to power cycle the HASSIO device (NUC) and the powered hub with Conbee II stick, I am also able to add new devices now. I didn't do any firmware update, just power cycled the system.

Hi ! Did you update the conbee 2 firmware ? What does powercycle mean please ? Can you explain precisely the detailed steps please ? Thanks

Efekent commented 1 year ago

@Ripper2909 No I did not update the firmware like I said above, Power cycle is just turn off your device with HASSIO or whatever instance you use for couple minutes, if your Conbee II stick is powered from different source, turn that off for couple minutes too, after that turn everything on.

MattWestb commented 1 year ago

Experience from RaspBee I and deCONZ is the same = not possible adding device after some up time and need re-power the host system with the coordinator is making it working OK a gen.

github-actions[bot] commented 1 year ago

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