How to downgrade HASSIO?

Hi, hope if there is help outhere.
I want V0.52.1 back on my system, but i can’t SSH as PI user on the HASSIO install.

I use HA together with my CCU2 (Homematic), but after the latest update to V0.53.1, all the HM variables do not load in HASSIO, So all my automations do not work

I did find the PIP3 install 0.52.1 etc. but then you have to SSH as PI user, and that does not work.

Where can i download the HASSIO v0.52.1 img ?? or how can i downgrade HASSIO.

THX Leon Vos

2 Likes

Does anyone have any information on this? The recent changes to zwave have broke it for me and I’d like to go back to v.58

is this possible to downgrade Hassio?

You can downgrade homeassistant in hassio via the commandline using:

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

1 Like

By the normal SSH login or the other one?

I know it works via the hassio ssh addon…

Note:you may need to retype the single and double quotes as think the forum breaks them with its formatting.

and you should change it to https if your using ssl.

1 Like

Where do you enter that?

you’ll need the SSH addon from the Add-on store

once you have set it up type this at the command prompt:
curl -d ‘{“version”: “0.63.2”}’ http://hassio/homeassistant/update

change to the version you want to roll back to. Using this example I would roll back to 0.63.2.

Hope this helps.

Error 405 method not allowed

Curl - d command not found


| | | | |_ / __
| |__| | __ _ ___ ___ | || | | |
| __ |/ ` / __/ __| | || | | |
| | | | (
| _
__ _ | || |__| |
|
| ||_,|/()___/

Our Cli:
$ hassio help

debug1: permanently_set_uid: 0/0
core-ssh:~# curl ‘{“version”:“0.63.3”}’ http://hassio/homeassi
tant/update
curl: (3) Port number ended with ‘"’
core-ssh:~# curl -d ‘{“version”: “0.63.2”}’ http://hassio/home
ssistant/update
curl: (3) [globbing] unmatched close brace/bracket in column 1
core-ssh:~# curl -d ‘{“version” : “0.63.3” }’ http://hassio/ho
eassistant/update
-bash: curl -d: command not found
core-ssh:~# curl ‘{“version” : “0.63.3” }’ http://hassio/homea
sistant/update
curl: (3) Port number ended with ’ ’
core-ssh:~#

You have mangled the URL and the command. Try typing it out manually instead of copy/paste

you would be better served to type it out, it’s just one line, also I don’t know what platform you’re using but make sure you have Curl installed. If you don’t know how to install it, Google it for your operating system.

Ya try it manually, typing it out carefully and substitute the version you want to downgrade to:

curl -d '{"version": "0.63.1"}' http://hassio/homeassistant/update

Then wait and let it do its thing, then you should get a new line with result ok.

2 Likes

Hello. I just updated and unfortunately need to downgrade but whenever I type in the command in I get the response of 401: unauthorized. Any suggestions.

1 Like

same issue here; anyone know as to leave beta channel via command line?

yes i’m get the unauthorized problem too

hassio ha update -o version=0.x.ybz

new command is hassio ha update --version=0.x.ybz

2 Likes

This worked for me
hassio homeassistant update --options “version=0.71.0”

1 Like

Anyonse solved the “unhautorized” problem?
I did upgrade to 0.73b0 and now HA wont start. This is the last hope to fix it without reflashing…

To guarantee no problems you’d be better to scrap it and restore one of those snapshots you’ve been doing regularly :wink: just to be 100% sure nothing else has been affected.

Me too :slight_smile:
In ssh/terminal addon, just paste it there and wait a bit.