diff --git a/atom.xml b/atom.xml index e92c35f74c..8df461b290 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
The Raspberry Pi All-In-One Installer deploys a complete Home Assistant server including support for MQTT with websockets, Z-Wave, and the Open-Zwave Control Panel.
+The Raspberry Pi All-In-One Installer deploys a complete Home Assistant server including support for MQTT with websockets, Z-Wave, and the OpenZWave Control Panel.
The only requirement is that you have a Raspberry Pi with a fresh installation of Raspbian connected to your network.
-Note that as of 2016-11-30 SSH is disabled by default in the official Raspbian images. Adding an empty file called ssh
to /boot/
or the FAT32 partition will enable it. More information is on the Raspberry Pi Foundation Blog
+Note that as of 2016-11-30 SSH is disabled by default in the official Raspbian images. Adding an empty file called ssh
to /boot/
or the FAT32 partition will enable it. More information is on the Raspberry Pi Foundation Blog.
Irrespective of whether you use SSH to connect to the Pi from another computer or not, you need SSH to install Home Assistant. So go ahead and enable SSH.
+Irrespective of whether you use SSH to connect to the Pi from another computer or not, you need SSH to install Home Assistant. So go ahead and enable SSH.
ssh pi@your_raspberry_pi_ip
Note this command is one-line and not run as sudo.
-Installation will take approx. 1-2 hours depending on the Raspberry Pi model the installer is being run against. The installer will identitfy what Raspberry PI hardware revision you are using and adjust commands accordingly. A complete log of the install is located at: /home/pi/fabric-home-assistant/installation_report.txt
The installer has been updated to simply log any errors encountered, but resume installing. Please consult the “installation report” if your install encountered issues.
Installation will take approx. 1-2 hours depending on the Raspberry Pi model the installer is being run against. The installer will identitfy what Raspberry Pi hardware revision you are using and adjust commands accordingly. A complete log of the install is located at: /home/pi/fabric-home-assistant/installation_report.txt
The installer has been updated to simply log any errors encountered, but resume installing. Please consult the “installation report” if your install encountered issues.
BRUH automation has created a tutorial video explaining how to install Raspbian on your Raspberry Pi and install Home Assistant using the All-In-One Installer.
Once rebooted, your Raspberry Pi will be up and running with Home Assistant. You can access it at http://your_raspberry_pi_ip:8123.
The Home Assistant configuration is located at /home/homeassistant/.homeassistant
(or /home/hass/.homeassistant
if installed prior to December 2016). The virtualenv with the Home Assistant installation is located at /srv/homeassistant/homeassistant_venv
. As part of the secure installation, a new user (homeassistant) is added to your Raspberry Pi to run Home Assistant. This is a system account and does not have login or other abilities by design. When editing your configuration.yaml
files, you will need to run the commands with sudo
or by switching user.
/srv/homeassistant/src/open-zwave-control-panel
/srv/homeassistant/src/open-zwave-control-panel
ssh pi@your_raspberry_pi_ip
sudo su -s /bin/bash homeassistant
source /srv/homeassistant/homeassistant_venv/bin/activate
pip3 install --upgrade homeassistant
pip3 install --upgrade homeassistant
exit
to logout the hass user and return to the pi
user.ssh pi@your_raspberry_pi_ip
sudo su -s /bin/bash hass
source /srv/hass/hass_venv/bin/activate
pip3 install --upgrade homeassistant
pip3 install --upgrade homeassistant
exit
to logout the hass user and return to the pi
user.configuration.yaml
to reflect the new password.To launch the OZWCP web application:
+To launch the OpenZWave Control Panel (OZWCP) web application:
ssh pi@your_raspberry_pi_ip
cd /srv/homeassistant/src/open-zwave-control-panel/
cd /srv/homeassistant/src/open-zwave-control-panel/
sudo ./ozwcp -p 8888
http://your_pi_ip:8888
/dev/ttyACM0
and hit initialize/dev/ttyACM0
and hit initialize- If ozwcp is running really slow verify that your not running Home Assistant or have another page running ozwcp open or strange errors might occur. + If OZWCP is running really slow verify that your not running Home Assistant or have another page running OZWCP open or strange errors might occur.
If you deployed Home Assistant via the AiO installer prior to December 2016
ssh pi@your_raspberry_pi_ip
cd /srv/hass/src/open-zwave-control-panel/
cd /srv/hass/src/open-zwave-control-panel/
sudo ./ozwcp -p 8888
http://your_pi_ip:8888
/dev/ttyACM0
and hit initialize/dev/ttyACM0
and hit initialize
diff --git a/sitemap.xml b/sitemap.xml
index 3eab24a380..8fa736734c 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -3393,62 +3393,62 @@