diff --git a/atom.xml b/atom.xml index 227548279f..fe8220e503 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
The “Raspberry Pi All-In-One Installer” deploy a complete Home Assistant server including support for MQTT with websocket support and Z-Wave using Fabric.
+The “Raspberry Pi All-In-One Installer” deploys a complete Home Assistant server including support for MQTT with websocket support, Z-Wave, and the Open-Zwave-Control-Panel.
Requirements before installation:
git
installed.Installation instructions (all from your PC):
+Installation instructions:
pip3 install fabric3
git clone https://github.com/jbags81/fabric-home-assistant.git
cd fabric-home-assistant
fabfile.py
file and add the hostname or the IP address of your Raspberry Pi to env.hosts
. If you are using Debian 8 then replace the username pi
in the fabfile.py
file with your Debian user as well.fab deploy
wget -Nnv https://raw.githubusercontent.com/home-assistant/fabric-home-assistant/master/hass_rpi_installer.sh && bash hass_rpi_installer.sh;
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/hass
. The virtualenv with the Home Assistant installation is located at /srv/hass/hass_venv
.
The Home Assistant configuration is located at /home/hass
. The virtualenv with the Home Assistant installation is located at /srv/hass/hass_venv
. As part of the secure installation, a new user is added to your Raspberry Pi to run Home Assistant as named, “hass”. 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 as “Sudo” or switching users. Setting up WinSCP to allow this seemlessly is detailed below.
The All-In-One Fabric script will do the following automatically:
+By default, installation makes use of a Python Virtualenv. If you wish to not follow this recommendation, you may add the flag -n
to the end of the install command specified above.
The All-In-One installer script will do the following automatically:
hass
service account/srv/hass/src/open-zwave-control-panel
Fabric allows any of the underlying functions to be ran individually as well. Run fab -l
to see a list of all callable jobs.
Windows Users - Please note that after running the installer, you will need to modify a couple settings allowing you to “switch users” to edit your configuration files. The needed change within WinSCP can be seen here: Imgur
diff --git a/sitemap.xml b/sitemap.xml index b777495569..f553f90e1b 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -1600,26 +1600,26 @@