Checking in with a similar issue, but in looking into this command, I realized what I did. I had a HubZ shared Zigbee/ Z-wave stick. I moved my Z-Wave network to a Zooz 800 controller (~6 months ago), but I didn’t move my Zigbee network. So the HubZ stick is still plugged into my HA instance. The popup showed up with the local domain name, and I clicked add. Now I essentially have two Z-Wave controllers, but just one Z-Wave Addon:
[core-ssh ~]$ jq '.data.entries = [.data.entries[] | select(.domain == "zwave_js") | .data |= with_entries(select(.key | endswith("_key") | not))]' /config/.storage/core.config_entries
{
"version": 1,
"minor_version": 4,
"key": "core.config_entries",
"data": {
"entries": [
{
"created_at": "1970-01-01T00:00:00+00:00",
"data": {
"data_collection_opted_in": true,
"integration_created_addon": false,
"url": "ws://a0d7b954-zwavejs2mqtt:3000",
"usb_path": "/dev/serial/by-id/usb-Silicon_Labs_HubZ_Smart_Home_Controller_813007F0-if00-port0",
"use_addon": false
},
"disabled_by": null,
"discovery_keys": {},
"domain": "zwave_js",
"entry_id": "44bdfea92a9b23dda2c641001cd4b16f",
"minor_version": 1,
"modified_at": "2024-10-06T14:50:47.349113+00:00",
"options": {},
"pref_disable_new_entities": false,
"pref_disable_polling": false,
"source": "user",
"title": "Z-Wave JS",
"unique_id": "3802221086",
"version": 1
},
{
"created_at": "2025-02-10T20:46:47.028216+00:00",
"data": {
"integration_created_addon": false,
"url": "ws://172.30.33.2:3000",
"usb_path": null,
"use_addon": false
},
"disabled_by": null,
"discovery_keys": {
"zeroconf": [
{
"domain": "zeroconf",
"key": [
"_zwave-js-server._tcp.local.",
"4001865689._zwave-js-server._tcp.local."
],
"version": 1
}
]
},
"domain": "zwave_js",
"entry_id": "01JKRSTMQMJWT4XWQ44SXRTFYJ",
"minor_version": 1,
"modified_at": "2025-02-10T20:46:47.028219+00:00",
"options": {},
"pref_disable_new_entities": false,
"pref_disable_polling": false,
"source": "zeroconf",
"title": "Z-Wave JS",
"unique_id": "4001865689",
"version": 1
}
]
}
}
I disabled the integration tied to the HubZ stick, but now the majority of my Z-Wave devices show as unavailable, but alive. I had un-paired most of these before pairing to the new Zooz stick, but some would not exclude, so I reset the devices themselves to join to the Zooz:
If I try to activate the disabled entity, I see this:
These all show normally in the Z-Wave Add on:
I’m not sure how to get out of this mess now…