Background: Been using some version of HA for many years, first as a VENV on PI3, then as a docker on PI4 w SSD Boot. Now convinced Home Assistant OS is the way to go, to just use the plugins, etc. Spent all day wrestling with getting an SSD to boot with Home Assistant OS. And finally SUCCESS. Copied my backup config today from my old docker system. Much of it came up OK.
Where am I now: I was running the deprecated openzwave in docker. So I installed the deprecated openzwave in HA OS. I figured this was the easiest path to get things working, then do the migration to JS from there.
What I am having trouble with: I am running a Aeotec ZW090 Z-Stick Gen5 US. The STATES page shows this device as UNAVAILABLE. Device appears to be at ttyACM0 where it was before.
I looked at root/config/.storage/.core.config_entities and it shows the expected path (ignore spacing in this sample, it is correct in the file):
{
“entry_id”: “20d05ffe850744d3bbeec7b0ea8f6a0f”,
“version”: 1,
“domain”: “zwave”,
“title”: “Z-Wave (import from configuration.yaml)”,
“data”: {
“network_key”: null,
“usb_path”: “/dev/ttyACM0”
},
“options”: {},
“pref_disable_new_entities”: false,
“pref_disable_polling”: false,
“source”: “import”,
“unique_id”: null,
“disabled_by”: null
},
Have tried rebooting a lot, even switched to ttyAMA0 out of desperation, with no luck.
Hit a wall and uncertain what to try next. Possibly I’m stumped due to differences between the docker install I’ve lived with for so long and the differences with HA OS.
Any suggestions on what to try next?
UPDATE UPDATE UPDATE
I’ve fooled around installing, uninstalling, reboots, whatever…
At this point I do NOT have the deprecated zwave integration installed.
I commented out any mention of zwave in my configuration.yaml file.
On reboot I get: “Setup failed for zwave: Integration not found.”
What’s making the system think zwave is there at this point?
Perhaps whatever this is, is what is driving the error and halting progress?