this post was submitted on 13 Jun 2023
21 points (100.0% liked)

homeassistant

11438 readers
45 users here now

Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io

founded 1 year ago
MODERATORS
21
2023.6.1 is instable (self.homeassistant)
submitted 1 year ago* (last edited 1 year ago) by DrM to c/homeassistant
 

I updated to 2023.6.1 on my supervised installation. Now I woke up twice already to my HA not running anymore. Restarting the Raspi fixed the issues both time. If you run HA supervised, I advice you to wait with the update for some time. For me, I will take this as a lesson and go back to HAOS

Edit: changed version to 2023.6.1

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 1 points 1 year ago (1 children)

stupid question but how can I see the logs prior to the restart? when I go to the logs I can only see the logs starting from when I restarted the Pi

[โ€“] [email protected] 1 points 1 year ago

I had to look it up because I wasn't sure. According to what I found you should enable logger in your configuration.yaml

The default is to log warnings, you'll want to put:
logger
default: info

Or something similar to the above. Then when it crashes you'll want to take the SD card to another computer before HA boots back up and look at the /config/home-assistant.log file. On boot it clears that file is why you want to read it before it boots again.

Hopefully that helps