please help me with setting up zwave. This is my first time working with HA/zwave.
Raspberry Pi 3-B
z-stick gen 5
all-in-one installer for HA
i ran $ sudo apt-get install libudev-dev and got the following
Reading package lists… Done
Building dependency tree
Reading state information… Done
libudev-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 11 not upgraded.
i assume all is well there, just covering my bases
according to the instructions, i also ran $ sudo usermod -a -G dialout homeassistant. no issues there.
when i run $ ls /dev/ttyACM* i get
/dev/ttyACM0
however, every time i add
zwave:
usb_path: /dev/ttyACM0
to the configuration.yaml file it binds everything up and http://my_pi_ip:8123/ no longer loads. looking at the log file it looks like its freezing up right off the bat when loading.
2017-07-24 01:54:56 WARNING (Recorder) [homeassistant.components.recorder] Ended unfinished session (id=20 from 2017-07-24 05:52:53.511351)
2017-07-24 01:55:13 WARNING (MainThread) [homeassistant.setup] Setup of sensor is taking over 10 seconds.
So, that’s where I am. Help?