right away Im receiving error messgage “Failed setup, will retry: Failed to connect: Cannot connect to host core-zwave-js:3000 ssl:default [Connect call failed (‘172.30.33.1’, 3000)]”
I cannot reload or restart the addon.
Logs from Zwave JS Addon
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
cont-init: info: running /etc/cont-init.d/config.sh
cont-init: info: /etc/cont-init.d/config.sh exited 0
cont-init: info: running /etc/cont-init.d/structure.sh
cont-init: info: /etc/cont-init.d/structure.sh exited 0
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
services-up: info: copying legacy longrun zwave_js (no readiness notification)
s6-supervise zwave_js: warning: unable to spawn ./run (waiting 60 seconds): Exec format error
s6-supervise zwave_js: warning: unable to spawn ./run (waiting 60 seconds): Exec format error
s6-supervise zwave_js: warning: unable to spawn ./run (waiting 60 seconds): Exec format error
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
cont-init: info: running /etc/cont-init.d/config.sh
cont-init: info: /etc/cont-init.d/config.sh exited 0
cont-init: info: running /etc/cont-init.d/structure.sh
cont-init: info: /etc/cont-init.d/structure.sh exited 0
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
services-up: info: copying legacy longrun zwave_js (no readiness notification)
s6-supervise zwave_js: warning: unable to spawn ./run (waiting 60 seconds): Exec format error
Typically this error results from trying to run a program with the wrong CPU architecture, e.g. your x86_64 VM is trying to run an ARM docker image. I’m not really sure how that could be possible in the HAOS environment. What’s the output of ha info?
~ # ha info
arch: amd64
channel: stable
docker: 27.2.0
features:
- reboot
- shutdown
- services
- network
- hostname
- timedate
- os_agent
- haos
- resolved
- journal
- disk
- mount
hassos: "13.2"
homeassistant: 2024.10.2
hostname: homeassistant
logging: info
machine: qemux86-64
operating_system: Home Assistant OS 13.2
state: running
supervisor: 2024.10.2
supported: true
supported_arch:
- amd64
- i386
timezone: America/Los_Angeles
Additionally, if you have the Advanced SSH & Web Terminal add-on installed with protection mode disabled, you can inspect the actual container image being used.