From 7d2980bbe6ffb4cb4335f074cfd3c98c8bacd31b Mon Sep 17 00:00:00 2001 From: DubhAd Date: Wed, 15 Nov 2017 12:26:16 +0000 Subject: [PATCH] Added service note Added details about disabling the hciuart service for the Raspberry board (courtesy of Krekza on Discord) --- source/_docs/z-wave/device-specific.markdown | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/source/_docs/z-wave/device-specific.markdown b/source/_docs/z-wave/device-specific.markdown index 83fa3cad95a..eb67577a153 100644 --- a/source/_docs/z-wave/device-specific.markdown +++ b/source/_docs/z-wave/device-specific.markdown @@ -47,12 +47,20 @@ $ echo -e -n "\x01\x08\x00\xF2\x51\x01\x01\x05\x01\x50" > /dev/serial/by-id/usb- ### {% linkable_title Razberry Board %} -You need to disable the on-board Bluetooth since the board requires the use of the hardware UART (and there's only one on the Pi3). You do this by adding the following to the end of `/boot/config.txt`, then rebooting: +You need to disable the on-board Bluetooth since the board requires the use of the hardware UART (and there's only one on the Pi3). You do this by adding the following to the end of `/boot/config.txt`: ``` dtoverlay=pi3-disable-bt ``` +Then disable the Bluetooth modem service: + +```bash +$ sudo systemctl disable hciuart +``` + +Finally, reboot to make those changes active. + ### {% linkable_title Aeon Minimote %} Here's a handy configuration for the Aeon Labs Minimote that defines all possible button presses. Put it into `automation.yaml`.