(→You need to disable onboard Bluetooth) |
(→Configuration) |
||
Line 12: | Line 12: | ||
[zwave] | [zwave] | ||
device=/dev/ttyAMA0 | device=/dev/ttyAMA0 | ||
+ | |||
+ | |||
+ | == Raspberry Pi 2 and 3 == | ||
+ | Edit /boot/config.txt to enaböe serial communication: | ||
+ | enable_uart=1 | ||
== Raspberry Pi 3 configuration == | == Raspberry Pi 3 configuration == |
Contents |
wget -q -O - http://razberry.z-wave.me/install | sudo bash
Start with:
sudo /etc/init.d/zbw_connect start
Edit /etc/opt/agocontrol/conf.d/zwave.conf
[zwave] device=/dev/ttyAMA0
Edit /boot/config.txt to enaböe serial communication:
enable_uart=1
Edit /boot/config.txt, add these lines at the end:
# RaZberry - need to disable onboard Bluetooth dtoverlay=pi3-disable-bt
Execute:
sudo systemctl disable hciuart sudo reboot
raspi-config enable serial
Edit /etc/group
dialout:x:20:pi,agocontrol,root
sudo update-rc.d z-way-server disable