Cannot connect to host core-zwave-js:3000 ssl:default

I just started to see this error message (Failed to connect: Cannot connect to host core-zwave-js:3000 ssl:default [Connect call failed (‘172.30.33.0’, 3000)]) when I upgraded HA from 2022.5.5 to 2022.6 so all my Zwave devices are unavailable. My Zwave-JS is at 0.1.60 which seems to be the latest. The device selected in the Zwave configuration is /dev/serial/by-id/usb-Silicon_Labs_Husbz_Smart_Home_Controller_41500EAD-if00-port0. There is a port1 device in the list also but I think that is the Zigbee; I tried changing it to port1 but it wouldn’t stay selected after restarting. I am running in a VM environment; my ZWave/HA had been working fine for well over a year. I have rebooted the host PC with no improvement. Any suggestions?

I’m having this same issue, started yesterday. Trying to see if your fix is what I need, what line needs to be back in that /boot/config.txt file?

I am having the same error since this moring.
Seems to have come after the 2022.6.5 core update

Did you find a solution to the problem? For me it started approx 24 hours after I upgraded to 2022.6.6. Updated zwave_is to 0.1.61, but that didn’t fix it.

Looks like the same issue reported here

1 Like

Thanks for the link, reverting fixed for me it seems. Looks like the latest zwaveJS update broke it for me.

For anyone else coming along looking for an answer, what ended up solving it for me: I had the zwave stick connected to a USB hub, which worked fine for the old zwave setup, but apparently not for zwavejs. Swapping my zwave stick to be plugged directly into the pi instead of through the hub seems to have fixed it.

2 Likes

I also ended up here after a recent update. Got the same Failed to connect: Cannot connect to host core-zwave-js:3000 ssl:default [Connect call failed ('172.30.33.7', 3000)] error.

When I went into the configuration for the ZWaveJS add-on, in the section “Network” I needed to toggle the “show unused” whatevers. The option for “Change the ports on your host that are exposed by the add-on” was empty, so I just filled it in with “3000” and restarted the add-on. Worked after that.

A bit odd, though, as it implies that 3000 is the default.

Exposing the port makes the Z-Wave server available outside of your HAOS host. The integration doesn’t use the external port. Restarting the add-on was probably what fixed it.

I had done a restart of the add-on prior to that and was still getting the error. Might try turning that option off later and see if it was a red herring.

I would check the add-on logs next time. The integration will fail to connect if there’s an issue with the add-on starting up.

The integration uses the the alias of the add-on (core-zwave-js) to communicate over the internal docker network (where the alias resolves to 172.30.33.7 in your case, an internal IP). It’s explained more at Add-On Communication | Home Assistant Developer Docs. This add-on does not use the host network.

Exposing the port just allows external hosts to talk to the add-on. If you think about it, it wouldn’t make much sense for the add-on to require an exposed port to function with HA, and at the same time disable it by default and not mention anything in the documentation.

I removed it and restarted the add-on, still working just fine.

I did notice while attempting to restart the add-on it was…quirky. Like, clicking “stop” didn’t work out the gate without hard-reloading the page once or twice. I suspect you’re correct about it not having fully/properly restarted, but I think I got hood-winked by the UI glitching out a bit.

My experience only :

I’m on proxmox with a HA VM. I also have frequent problem with this “cannot connect” error. I did google it a couple of time. I use a ZOOZ Zwave stick for the past 3-4 year.
So, from time tom time, what was successfull for me was to update de zwave integration and the zwave ui addon too. Then restarting HA and it was ok. No problem with the addon and all device back online.

If not, the trick mentionned earlier in this tread (disconnect usb, restart HA, stop, reconnect usb and restart HA) did not had any success after 2 attempt. What work was to completely shut down the Proxmox host. When restarted proxmox and VM’s, HA and zwave addon was back online as it should.

Looks like shutting down the VM did connect make the connection to shut off, but shutting down the all host could not keep alive any connection!!

I don’t know whether to post here, reddit, on the GitHub page or in discord (which I’ve always found convoluted because it’s one long thread with no sub-threads). I decided to post here.

Anyhow, I have this same error message and am not sure how to fix it. It seems to have started after installing Z-Wave JS UI but I’m not exactly sure.

I’m just getting started with HA and I’m already dead in the water!

I have tried the recommendations in this thread to no avail.

Here’s some screen shots:

Here are my logs:

