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
|
@ -76,9 +76,9 @@
|
|||
</header>
|
||||
<hr class="divider">
|
||||
<h3><a class="title-link" name="resinos--generic" href="#resinos--generic"></a> ResinOS / Generic</h3>
|
||||
<p>Map the usb drive into add-on with <code class="highlighter-rouge">devices</code> options. If you need it on multiple add-ons you can use the <code class="highlighter-rouge">/share</code> folder which is accessable from multiple add-ons.
|
||||
It is also possible to create a add-on that only mount stuff to <code class="highlighter-rouge">share</code>.</p>
|
||||
<p>You can format the usb device with multiple volumes and map it to the specific add-on.</p>
|
||||
<p>Map the USB drive into add-on with <code class="highlighter-rouge">devices</code> options. If you need it on multiple add-ons you can use the <code class="highlighter-rouge">/share</code> folder which is accessible from multiple add-ons.
|
||||
It is also possible to create an add-on that only mounts stuff to <code class="highlighter-rouge">share</code>.</p>
|
||||
<p>You can format the USB device with multiple volumes and map it to a specific add-on.</p>
|
||||
<h3><a class="title-link" name="generic" href="#generic"></a> Generic</h3>
|
||||
<p>The <code class="highlighter-rouge">share</code> is default on <code class="highlighter-rouge">/usr/share/hassio/share</code> so you can mount your volumes into this folder.</p>
|
||||
</article>
|
||||
|
|
|
@ -77,7 +77,7 @@
|
|||
<hr class="divider">
|
||||
<p>Hass.io images are available for all available Raspberry Pi and Intel NUC platforms.</p>
|
||||
<ul>
|
||||
<li>Download the appropriate image for your Raspberry Pi / intel nuc:
|
||||
<li>Download the appropriate image for your Raspberry Pi / Intel NUC:
|
||||
<ul>
|
||||
<li><a href="https://github.com/home-assistant/hassio-build/releases/download/1.0/resinos-hassio-1.0-raspberrypi.img.bz2">Raspberry Pi / Zero</a></li>
|
||||
<li><a href="https://github.com/home-assistant/hassio-build/releases/download/1.0/resinos-hassio-1.0-raspberrypi2.img.bz2">Raspberry Pi 2</a></li>
|
||||
|
@ -86,7 +86,7 @@
|
|||
</ul>
|
||||
</li>
|
||||
<li>Flash the downloaded image to an SD card using <a href="https://etcher.io/">Etcher</a>.</li>
|
||||
<li>Optional - Setup the WiFi or static ip: On the SD-card, edit the <code class="highlighter-rouge">system-connections/resin-sample</code> file and follow the <a href="https://docs.resin.io/deployment/network/2.0.0/">ResinOS howto</a>.</li>
|
||||
<li>Optional - Setup the WiFi or static IP: On the SD-card, edit the <code class="highlighter-rouge">system-connections/resin-sample</code> file and follow the <a href="https://docs.resin.io/deployment/network/2.0.0/">ResinOS howto</a>.</li>
|
||||
<li>Insert SD card to Raspberry Pi and turn it on. On first boot, it downloads the latest version of Home Assistant which takes ~20 minutes (slower/faster depending on the platform).</li>
|
||||
<li>You will be able to reach your installation at <a href="http://hassio.local:8123">http://hassio.local:8123</a>.</li>
|
||||
<li>Enable either the <a href="/addons/samba/">Samba add-on</a> or the <a href="/addons/ssh/">SSH add-on</a> to manage your configuration.</li>
|
||||
|
|
|
@ -75,9 +75,9 @@
|
|||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
<p>Hass.io is a managed environment. This means that you’re unable to install applications that you can embed into Home Assistant using the <code class="highlighter-rouge">command_line</code> sensor/switch.</p>
|
||||
<p>Hass.io is a managed environment. This means that you can install applications that can be embedded into Home Assistant using the <code class="highlighter-rouge">command_line</code> sensor/switch.</p>
|
||||
<p>There are two options if you need to run a script to read data from a sensor or send commands to other devices on Hass.IO.</p>
|
||||
<p>First option is to write a custom component for Home Assistant. Using Python you can communicate with your device. For custom component, look at the <a href="/developers/component_loading/">devoloper site</a>.</p>
|
||||
<p>First option is to write a custom component for Home Assistant. Using Python you can communicate with your device. For custom component, look at the <a href="/developers/component_loading/">developer site</a>.</p>
|
||||
<p>The second option is to make a local add-on for Hass.io that sends the data to Home Assistant via MQTT. Before we dive into this, read up on <a href="/developers/hassio/addon_tutorial/">Hass.io add-on development</a>.</p>
|
||||
<p>For security and speed, Hass.io does not provide a way for containers to communicate directly. So the first step is to set up a communication channel. We’re going to use MQTT for this using the <a href="/addons/mosquitto/">MQTT broker add-on</a>.</p>
|
||||
<h3><a class="title-link" name="sensors" href="#sensors"></a> Sensors</h3>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue