By chance are you on .116.0?
A lot of people saw similar issues during the HA nightly cleanups. I believe it was database related and was resolved (at least for me) in subsequent updates.
Is it required not only to backup the .tar file but also the describing (json?) file?
Last week I had to restore a backup (thanks a lot(!) for enabling to have a backup on my NAS). I tried the new fresh-install restore option of 0.116) but it did not work (type error, see How to restore a snapshot )
After continuing the fresh install, and adding samba addon I was able to restore the backup (with a remark about the missing file in the logs)
Hmm… maybe your snapshot is corrupt for whatever reason. The “snapshot.json” file should actually be included in the tar. There is no separate file. You could extract the tar file to see that the snapshot.json is included: tar -xvf <slug>.tar
Yes, I see that I kind of have the information. I could set a input_text in my automation to either ‘Success’ or ‘Fail’ and persist the information this way.
I’d rather have an ‘object’ (in this case the sensor) containing all information, rather than creating ‘random’ inputs that are not really inputs, but really variables, thus cluttering the entities list.
Or I could trigger an AppDaemon Script to add the information to the sensor itself. But this too seems rather involved…
Is that what you meant? Or am I missing something?
Thanks!
That’s a pure Home Assistant thing, not meant for add-ons. In fact, the add-on is not even allowed to read your configs and secrets (which is in general a good thing I would say ).
I just tested it and it is working out of the box. Awesome, I did not know that!
If you get “invalid yaml syntax”, you probably have to enclose it in quotation marks:
Hello, newbie having trouble setting this up correctly…
everything in log good until…
[21:50:27] FATAL: The provided host is unreachable. Please check your config.
[cmd] /run.sh exited 1
[cont-finish.d] executing container finish scripts…
[cont-finish.d] done.
[s6-finish] waiting for services.
[s6-finish] sending all processes the TERM signal.