Add-on DeConz and Z_WAVE JS kaput after updating to core-2022.4.1

HA Blue, both Add-ons stopped working and the Configuration->Options: Devise: don’t show paths like “/dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_XXXXXXXX-if00” anymore.

Tried to use the listed paths but all fails. Does anyone have a work around?

Core issue (updated as a new issue): Add-on DeConz and Z-Wave JS can’t find hardware devise path. · Issue #2434 · home-assistant/addons · GitHub

1 Like

If both add-ons stopped (probably because they can’t see the sticks) and you don’t see the devices listed anymore. Troubleshoot a hardware issue.

How were the sticks connected to your Blue?

They are connected directly without USB extension cords. Both sticks have been working flawlessly for over a years. Since others also experience this issue its more likely HA core introduced an error.

1 Like

possibly, but now you’ve also confirmed that it wasn’t a single cable, or USB hub dying - so it’s NOT that. (Also, a very likely scenario)

I read your posts in the Git issue - Others are experiencing errors, yes yours seem unrelated to Op’s post. Instead, their post refers to an install that can ‘see’ the Zigbee stick - your logs appear to show that neither add-in can open the serial port. Thus troubleshoot USB first.

You also stated -

In the Add-ons Configuration->devise, the normal path to the USB sticks as it were, is not there and trying all of the devises listed the Add-ons fails.

Can you screenshot what yours DOES show down in the tty section of the host hardware section?

Mine looks like this:

I had the same issue except I am using ZHA with my Conbee II. I downgraded back to 2022.4 and things were peachy again. Tried upgrading again to 2022.4.1 and same issue, everything came back up except all my Zigbee stuff.
While contemplating what to do next, which took about 20 minutes, everything came back up on it’s own. Now things are peachy again and I guess my patience earlier was too short for everything to fix/reconfigure itself.

So I don’t know the technical reasons for the delay that first time, so the only advice I can give is to reboot and go have a beer or two and come back.

1 Like

To follow up, I just timed my own restart. Restart HA - 12:27, System up - 12:28, Add-ons loaded and running - 12:29, ZHA stull running - 12:48.
Okay, 21 minutes to restart. Functioning well but… seems a bit excessive. It used to only take 3 minutes.

Pi3B+, Conbee II dongle, 12 Amazon Alexa devices, 86 Zigbee devices.

This is what 2022.4.1. gave:

Have removed first the Z-Stick (Z-Wave) restarted, did not help CeConz.
Removed DeConz, restarted, did not help Z-Stick.

I downgraded to 2022.4.0 waited 30 minutes with the same result. Did nor help.

And my hardware list.





image

And the HA suddely installed core version 2022.4.1. withou me doing it. The system log then became:

2022-04-10 19:54:47 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration authenticated which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant

2022-04-10 19:54:47 WARNING (SyncWorker_4) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant

2022-04-10 19:54:47 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration rotel_rsp1570 which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant

2022-04-10 19:54:47 WARNING (SyncWorker_2) [homeassistant.loader] We found a custom integration emscrss which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant

2022-04-10 19:54:47 WARNING (SyncWorker_6) [homeassistant.loader] We found a custom integration znorway_air which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant

2022-04-10 19:54:47 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration scheduler which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant

2022-04-10 19:54:47 WARNING (SyncWorker_5) [homeassistant.loader] We found a custom integration sun2 which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant

2022-04-10 19:54:47 WARNING (SyncWorker_4) [homeassistant.loader] We found a custom integration nordpool which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant

2022-04-10 19:54:47 WARNING (SyncWorker_6) [homeassistant.loader] We found a custom integration yahoofinance which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant

2022-04-10 19:54:53 WARNING (MainThread) [homeassistant.components.updater] The updater integration has been deprecated and will be removed in 2022.5, please remove it from your configuration

2022-04-10 19:54:54 ERROR (MainThread) [aiohttp.server] Unhandled exception

Traceback (most recent call last):

File "/usr/local/lib/python3.9/asyncio/base_events.py", line 1183, in _sendfile_fallback

read = await self.run_in_executor(None, file.readinto, view)

asyncio.exceptions.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):

File "/usr/local/lib/python3.9/site-packages/aiohttp/web_protocol.py", line 514, in start

resp, reset = await task

File "/usr/local/lib/python3.9/site-packages/aiohttp/web_protocol.py", line 460, in _handle_request

reset = await self.finish_response(request, resp, start_time)

File "/usr/local/lib/python3.9/site-packages/aiohttp/web_protocol.py", line 613, in finish_response

await prepare_meth(request)

File "/usr/local/lib/python3.9/site-packages/aiohttp/web_fileresponse.py", line 286, in prepare

return await self._sendfile(request, fobj, offset, count)

File "/usr/local/lib/python3.9/site-packages/aiohttp/web_fileresponse.py", line 99, in _sendfile

await loop.sendfile(transport, fobj, offset, count)

File "/usr/local/lib/python3.9/asyncio/base_events.py", line 1162, in sendfile

return await self._sendfile_fallback(transport, file,

File "/usr/local/lib/python3.9/asyncio/base_events.py", line 1192, in _sendfile_fallback

await proto.restore()

File "/usr/local/lib/python3.9/asyncio/base_events.py", line 263, in restore

self._transport.resume_reading()

File "/usr/local/lib/python3.9/asyncio/sslproto.py", line 343, in resume_reading

self._ssl_protocol._transport.resume_reading()

AttributeError: 'NoneType' object has no attribute 'resume_reading'

2022-04-10 19:55:04 WARNING (MainThread) [homeassistant.setup] Setup of automation is taking over 10 seconds.

2022-04-10 19:55:12 WARNING (MainThread) [homeassistant.config_entries] Config entry '192.168.0.22' for ipp integration not ready yet: Invalid response from API: Error occurred while communicating with IPP server.; Retrying in background

2022-04-10 19:55:14 ERROR (MainThread) [homeassistant.components.deconz] Error connecting to deCONZ gateway at core-deconz

2022-04-10 19:55:14 WARNING (MainThread) [homeassistant.config_entries] Config entry '00212E070925' for deconz integration not ready yet; Retrying in background

2022-04-10 19:55:17 ERROR (MainThread) [homeassistant.components.zwave_js] Failed to connect: Cannot connect to host core-zwave-js:3000 ssl:default [Connect call failed ('172.30.33.5', 3000)]

2022-04-10 19:55:17 WARNING (MainThread) [homeassistant.config_entries] Config entry 'Z-Wave JS' for zwave_js integration not ready yet: Cannot connect to host core-zwave-js:3000 ssl:default [Connect call failed ('172.30.33.5', 3000)]; Retrying in background

2022-04-10 19:55:42 ERROR (MainThread) [homeassistant.components.mold_indicator.sensor] Unable to parse temperature sensor sensor.aqara_multi_temperature with state: unavailable

2022-04-10 19:55:42 ERROR (MainThread) [homeassistant.components.mold_indicator.sensor] Unable to parse humidity sensor sensor.aqara_multi_humidity, state: unavailable

2022-04-10 19:55:42 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'homeassistant.helpers.template.Wrapper object' has no attribute 'icon_url' when rendering '{{ data if not (

device_attr(mobile_app_device, 'manufacturer') == 'Apple' and data.icon_url

) else dict(data, image=data.icon_url) }}'

2022-04-10 19:55:47 ERROR (MainThread) [homeassistant.components.deconz] Error connecting to deCONZ gateway at core-deconz

2022-04-10 19:56:02 ERROR (MainThread) [homeassistant.components.deconz] Error connecting to deCONZ gateway at core-deconz

2022-04-10 19:56:27 ERROR (MainThread) [homeassistant.components.deconz] Error connecting to deCONZ gateway at core-deconz

2022-04-10 19:57:12 ERROR (MainThread) [homeassistant.components.deconz] Error connecting to deCONZ gateway at core-deconz

2022-04-10 19:57:14 ERROR (MainThread) [homeassistant.components.hassio] Failed to to call /addons/core_zwave_js/stats - Container addon_core_zwave_js is not running

2022-04-10 19:58:37 ERROR (MainThread) [homeassistant.components.deconz] Error connecting to deCONZ gateway at core-deconz

2022-04-10 20:00:02 ERROR (MainThread) [homeassistant.components.deconz] Error connecting to deCONZ gateway at core-deconz

2022-04-10 20:01:27 ERROR (MainThread) [homeassistant.components.deconz] Error connecting to deCONZ gateway at core-deconz

2022-04-10 20:02:52 ERROR (MainThread) [homeassistant.components.deconz] Error connecting to deCONZ gateway at core-deconz

2022-04-10 20:04:17 ERROR (MainThread) [homeassistant.components.deconz] Error connecting to deCONZ gateway at core-deconz

2022-04-10 20:05:42 ERROR (MainThread) [homeassistant.components.deconz] Error connecting to deCONZ gateway at core-deconz

2022-04-10 20:07:07 ERROR (MainThread) [homeassistant.components.deconz] Error connecting to deCONZ gateway at core-deconz

2022-04-10 20:08:32 ERROR (MainThread) [homeassistant.components.deconz] Error connecting to deCONZ gateway at core-deconz

2022-04-10 20:09:57 ERROR (MainThread) [homeassistant.components.deconz] Error connecting to deCONZ gateway at core-deconz

2022-04-10 20:10:01 ERROR (MainThread) [homeassistant.components.hassio] Error fetching hassio data: Error on Supervisor API: 404 Client Error for http+docker://localhost/v1.41/containers/addon_core_zwave_js/json: Not Found ("No such container: addon_core_zwave_js")

2022-04-10 20:11:22 ERROR (MainThread) [homeassistant.components.deconz] Error connecting to deCONZ gateway at core-deconz

2022-04-10 20:12:47 ERROR (MainThread) [homeassistant.components.deconz] Error connecting to deCONZ gateway at core-deconz

2022-04-10 20:14:12 ERROR (MainThread) [homeassistant.components.deconz] Error connecting to deCONZ gateway at core-deconz

2022-04-10 20:15:37 ERROR (MainThread) [homeassistant.components.deconz] Error connecting to deCONZ gateway at core-deconz

2022-04-10 20:17:02 ERROR (MainThread) [homeassistant.components.deconz] Error connecting to deCONZ gateway at core-deconz

2022-04-10 20:18:28 ERROR (MainThread) [homeassistant.components.deconz] Error connecting to deCONZ gateway at core-deconz

2022-04-10 20:19:53 ERROR (MainThread) [homeassistant.components.deconz] Error connecting to deCONZ gateway at core-deconz

2022-04-10 20:21:18 ERROR (MainThread) [homeassistant.components.deconz] Error connecting to deCONZ gateway at core-deconz

2022-04-10 20:22:43 ERROR (MainThread) [homeassistant.components.deconz] Error connecting to deCONZ gateway at core-deconz

2022-04-10 20:24:08 ERROR (MainThread) [homeassistant.components.deconz] Error connecting to deCONZ gateway at core-deconz

2022-04-10 20:25:33 ERROR (MainThread) [homeassistant.components.deconz] Error connecting to deCONZ gateway at core-deconz

2022-04-10 20:26:58 ERROR (MainThread) [homeassistant.components.deconz] Error connecting to deCONZ gateway at core-deconz

2022-04-10 20:28:23 ERROR (MainThread) [homeassistant.components.deconz] Error connecting to deCONZ gateway at core-deconz

2022-04-10 20:29:48 ERROR (MainThread) [homeassistant.components.deconz] Error connecting to deCONZ gateway at core-deconz

2022-04-10 20:31:13 ERROR (MainThread) [homeassistant.components.deconz] Error connecting to deCONZ gateway at core-deconz

2022-04-10 20:32:38 ERROR (MainThread) [homeassistant.components.deconz] Error connecting to deCONZ gateway at core-deconz

2022-04-10 20:34:03 ERROR (MainThread) [homeassistant.components.deconz] Error connecting to deCONZ gateway at core-deconz

2022-04-10 20:35:28 ERROR (MainThread) [homeassistant.components.deconz] Error connecting to deCONZ gateway at core-deconz

2022-04-10 20:36:53 ERROR (MainThread) [homeassistant.components.deconz] Error connecting to deCONZ gateway at core-deconz

2022-04-10 20:38:18 ERROR (MainThread) [homeassistant.components.deconz] Error connecting to deCONZ gateway at core-deconz

2022-04-10 20:39:43 ERROR (MainThread) [homeassistant.components.deconz] Error connecting to deCONZ gateway at core-deconz

2022-04-10 20:41:08 ERROR (MainThread) [homeassistant.components.deconz] Error connecting to deCONZ gateway at core-deconz

2022-04-10 20:42:33 ERROR (MainThread) [homeassistant.components.deconz] Error connecting to deCONZ gateway at core-deconz

2022-04-10 20:43:58 ERROR (MainThread) [homeassistant.components.deconz] Error connecting to deCONZ gateway at core-deconz

2022-04-10 20:45:23 ERROR (MainThread) [homeassistant.components.deconz] Error connecting to deCONZ gateway at core-deconz

2022-04-10 20:46:48 ERROR (MainThread) [homeassistant.components.deconz] Error connecting to deCONZ gateway at core-deconz

2022-04-10 20:48:13 ERROR (MainThread) [homeassistant.components.deconz] Error connecting to deCONZ gateway at core-deconz

2022-04-10 20:49:38 ERROR (MainThread) [homeassistant.components.deconz] Error connecting to deCONZ gateway at core-deconz

2022-04-10 20:50:22 ERROR (MainThread) [homeassistant.components.hassio] Error fetching hassio data: Error on Supervisor API: Container addon_core_zwave_js is not running

2022-04-10 20:51:03 ERROR (MainThread) [homeassistant.components.deconz] Error connecting to deCONZ gateway at core-deconz

2022-04-10 20:52:28 ERROR (MainThread) [homeassistant.components.deconz] Error connecting to deCONZ gateway at core-deconz

2022-04-10 20:53:53 ERROR (MainThread) [homeassistant.components.deconz] Error connecting to deCONZ gateway at core-deconz

2022-04-10 20:55:18 ERROR (MainThread) [homeassistant.components.deconz] Error connecting to deCONZ gateway at core-deconz

2022-04-10 20:56:43 ERROR (MainThread) [homeassistant.components.deconz] Error connecting to deCONZ gateway at core-deconz

2022-04-10 20:58:08 ERROR (MainThread) [homeassistant.components.deconz] Error connecting to deCONZ gateway at core-deconz

2022-04-10 20:59:33 ERROR (MainThread) [homeassistant.components.deconz] Error connecting to deCONZ gateway at core-deconz

2022-04-10 21:00:58 ERROR (MainThread) [homeassistant.components.deconz] Error connecting to deCONZ gateway at core-deconz

2022-04-10 21:02:23 ERROR (MainThread) [homeassistant.components.deconz] Error connecting to deCONZ gateway at core-deconz

(HA Blue, Conebe II, Z-Stick)

Pulled the power cord on the HA blue after taking out the USB-sticks.
Powered on, waited, in with one stick, then it showed up on the hardware list. and then in the Add-on list.
Then in with the second USB-stick. Waited, and it also showed up.

Had to disable the Deconz and the Z-Wave JS integration. Then enable it, and make a HA restart.
Now it works, - after a core update did something it should not have done.

The upgrade to 2022.4.3 seems to have solved my issues. Restart times have dropped from 22 minutes to 4 minutes.

I had Zwave and DeconZ both working. Now I cannot get DeconZ with trying 2 ConBeeII sticks. I have an extension cable on DeconZ… It is now connecting to network. I am on latest HA 2022.4.7. I do not remomber what 2022.4 I was on prior when working.

Here is the DeconZ log file.

17:17:22:763 DDF: loaded resource item descriptor: attr/modelid
17:17:22:763 DDF: failed to load resource item descriptor: attr/mode
17:17:22:763 DDF: loaded resource item descriptor: attr/name
17:17:22:763 DDF: loaded resource item descriptor: attr/swversion
17:17:22:763 DDF: loaded resource item descriptor: attr/type
17:17:22:763 DDF: loaded resource item descriptor: attr/uniqueid
17:17:22:763 DDF: loaded resource item descriptor: config/battery
17:17:22:763 DDF: loaded resource item descriptor: config/on
17:17:22:763 DDF: loaded resource item descriptor: config/pending
17:17:22:763 DDF: loaded resource item descriptor: config/reachable
17:17:22:763 DDF: loaded resource item descriptor: state/lastupdated
17:17:22:763 DDF: loaded resource item descriptor: state/buttonevent
17:17:22:763 DDF: loaded resource item descriptor: attr/lastseen
17:17:22:763 DDF: loaded resource item descriptor: attr/manufacturername
17:17:22:763 DDF: loaded resource item descriptor: attr/modelid
17:17:22:763 DDF: loaded resource item descriptor: attr/name
17:17:22:763 DDF: loaded resource item descriptor: attr/swversion
17:17:22:763 DDF: loaded resource item descriptor: attr/type
17:17:22:763 DDF: loaded resource item descriptor: attr/uniqueid
17:17:22:763 DDF: loaded resource item descriptor: config/battery
17:17:22:763 DDF: loaded resource item descriptor: config/offset
17:17:22:763 DDF: loaded resource item descriptor: config/on
17:17:22:763 DDF: loaded resource item descriptor: config/reachable
17:17:22:763 DDF: loaded resource item descriptor: state/lastupdated
17:17:22:763 DDF: loaded resource item descriptor: state/temperature
17:17:22:765 parent process s6-supervise
17:17:22:766 gw run mode: docker/hassio
17:17:22:766 GW sd-card image version file does not exist: /data/.local/share/dresden-elektronik/deCONZ/gw-version
17:17:22:766 DB sqlite version 3.27.2
17:17:22:766 DB PRAGMA page_count: 0
17:17:22:766 DB PRAGMA page_size: 4096
17:17:22:766 DB PRAGMA freelist_count: 0
17:17:22:766 DB file size 0 bytes, free pages 0
17:17:22:766 DB PRAGMA user_version: 0
17:17:22:766 DB upgrade to user_version 1
17:17:22:875 DB write sqlite user_version 1
17:17:22:879 DB PRAGMA user_version: 1
17:17:22:879 DB upgrade to user_version 2
17:17:22:890 DB write sqlite user_version 2
17:17:22:894 DB PRAGMA user_version: 2
17:17:22:894 DB upgrade to user_version 6
17:17:22:910 DB write sqlite user_version 6
17:17:22:914 DB PRAGMA user_version: 6
17:17:22:914 DB upgrade to user_version 7
17:17:22:925 DB write sqlite user_version 7
17:17:22:929 DB PRAGMA user_version: 7
17:17:22:929 DB upgrade to user_version 8
17:17:22:937 DB write sqlite user_version 8
17:17:22:942 DB PRAGMA user_version: 8
17:17:22:942 DB upgrade to user_version 9
17:17:22:953 DB write sqlite user_version 9
17:17:22:957 DB PRAGMA user_version: 9
17:17:22:957 DB cleanup
17:17:22:957 DB create temporary views
17:17:22:990 Started websocket server on 0.0.0.0, port: 8081
17:17:22:991 create default username and password
17:17:22:991 [INFO] - Found file containing button maps. Parsing data...
17:17:22:995 [INFO] - Button maps loaded.
17:17:22:995 found node plugin: libde_rest_plugin.so - REST API Plugin
17:17:22:995 found node plugin: libde_signal_plugin.so - Signal Monitor Plugin
17:17:23:008 OTAU: create 117C-1101-23089631.zigbee
17:17:23:017 OTAU: create 117C-11C5-23079631.zigbee
17:17:23:029 OTAU: create 117C-2201-23087631.zigbee
17:17:23:039 OTAU: create 117C-2801-23086631.zigbee
17:17:23:049 OTAU: create 117C-2203-23087631.zigbee
17:17:23:058 OTAU: create 117C-1187-23088631.zigbee
17:17:23:067 OTAU: create 117C-1102-23086631.zigbee
17:17:23:077 OTAU: create 117C-4204-23091631.zigbee
17:17:23:085 OTAU: create 117C-11C8-20022623.zigbee
17:17:23:095 OTAU: create 117C-11CA-23080631.zigbee
17:17:23:105 OTAU: create 117C-4103-23086631.zigbee
17:17:23:115 OTAU: create 117C-4206-23087631.zigbee
17:17:23:124 OTAU: create 1189-0019-00102428.zigbee
17:17:23:129 found node plugin: libstd_otau_plugin.so - STD OTAU Plugin
17:17:23:175 dlg action: Read binding table
17:17:24:137 COM: /dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2495005-if00 / serialno: , ConBee II
17:17:26:101 device state timeout ignored in state 2
17:17:26:265 device state timeout ignored in state 2
17:17:26:425 device state timeout ignored in state 2
17:17:26:585 device state timeout ignored in state 2
17:17:26:745 device state timeout ignored in state 2
17:17:26:905 device state timeout ignored in state 2
17:17:27:065 device state timeout ignored in state 2
17:17:27:225 device state timeout ignored in state 2
17:17:27:385 device state timeout ignored in state 2
17:17:27:545 device state timeout ignored in state 2
17:17:27:705 device state timeout ignored in state 2
17:17:27:865 device state timeout (handled)
17:17:27:946 void zmMaster::handleStateIdle(zmMaster::MasterEvent) not connected goto OFF state
17:17:27:946 device state timeout ignored in state 1
17:17:28:712 Announced to internet https://phoscon.de/discover
17:17:31:077 DEV Tick.Init: booted after 8000 seconds
17:17:38:084 GW update firmware found: /usr/share/deCONZ/firmware/deCONZ_ConBeeII_0x26660700.bin.GCF
17:17:43:077 start reconnect to network
17:17:48:077 failed to reconnect to network try=1
17:17:53:078 failed to reconnect to network try=2
17:17:58:077 failed to reconnect to network try=3
17:18:03:077 failed to reconnect to network try=4
17:18:08:078 failed to reconnect to network try=5
17:18:13:077 failed to reconnect to network try=6