defewit / homeautomation

0 stars 0 forks source link

Zwave / ZigBee dongle installation #1

Open defewit opened 5 years ago

defewit commented 5 years ago

Hardware: https://www.amazon.com/gp/product/B01GJ826F8/ref=ppx_yo_dt_b_asin_title_o00_s01?ie=UTF8&psc=1

defewit commented 5 years ago
# add commands for the Linear HUSBZB-1
echo 'SUBSYSTEM=="tty", ATTRS{interface}=="HubZ Z-Wave Com Port", SYMLINK+="zwave"' | sudo tee --append /etc/udev/rules.d/99-usb-serial.rules
echo 'SUBSYSTEM=="tty", ATTRS{interface}=="HubZ ZigBee Com Port", SYMLINK+="zigbee"' | sudo tee --append /etc/udev/rules.d/99-usb-serial.rules
echo '' | sudo tee --append /home/homeassistant/.homeassistant/configuration.yaml
echo 'zwave:' | sudo tee --append /home/homeassistant/.homeassistant/configuration.yaml
echo ' usb_path: /dev/zwave' | sudo tee --append /home/homeassistant/.homeassistant/configuration.yaml
echo '' | sudo tee --append /home/homeassistant/.homeassistant/configuration.yaml
echo 'zha:' | sudo tee --append /home/homeassistant/.homeassistant/configuration.yaml
echo ' usb_path: /dev/zigbee' | sudo tee --append /home/homeassistant/.homeassistant/configuration.yaml
echo ' database_path: /home/homeassistant/.homeassistant/zigbee.db' | sudo tee --append /home/homeassistant/.homeassistant/configuration.yaml
defewit commented 5 years ago

Above command was not able to install pyozw. Trying some additional steps listed in https://www.home-assistant.io/docs/z-wave/installation