Failed to get the Z-Wave JS add-on info: Addon core_zwave_js does not exist

Can’t get Z-Wave network setup and I don’t know what is actually wrong, so any help would be much appreciated.

Plugged in a Zooz S2 stick (500 series) to my Pi running latest version of HA. Did the whole restart, clear cache thing to make sure everything was “clean”. The stick wasn’t automatically found, so I tried to install the Z-Wave JS integration.

The install failed because Failed to get the Z-Wave JS add-on info: Addon core_zwave_js does not exist. The log states that the source is components/zwave_js/config_flow.py:258

For what it’s worth, I have installed the ZWaveJS2MQTT add-on because the Z-Wave JS add-on doesn’t show up when I search in the add-on repo (https://addons.community).

Same issue here with fresh install. Z-Wave stick is HomeSeer SmartStick+
Version:
Home Assistant 2022.7.6 Supervisor 2022.07.0 Operating System 8.2 Frontend 20220707.1 - latest

I have the same issue as well. I tried various fixes to try to solve the issue, couldn’t get it to workand have wasted enough time on it. Ended up replacing the Z-wave switches with regular switches with a few shelly devices for control.

2 Likes

for what it’s worth: I am having the same issues with a fresh Aoetec Gen5 USB stick… cannot get the integration to work and have no real clue what else I could try…

1 Like

I am having same issue, please can a dev advice here

You’ll have to install either add-on manually. Seems the integration auto-installer is broken.

How does one manually install? I tried adding the below to configuration.yaml (which I found in some old install guides) but it told me that wasn’t valid. Using a Nortek that has had zigbee running on it for a year; just trying to get z-wave functional now for new devices.

zwave:

 usb_path: /dev/ttyUSB0

My logfile is below:

Logger: homeassistant.components.zwave_js.config_flow
Source: components/zwave_js/config_flow.py:258
Integration: Z-Wave JS ([documentation](https://www.home-assistant.io/integrations/zwave_js), [issues](https://github.com/home-assistant/home-assistant/issues?q=is%3Aissue+is%3Aopen+label%3A%22integration%3A+zwave_js%22))
First occurred: July 27, 2022 at 3:57:15 PM (7 occurrences)
Last logged: 1:20:19 PM

Failed to get the Z-Wave JS add-on info: Addon is not installed

Thanks for response. That manual installation is what triggers the error I receive.

The error in the log you posted is from the integration. You need to manually install the add-on. After the add-on is installed, you can then install the integration.

1 Like

Thank you - I’m up and running now! :grinning:

I can’t seem to get the zwave stuff to work… I install the addons, select my zwave device, generate keys, save… and then when i go into the addon i get these errors i pulled from the logs

2022-08-04 14:53:47.613 ERROR (MainThread) [homeassistant.components.zwave_js.config_flow] Failed to get the Z-Wave JS add-on info: Addon is not installed

2022-08-04 14:57:47.332 ERROR (MainThread) [homeassistant.components.hassio] Failed to to call /store/repositories - expected a URL for dictionary value @ data[‘repository’]. Got ‘addons.community’

2022-08-04 14:57:57.437 ERROR (MainThread) [homeassistant.components.hassio] Failed to to call /store/repositories - Cmd(‘git’) failed due to: exit code(128)

cmdline: git clone -v --recursive --depth=1 --shallow-submodules addons.community /data/addons/git/942cda15

stderr: 'Cloning into ‘/data/addons/git/942cda15’…

fatal: repository ‘https://addons.community/’ not found

2022-08-04 14:59:11.207 ERROR (MainThread) [homeassistant.components.hassio] Failed to to call /store/repositories - Can’t add https://github.com/hassio-addons/repository, already in the store

2022-08-04 15:02:39.003 ERROR (MainThread) [aiohttp.server] Error handling request

Traceback (most recent call last):

File “/usr/local/lib/python3.10/site-packages/aiohttp/web_protocol.py”, line 435, in _handle_request

resp = await request_handler(request)

File “/usr/local/lib/python3.10/site-packages/aiohttp/web_app.py”, line 504, in _handle

resp = await handler(request)

File “/usr/local/lib/python3.10/site-packages/aiohttp/web_middlewares.py”, line 117, in impl

return await handler(request)

File “/usr/src/homeassistant/homeassistant/components/http/security_filter.py”, line 60, in security_filter_middleware

return await handler(request)

File “/usr/src/homeassistant/homeassistant/components/http/forwarded.py”, line 100, in forwarded_middleware

return await handler(request)

File “/usr/src/homeassistant/homeassistant/components/http/request_context.py”, line 28, in request_context_middleware

return await handler(request)

File “/usr/src/homeassistant/homeassistant/components/http/ban.py”, line 82, in ban_middleware

return await handler(request)

File “/usr/src/homeassistant/homeassistant/components/http/auth.py”, line 236, in auth_middleware

return await handler(request)

File “/usr/src/homeassistant/homeassistant/components/http/view.py”, line 136, in handle

result = await result

File “/usr/src/homeassistant/homeassistant/components/hassio/addon_panel.py”, line 61, in post

await _register_panel(self.hass, addon, data)

File “/usr/src/homeassistant/homeassistant/components/hassio/addon_panel.py”, line 81, in _register_panel

await panel_custom.async_register_panel(

File “/usr/src/homeassistant/homeassistant/components/panel_custom/init.py”, line 122, in async_register_panel

frontend.async_register_built_in_panel(

File “/usr/src/homeassistant/homeassistant/components/frontend/init.py”, line 279, in async_register_built_in_panel

raise ValueError(f"Overwriting panel {panel.frontend_url_path}")

ValueError: Overwriting panel a0d7b954_zwavejs2mqtt

2022-08-04 15:03:07.783 ERROR (MainThread) [aiohttp.server] Error handling request

Traceback (most recent call last):

File “/usr/local/lib/python3.10/site-packages/aiohttp/web_protocol.py”, line 435, in _handle_request

resp = await request_handler(request)

File “/usr/local/lib/python3.10/site-packages/aiohttp/web_app.py”, line 504, in _handle

resp = await handler(request)

File “/usr/local/lib/python3.10/site-packages/aiohttp/web_middlewares.py”, line 117, in impl

return await handler(request)

File “/usr/src/homeassistant/homeassistant/components/http/security_filter.py”, line 60, in security_filter_middleware

return await handler(request)

File “/usr/src/homeassistant/homeassistant/components/http/forwarded.py”, line 100, in forwarded_middleware

return await handler(request)

File “/usr/src/homeassistant/homeassistant/components/http/request_context.py”, line 28, in request_context_middleware

return await handler(request)

File “/usr/src/homeassistant/homeassistant/components/http/ban.py”, line 82, in ban_middleware

return await handler(request)

File “/usr/src/homeassistant/homeassistant/components/http/auth.py”, line 236, in auth_middleware

return await handler(request)

File “/usr/src/homeassistant/homeassistant/components/http/view.py”, line 136, in handle

result = await result

File “/usr/src/homeassistant/homeassistant/components/hassio/addon_panel.py”, line 61, in post

await _register_panel(self.hass, addon, data)

File “/usr/src/homeassistant/homeassistant/components/hassio/addon_panel.py”, line 81, in _register_panel

await panel_custom.async_register_panel(

File “/usr/src/homeassistant/homeassistant/components/panel_custom/init.py”, line 122, in async_register_panel

frontend.async_register_built_in_panel(

File “/usr/src/homeassistant/homeassistant/components/frontend/init.py”, line 279, in async_register_built_in_panel

raise ValueError(f"Overwriting panel {panel.frontend_url_path}")

ValueError: Overwriting panel a0d7b954_zwavejs2mqtt

2022-08-04 15:03:14.877 ERROR (MainThread) [aiohttp.server] Error handling request

Traceback (most recent call last):

File “/usr/local/lib/python3.10/site-packages/aiohttp/web_protocol.py”, line 435, in _handle_request

resp = await request_handler(request)

File “/usr/local/lib/python3.10/site-packages/aiohttp/web_app.py”, line 504, in _handle

resp = await handler(request)

File “/usr/local/lib/python3.10/site-packages/aiohttp/web_middlewares.py”, line 117, in impl

return await handler(request)

File “/usr/src/homeassistant/homeassistant/components/http/security_filter.py”, line 60, in security_filter_middleware

return await handler(request)

File “/usr/src/homeassistant/homeassistant/components/http/forwarded.py”, line 100, in forwarded_middleware

return await handler(request)

File “/usr/src/homeassistant/homeassistant/components/http/request_context.py”, line 28, in request_context_middleware

return await handler(request)

File “/usr/src/homeassistant/homeassistant/components/http/ban.py”, line 82, in ban_middleware

return await handler(request)

File “/usr/src/homeassistant/homeassistant/components/http/auth.py”, line 236, in auth_middleware

return await handler(request)

File “/usr/src/homeassistant/homeassistant/components/http/view.py”, line 136, in handle

result = await result

File “/usr/src/homeassistant/homeassistant/components/hassio/addon_panel.py”, line 61, in post

await _register_panel(self.hass, addon, data)

File “/usr/src/homeassistant/homeassistant/components/hassio/addon_panel.py”, line 81, in _register_panel

await panel_custom.async_register_panel(

File “/usr/src/homeassistant/homeassistant/components/panel_custom/init.py”, line 122, in async_register_panel

frontend.async_register_built_in_panel(

File “/usr/src/homeassistant/homeassistant/components/frontend/init.py”, line 279, in async_register_built_in_panel

raise ValueError(f"Overwriting panel {panel.frontend_url_path}")

ValueError: Overwriting panel a0d7b954_zwavejs2mqtt