All I found on this topic were older thread and nothing seemed to work. Any idea what I should try?
My setup:
Raspberry pi 4
Ubuntu 20.04
rasZberry GPIO z-wave module
Docker
When running naked without docker I can get the z-wave controller working, but with docker it fails.
#./config/configuration.yaml
default_config:
tts:
- platform: google_translate
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
zwave:
usb_path: /dev/ttyAMA0
#docker-compose.yml
version: '3'
services:
homeassistant:
container_name: home-assistant
image: homeassistant/home-assistant:stable
volumes:
- ./config:/config
devices:
- /dev/ttyAMA0:/dev/ttyAMA0
environment:
- TZ=America/New_York
restart: always
network_mode: host
Here’s the error I see when running docker-compose in attached mode.
WARNING (Dummy-5) [openzwave] Z-Wave Notification DriverFailed : {'notificationType': 'DriverFailed', 'homeId': 0, 'nodeId': 255}