(→Configuration) |
m (→Raspberry Pi 3 configuration) |
||
Line 15: | Line 15: | ||
== Raspberry Pi 3 configuration == | == Raspberry Pi 3 configuration == | ||
+ | === You need to disable onboard Bluetooth === | ||
Edit /boot/config.txt, add this line at the end: | Edit /boot/config.txt, add this line at the end: | ||
dtoverlay=pi3-disable-bt | dtoverlay=pi3-disable-bt |
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, add this line at the end:
dtoverlay=pi3-disable-bt
Execute:
sudo systemctl disable hciuart sudo reboot