I am a total beginner to using Home assistant and is trying to set it up for the first time. I have mostly got it working with integrations to my alarm system and a lot of other stuff but is failing to get my USB Z-wave stick to work.
After reading this post I have performed the following steps:
- Added the “extra parameter” --device=/dev/ttyACM0:/dev/ttyACM0 to the container definition
- Added the following two lines to a new file zwave.yaml:
usb_path: /dev/ttyACM0
debug: false
- Added the following line to configuration.yaml
zwave: !include zwave.yaml
When I start the container I get the following error/warning messages in the log:
2023-04-08 17:57:46.303 ERROR (MainThread) [homeassistant.setup] Setup failed for zwave: Integration not found.
Unable to find configuration. Creating default one in /config
I have verified that the USB device shows up in the container (the USB stick worked when included in this way with an Open HAB container that I first evaluated but not really liked therefore now testing Home Assistance so I am pretty sure it is ok).
I am not sure if zwave support is part of “core” or if I need to add it somehow? Trying to add either z-wave or zwave.me prompted me for parameters that are not valid with a USB stick (IP addresses etc) so not sure how to proceed?
All suggestions are warmly appreciated!