Site updated at 2017-07-21 19:47:28 UTC
This commit is contained in:
parent
2651747e02
commit
33aa344c43
32 changed files with 55 additions and 48 deletions
|
@ -97,6 +97,10 @@
|
|||
<span class="kn">location</span> <span class="n">/</span> <span class="p">{</span>
|
||||
<span class="kn">proxy_pass</span> <span class="s">http://localhost:8123/</span><span class="p">;</span>
|
||||
<span class="kn">proxy_set_header</span> <span class="s">Host</span> <span class="nv">$host</span><span class="p">;</span>
|
||||
|
||||
<span class="kn">proxy_http_version</span> <span class="mi">1</span><span class="s">.1</span><span class="p">;</span>
|
||||
<span class="kn">proxy_set_header</span> <span class="s">Upgrade</span> <span class="nv">$http_upgrade</span><span class="p">;</span>
|
||||
<span class="kn">proxy_set_header</span> <span class="s">Connection</span> <span class="s">"upgrade"</span><span class="p">;</span>
|
||||
<span class="p">}</span>
|
||||
|
||||
<span class="kn">location</span> <span class="n">/api/websocket</span> <span class="p">{</span>
|
||||
|
|
|
@ -83,7 +83,8 @@
|
|||
<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, 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 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>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>
|
||||
<li>GPIO pins are ready to use.</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue