diff --git a/atom.xml b/atom.xml index 4fbf778550..c4440b1fb9 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
The xmpp
platform allows you to deliver notifications from Home Assistant to a Jabber (XMPP) account.
To enable Jabber notifications in your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
notify:
- name: NOTIFIER_NAME
diff --git a/getting-started/installation-raspberry-pi-image/index.html b/getting-started/installation-raspberry-pi-image/index.html
index f1d1be08b6..7049d7852e 100644
--- a/getting-started/installation-raspberry-pi-image/index.html
+++ b/getting-started/installation-raspberry-pi-image/index.html
@@ -137,30 +137,38 @@
Connect to the Raspberry Pi over ssh. Default user name is pi
and password is raspberry
.
Linux and Mac OS users execute the following command in a terminal.
+
$ ssh pi@ip-address-of-pi
+
Windows users start Putty, enter the IP address of the Raspberry Pi in the Host name field and port 22 in the Port field. Then click Open and a terminal window will open. Enter the credentials. Default user name is pi
and password is raspberry
.
Start/Stop/Restart Home Assistant on HaSSbian
Log in as the pi
account account and execute the following commands:
-sudo systemctl stop home-assistant@homeassistant.service
+
+$ sudo systemctl stop home-assistant@homeassistant.service
+
Replace stop
with start
or restart
to get the desired functionality.
To get the current state of the homeassistant.service
replace stop
with status
.
Update Home Assistant on HASSbian
+
Log in as the pi
account and execute the following commands:
-sudo systemctl stop home-assistant@homeassistant.service
-sudo su -s /bin/bash homeassistant
-source /srv/homeassistant/bin/activate
-pip3 install --upgrade homeassistant
-exit
-sudo systemctl start home-assistant@homeassistant.service
+
+$ sudo systemctl stop home-assistant@homeassistant.service
+$ sudo su -s /bin/bash homeassistant
+$ source /srv/homeassistant/bin/activate
+$ pip3 install --upgrade homeassistant
+$ exit
+$ sudo systemctl start home-assistant@homeassistant.service
+
This will in order do the following:
+
- Stop the Home Assistant service running on HASSbian
- Open a shell as the
homeassistant
user running the Homeassistant service and that has ownership over the Home Assistant installation.
@@ -172,64 +180,78 @@ pip3 install --upgrade homeassistant
Manually launch Home Assistant on HASSbian
Log in as the pi
account and execute the following commands:
-sudo su -s /bin/bash homeassistant
-source /srv/homeassistant/bin/activate
-hass
+
+$ sudo su -s /bin/bash homeassistant
+$ source /srv/homeassistant/bin/activate
+$ hass
+
This will start Home Assistant in your shell and output anything that ends up in the log and more into the console. This will fail if the Home Assistant service is already running so don’t forget to stop it first.
Check your configuration on HASSbian
Log in as the pi
account and execute the following commands:
-sudo su -s /bin/bash homeassistant
-source /srv/homeassistant/bin/activate
-hass --script check_config
+
+$ sudo su -s /bin/bash homeassistant
+$ source /srv/homeassistant/bin/activate
+$ hass --script check_config
+
This will output any errors in your configuration files to console.
Read the Home Assistant log file on HASSbian
Log in as the pi
account and execute the following commands:
-sudo su -s /bin/bash homeassistant
-cd /home/homeassistant/.homeassistant
-nano homeassistant.log
+
+$ sudo su -s /bin/bash homeassistant
+$ cd /home/homeassistant/.homeassistant
+$ nano homeassistant.log
+
This will in order do the following:
+
- Open a shell as the
homeassistant
user.
- Change directory to the Home Assistant configuration directory.
- Open the log file in the nano editor.
-Optionaly, you can also view the log with journalctl
.
+
Optionaly, you can also view the log with journalctl
.
Log in as the pi
account and execute the following commands:
-sudo journalctl -fu home-assistant@homeassistant.service
+
+$ sudo journalctl -fu home-assistant@homeassistant.service
Edit the Home Assistant configuration on HASSbian
Log in as the pi
account and execute the following commands:
-sudo su -s /bin/bash homeassistant
-cd /home/homeassistant/.homeassistant
-nano configuration.yaml
+
+$ sudo su -s /bin/bash homeassistant
+$ cd /home/homeassistant/.homeassistant
+$ nano configuration.yaml
+
This will in order do the following:
+
- Open a shell as the
homeassistant
user.
- Change directory to the Home Assistant configuration directory.
- - Open the configuration file in the nano editor.
-It’s generally recommended that you read the Getting started guide for how to configure Home Assistant.
+ - Open the configuration file in the nano editor.
+It’s generally recommended that you read the Getting started guide for how to configure Home Assistant.
+
Upgrade and update HASSbian
HASSbian is based on Raspbian and uses the same repositories. Any changes to Raspbian will be reflected in HASSbian. To update and upgrade system packages and installed software (excluding Home Assistant) do the following.
Log in as the pi
account and execute the following commands:
-sudo apt-get update
-sudo apt-get upgrade
+
+$ sudo apt-get update
+$ sudo apt-get upgrade
+
Press Y
to confirm that you would like to continue.
Troubleshooting
diff --git a/sitemap.xml b/sitemap.xml
index ee60fdb291..a5407925d7 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -2254,62 +2254,62 @@
https://home-assistant.io/demo/frontend.html
-2016-10-25T04:38:12+00:00
+2016-10-25T12:40:11+00:00
https://home-assistant.io/demo/index.html
-2016-10-25T04:38:13+00:00
+2016-10-25T12:40:11+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-event.html
-2016-10-25T04:38:13+00:00
+2016-10-25T12:40:11+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-info.html
-2016-10-25T04:38:13+00:00
+2016-10-25T12:40:11+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-service.html
-2016-10-25T04:38:13+00:00
+2016-10-25T12:40:11+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-state.html
-2016-10-25T04:38:13+00:00
+2016-10-25T12:40:11+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-template.html
-2016-10-25T04:38:13+00:00
+2016-10-25T12:40:11+00:00
https://home-assistant.io/demo/panels/ha-panel-history.html
-2016-10-25T04:38:13+00:00
+2016-10-25T12:40:11+00:00
https://home-assistant.io/demo/panels/ha-panel-iframe.html
-2016-10-25T04:38:13+00:00
+2016-10-25T12:40:11+00:00
https://home-assistant.io/demo/panels/ha-panel-logbook.html
-2016-10-25T04:38:13+00:00
+2016-10-25T12:40:11+00:00
https://home-assistant.io/demo/panels/ha-panel-map.html
-2016-10-25T04:38:13+00:00
+2016-10-25T12:40:11+00:00
https://home-assistant.io/googlef4f3693c209fe788.html
-2016-10-25T04:38:13+00:00
+2016-10-25T12:40:11+00:00
https://home-assistant.io/static/fonts/roboto/DESCRIPTION.en_us.html
-2016-10-25T04:38:13+00:00
+2016-10-25T12:40:11+00:00
https://home-assistant.io/static/fonts/robotomono/DESCRIPTION.en_us.html
-2016-10-25T04:38:13+00:00
+2016-10-25T12:40:11+00:00
https://home-assistant.io/static/mdi-demo.html
-2016-10-25T04:38:13+00:00
+2016-10-25T12:40:11+00:00