I’m using the Raspberry Pi 3 with RaZberry z-wave GPIO daughter chip and I’m having trouble getting home assitant to load that as a component. While I see many z-wave issues in other threads I think my problem is occurring before it even begins to setup the component. Here is the error message.
ERROR:homeassistant.bootstrap:Error during setup of component zwave
Traceback (most recent call last):
File “/usr/local/lib/python3.4/dist-packages/homeassistant/bootstrap.py”, line 150, in _setup_component
if not component.setup(hass, config):
File “/usr/local/lib/python3.4/dist-packages/homeassistant/components/zwave.py”, line 249, in setup
use_debug = str(config[DOMAIN].get(CONF_DEBUG)) == ‘1’
AttributeError: ‘str’ object has no attribute ‘get’
Here is what I have in my configuration.yaml file. I installed the openzwave package as described on this page … Z-Wave getting started
zwave:
usb_path:/dev/ttyS0
config_path:/usr/local/lib/python3.4/dist-packages/libopenzwave-0.3.1-py3.4-linux-armv7l.egg/
Any ideas of what I need to change?
The Z-Wave>Me server seems to be running fine and I can launch it independently at port 8083. I just can’t get Home Assistant to launch the zwave component.