Merge pull request #1 from balloob/patch-1

Update README.md
This commit is contained in:
Pascal Vizeli 2017-03-30 08:47:37 +02:00 committed by GitHub
commit 4f9973c193

View File

@ -8,19 +8,21 @@ It is a docker image (supervisor) they manage HomeAssistant docker and give a in
- **0.2**: Support for basic HostControll
# Hardware Image
Based on ResinOS and Yocto Linux. It have a preinstall HassIO supervisor and support OTA Updates. That make it maintenanceless. The image have no homeassistant included and they will downloaded after first setup. That need some times and internet brandwith.
The image is based on ResinOS and Yocto Linux. It comes with the HassIO supervisor pre-installed. This includes support to update the supervisor over the air. After flashing your host OS will not require any more maintenance! The image does not include Home Assistant, instead it will downloaded when the image boots up for the first time.
https://drive.google.com/drive/folders/0B2o1Uz6l1wVNbFJnb2gwNXJja28?usp=sharing
Download can be found here: https://drive.google.com/drive/folders/0B2o1Uz6l1wVNbFJnb2gwNXJja28?usp=sharing
After extracting the archive, flash it to a drive using [Etcher](https://etcher.io/).
## History
- **0.2**: Fix some bugs and update it to HassIO 0.2
- **0.1**: First techpreview with dumy supervisor (ResinOS 2.0.0-RC5)
## Network & Hostname
On a boot partition exists `config.json`. Add `"hostname": "xyz"` for change the hostname and access with `hostname.local` to machine. For Network config you can edit `system-connections/resin-sample`.
## Configuring the image
You can configure the WiFi network that the image should connect to after flashing using [`resin-device-toolbox`](https://resinos.io/docs/raspberrypi3/gettingstarted/#install-resin-device-toolbox).
## Developer access to ResinOS host
You can put your authorized_keys file into boot partition. After a boot it, you can acces to your device over ssh port 22222
Create an `authorized_keys` file in the boot partition of your SD card with your public key. After a boot it, you can acces your device as root over ssh on port 22222.
## Troubleshooting