Site updated at 2016-05-22 16:57:18 UTC
This commit is contained in:
parent
2795bef633
commit
bce9cab38c
109 changed files with 1306 additions and 1096 deletions
|
@ -89,23 +89,25 @@
|
|||
<hr class="divider">
|
||||
|
||||
|
||||
<p>The “<a href="https://github.com/home-assistant/fabric-home-assistant">Raspberry Pi All-In-One Installer</a>” deploys a complete Home Assistant server including support for MQTT with websocket support, Z-Wave, and the Open-Zwave-Control-Panel.</p>
|
||||
<p>The <a href="https://github.com/home-assistant/fabric-home-assistant">Raspberry Pi All-In-One Installer</a> deploys a complete Home Assistant server including support for MQTT with websocket support, Z-Wave, and the Open-Zwave Control Panel.</p>
|
||||
|
||||
<p>Requirements before installation:</p>
|
||||
|
||||
<ul>
|
||||
<li>You have a Raspberry Pi with a fresh installation of <a href="https://www.raspberrypi.org/downloads/raspbian/">Raspbian Jessie/Jessie Lite</a> connected to your network.</li>
|
||||
<li>You are able to SSH into your Raspberry Pi.</li>
|
||||
</ul>
|
||||
|
||||
<p>Installation instructions:</p>
|
||||
<p>The only requirement is that you have a Raspberry Pi with a fresh installation of <a href="https://www.raspberrypi.org/downloads/raspbian/">Raspbian Jessie/Jessie Lite</a> connected to your network.</p>
|
||||
|
||||
<ol>
|
||||
<li>SSH into your Raspberry Pi</li>
|
||||
<li>Run <code>wget -Nnv https://raw.githubusercontent.com/home-assistant/fabric-home-assistant/master/hass_rpi_installer.sh && bash hass_rpi_installer.sh;</code></li>
|
||||
<li>Installation will take approx 1-2 hour’s depending on the model of Raspberry Pi the installer is being run against.</li>
|
||||
<li>Login into your Raspberry Pi</li>
|
||||
<li>Run</li>
|
||||
</ol>
|
||||
|
||||
<div class="highlighter-coderay"><div class="CodeRay">
|
||||
<div class="code"><pre>wget -Nnv https://raw.githubusercontent.com/home-assistant/fabric-home-assistant/master/hass_rpi_installer.sh && bash hass_rpi_installer.sh;
|
||||
</pre></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p>Installation will take approx 1-2 hour’s depending on the model of Raspberry Pi the installer is being run against.</p>
|
||||
|
||||
<p><a href="http://www.bruhautomation.com">BRUH automation</a> has created <a href="https://www.youtube.com/watch?v=VGl3KTrYo6s">a tutorial video</a> explaining how to install Raspbian on your Raspberry Pi and install Home Assistant using the all-in-one installer.</p>
|
||||
|
||||
<p>Once rebooted, your Raspberry Pi will be up and running with Home Assistant. You can access it at <strong>http://your_raspberry_pi_ip:8123</strong>.</p>
|
||||
|
||||
<p>The Home Assistant configuration is located at <code>/home/hass</code>. The virtualenv with the Home Assistant installation is located at <code>/srv/hass/hass_venv</code>. 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.</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue