From 712f8041159559e3ab2ea9a3ceaedaadd57b432f Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Mon, 26 Feb 2024 15:45:40 +0100 Subject: [PATCH] Z-Wave controllers: add Razberry hat config for Pi 5 (#31466) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Z-Wave controllers: add Razberry hat config for Pi 5 * Apply suggestions from code review Co-authored-by: Jan Čermák --------- Co-authored-by: Jan Čermák --- source/_docs/z-wave/controllers.markdown | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/source/_docs/z-wave/controllers.markdown b/source/_docs/z-wave/controllers.markdown index 14b849223f5..6f38d7184ba 100644 --- a/source/_docs/z-wave/controllers.markdown +++ b/source/_docs/z-wave/controllers.markdown @@ -85,9 +85,20 @@ It's totally normal for your Z-Wave stick to cycle through its LEDs (Yellow, Blu ### 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`: +On Raspberry Pi 3 and 4, you need to disable the on-board Bluetooth since the board requires the use of the hardware UART (whose pins are shared with the Bluetooth). You do this by adjusting the `/boot/config.txt`. -For both processes below you will need to insert your SD card into your PC and open the `/boot/config.txt` file with your favorite text editor. +For both processes below you will need to insert your SD card into your PC and open the configuration file with your favorite text editor. + +- If you are using Home Assistant Operating System, once you mounted the disk, you will see the `config.txt` directly in the root directory. +- If you are using Home Assistant Supervised, the config file is stored in the boot folder: `/boot/config.txt`. + +#### Raspberry Pi 5 procedure + +Add the following parameters to the bottom of the `config.txt` file. + +```text +dtoverlay=uart0 +``` #### Raspberry Pi 4 procedure