Is there a way i can check the storage trough lovelace? i don’t know how to check it. bit of a n00b.
I have a 32gb sd card, one of the best. Using home assistant for 8 months now, can’t be the storage? i have about 10 devices and 8 automations…
And sorry about the Pi
So the update worked when it was changed and now it doesn’t? I ran breaking changes and config check and the only error was in the Wemos integration which I removed.
I am not getting an error message in my log file. I’m going to minimize my yaml file and log file, then try again. I have custom components through hacs and maybe one of those are causing the issue?
you need to modify it so it has the basic (like ti was the first time).
if you install the ssh plugin from the appstore (when using hassio) you can check the available storage using the “df” command, I suggest you use “df -h”
It shows the available space it has.
My log is identical to what I had before trying the update.
2019-12-13 11:37:32 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for badnest which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
2019-12-13 11:37:32 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
2019-12-13 11:37:32 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for breaking_changes which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
2019-12-13 11:37:32 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for garbage_collection which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
.102.3 loads lovelace.
The upgrade loads and from putty I see that .103 is loaded, just no way to access it via the browser.
from command line via putty I may have found my issue:
19-12-13 16:41:52 ERROR (MainThread) [hassio.homeassistant] Error on call https://xxx.xx.xx.x:8123/api/states/binary_sensor.snapshots_stale: Cannot connect to host xxx.xx.xx.x:8123 ssl:None [Connection refused]
19-12-13 16:41:52 ERROR (MainThread) [hassio.api.proxy] Error on API for request states/binary_sensor.snapshots_stale
I found this on 101. I don’t see how this has anything to do with having API password in the yaml file. If it does, I don’t understand where the passwords would go? Maybe you have a different understanding. I now have the update installed with these in my yaml file. Problem must have been one of my custom components. Still working to find which one.
Remove direct authentication via trusted networks or API password (@balloob - #27656) (auth docs) (http docs) (websocket_api docs) (breaking change)