Even with this, a rollback is been done…someone has any other ideas?
20-05-31 12:26:27 INFO (MainThread) [supervisor.api.security] /core/stop access from core_ssh
20-05-31 12:26:27 INFO (SyncWorker_13) [supervisor.docker.interface] Stop homeassistant application
20-05-31 12:27:42 WARNING (MainThread) [supervisor.misc.tasks] Watchdog found a problem with Home Assistant Docker!
20-05-31 12:27:42 INFO (SyncWorker_3) [supervisor.docker.interface] Start homeassistant/raspberrypi3-64-homeassistant
20-05-31 12:29:23 INFO (MainThread) [supervisor.homeassistant] Detect a running Home Assistant instance
20-05-31 12:31:13 INFO (MainThread) [supervisor.api.security] /core/update access from core_ssh
20-05-31 12:31:13 INFO (MainThread) [supervisor.homeassistant] Update Home Assistant to version 0.110.3
20-05-31 12:31:13 INFO (SyncWorker_11) [supervisor.docker.interface] Update image homeassistant/raspberrypi3-64-homeassistant:0.109.6 to homeassistant/raspberrypi3-64-homeassistant:0.110.3
20-05-31 12:31:13 INFO (SyncWorker_11) [supervisor.docker.interface] Pull image homeassistant/raspberrypi3-64-homeassistant tag 0.110.3.
20-05-31 12:36:03 INFO (SyncWorker_11) [supervisor.docker.interface] Stop homeassistant application
20-05-31 12:37:06 INFO (SyncWorker_11) [supervisor.docker.interface] Clean homeassistant application
20-05-31 12:37:06 INFO (MainThread) [supervisor.homeassistant] Update pulse/client.config: /data/tmp/homeassistant_pulse
20-05-31 12:37:08 INFO (SyncWorker_14) [supervisor.docker.homeassistant] Start homeassistant homeassistant/raspberrypi3-64-homeassistant with version 0.110.3
20-05-31 12:37:43 INFO (MainThread) [supervisor.homeassistant] Home Assistant pip installation in progress
20-05-31 12:38:38 INFO (MainThread) [supervisor.homeassistant] Home Assistant pip installation done
20-05-31 12:47:00 INFO (MainThread) [supervisor.updater] Fetch update data from https://version.home-assistant.io/stable.json
20-05-31 12:48:41 WARNING (MainThread) [supervisor.homeassistant] Don't wait anymore of Home Assistant startup!
20-05-31 12:48:41 CRITICAL (MainThread) [supervisor.homeassistant] HomeAssistant update fails -> rollback!
20-05-31 12:48:41 INFO (MainThread) [supervisor.homeassistant] Update Home Assistant to version 0.109.6
20-05-31 12:48:41 INFO (SyncWorker_15) [supervisor.docker.interface] Update image homeassistant/raspberrypi3-64-homeassistant:0.110.3 to homeassistant/raspberrypi3-64-homeassistant:0.109.6
20-05-31 12:48:41 INFO (SyncWorker_15) [supervisor.docker.interface] Pull image homeassistant/raspberrypi3-64-homeassistant tag 0.109.6.
20-05-31 12:48:43 INFO (SyncWorker_15) [supervisor.docker.interface] Stop homeassistant application
20-05-31 12:48:48 INFO (SyncWorker_15) [supervisor.docker.interface] Clean homeassistant application
20-05-31 12:48:48 INFO (MainThread) [supervisor.homeassistant] Update pulse/client.config: /data/tmp/homeassistant_pulse
20-05-31 12:48:49 INFO (SyncWorker_8) [supervisor.docker.homeassistant] Start homeassistant homeassistant/raspberrypi3-64-homeassistant with version 0.109.6
20-05-31 12:49:19 INFO (MainThread) [supervisor.homeassistant] Home Assistant pip installation in progress
20-05-31 12:50:20 INFO (MainThread) [supervisor.homeassistant] Home Assistant pip installation done
20-05-31 12:51:30 INFO (MainThread) [supervisor.homeassistant] Detect a running Home Assistant instance
20-05-31 12:51:30 INFO (MainThread) [supervisor.homeassistant] Successful run Home Assistant 0.109.6
20-05-31 12:51:30 INFO (SyncWorker_4) [supervisor.docker.interface] Cleanup images: ['homeassistant/raspberrypi3-64-homeassistant:0.110.3']
Open up two SSH Sessions, don’t use the Web Terminal, use another ssh client like putty.
In the first terminal start
docker logs -f hassio_supervisor
this will show the log of the supervisor
In the second one only type (don’t press Enter at the moment)
docker logs -f homeassistant
Now start the HA Update.
Watch the supervisor log in the first terminal and when it comes to
20-05-31 12:37:08 INFO (SyncWorker_14) [supervisor.docker.homeassistant] Start homeassistant homeassistant/raspberrypi3-64-homeassistant with version 0.110.3
Press Enter in the second terminal to see the startup log of 0.110.x
I have a new multimode xiaomi gateway and it is working fine with the homekit integration but the Aqara motion sensor does not report the illuminance. Do you know somebody what is the solution?
Thank you!
think I checked the full thread here, so forgive me if I missed it…
Very happy with the ‘not’ condition in automations, was a very much anticipated feature we now have. thanks Frenck.
condition:
condition: not
conditions:
entity_id: alarm_control_panel.home_alarm
state: disarmed
still this is a somewhat convoluted way of writing this, and I would hope we could have a state_not, or not_state variant of that?
condition:
condition: state
entity_id: alarm_control_panel.home_alarm
not_state: disarmed
Would this be on the horizon yet, or would a FR be necessary for this …
Over the last two weeks I’ve tried 0.110.0 to 0.110.5 and all of them appear to start Core (on Docker) but fail to open port 8123 for GUI. Finally I put some time into it today and determined that removing my ONVIF camera definition from my configuration.yaml allows the new instance to start up properly. Just FYI in case someone is struggling with the same issue of this new version of HomeAssistant not starting. Good luck.
Has anyone successfully set up Onvif with Reolink cameras? I get my Main and Sub streams just fine but don’t see any sensors for motion or anything else.
Thanks miji2, your comment got me sorted, I was unable to update from 0.109.6 and could not find any issue in the logs. After seeing your post, I went through my configuration and found I had some ONVIF code left over from my last camera. I deleted it and made another attempt at updating HA, this time it went like a dream.