Hi All,
I have downloaded the latest hassio release for Raspberry Pi 3B+ (32bit) (I think its 0.94.1) and i used etcher to put that on a SD card, inserted a CONFIG USB with the wlan0 file and booted it up.
- The setup wizard runs, I setup an account, the timezone and get into HA ok.
- I reboot hassio by going into Hass.io > SYSTEM > Reboot
- I wait for hassio to load again, then I reboot again in exactly the same way.
- Hass.io now no longer works properly. I can still log in, but all the Add-On’s etc… no longer function.
I have got to this point by repeating this entire process 4 or 5 times now… the behavior is always the same. Initially it was taking me a long time as I was configuring it between those reboots (eg installing configurator, SSH then configuring settings in the YAML) and I thought I was doing something wrong to cause it but I’ve got to a point now of simply installing it and rebooting a couple of times and I can repeat the issue everytime.
I am wondering if someone with a Raspberry PI 3B+ can go over and download the latest version and repeat this process to work out if it’s actually a bug or just something with my system… I’ve tried two different power supplies and also two different SD cards after reading topics that say to try that first and have similar reboot/breaking issues (although not specifically related to the error that I receive). I’ve also tried installing the configurator as soon as I’m in on that first start up and then pasting in a trusted hosts configuration as there is another thread on here about a watchdog timer issue that was related to the docker IP being blacklisted somehow, but that does not appear to make any difference (and that bug was apparently fixed back in 0.74).
homeassistant:
# Trusted Networks
auth_providers:
- type: trusted_networks
trusted_networks:
- 127.0.0.1
- ::1
- 10.0.0.0/8
- 172.16.0.0/12
- 192.168.0.0/16
- fd00::/8
The username I’m creating is ‘admin’ and the password is ‘0123456789’ for testing
In the system log (well the log that appears on the same screen as the reboot button) I will always see the same error after the 2nd reboot, which is:
19-06-10 13:21:42 WARNING (MainThread) [hassio.tasks] Watchdog found a problem with Home Assistant Docker!
If I have installed any Add-Ons I can no longer access them at this point (eg SSH does not work, the configurator does not work etc…) but the YAML seems to load as I can turn on a switch for example (if I have configured one).
Cheers, Nick.