So this is a perfect idea for the $9 C.H.I.P. from Nextthing.co. I followed the RPi instructions after installing python3-dev and python3-pip and it runs pretty well. I’m wondering how long term it will do but for $9 can’t beat this project. Way better than a SmartThings hub at $100.
Has anyone tried to setup a z-wave controller on chip? I have a z-stick (gen5) and (maybe it’s my Linux newbie) its not being detected. When I run lsusb, the device is found. But I can’t seem to find a corresponding /dev/tty**** device for the hass config. Any suggestions?
chip@chip:/dev$ lsusb
Bus 002 Device 005: ID 0658:0200 Sigma Designs, Inc.
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
1- login CHIP as root and create a pi user adduser pi
2- added pi as sudo ALL visudo
and then added this after root ALL line pi ALL=(ALL:ALL) ALL
3- then switch to pi user su - pi
4- run the follwuing command available on home-assistant.io site wget -Nnv https://raw.githubusercontent.com/home-assistant/fabric-home-assistant/master/hass_rpi_installer.sh && chown pi:pi hass_rpi_installer.sh && bash hass_rpi_installer.sh
It will ask for some passwords and … after 1 hour or so… it will reboot.
After reboot homeassistant will compile some stuff (a few more minutes, don’t be anxious) and the site will be available at http://YOUR_CHIP_IP:8123
Then to configure HA, follow all the steps from home-assistant.io site