Homeassistant: Difference between revisions

From lechacal
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:


https://www.home-assistant.io/installation/raspberrypi
https://www.home-assistant.io/installation/raspberrypi
Just before inserting the SD card in the raspberrypi open the hassos-boot volume on your computer. Inde there you wil find a file called config.txt.
Open this file with a text editor and add the following line below at the end of the file:
dtoverlay=disable-bt
Also remove the # in front the line saying
enable_uart = 1
Save the file and unmount the SD card. Insert it in the Raspberrypi and go through the step asked on the web interface.
Find your name at the bottom left of the dashboard and enable '''Advanced Mode'''.

Revision as of 18:54, 16 October 2021

Install the homeassistant image as explained on this page below.

https://www.home-assistant.io/installation/raspberrypi

Just before inserting the SD card in the raspberrypi open the hassos-boot volume on your computer. Inde there you wil find a file called config.txt.

Open this file with a text editor and add the following line below at the end of the file:

dtoverlay=disable-bt

Also remove the # in front the line saying enable_uart = 1

Save the file and unmount the SD card. Insert it in the Raspberrypi and go through the step asked on the web interface.

Find your name at the bottom left of the dashboard and enable Advanced Mode.