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