(Had to post the Home Assistant Core log in the next post to limit the “body length” of my post.

Supervisor
2024-09-03 05:27:37.514 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/esphome/home-assistant-addon repository
2024-09-03 05:27:37.521 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/hassio-addons/repository repository
2024-09-03 05:27:37.539 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/home-assistant/addons repository
2024-09-03 05:27:37.887 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
2024-09-03 05:27:43.899 INFO (MainThread) [supervisor.store] Loading add-ons from store: 82 all - 0 new - 0 remove
2024-09-03 05:27:43.900 INFO (MainThread) [supervisor.store] Loading add-ons from store: 82 all - 0 new - 0 remove
2024-09-03 05:27:50.735 INFO (MainThread) [supervisor.homeassistant.core] Home Assistant Core state changed to APIState(core_state='RUNNING', offline_db_migration=False)
2024-09-03 05:27:50.736 INFO (MainThread) [supervisor.homeassistant.core] Detect a running Home Assistant instance
2024-09-03 05:29:25.761 INFO (MainThread) [supervisor.hardware.monitor] Detecting add hardware /dev/bus/usb/001/003 - None
2024-09-03 05:29:25.767 INFO (MainThread) [supervisor.hardware.monitor] Detecting add hardware /dev/ttyACM0 - /dev/serial/by-id/usb-Zooz_800_Z-Wave_Stick_533D004242-if00
2024-09-03 05:30:03.741 INFO (SyncWorker_0) [supervisor.docker.manager] Restarting homeassistant
2024-09-03 05:30:16.905 INFO (MainThread) [supervisor.homeassistant.core] Wait until Home Assistant is ready
2024-09-03 05:30:31.035 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state running
2024-09-03 05:30:31.561 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2024-09-03 05:30:32.116 INFO (MainThread) [supervisor.homeassistant.core] Home Assistant Core state changed to APIState(core_state='NOT_RUNNING', offline_db_migration=False)
2024-09-03 05:30:48.644 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
2024-09-03 05:30:48.656 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/hacs/addons repository
2024-09-03 05:30:48.672 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/mrw298/hassio-reactor-addon repository
2024-09-03 05:30:48.704 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/music-assistant/home-assistant-addon repository
2024-09-03 05:30:48.726 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/esphome/home-assistant-addon repository
2024-09-03 05:30:48.736 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/hassio-addons/repository repository
2024-09-03 05:30:48.747 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/home-assistant/addons repository
2024-09-03 05:30:55.050 INFO (SyncWorker_5) [supervisor.docker.manager] Cleaning addon_core_zwave_js application
2024-09-03 05:30:59.655 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on homeassistant/amd64-addon-zwave_js with version 0.6.2
2024-09-03 05:31:01.671 INFO (MainThread) [supervisor.store] Loading add-ons from store: 82 all - 0 new - 0 remove
2024-09-03 05:31:01.671 INFO (MainThread) [supervisor.store] Loading add-ons from store: 82 all - 0 new - 0 remove
2024-09-03 05:31:15.983 INFO (MainThread) [supervisor.homeassistant.core] Home Assistant Core state changed to APIState(core_state='RUNNING', offline_db_migration=False)
2024-09-03 05:31:15.984 INFO (MainThread) [supervisor.homeassistant.core] Detect a running Home Assistant instance
2024-09-03 05:31:20.421 INFO (MainThread) [supervisor.api.middleware.security] /host/info access from core_zwave_js
2024-09-03 05:32:19.113 ERROR (MainThread) [asyncio] Task exception was never retrieved
future: <Task finished name='Task-25788' coro=<Addon.watchdog_container() done, defined at /usr/src/supervisor/supervisor/addons/addon.py:1429> exception=AddonsJobError('Rate limit exceeded, more than 10 calls in 0:30:00')>
Traceback (most recent call last):
  File "/usr/src/supervisor/supervisor/addons/addon.py", line 1443, in watchdog_container
    await self._restart_after_problem(event.state)
  File "/usr/src/supervisor/supervisor/jobs/decorator.py", line 290, in wrapper
    raise on_condition(
supervisor.exceptions.AddonsJobError: Rate limit exceeded, more than 10 calls in 0:30:00
2024-09-03 05:32:27.605 INFO (SyncWorker_5) [supervisor.docker.manager] Cleaning addon_core_zwave_js application
2024-09-03 05:32:28.956 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on homeassistant/amd64-addon-zwave_js with version 0.6.2
2024-09-03 05:32:41.127 INFO (MainThread) [supervisor.api.middleware.security] /host/info access from core_zwave_js
2024-09-03 05:33:35.934 ERROR (MainThread) [asyncio] Task exception was never retrieved
future: <Task finished name='Task-26347' coro=<Addon.watchdog_container() done, defined at /usr/src/supervisor/supervisor/addons/addon.py:1429> exception=AddonsJobError('Rate limit exceeded, more than 10 calls in 0:30:00')>
Traceback (most recent call last):
  File "/usr/src/supervisor/supervisor/addons/addon.py", line 1443, in watchdog_container
    await self._restart_after_problem(event.state)
  File "/usr/src/supervisor/supervisor/jobs/decorator.py", line 290, in wrapper
    raise on_condition(
supervisor.exceptions.AddonsJobError: Rate limit exceeded, more than 10 calls in 0:30:00
2024-09-03 05:33:47.984 INFO (SyncWorker_5) [supervisor.docker.manager] Cleaning addon_core_zwave_js application
2024-09-03 05:33:49.620 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on homeassistant/amd64-addon-zwave_js with version 0.6.2
2024-09-03 05:34:02.104 INFO (MainThread) [supervisor.api.middleware.security] /host/info access from core_zwave_js
2024-09-03 05:34:57.461 ERROR (MainThread) [asyncio] Task exception was never retrieved
future: <Task finished name='Task-26956' coro=<Addon.watchdog_container() done, defined at /usr/src/supervisor/supervisor/addons/addon.py:1429> exception=AddonsJobError('Rate limit exceeded, more than 10 calls in 0:30:00')>
Traceback (most recent call last):
  File "/usr/src/supervisor/supervisor/addons/addon.py", line 1443, in watchdog_container
    await self._restart_after_problem(event.state)
  File "/usr/src/supervisor/supervisor/jobs/decorator.py", line 290, in wrapper
    raise on_condition(
supervisor.exceptions.AddonsJobError: Rate limit exceeded, more than 10 calls in 0:30:00
2024-09-03 05:35:08.226 INFO (SyncWorker_3) [supervisor.docker.manager] Cleaning addon_core_zwave_js application
2024-09-03 05:35:09.422 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on homeassistant/amd64-addon-zwave_js with version 0.6.2
2024-09-03 05:35:22.452 INFO (MainThread) [supervisor.api.middleware.security] /host/info access from core_zwave_js
2024-09-03 05:36:18.981 ERROR (MainThread) [asyncio] Task exception was never retrieved
future: <Task finished name='Task-27618' coro=<Addon.watchdog_container() done, defined at /usr/src/supervisor/supervisor/addons/addon.py:1429> exception=AddonsJobError('Rate limit exceeded, more than 10 calls in 0:30:00')>
Traceback (most recent call last):
  File "/usr/src/supervisor/supervisor/addons/addon.py", line 1443, in watchdog_container
    await self._restart_after_problem(event.state)
  File "/usr/src/supervisor/supervisor/jobs/decorator.py", line 290, in wrapper
    raise on_condition(
supervisor.exceptions.AddonsJobError: Rate limit exceeded, more than 10 calls in 0:30:00
2024-09-03 05:36:28.359 INFO (SyncWorker_5) [supervisor.docker.manager] Cleaning addon_core_zwave_js application
2024-09-03 05:36:29.726 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on homeassistant/amd64-addon-zwave_js with version 0.6.2
2024-09-03 05:36:43.135 INFO (MainThread) [supervisor.api.middleware.security] /host/info access from core_zwave_js
2024-09-03 05:37:40.314 ERROR (MainThread) [asyncio] Task exception was never retrieved
future: <Task finished name='Task-28207' coro=<Addon.watchdog_container() done, defined at /usr/src/supervisor/supervisor/addons/addon.py:1429> exception=AddonsJobError('Rate limit exceeded, more than 10 calls in 0:30:00')>
Traceback (most recent call last):
  File "/usr/src/supervisor/supervisor/addons/addon.py", line 1443, in watchdog_container
    await self._restart_after_problem(event.state)
  File "/usr/src/supervisor/supervisor/jobs/decorator.py", line 290, in wrapper
    raise on_condition(
supervisor.exceptions.AddonsJobError: Rate limit exceeded, more than 10 calls in 0:30:00
2024-09-03 05:37:48.838 INFO (SyncWorker_3) [supervisor.docker.manager] Cleaning addon_core_zwave_js application
2024-09-03 05:37:50.513 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on homeassistant/amd64-addon-zwave_js with version 0.6.2
2024-09-03 05:38:05.404 INFO (MainThread) [supervisor.api.middleware.security] /host/info access from core_zwave_js
2024-09-03 05:38:33.294 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state running
2024-09-03 05:38:33.294 INFO (MainThread) [supervisor.resolution.checks.base] Run check for trust/supervisor
2024-09-03 05:38:33.309 INFO (MainThread) [supervisor.resolution.checks.base] Run check for no_current_backup/system
2024-09-03 05:38:33.310 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_failed/dns_server
2024-09-03 05:38:33.412 INFO (MainThread) [supervisor.resolution.checks.base] Run check for pwned/addon
2024-09-03 05:38:33.418 INFO (MainThread) [supervisor.resolution.checks.base] Run check for free_space/system
2024-09-03 05:38:33.418 INFO (MainThread) [supervisor.resolution.checks.base] Run check for security/core
2024-09-03 05:38:33.430 INFO (MainThread) [supervisor.resolution.checks.base] Run check for disabled_data_disk/system
2024-09-03 05:38:33.430 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_ipv6_error/dns_server
2024-09-03 05:38:33.432 INFO (MainThread) [supervisor.resolution.checks.base] Run check for ipv4_connection_problem/system
2024-09-03 05:38:33.432 INFO (MainThread) [supervisor.resolution.checks.base] Run check for multiple_data_disks/system
2024-09-03 05:38:33.433 INFO (MainThread) [supervisor.resolution.checks.base] Run check for docker_config/system
2024-09-03 05:38:33.433 INFO (MainThread) [supervisor.resolution.check] System checks complete
2024-09-03 05:38:33.433 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state running
2024-09-03 05:38:33.896 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2024-09-03 05:38:33.897 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state running
2024-09-03 05:38:33.897 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete

Z-Wave JS
  transactionSource: undefined
}
[12:34:26] WARNING: Halt add-on
s6-rc: info: service legacy-services: stopping
s6-rc: info: service legacy-services successfully stopped
s6-rc: info: service legacy-cont-init: stopping
s6-rc: info: service legacy-cont-init successfully stopped
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped
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
[05:35:11] INFO: No 'network_key' detected, setting it to 's0_legacy_key' for backwards compatibility

[05:35:17] INFO: Flushing config to disk due to creation of new key(s)...
[05:35:24] INFO: Soft-reset set to automatic
[05:35:24] INFO: Virtual Machine detected, disabling soft-reset
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-rc: info: service legacy-services successfully started
[05:35:34] INFO: Successfully send discovery information to Home Assistant.
2024-09-03T12:35:37.955Z DRIVER   ███████╗        ██╗    ██╗  █████╗  ██╗   ██╗ ███████╗          ██╗ ███████╗
                                  ╚══███╔╝        ██║    ██║ ██╔══██╗ ██║   ██║ ██╔════╝          ██║ ██╔════╝
                                    ███╔╝  █████╗ ██║ █╗ ██║ ███████║ ██║   ██║ █████╗            ██║ ███████╗
                                   ███╔╝   ╚════╝ ██║███╗██║ ██╔══██║ ╚██╗ ██╔╝ ██╔══╝       ██   ██║ ╚════██║
                                  ███████╗        ╚███╔███╔╝ ██║  ██║  ╚████╔╝  ███████╗     ╚█████╔╝ ███████║
                                  ╚══════╝         ╚══╝╚══╝  ╚═╝  ╚═╝   ╚═══╝   ╚══════╝      ╚════╝  ╚══════╝
2024-09-03T12:35:37.996Z DRIVER   version 12.11.2
2024-09-03T12:35:37.998Z DRIVER   
2024-09-03T12:35:47.219Z DRIVER   Failed to open the serial port: Error Resource temporarily unavailable Cannot 
                                  lock port
Unable to start driver ZWaveError: Failed to open the serial port: Error Resource temporarily unavailable Cannot lock port (ZW0100)
    at Driver.openSerialport (/usr/src/node_modules/zwave-js/src/lib/driver/Driver.ts:1336:9)
    at Immediate.<anonymous> (/usr/src/node_modules/zwave-js/src/lib/driver/Driver.ts:1171:5) {
  code: 100,
  context: undefined,
  transactionSource: undefined
}
[12:35:47] WARNING: Halt add-on
s6-rc: info: service legacy-services: stopping
s6-rc: info: service legacy-services successfully stopped
s6-rc: info: service legacy-cont-init: stopping
s6-rc: info: service legacy-cont-init successfully stopped
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped
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
[05:36:31] INFO: No 'network_key' detected, setting it to 's0_legacy_key' for backwards compatibility

[05:36:38] INFO: Flushing config to disk due to creation of new key(s)...
[05:36:44] INFO: Soft-reset set to automatic
[05:36:44] INFO: Virtual Machine detected, disabling soft-reset
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-rc: info: service legacy-services successfully started
[05:36:54] INFO: Successfully send discovery information to Home Assistant.
2024-09-03T12:36:59.016Z DRIVER   ███████╗        ██╗    ██╗  █████╗  ██╗   ██╗ ███████╗          ██╗ ███████╗
                                  ╚══███╔╝        ██║    ██║ ██╔══██╗ ██║   ██║ ██╔════╝          ██║ ██╔════╝
                                    ███╔╝  █████╗ ██║ █╗ ██║ ███████║ ██║   ██║ █████╗            ██║ ███████╗
                                   ███╔╝   ╚════╝ ██║███╗██║ ██╔══██║ ╚██╗ ██╔╝ ██╔══╝       ██   ██║ ╚════██║
                                  ███████╗        ╚███╔███╔╝ ██║  ██║  ╚████╔╝  ███████╗     ╚█████╔╝ ███████║
                                  ╚══════╝         ╚══╝╚══╝  ╚═╝  ╚═╝   ╚═══╝   ╚══════╝      ╚════╝  ╚══════╝
2024-09-03T12:36:59.027Z DRIVER   version 12.11.2
2024-09-03T12:36:59.028Z DRIVER   
2024-09-03T12:37:08.194Z DRIVER   Failed to open the serial port: Error Resource temporarily unavailable Cannot 
                                  lock port
Unable to start driver ZWaveError: Failed to open the serial port: Error Resource temporarily unavailable Cannot lock port (ZW0100)
    at Driver.openSerialport (/usr/src/node_modules/zwave-js/src/lib/driver/Driver.ts:1336:9)
    at Immediate.<anonymous> (/usr/src/node_modules/zwave-js/src/lib/driver/Driver.ts:1171:5) {
  code: 100,
  context: undefined,
  transactionSource: undefined
}
[12:37:09] WARNING: Halt add-on
s6-rc: info: service legacy-services: stopping
s6-rc: info: service legacy-services successfully stopped
s6-rc: info: service legacy-cont-init: stopping
s6-rc: info: service legacy-cont-init successfully stopped
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped

Z-Wave JS UI
Error: getaddrinfo ENOTFOUND core-mosquitto
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:107:26)
2024-09-03 05:36:38.381 INFO MQTT: MQTT client reconnecting
2024-09-03 05:36:38.408 INFO MQTT: MQTT client closed
2024-09-03 05:36:38.408 ERROR MQTT: Mqtt client error getaddrinfo ENOTFOUND core-mosquitto
Error: getaddrinfo ENOTFOUND core-mosquitto
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:107:26)
2024-09-03 05:36:41.411 INFO MQTT: MQTT client reconnecting
2024-09-03 05:36:44.645 ERROR MQTT: Mqtt client error getaddrinfo ENOTFOUND core-mosquitto
Error: getaddrinfo ENOTFOUND core-mosquitto
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:107:26)
2024-09-03 05:36:44.645 INFO MQTT: MQTT client closed
2024-09-03 05:36:47.648 INFO MQTT: MQTT client reconnecting
2024-09-03 05:36:47.654 ERROR MQTT: Mqtt client error getaddrinfo ENOTFOUND core-mosquitto
Error: getaddrinfo ENOTFOUND core-mosquitto
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:107:26)
2024-09-03 05:36:47.656 INFO MQTT: MQTT client closed
2024-09-03 05:36:50.656 INFO MQTT: MQTT client reconnecting
2024-09-03 05:36:54.129 ERROR MQTT: Mqtt client error getaddrinfo ENOTFOUND core-mosquitto
Error: getaddrinfo ENOTFOUND core-mosquitto
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:107:26)
2024-09-03 05:36:54.130 INFO MQTT: MQTT client closed
2024-09-03 05:36:57.149 INFO MQTT: MQTT client reconnecting
2024-09-03 05:36:57.233 ERROR MQTT: Mqtt client error getaddrinfo ENOTFOUND core-mosquitto
Error: getaddrinfo ENOTFOUND core-mosquitto
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:107:26)
2024-09-03 05:36:57.257 INFO MQTT: MQTT client closed
2024-09-03 05:37:00.258 INFO MQTT: MQTT client reconnecting
2024-09-03 05:37:03.631 ERROR MQTT: Mqtt client error getaddrinfo ENOTFOUND core-mosquitto
Error: getaddrinfo ENOTFOUND core-mosquitto
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:107:26)
2024-09-03 05:37:03.634 INFO MQTT: MQTT client closed
2024-09-03 05:37:04.710 INFO APP: GET /health/zwave 301 1.601 ms - 191
2024-09-03 05:37:06.638 INFO MQTT: MQTT client reconnecting
2024-09-03 05:37:06.647 ERROR MQTT: Mqtt client error getaddrinfo ENOTFOUND core-mosquitto
Error: getaddrinfo ENOTFOUND core-mosquitto
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:107:26)
2024-09-03 05:37:06.650 INFO MQTT: MQTT client closed
2024-09-03 05:37:09.655 INFO MQTT: MQTT client reconnecting
2024-09-03 05:37:12.899 ERROR MQTT: Mqtt client error getaddrinfo ENOTFOUND core-mosquitto
Error: getaddrinfo ENOTFOUND core-mosquitto
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:107:26)
2024-09-03 05:37:12.907 INFO MQTT: MQTT client closed
2024-09-03 05:37:15.907 INFO MQTT: MQTT client reconnecting
2024-09-03 05:37:15.911 ERROR MQTT: Mqtt client error getaddrinfo ENOTFOUND core-mosquitto
Error: getaddrinfo ENOTFOUND core-mosquitto
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:107:26)
2024-09-03 05:37:15.913 INFO MQTT: MQTT client closed
2024-09-03 05:37:18.913 INFO MQTT: MQTT client reconnecting
2024-09-03 05:37:22.150 ERROR MQTT: Mqtt client error getaddrinfo ENOTFOUND core-mosquitto
Error: getaddrinfo ENOTFOUND core-mosquitto
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:107:26)
2024-09-03 05:37:22.150 INFO MQTT: MQTT client closed
2024-09-03 05:37:25.153 INFO MQTT: MQTT client reconnecting
2024-09-03 05:37:25.164 ERROR MQTT: Mqtt client error getaddrinfo ENOTFOUND core-mosquitto
Error: getaddrinfo ENOTFOUND core-mosquitto
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:107:26)
2024-09-03 05:37:25.165 INFO MQTT: MQTT client closed
2024-09-03 05:37:28.170 INFO MQTT: MQTT client reconnecting
2024-09-03 05:37:31.403 ERROR MQTT: Mqtt client error getaddrinfo ENOTFOUND core-mosquitto
Error: getaddrinfo ENOTFOUND core-mosquitto
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:107:26)
2024-09-03 05:37:31.406 INFO MQTT: MQTT client closed
2024-09-03 05:37:34.406 INFO MQTT: MQTT client reconnecting
2024-09-03 05:37:34.411 ERROR MQTT: Mqtt client error getaddrinfo ENOTFOUND core-mosquitto
Error: getaddrinfo ENOTFOUND core-mosquitto
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:107:26)
2024-09-03 05:37:34.413 INFO MQTT: MQTT client closed
2024-09-03 05:37:34.820 INFO APP: GET /health/zwave 301 0.829 ms - 191
2024-09-03 05:37:37.416 INFO MQTT: MQTT client reconnecting
2024-09-03 05:37:40.630 ERROR MQTT: Mqtt client error getaddrinfo ENOTFOUND core-mosquitto
Error: getaddrinfo ENOTFOUND core-mosquitto
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:107:26)
2024-09-03 05:37:40.630 INFO MQTT: MQTT client closed
2024-09-03 05:37:43.631 INFO MQTT: MQTT client reconnecting
2024-09-03 05:37:43.643 ERROR MQTT: Mqtt client error getaddrinfo ENOTFOUND core-mosquitto
Error: getaddrinfo ENOTFOUND core-mosquitto
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:107:26)
2024-09-03 05:37:43.650 INFO MQTT: MQTT client closed
2024-09-03 05:37:46.650 INFO MQTT: MQTT client reconnecting
2024-09-03 05:37:49.918 INFO MQTT: MQTT client closed
2024-09-03 05:37:49.917 ERROR MQTT: Mqtt client error getaddrinfo ENOTFOUND core-mosquitto
Error: getaddrinfo ENOTFOUND core-mosquitto
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:107:26)
2024-09-03 05:37:52.924 INFO MQTT: MQTT client reconnecting
2024-09-03 05:37:52.939 ERROR MQTT: Mqtt client error getaddrinfo ENOTFOUND core-mosquitto
Error: getaddrinfo ENOTFOUND core-mosquitto
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:107:26)
2024-09-03 05:37:52.943 INFO MQTT: MQTT client closed
2024-09-03 05:37:55.944 INFO MQTT: MQTT client reconnecting
2024-09-03 05:37:59.169 ERROR MQTT: Mqtt client error getaddrinfo ENOTFOUND core-mosquitto
Error: getaddrinfo ENOTFOUND core-mosquitto
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:107:26)
2024-09-03 05:37:59.172 INFO MQTT: MQTT client closed
2024-09-03 05:38:02.177 INFO MQTT: MQTT client reconnecting
2024-09-03 05:38:02.187 ERROR MQTT: Mqtt client error getaddrinfo ENOTFOUND core-mosquitto
Error: getaddrinfo ENOTFOUND core-mosquitto
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:107:26)
2024-09-03 05:38:02.187 INFO MQTT: MQTT client closed
2024-09-03 05:38:05.025 INFO APP: GET /health/zwave 301 0.932 ms - 191
2024-09-03 05:38:05.188 INFO MQTT: MQTT client reconnecting

HA Core Log:

Home Assistant Core
2024-09-03 05:30:28.170 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration keymaster 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
2024-09-03 05:30:28.174 WARNING (SyncWorker_0) [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
2024-09-03 05:30:28.180 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration blueiris 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
2024-09-03 05:30:44.289 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'blueiris' calls async_forward_entry_setup for integration, blueiris with title: Coventry and entry_id: 01J650QNSC83JTWRJVZEHYZPNM, which is deprecated and will stop working in Home Assistant 2025.6, await async_forward_entry_setups instead at custom_components/blueiris/managers/home_assistant.py, line 121: await load(self._config_manager.config_entry, domain), please create a bug report at https://github.com/elad-bar/ha-blueiris/issues
2024-09-03 05:30:44.981 WARNING (MainThread) [homeassistant.components.heos] 10.0.0.33 is not logged in to a HEOS account and will be unable to retrieve HEOS favorites: Use the 'heos.sign_in' service to sign-in to a HEOS account
2024-09-03 05:30:45.360 WARNING (MainThread) [slixmpp.stringprep] Using slower stringprep, consider compiling the faster cython/libidn one.
2024-09-03 05:30:54.218 ERROR (MainThread) [homeassistant.components.device_tracker] Platform mobile_app does not generate unique IDs. ID DBF6A8FC-A6C1-4954-B351-5D39B46E2D3A already exists - ignoring device_tracker.teds_13_pro
2024-09-03 05:31:07.320 WARNING (MainThread) [homeassistant.components.media_player] Setup of media_player platform denonavr is taking over 10 seconds.
2024-09-03 05:31:07.614 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Z-Wave integration not found
2024-09-03 05:31:07.615 WARNING (MainThread) [homeassistant.components.binary_sensor] Platform keymaster not ready yet: None; Retrying in background in 30 seconds
2024-09-03 05:31:07.664 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:31:07.732 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Z-Wave integration not found
2024-09-03 05:31:07.733 WARNING (MainThread) [homeassistant.components.binary_sensor] Platform keymaster not ready yet: None; Retrying in background in 30 seconds
2024-09-03 05:31:08.580 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:31:09.163 ERROR (MainThread) [homeassistant.components.binary_sensor] Error adding entity binary_sensor.coventry_alerts for domain binary_sensor with platform blueiris
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/mqtt/client.py", line 219, in async_subscribe_internal
mqtt_data = hass.data[DATA_MQTT]
~~~~~~~~~^^^^^^^^^^^
KeyError: 'mqtt'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 912, in _async_add_entity
await entity.add_to_platform_finish()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1365, in add_to_platform_finish
await self.async_added_to_hass()
File "/config/custom_components/blueiris/models/base_entity.py", line 101, in async_added_to_hass
await self.async_added_to_hass_local()
File "/config/custom_components/blueiris/binary_sensors/main.py", line 59, in async_added_to_hass_local
self.remove_subscription = await async_subscribe(
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/mqtt/client.py", line 198, in async_subscribe
return async_subscribe_internal(hass, topic, msg_callback, qos, encoding)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/mqtt/client.py", line 221, in async_subscribe_internal
raise HomeAssistantError(
homeassistant.exceptions.HomeAssistantError: Cannot subscribe to topic 'BlueIris/+/Status', make sure MQTT is set up correctly
2024-09-03 05:31:15.761 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Z-Wave integration not found
2024-09-03 05:31:15.762 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Z-Wave integration not found
2024-09-03 05:31:37.714 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:31:38.611 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:32:07.717 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:32:08.616 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:32:15.765 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Z-Wave integration not found
2024-09-03 05:32:15.771 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Z-Wave integration not found
2024-09-03 05:32:37.719 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:32:38.616 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:33:07.720 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:33:08.618 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:33:37.722 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:33:38.623 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:33:45.770 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Z-Wave integration not found
2024-09-03 05:33:45.772 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Z-Wave integration not found
2024-09-03 05:34:07.724 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:34:08.625 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:34:37.726 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:34:38.625 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:35:07.727 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:35:08.629 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:35:37.732 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:35:38.631 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:35:45.775 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Z-Wave integration not found
2024-09-03 05:35:45.776 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Z-Wave integration not found
2024-09-03 05:36:07.733 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:36:08.632 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:36:37.737 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:36:38.647 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:37:07.738 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:37:08.641 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:37:37.742 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:37:38.641 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:38:07.744 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:38:08.642 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:38:15.778 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Z-Wave integration not found
2024-09-03 05:38:15.785 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Z-Wave integration not found
2024-09-03 05:38:37.745 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:38:38.646 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:39:07.745 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:39:08.647 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:39:37.747 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:39:38.648 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:40:07.750 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:40:08.650 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:40:37.751 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^

Remainder of HA Core Log:

AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:40:38.650 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:41:07.754 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:41:08.652 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:41:15.800 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Z-Wave integration not found
2024-09-03 05:41:15.802 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Z-Wave integration not found
2024-09-03 05:41:37.756 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:41:38.653 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:42:07.758 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:42:08.660 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:42:37.760 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:42:38.661 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:43:07.762 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:43:08.664 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:43:10.228 DEBUG (MainThread) [homeassistant.components.zwave_js] Add-on store info: {'advanced': False, 'arch': ['amd64', 'i386', 'armhf', 'armv7', 'aarch64'], 'available': True, 'build': False, 'description': 'Control a Z-Wave network with Home Assistant Z-Wave JS', 'documentation': True, 'homeassistant': '2021.2.0b0', 'icon': True, 'installed': True, 'logo': True, 'name': 'Z-Wave JS', 'repository': 'core', 'slug': 'core_zwave_js', 'stage': 'stable', 'update_available': False, 'url': 'https://github.com/home-assistant/addons/tree/master/zwave_js', 'version_latest': '0.6.2', 'version': '0.6.2', 'apparmor': 'default', 'auth_api': False, 'detached': False, 'docker_api': False, 'full_access': False, 'hassio_api': True, 'hassio_role': 'default', 'homeassistant_api': False, 'host_network': False, 'host_pid': False, 'ingress': False, 'long_description': '# Home Assistant Add-on: Z-Wave JS\n\nAllow Home Assistant to talk to a Z-Wave Network via a USB Controller.\n\n![Supports aarch64 Architecture][aarch64-shield] ![Supports amd64 Architecture][amd64-shield] ![Supports armhf Architecture][armhf-shield] ![Supports armv7 Architecture][armv7-shield] ![Supports i386 Architecture][i386-shield]\n\n\n[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg\n[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg\n[armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg\n[armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg\n[i386-shield]: https://img.shields.io/badge/i386-yes-green.svg\n', 'rating': 6, 'signed': True}
2024-09-03 05:43:10.267 DEBUG (MainThread) [zwave_js_server] Trying to connect
2024-09-03 05:43:37.763 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:43:38.665 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:44:07.766 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:44:08.666 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:44:15.805 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Z-Wave integration not found
2024-09-03 05:44:15.811 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Z-Wave integration not found
2024-09-03 05:44:30.631 DEBUG (MainThread) [homeassistant.components.zwave_js] Add-on store info: {'advanced': False, 'arch': ['amd64', 'i386', 'armhf', 'armv7', 'aarch64'], 'available': True, 'build': False, 'description': 'Control a Z-Wave network with Home Assistant Z-Wave JS', 'documentation': True, 'homeassistant': '2021.2.0b0', 'icon': True, 'installed': True, 'logo': True, 'name': 'Z-Wave JS', 'repository': 'core', 'slug': 'core_zwave_js', 'stage': 'stable', 'update_available': False, 'url': 'https://github.com/home-assistant/addons/tree/master/zwave_js', 'version_latest': '0.6.2', 'version': '0.6.2', 'apparmor': 'default', 'auth_api': False, 'detached': False, 'docker_api': False, 'full_access': False, 'hassio_api': True, 'hassio_role': 'default', 'homeassistant_api': False, 'host_network': False, 'host_pid': False, 'ingress': False, 'long_description': '# Home Assistant Add-on: Z-Wave JS\n\nAllow Home Assistant to talk to a Z-Wave Network via a USB Controller.\n\n![Supports aarch64 Architecture][aarch64-shield] ![Supports amd64 Architecture][amd64-shield] ![Supports armhf Architecture][armhf-shield] ![Supports armv7 Architecture][armv7-shield] ![Supports i386 Architecture][i386-shield]\n\n\n[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg\n[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg\n[armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg\n[armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg\n[i386-shield]: https://img.shields.io/badge/i386-yes-green.svg\n', 'rating': 6, 'signed': True}
2024-09-03 05:44:30.645 INFO (MainThread) [homeassistant.components.zwave_js] Z-Wave JS add-on is not running. Starting add-on
2024-09-03 05:44:30.654 DEBUG (MainThread) [homeassistant.components.zwave_js] Add-on store info: {'advanced': False, 'arch': ['amd64', 'i386', 'armhf', 'armv7', 'aarch64'], 'available': True, 'build': False, 'description': 'Control a Z-Wave network with Home Assistant Z-Wave JS', 'documentation': True, 'homeassistant': '2021.2.0b0', 'icon': True, 'installed': True, 'logo': True, 'name': 'Z-Wave JS', 'repository': 'core', 'slug': 'core_zwave_js', 'stage': 'stable', 'update_available': False, 'url': 'https://github.com/home-assistant/addons/tree/master/zwave_js', 'version_latest': '0.6.2', 'version': '0.6.2', 'apparmor': 'default', 'auth_api': False, 'detached': False, 'docker_api': False, 'full_access': False, 'hassio_api': True, 'hassio_role': 'default', 'homeassistant_api': False, 'host_network': False, 'host_pid': False, 'ingress': False, 'long_description': '# Home Assistant Add-on: Z-Wave JS\n\nAllow Home Assistant to talk to a Z-Wave Network via a USB Controller.\n\n![Supports aarch64 Architecture][aarch64-shield] ![Supports amd64 Architecture][amd64-shield] ![Supports armhf Architecture][armhf-shield] ![Supports armv7 Architecture][armv7-shield] ![Supports i386 Architecture][i386-shield]\n\n\n[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg\n[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg\n[armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg\n[armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg\n[i386-shield]: https://img.shields.io/badge/i386-yes-green.svg\n', 'rating': 6, 'signed': True}
2024-09-03 05:44:37.767 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:44:38.668 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:45:07.769 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:45:08.669 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:45:37.771 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:45:38.670 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:45:50.905 DEBUG (MainThread) [homeassistant.components.zwave_js] Add-on store info: {'advanced': False, 'arch': ['amd64', 'i386', 'armhf', 'armv7', 'aarch64'], 'available': True, 'build': False, 'description': 'Control a Z-Wave network with Home Assistant Z-Wave JS', 'documentation': True, 'homeassistant': '2021.2.0b0', 'icon': True, 'installed': True, 'logo': True, 'name': 'Z-Wave JS', 'repository': 'core', 'slug': 'core_zwave_js', 'stage': 'stable', 'update_available': False, 'url': 'https://github.com/home-assistant/addons/tree/master/zwave_js', 'version_latest': '0.6.2', 'version': '0.6.2', 'apparmor': 'default', 'auth_api': False, 'detached': False, 'docker_api': False, 'full_access': False, 'hassio_api': True, 'hassio_role': 'default', 'homeassistant_api': False, 'host_network': False, 'host_pid': False, 'ingress': False, 'long_description': '# Home Assistant Add-on: Z-Wave JS\n\nAllow Home Assistant to talk to a Z-Wave Network via a USB Controller.\n\n![Supports aarch64 Architecture][aarch64-shield] ![Supports amd64 Architecture][amd64-shield] ![Supports armhf Architecture][armhf-shield] ![Supports armv7 Architecture][armv7-shield] ![Supports i386 Architecture][i386-shield]\n\n\n[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg\n[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg\n[armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg\n[armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg\n[i386-shield]: https://img.shields.io/badge/i386-yes-green.svg\n', 'rating': 6, 'signed': True}
2024-09-03 05:45:50.974 INFO (MainThread) [homeassistant.components.zwave_js] Z-Wave JS add-on is not running. Starting add-on
2024-09-03 05:45:51.045 DEBUG (MainThread) [homeassistant.components.zwave_js] Add-on store info: {'advanced': False, 'arch': ['amd64', 'i386', 'armhf', 'armv7', 'aarch64'], 'available': True, 'build': False, 'description': 'Control a Z-Wave network with Home Assistant Z-Wave JS', 'documentation': True, 'homeassistant': '2021.2.0b0', 'icon': True, 'installed': True, 'logo': True, 'name': 'Z-Wave JS', 'repository': 'core', 'slug': 'core_zwave_js', 'stage': 'stable', 'update_available': False, 'url': 'https://github.com/home-assistant/addons/tree/master/zwave_js', 'version_latest': '0.6.2', 'version': '0.6.2', 'apparmor': 'default', 'auth_api': False, 'detached': False, 'docker_api': False, 'full_access': False, 'hassio_api': True, 'hassio_role': 'default', 'homeassistant_api': False, 'host_network': False, 'host_pid': False, 'ingress': False, 'long_description': '# Home Assistant Add-on: Z-Wave JS\n\nAllow Home Assistant to talk to a Z-Wave Network via a USB Controller.\n\n![Supports aarch64 Architecture][aarch64-shield] ![Supports amd64 Architecture][amd64-shield] ![Supports armhf Architecture][armhf-shield] ![Supports armv7 Architecture][armv7-shield] ![Supports i386 Architecture][i386-shield]\n\n\n[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg\n[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg\n[armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg\n[armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg\n[i386-shield]: https://img.shields.io/badge/i386-yes-green.svg\n', 'rating': 6, 'signed': True}
2024-09-03 05:45:51.754 ERROR (MainThread) [homeassistant.components.zwave_js] Failed to start the Z-Wave JS add-on: Another job is running for job group addon_core_zwave_js
2024-09-03 05:46:07.772 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:46:08.673 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:46:37.773 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:46:38.680 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:47:07.775 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:47:08.681 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:47:11.413 DEBUG (MainThread) [homeassistant.components.zwave_js] Add-on store info: {'advanced': False, 'arch': ['amd64', 'i386', 'armhf', 'armv7', 'aarch64'], 'available': True, 'build': False, 'description': 'Control a Z-Wave network with Home Assistant Z-Wave JS', 'documentation': True, 'homeassistant': '2021.2.0b0', 'icon': True, 'installed': True, 'logo': True, 'name': 'Z-Wave JS', 'repository': 'core', 'slug': 'core_zwave_js', 'stage': 'stable', 'update_available': False, 'url': 'https://github.com/home-assistant/addons/tree/master/zwave_js', 'version_latest': '0.6.2', 'version': '0.6.2', 'apparmor': 'default', 'auth_api': False, 'detached': False, 'docker_api': False, 'full_access': False, 'hassio_api': True, 'hassio_role': 'default', 'homeassistant_api': False, 'host_network': False, 'host_pid': False, 'ingress': False, 'long_description': '# Home Assistant Add-on: Z-Wave JS\n\nAllow Home Assistant to talk to a Z-Wave Network via a USB Controller.\n\n![Supports aarch64 Architecture][aarch64-shield] ![Supports amd64 Architecture][amd64-shield] ![Supports armhf Architecture][armhf-shield] ![Supports armv7 Architecture][armv7-shield] ![Supports i386 Architecture][i386-shield]\n\n\n[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg\n[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg\n[armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg\n[armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg\n[i386-shield]: https://img.shields.io/badge/i386-yes-green.svg\n', 'rating': 6, 'signed': True}
2024-09-03 05:47:11.430 DEBUG (MainThread) [zwave_js_server] Trying to connect
2024-09-03 05:47:15.807 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Z-Wave integration not found
2024-09-03 05:47:15.813 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Z-Wave integration not found
2024-09-03 05:47:37.778 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:47:38.683 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:48:07.777 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'
2024-09-03 05:48:08.683 ERROR (MainThread) [custom_components.keymaster.binary_sensor] Can't access Z-Wave JS client.
Traceback (most recent call last):
File "/config/custom_components/keymaster/binary_sensor.py", line 130, in async_update
client = zwave_entry.runtime_data[ZWAVE_JS_DATA_CLIENT]
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntry' object has no attribute 'runtime_data'

This log is from the core Z-Wave JS add-on. It can’t lock the serial port anymore because you also have installed the Z-Wave JS UI addon, which is a huge no-no. https://www.home-assistant.io/integrations/zwave_js/#can-i-switch-between-the-official-z-wave-js-add-on-and-the-z-wave-js-ui-add-on. If you want to switch add-ons you can follow this guide, otherwise you need to stop/uninstall ZUI add-on:

For some reason you have turned on MQTT in ZUI, but have not configured it. If you are using the integration you usually don’t need MQTT. Either configure your MQTT broker to silence this message, or turn off MQTT.

Thank you for that lightning fast response. I’m a Noob to HA after using Vera for too long… I’ll get it!

1 Like

For whatever reason I cannot stop ZUI and cannot uninstall it either. At some point I will install it but do it right.

The Supervisor Log is unreachable and the HA VM needs to be restarted as it stops responding each time I try to stop the ZUI.

Here’s the Supervisor Log but it may not contain anything useful since I had to reset HAOS VM;

s6-rc: info: service legacy-services successfully started
[17:25:27] INFO: Starting local supervisor watchdog...
2024-09-03 17:25:33.497 INFO (MainThread) [__main__] Initializing Supervisor setup
2024-09-03 17:25:33.843 INFO (MainThread) [supervisor.utils.sentry] Initializing Supervisor Sentry
2024-09-03 10:25:33.863 INFO (MainThread) [supervisor.bootstrap] Setting up coresys for machine: qemux86-64
2024-09-03 10:25:33.882 INFO (MainThread) [supervisor.docker.supervisor] Attaching to Supervisor ghcr.io/home-assistant/amd64-hassio-supervisor with version 2024.08.0
2024-09-03 10:25:33.941 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state initialize
2024-09-03 10:25:33.947 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2024-09-03 10:25:33.950 INFO (MainThread) [__main__] Setting up Supervisor
2024-09-03 10:25:34.287 INFO (MainThread) [supervisor.api] Starting API on 172.30.32.2
2024-09-03 10:25:34.521 INFO (MainThread) [supervisor.hardware.monitor] Started Supervisor hardware monitor
2024-09-03 10:25:34.525 INFO (MainThread) [supervisor.dbus.manager] Connected to system D-Bus.
2024-09-03 10:25:34.526 INFO (MainThread) [supervisor.dbus.agent] Load dbus interface io.hass.os
2024-09-03 10:25:34.530 INFO (MainThread) [supervisor.dbus.hostname] Load dbus interface org.freedesktop.hostname1
2024-09-03 10:25:34.533 INFO (MainThread) [supervisor.dbus.logind] Load dbus interface org.freedesktop.login1
2024-09-03 10:25:34.534 INFO (MainThread) [supervisor.dbus.network] Load dbus interface org.freedesktop.NetworkManager
2024-09-03 10:25:34.537 INFO (MainThread) [supervisor.dbus.rauc] Load dbus interface de.pengutronix.rauc
2024-09-03 10:25:34.541 INFO (MainThread) [supervisor.dbus.resolved] Load dbus interface org.freedesktop.resolve1
2024-09-03 10:25:34.544 INFO (MainThread) [supervisor.dbus.systemd] Load dbus interface org.freedesktop.systemd1
2024-09-03 10:25:34.548 INFO (MainThread) [supervisor.dbus.timedate] Load dbus interface org.freedesktop.timedate1
2024-09-03 10:25:35.834 INFO (MainThread) [supervisor.host.services] Updating service information
2024-09-03 10:25:35.871 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
2024-09-03 10:25:35.923 WARNING (SyncWorker_0) [supervisor.host.sound] Can't update PulseAudio data: Failed to connect to pulseaudio server
2024-09-03 10:25:36.416 INFO (MainThread) [supervisor.host.network] Updating local network information
2024-09-03 10:25:36.596 INFO (MainThread) [supervisor.host.apparmor] Loading AppArmor Profiles: {'hassio-supervisor'}
2024-09-03 10:25:36.724 INFO (MainThread) [supervisor.docker.monitor] Started docker events monitor
2024-09-03 10:25:36.725 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
2024-09-03 10:25:36.852 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-cli with version 2024.07.0
2024-09-03 10:25:36.885 INFO (MainThread) [supervisor.plugins.cli] Starting CLI plugin
2024-09-03 10:25:36.900 INFO (SyncWorker_0) [supervisor.docker.manager] Cleaning hassio_cli application
2024-09-03 10:25:38.426 INFO (MainThread) [supervisor.docker.cli] Starting CLI ghcr.io/home-assistant/amd64-hassio-cli with version 2024.07.0 - 172.30.32.5
2024-09-03 10:25:38.475 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-dns with version 2024.04.0
2024-09-03 10:25:38.533 INFO (MainThread) [supervisor.plugins.dns] Starting CoreDNS plugin
2024-09-03 10:25:38.562 INFO (SyncWorker_0) [supervisor.docker.manager] Cleaning hassio_dns application
2024-09-03 10:25:41.275 INFO (MainThread) [supervisor.docker.dns] Starting DNS ghcr.io/home-assistant/amd64-hassio-dns with version 2024.04.0 - 172.30.32.3
2024-09-03 10:25:41.283 INFO (MainThread) [supervisor.plugins.dns] Updated /etc/resolv.conf
2024-09-03 10:25:41.315 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-audio with version 2023.12.0
2024-09-03 10:25:41.357 INFO (MainThread) [supervisor.plugins.audio] Starting Audio plugin
2024-09-03 10:25:41.399 INFO (SyncWorker_0) [supervisor.docker.manager] Cleaning hassio_audio application
2024-09-03 10:25:43.472 INFO (MainThread) [supervisor.docker.audio] Starting Audio ghcr.io/home-assistant/amd64-hassio-audio with version 2023.12.0 - 172.30.32.4
2024-09-03 10:25:43.489 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-observer with version 2023.06.0
2024-09-03 10:25:43.539 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-multicast with version 2024.03.0
2024-09-03 10:25:43.575 INFO (MainThread) [supervisor.plugins.multicast] Starting Multicast plugin
2024-09-03 10:25:43.630 INFO (SyncWorker_1) [supervisor.docker.manager] Cleaning hassio_multicast application
2024-09-03 10:25:44.827 INFO (MainThread) [supervisor.docker.multicast] Starting Multicast ghcr.io/home-assistant/amd64-hassio-multicast with version 2024.03.0 - Host
2024-09-03 10:25:44.868 INFO (MainThread) [supervisor.homeassistant.secrets] Loaded 1 Home Assistant secrets
2024-09-03 10:25:44.915 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/qemux86-64-homeassistant with version 2024.8.3
2024-09-03 10:25:45.404 INFO (MainThread) [supervisor.os.manager] Detect Home Assistant Operating System 13.1 / BootSlot B
2024-09-03 10:25:50.077 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/d5369777 repository
2024-09-03 10:25:50.080 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/5c53de3b repository
2024-09-03 10:25:50.083 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/core repository
2024-09-03 10:25:50.091 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/0521a35e repository
2024-09-03 10:25:50.123 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/a0d7b954 repository
2024-09-03 10:25:50.149 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/cb646a50 repository
2024-09-03 10:25:52.980 INFO (MainThread) [supervisor.store] Loading add-ons from store: 82 all - 82 new - 0 remove
2024-09-03 10:25:53.159 INFO (MainThread) [supervisor.addons.manager] Found 9 installed add-ons
2024-09-03 10:25:53.237 INFO (MainThread) [supervisor.docker.interface] Attaching to homeassistant/amd64-addon-configurator with version 5.8.0
2024-09-03 10:25:53.253 INFO (MainThread) [supervisor.docker.interface] Attaching to homeassistant/amd64-addon-zwave_js with version 0.6.2
2024-09-03 10:25:53.369 INFO (MainThread) [supervisor.docker.interface] Attaching to homeassistant/amd64-addon-mosquitto with version 6.4.1
2024-09-03 10:25:53.396 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/hassio-addons/sonarr/amd64 with version 0.2.3
2024-09-03 10:25:53.402 INFO (MainThread) [supervisor.docker.interface] Attaching to mrw298/toggledbits-reactor-amd64 with version 0.0.8
2024-09-03 10:25:53.409 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/hacs/amd64-addon-get with version 1.3.0
2024-09-03 10:25:53.498 INFO (MainThread) [supervisor.docker.interface] Attaching to homeassistant/amd64-addon-duckdns with version 1.18.0
2024-09-03 10:25:53.521 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/hassio-addons/zwave-js-ui/amd64 with version 3.10.0
2024-09-03 10:25:53.574 INFO (MainThread) [supervisor.docker.interface] Attaching to homeassistant/amd64-addon-samba with version 12.3.2
2024-09-03 10:25:54.166 INFO (MainThread) [supervisor.backups.manager] Found 6 backup files
2024-09-03 10:25:54.297 INFO (MainThread) [supervisor.discovery] Loaded 2 messages
2024-09-03 10:25:54.297 INFO (MainThread) [supervisor.ingress] Loaded 0 ingress sessions
2024-09-03 10:25:54.298 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state setup
2024-09-03 10:25:54.298 INFO (MainThread) [supervisor.resolution.checks.base] Run check for detached_addon_missing/addon
2024-09-03 10:25:54.299 INFO (MainThread) [supervisor.resolution.checks.base] Run check for detached_addon_removed/addon
2024-09-03 10:25:54.299 INFO (MainThread) [supervisor.resolution.checks.base] Run check for disabled_data_disk/system
2024-09-03 10:25:54.300 INFO (MainThread) [supervisor.resolution.checks.base] Run check for multiple_data_disks/system
2024-09-03 10:25:54.301 INFO (MainThread) [supervisor.resolution.check] System checks complete
2024-09-03 10:25:54.301 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state setup
2024-09-03 10:25:54.302 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2024-09-03 10:25:54.304 INFO (MainThread) [supervisor.jobs] 'ResolutionFixup.run_autofix' blocked from execution, system is not running - setup
2024-09-03 10:25:54.311 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state setup
2024-09-03 10:25:54.312 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2024-09-03 10:25:54.320 INFO (MainThread) [__main__] Running Supervisor
2024-09-03 10:25:54.355 INFO (MainThread) [supervisor.os.manager] Rauc: B - marked slot kernel.1 as good
2024-09-03 10:25:54.429 INFO (MainThread) [supervisor.addons.manager] Phase 'initialize' starting 0 add-ons
2024-09-03 10:25:54.447 INFO (MainThread) [supervisor.addons.manager] Phase 'system' starting 0 add-ons
2024-09-03 10:25:54.447 INFO (MainThread) [supervisor.addons.manager] Phase 'services' starting 1 add-ons
2024-09-03 10:25:54.554 INFO (SyncWorker_2) [supervisor.docker.manager] Cleaning addon_core_zwave_js application
2024-09-03 10:25:56.467 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on homeassistant/amd64-addon-zwave_js with version 0.6.2
2024-09-03 10:26:01.504 INFO (MainThread) [supervisor.core] Start Home Assistant Core
2024-09-03 10:26:01.620 INFO (SyncWorker_2) [supervisor.docker.manager] Starting homeassistant
2024-09-03 10:26:02.469 INFO (MainThread) [supervisor.homeassistant.core] Wait until Home Assistant is ready
2024-09-03 10:26:10.557 INFO (MainThread) [supervisor.api.middleware.security] /host/info access from core_zwave_js
2024-09-03 10:26:29.147 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state startup
2024-09-03 10:26:29.148 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2024-09-03 10:26:32.985 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
2024-09-03 10:26:33.027 INFO (MainThread) [supervisor.homeassistant.core] Home Assistant Core state changed to APIState(core_state='NOT_RUNNING', offline_db_migration=False)
2024-09-03 10:26:54.933 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
2024-09-03 10:26:54.978 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/hacs/addons repository
2024-09-03 10:26:55.999 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/mrw298/hassio-reactor-addon repository
2024-09-03 10:26:55.030 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/esphome/home-assistant-addon repository
2024-09-03 10:26:55.106 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/music-assistant/home-assistant-addon repository
2024-09-03 10:26:55.332 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/hassio-addons/repository repository
2024-09-03 10:26:55.345 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/home-assistant/addons repository

I turned off ZUI start at boot and got it uninstalled.

In the future, after I’ve got more of my system set up I’ll probably install this again because it looks to be more useful. I need to slow down and read more before installing things!