Updating to 61.0 Hassio

Ha! Yes I have a broadlink and the thing is a pain in the butt. I’ll comment that out, test, and report back. Thank you!!!

I owe you a coffee!! .61 is installed. According to info panel I am on 0.61.0

I wasn’t able to install that terminal or ssh add-on but I was able to downgrade via the Hass Configurator. It has an execute shell command under the right menu. It’s a bit silly but it does the job!

Steps:

  1. execute: apk update
  2. execute: apk add curl
  3. create file (downgrade) with the downgrade command as the contents:
    curl -d ‘{“version”: “0.60.1”}’ http://hassio/homeassistant/update
  4. execute: sh downgrade

===

I ran “ps -efa” a couple of times after the “sh downgrade”. This is to check if the command is still running. That command should take a while to finish. Maybe around 2 mins.

1 Like

I can confirm that This work :smiley: thanks mate

i can confirm that with update supervisor first the update works fine

urr how do i use this on windows?

I used the HASSIO Termianl (https://github.com/hassio-addons/addon-terminal) to run that command. Others got it done by connecting inside the HASSIO docker image (so, ssh into docker) and running that command.

Thanks @mrpinapple ! Using the github file, restored the hassio tab.

Setting up SSH is really annoying stuff.

Using Mac OS (see: here) the following lines did the job for me:

ssh-keygen -t rsa -b 4096 -C “[email protected]
chmod 600 private_key_file
ssh -i private_key_file [email protected]

I’m still missing recorder, logbook and history and getting this error at startup:

Tue Jan 16 2018 16:48:01 GMT+0100 (CET)

Error during connection setup: (sqlite3.DatabaseError) file is not a database (Background on this error at: Error Messages — SQLAlchemy 2.0 Documentation) (retrying in 3 seconds)

edit:
Removed the home-assistant_v2.db file from the /config/ dir. Error disappeared. What a day to start with Hass.io:wink:
edit2:
Pushbullet notification is broken in 0.61

nice, but i cant access my hass.io over https://192.168.X.XX:8123/ cause i already tried to install the bugged version 0.61… oh dear i dont have a hdmi cable around :confused:

Same Problem here, disabled “platform: broadlink” and it works…

# -----------
# LG 55UC970V
# -----------

#- platform: broadlink
#  update_interval: 60
#  host: 10.1.2.23
#  mac: '34:EA:34:8E:E7:91'
#  type: rm_mini
#  timeout: 15
#  switches:
#    tvlgpower:
#      command_on:  'JgBYAAABIJISExETETcSEhISEhQQFBETETcROBESEjcRNhM1EjcTNRMTERISNxEUERMSExE2EjYSNhM2EhIROBE3ETcREhITEgAFGwABH0oSAAwzAAEfShEADQU='
#      command_off: 'JgBQAAABJZUUERMSEzYTEhMSERQSExAUFDUTNhQREDsTNhI2FDYUNRMUDxUTEQ86EhMQFBMSEhMROBI4EjcRExI4ETgRORA6EQAFIgABJUwRAA0FAAAAAAAAAAA='
#.....

Some may have missed this post. I didn’t have to downgrade to 60.1, I just turned off power to the RPi 3 and then re-powered. Hassio came back with the new supervisor and version 61 working (with Hassio tab).

I hit upgrade in the Hass.io menu section and I got stuck. Luckily I could log in using the SSH add-on. All I did was ‘hassio s update’ and ‘hassio ho reboot’. And voila the frontend came back on with version 0.61dev0.

I had the same issue but then I did a hard reset and it seems to work fine.

I copied and pasted this command into the command_line.txt file on the Resin OS installed card itself.

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

I restarted the device and the menu has reappeared without using SSH or Samba.

can i reset my hassio without reaching the UI and no hdmi cable, and using windows? is there something i could do by using pyton? or do i have to reinstall all of my stuff? (and load backup)

Just yank the power.

I updated but the version number is still showing as 0.61.0.dev0. Is this normal?

I kept restarting from the GUI (missing HASS.IO after update to .61)… followed the advice to pull the power and now back in business, thanks all!

I think so. I have the same version. All ok here now. My steps:
First I downgraded, than I updated the supervisor and after that I upgraded Hassio.
And I did ‘hassio host reboot’ (using ssh) in between.

Are we safe to do the upgrade to 0.61 now?