Sorry if this has been talked about, I searched for the answer but cannot put 2 + 2 together it seems. I installed the Z-wave stick on my rasperry pi 3 after installing hassio. The only add on I have currently setup is samba share so I can browse via unc.
Here is my config. On the dashboard it tells me that
Invalid config
The following components and platforms could not be set up:
zwave
Please check your config
homeassistant:
# Name of the location where Home Assistant is running
name: Home
# Location required to calculate the time the sun rises and sets
latitude: 38.3965
longitude: -90.4263
# Impacts weather/sunrise data (altitude above sea level in meters)
elevation: 146
# metric for Metric, imperial for Imperial
unit_system: imperial
# Pick yours from here: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
time_zone: America/Chicago
# Customization file
customize: !include customize.yaml
# Show links to resources in log and frontend
introduction:
# Enables the frontend
frontend:
# Enables configuration UI
config:
http:
# Uncomment this to add a password (recommended!)
# api_password: PASSWORD
# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
# base_url: example.duckdns.org:8123
# Checks for available updates
# Note: This component will send some information about your system to
# the developers to assist with development of Home Assistant.
# For more information, please see:
# https://home-assistant.io/blog/2016/10/25/explaining-the-updater/
updater:
# Optional, allows Home Assistant developers to focus on popular components.
# include_used_components: true
# Discover some devices automatically
discovery:
# Allows you to issue voice commands from the frontend in enabled browsers
conversation:
# Enables support for tracking state changes over time
history:
# View all events in a logbook
logbook:
# Track the sun
sun:
# Weather prediction
sensor:
- platform: yr
# Text to speech
tts:
- platform: google
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
zwave:
usb_path: /dev/ttyACM0
I have restarted the pi 5 times with no success
Sorry if this has been posted about, but I am missing something simple it seems.
My guess would be that the device is not mounted to the device you have mapped it to in usb_path:
What is the error in the log?
History
Showing entries for
Period
invalid configyr SymbolSun0:000:301:001:302:002:303:003:304:004:305:005:306:006:307:0043123below horizona…The following components and platforms could not be set up: * zwave Please check your config
The following components and platforms could not be set up: * [zwave](https://home-assistant.io/components/zwave/) Please check your config
invalid config: 00:00:00.000 - 07:12:18.457
Duration: 7h 12m 18.457s
Post what OZW_Log.txt shows, this is the OpenZwave log and will give us the answer.
Ok. Will do. Thank you