Updating to 61.0 Hassio

Is your site https or http?

if you have access to the files (ftp, samba, ide…) this works perfectly. Afterwards I was able to downgrade successfully.

There is a new supervisor out (0.82). Rebooting the host server completely should update and fix this issue :+1:

3 Likes

I can access everything via SAMBA - how do I downgrade that way?

2 Likes

Here the same. Via Samba acces to the config files and the rest. Also the same question here: How to downgrade? Or wait for an update?

1 Like

I love you

I’m back using the hassio.py file and rebooting the Pi. I got my HassIO menu back. Then install the terminal app, open the teminalUI and used the following commands to downgrade:

curl -d ‘{“version”: “0.60.1”}’ http://hassio/homeassistant/update5
hassio homeassistant restart

So back on 0.60.1 now. Will wait for 0.61.1 :slight_smile:

Can confirm after updating the supervisor to 0.82 first, I was able to update to 0.61 without issue.

So, after the failure and restore back to 0.60.1, I rebooted the host completely. The supervisor automatically updated itself from version 0.81 to 0.82. I attempted the HASS.io update again and I still received an error. But a different one… This time, the install updated the version to 0.61 and after a reboot, everything seems to work. I’m now at version 0.61.0.dev0 according to the Info Panel. Is that the correct version number?

We’ll see…

Copy this file:

https://raw.githubusercontent.com/home-assistant/home-assistant/0.60.1/homeassistant/components/hassio.py

to

config/custom_components/hassio.py

If the folders & files are not present create them first.

After a reboot you will be able to see the hassio tab again. Then I installed the SSH addon and downgraded via:

curl -d ‘{“version”: “0.60.1”}’ http://hassio/homeassistant/update

1 Like

Sorry for the dumb question but what is the ‘supervisor’?

Had same problem. Thanks to everyone above I was able to downgrade to 0.60.1

Then I upgraded supervisor to 82 and attempted upgrade to 0.61 since others have reported it to be cause of problem. Unfortunately for me the front end won’t load on .61. Going to mess around a little and revert back. The new error I see in log complains about line 137 domain_yaml_file

Basically a system to control and monitor processes

1 Like

Thanks @Oldbloke. I thought I was bricked, good news I did install the terminal. Thanks for reminding the back door.
Two things. 1. Now I hope the downgrade works. 2. The update process needs to be independents or so simple that with hass.io updates it will not break.

UPDATE: I was able to run the command and downgrade back to .60.1.

Does anyone know what broke yet?

My guess is the front end. It seems all my stuff is working when I have .61 installed. Everything but GUI. Automations seem to be working.

Can someone confirm that they also have the following version the Info Panel? The dev0 is new.

0.61.0.dev0

Thanks!

Here are the steps I used after initially updating to 0.61

  1. Downgrade back to 0.60.1 using
    curl -d '{"version": "0.60"}' http://hassio/homeassistant/update

  2. Then went to (Hass.io > Advanced Settings > Supervisor > Upgrade) to 0.82

  3. After Supervisor update, I rebooted the OS. (Hass.io > Advanced Settings > Host OS > Reboot)

  4. After reboot, upgraded Home Assistant to 0.61 (Hass.io > Advanced Settings > Home Assistant > Update)

I think perhaps not rebooting after updating the Supervisor may be causing the issues with some.

7 Likes

This is a different error and you most likely need to comment out broadlink switch (or wait for 0.61.1).

Confirmed.