Hass.io tab missing after update to 0.78.0

After upgrading to 0.78.0 my Hass.io tab is missing.

i have the issue before, adding hassio: at the config solves the problem

But now i get an error

"The following components and platforms could not be set up:
*hassio

1 Like

same issue here with Supervisor v130 under HassOS except I’ve had this issue for a few weeks already.

edit: log

2018-09-19 02:49:43 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /supervisor/ping request
2018-09-19 02:49:43 ERROR (MainThread) [homeassistant.components.hassio] Not connected with Hass.io
2018-09-19 02:49:43 ERROR (MainThread) [homeassistant.setup] Setup failed for hassio: Component failed to initialize.

Tried a full reboot? SSH command would be hassio ho reboot

yes, multiple.

can you try hassio su reload and then hassio su update?

edit: ah that won’t work if it isn’t running. :man_facepalming:

Found the solution in deleting media_player enigma plugin. (for my VU+ receiver)
I don’t understand what that has to do with the hass.io tab, but after deleting the mediaplayer in the config file hassio tab is back again.

I’m also facing the same problem but I’m not running enigma :frowning:

me too, never had it

I may be out to lunch here but I have been working on this all day and not been able to get a new installation working.

I was previously running the PI image but wanted to see how different running the installed version was.

First installation I was able to get in but no hass.io link and now the daemon starts but segfaults during the build process.

I am wondering if this issue is related to the new release yesterday??

EDIT: Just reinstalled again but used ==0.78.2 in the pip install cmd - still no hassio link and if I add hassio: to the config no change but I do see the error listed above: The following components and platforms could not be set up:
*hassio

are there any news on this? I’ve rebooted dozens of times and it really seems broken. it’s quite frustrating since I can’t access the addons or system updates anymore.

I am experiencing same but I think I’m my case mqtt discovery is to blame.
When I disable it, hassio tab loading.
Do you use mqtt?

You can’t get hassio through a traditional install. It isn’t only a matter of adding hassio:. You would need the environment (docker, along with the homeassistant and supervisor images that hassio uses and runs as containers)

Same error here on RP3 in Hassio 0.80.3, if I roll back 0.77.x it’s fine

following components and platforms could not be set up: hassio

Does anyone have a solution, it seems that most people aren’t affected so I’m thinking it’s related to a specific component.

OK update. I commented out all my media_player entries and restarted Hassio. The Hassio tab came back, no errors. I then uncommented the fore-mentioned media_players and everything works fine.

if anything, be sure to have hassio: in your configuration.yaml

before 080.xx the hassio would be very picky when to show/connect without that. With the entry, hassio would always show.

now on 0.80.+, Hassio is starting to be picky again showing in 1 out of 3 restarts or so. It probably has got nothing to do with your media players. Unless you have seriously misconfigured those and truly cause issues for the Hassio to be setup.

1 Like

Do you have a frontend: entry with sub entry of discovery: enabled in your config ? If not I think the Hass.io menu entry gets hidden.

K

Having a sub entry of hassio: may be an alternative

1 Like

Your post made me wonder… what if I removed the hassio: entry in my configuration file and BINGO! (after one reboot) hassio tab has returned.

It’s returned and disappeared before so I’ll give it a few reboots before I call it a complete success.