I have a Raspberry Pi 2 with an Ezzee board, which is similar to the Razberry but without custom software.
I have disabled the Raspberry Pi serial console in /boot/cmdline.txt
, and made sure that Home Assistant has access to the serial port (/dev/ttyAMA0
).
Here is what I have in configuration.yaml
zwave: config_path: /srv/homeassistant/src/python-openzwave/openzwave/config usb_path: /dev/ttyAMA0
And here is the output of Home Assistant, no matter what I try
WARNING:homeassistant.setup:Setup of sensor is taking over 10 seconds.
Am I doing something wrong, or is there some concept i’m missing?