Homeassistant: Difference between revisions

From lechacal
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
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.
Just before inserting the SD card in the raspberrypi open the hassos-boot volume on your computer. In there you will 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:
Open this file with a text editor and add the following line below at the end of the file:


dtoverlay=disable-bt
dtoverlay=disable-bt


Also remove the # in front the line saying
Also remove the # in front the line saying
enable_uart = 1
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.
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'''.
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. In there you will 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.