Updated hass.io and now uneachable

I just updated to latest version and now i cant access webgui anymore
any help?

Check the logs

how i cant reach webgui , and cant ssh into it

the unifi controller on it, is reachable though
very strange

always network connection refused

Hi,
Do you use the Todoist integration? There is currently an issue with it that causes the same problem you are having.

I fixed it by using Samba to get into my configuration and i commented it out for the time being.
The solution is at the dev build atm so its expected to be fixed soon.

hi,

no
dont even know what that integration is :slight_smile:

Can you access your config in any way (network-share or IDE)?

i cant reach it with my computer no (windows)
any other options?
why is the unifi still reachable and the rest not?
ssh doesnt go

There are a lot of possibilties why the Unifi-controller is still working. My guess is that it is running in its own docker so its not effected by the HA-instance.

If you have no option to access you installation, I think the best thing you can do is restore a snapshot from before the update. Also make sure you install something like the samba-addon or and IDE so you can access your logs when you get in the same situation.

Did you check your config before the update?

I dont think there a a lot of other options right now, sorry mate!

Mmm i had the IDE addon installed but it was not running cause im getting to the limits of my raspberry pi running

samba als not running
shame of me

i didnt check my config before the update, didnt know that… will install it next time

so its really starting over from last snapshot?

Im afraid so mate. But maybe someone else knows an other option :man_shrugging:

damn

im doubting ide is running
how do i access it from windows?

Are you using the Cloud9-addon or the Configurator?

yes !!!
im in the cloud 9 addon

Nice! Can you post the log?

2020-01-05 14:17:23 ERROR (SyncWorker_0) [homeassistant.util.yaml.loader] mapping values are not allowed here
in “/config/automations.yaml”, line 40, column 16
2020-01-05 14:17:23 ERROR (MainThread) [homeassistant.bootstrap] Error loading /config/configuration.yaml: mapping values are not allowed here
in “/config/automations.yaml”, line 40, column 16

strange log, is that all?
Is the correct one?
under /config/home-assistant.log

Seems like something in your automations.yaml is causing this. Can you post a snippet of or the automation that is on line 40?

- id: '1576243484410'
  alias: Zet muziek aan bij thuiskomst
  description: ''
  trigger:
  - entity_id: group.family
    from: not_home
    platform: state
    to: home
  condition:
  - condition: time
    after: '09:00:00'
    before: '17:00:00'
  - condition: or
      conditions: 
       - condition: state 
         entity_id: media_player.woonkamer
         state: 'idle'
       - condition: state 
         entity_id: media_player.woonkamer
         state: 'paused'
  action:
  - data:
      media_content_id: http://icecast-qmusic.cdp.triple-it.nl//Qmusic_be_live_96.mp3
      media_content_type: music
    entity_id: media_player.woonkamer
    service: media_player.play_media

not sure thats the reason why its not reachable

line 40 is the conditions: line

Seems very strange indeed. Maybe you can comment out this automation and try to reboot your Home Assistant. If it boots normally you found it, if it does not we will have to look a little further.