-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Release HassOS #5747
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release HassOS #5747
Changes from 2 commits
261b870
f7d4c8a
2018ee2
8648c01
7119781
1328ba1
06a2fcd
81400e4
340e4f2
5af33c1
a0cfc7c
1e3c2db
1d862fd
08ca319
d4a3f16
fb1abdc
1179e18
23277d0
994367f
fb7b275
d795e6e
c9865e4
3b106e7
3874049
9169acd
53e8482
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,46 @@ | ||
| --- | ||
| layout: post | ||
| title: "New Hass.io images" | ||
| description: "We release our new images." | ||
| date: 2018-07-11 00:00:00 | ||
| date_formatted: "April 22, 2018" | ||
| author: Pascal Vizeli | ||
| author_twitter: pvizeli | ||
| comments: true | ||
| categories: Announcements | ||
| og_image: /images/blog/2018-07-hassio-images/blogpost.png | ||
| --- | ||
|
|
||
| After 4 month we are happy to announce our new images for Hass.io, based on HassOS. | ||
|
|
||
| Note that the descriptions of new System can be get quite technical. Feel free to jump to the [migration steps]. | ||
|
|
||
| ## {% linkable_title What is new %} | ||
|
|
||
| This will be a bit technical. | ||
|
|
||
| ## {% linkable_title Migration %} | ||
|
|
||
| The design of HassOS is diferent to ResinOS. That is the reason why we can't provide a OTA update from old too new System. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. HassOS is fundamentally different from ResinOS, hence, we cannot provide a OTA update for you to update from Hass.io.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. provide a OTA update from old too new System => provide an OTA update from from the old Hass.io to the new HassOS system?
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. diferent => different provide a OTA update from old too new System => provide an OTA update to HassOS from an old ResinOS system |
||
|
|
||
| 1. Make a snapshot of current system. You should remove the bluetooth add-on before, that is not need anymore. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. that is not need anymore => as that is not needed anymore |
||
| 2. Download the latest [HassOS stable] version. | ||
| 3. Flash the images with [Etcher] to SD card. | ||
| 5. On Raspberry: if you modify the `config.txt`, you need applay this also on boot partition of HassOS, but __don't__ copy this file! | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. applay => apply |
||
| 4. If you used custom network configuration or ssh development access, we can use a [USB stick]. You can simple copy the resin-sample into `network` folder on USB stick. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If you used custom network configuration or ssh development access, we can use a => If you used a custom network configuration or ssh development access, you can use a
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If you used custom network configuration or ssh development access, we can => If you used a custom network configuration, or SSH development access, you can
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. sample into |
||
| 5. Take SD card into device slot and boot your system like before. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Take SD card into device slot => Put the SD card into the device slot |
||
| 6. Copy the snapshot into host with SSH or samba add-on. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Copy the snapshot into host => Copy the snapshot to the host
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Copy the snapshot into host with => Copy the snapshot to the host with the |
||
| 7. Restore it over the Hass.io panel | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Restore it over the => Restore it using the
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Restore it over the => Restore it using the |
||
|
|
||
| ## {% linkable_title Future %} | ||
|
|
||
| We have now a wounderful base system and can now work to integrate all this features into Hass.io and to UI. So we plan to integrate the Network configuration and bluetooth into UI. The goal is a full featured hub system they allow anybody to use Home Assistant. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We have now a wounderful base system and can now work to integrate all this features into Hass.io and to UI => We have now a wonderful base system and can now work to integrate all these features into Hass.io and the UI*
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. So we plan to integrate the Network configuration and bluetooth into UI => We plan to integrate the network configuration and Bluetooth into the UI
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The goal is a full featured hub system they allow anybody to use Home Assistant. => The goal is a fully featured hub system that allows anybody to use Home Assistant. |
||
|
|
||
| We would also adapt more Hass.io API function into Home Assistant i.e. to monitor the system usage of a Add-on or Home Assistant container. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We would also adapt more Hass.io API function => We will also adapt more Hass.io API functions |
||
|
|
||
| Feel free to jump into project and help us to improve the documentation or other task around that all. | ||
|
|
||
| [USB stick]: https://github.com/home-assistant/hassos/blob/rel-1/Documentation/configuration.md#automatic | ||
| [HassOS stable]: https://www.home-assistant.io/hassio/installation/ | ||
| [migration steps]: #migration | ||
| [Etcher]: https://etcher.io/ | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After 4 months