Following upgrade from HA OS 7.2 to 7.3 and HA Core 2022.2.2 to 2022.2.3 all Z-Wave devices down showing Retrying setup: None.
Please advise…
Shawn
Following upgrade from HA OS 7.2 to 7.3 and HA Core 2022.2.2 to 2022.2.3 all Z-Wave devices down showing Retrying setup: None.
Please advise…
Shawn
Can you provide Z-WaveJS logs from the addon?
Logger: homeassistant.components.zwave_js
Source: components/zwave_js/addon.py:372
Integration: Z-Wave JS (documentation, issues)
First occurred: 07:20:05 (7 occurrences)
Last logged: 07:33:16
Failed to set the Z-Wave JS add-on options: not a valid value for dictionary value @ data[‘options’]. Got {‘device’: ‘/dev/serial/by-id/usb-Silicon_Labs_HubZ_Smart_Home_Controller_C1301E19-if00-port0’, ‘s0_legacy_key’: ‘6994Cxxxxxxxxxx’, ‘s2_access_control_key’: ‘B066538xxxxxxxxx’, ‘s2_authenticated_key’: ‘C1EA09Axxxxxxxxx’, ‘s2_unauthenticated_key’: ‘FC7FDCCD9xxxxxxx’}
Can you select a different USB device (using /dev/ttyACM0 for example) in the Addon configuration?
Hi Rick,
I’m not sure how to select an alternate USB device via the HA configuration. I only have one USB stick for Z-wave / ZigBee. Looks like it lost connection after the upgrade. Do you think disconnecting and reconnecting the USB stick to the HA hub will work?
Regards,
Shawn
That sounds like the best course of action to take, yes.
I had a similar problem. My Aeotec zwave stick was gone after updating the OS to 7.3 (from 7.1 I think). The zwave js addon could not start and there wasn’t a ttyACM0 device in the system->host hardware list.
I tried everything, including testing it in another computer to make sure it wasn’t broken, but the only thing that helped was to revert the OS to 7.1. It is quite possible that reverting to OS 7.2 is enough but as I think that I did not update to 7.2 I felt going all the way back to 7.1 was a safer bet.
I used the “SSH & Web Terminal” community addon to revert the OS. The command I used was ‘ha os update --version 7.1’.
Hi @mattsjo,
Thanks very much for your insight! That is indeed the only thing I haven’t yet tried. I have reverted to OS 7.2 and it now fixed my Z-Wave and ZigBee integrations.
Much appreciated!
Shawn
Upgrade to OS 7.4 has now corrected the issue.
Thanks for all of your replies and feedback!