Site updated at 2017-10-07 07:58:20 UTC
This commit is contained in:
parent
6121853dea
commit
51bbd6440a
26 changed files with 68 additions and 66 deletions
|
@ -79,11 +79,12 @@
|
|||
<ol>
|
||||
<li><a href="https://github.com/home-assistant/pi-gen/releases/latest">Download the Hassbian image</a> (364 MB)</li>
|
||||
<li>Use <a href="https://etcher.io/">Etcher</a> to flash the image to your SD card</li>
|
||||
<li>Ensure your Raspberry Pi has wired access to the internet for the entire process or configure your wireless network (details below).</li>
|
||||
<li>Ensure your Raspberry Pi has wired access to the internet for the entire process or configure your wireless network settings <strong>before proceeding to step 4</strong>.</li>
|
||||
<li>Insert SD card to Raspberry Pi and turn it on. Initial installation of Home Assistant will take about 5 minutes.</li>
|
||||
</ol>
|
||||
<p>These instructions are also available as a <a href="https://www.youtube.com/watch?v=iIz6XqDwHEk">video</a>. Additional information is available in this <a href="https://www.youtube.com/watch?v=tCGlQSsQ-Mc">video</a>.</p>
|
||||
<p>After initial boot an installer will run in the background and takes around 15 minutes to complete, after it has finished you can reach Home Assistant in your browser at <a href="http://hassbian.local:8123">http://hassbian.local:8123</a>. If you want to login via SSH, the default username is <code class="highlighter-rouge">pi</code> and password is <code class="highlighter-rouge">raspberry</code> (please change this by running <code class="highlighter-rouge">passwd</code>). The Home Assistant configuration is located at <code class="highlighter-rouge">/home/homeassistant/.homeassistant/</code>.</p>
|
||||
<p>After initial boot an installer will run in the background and takes around 15 minutes to complete, after it has finished, you will be prompted to login: <code class="highlighter-rouge">hassbian login:</code>. Installation is complete at this point. The default username is <code class="highlighter-rouge">pi</code> and the password is <code class="highlighter-rouge">raspberry</code>.</p>
|
||||
<p>Open a browser on a device that’s connected to the same WiFi network as your Raspberry Pi and point it to Home Assistant at <a href="http://hassbian.local:8123">http://hassbian.local:8123</a>. If you want to login via SSH, the default username is <code class="highlighter-rouge">pi</code> and password is <code class="highlighter-rouge">raspberry</code> (please change this by running <code class="highlighter-rouge">passwd</code>). The Home Assistant configuration is located at <code class="highlighter-rouge">/home/homeassistant/.homeassistant/</code>.</p>
|
||||
<p>If you find that the web page is not reachable after 30 minutes or so, check that you have files in <code class="highlighter-rouge">/home/homeassistant/.homeassistant/</code>, if there are no files in this location then run the installer manually using this command: <code class="highlighter-rouge">sudo systemctl start install_homeassistant.service</code>.</p>
|
||||
<p>The following extras are included on the image:</p>
|
||||
<ul>
|
||||
|
@ -104,6 +105,7 @@
|
|||
}
|
||||
</code></pre>
|
||||
</div>
|
||||
<p>You may need to adjust the country code depending upon where you are. A list of codes can be found <a href="https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements">here</a>.</p>
|
||||
<h3><a class="title-link" name="technical-details" href="#technical-details"></a> Technical Details</h3>
|
||||
<ul>
|
||||
<li>Home Assistant is installed in a virtual Python environment at <code class="highlighter-rouge">/srv/homeassistant/</code></li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue