I dont think so, I used to do all my backups manually via samba.
It was a pain.
I havent used the hass.io config snapshot feature yet myself, but I hear good things.
I dont think so, I used to do all my backups manually via samba.
It was a pain.
I havent used the hass.io config snapshot feature yet myself, but I hear good things.
As someone that routinely forgot to back up my files (with the AIO installer many times the updates would bork my setup and I’d have to start from the beginning), I routinely do backups now and mirror them on my nas as well.
I was still on hassbian and 0.41, facing some breaking changes and other issues when updating to the latest version, which did not work anymore anyhow. So I tried hassio on a separate raspberry pi 3 and fresh SD card. Took a couple of hours, rebuilding the configuration from the old config piece by piece. I only have an issue with ffmpeg camera that doesn’t work anymore (and I had to fix one python file for my foscam cameras). I did not care about my old database I have to say, so did nor try to port that.
I like the snapshots and the addons (using samba and ssh). I will try let’s encrypt. I’m missing fail2ban and I have to find another place for Avahi print server and PI Hole for now.
So you have spent a couple of hours and downgraded your system. Have you found any advantages?
Well, probably not because of hass.io, although indirectly the advantage is that I’m back on the latest version now (I was stuck on 0.41, update was broken, so I had to do an update from scratch anyhow: hassio was pretty fast, most of the time went into rebuilding the configuration, especially Z-wave, not in hassio). And I learned something and feel like a I contributed a bit in beta testing hassio.
But if your set up is working, and you can update when you want, I do not see an advantage in hassio yet. I have yet to explore the let’s encrypt addon, that is something I would like to add but never dared before, so that might be an advantage to come.
Biggest disadvantage however is that my previous setup ran from a USB stick (without SD card, as my PI had already ‘killed’ 3 SD cards) and now with hassio I’m back to SD card. That is really something I would like to get solved…
I’ve been trying hassio for a few weeks now. My experience so far is it is not as reliable as the same setup using the AIO installer. I can’t restart reliability. Automations don’t work as expected. Again basically a reliability issue. I’m getting errors across the board. Some nest, darksky max retries, lots of REST sensor errors fetching data. This seems to happen a lot:
Error doing job: Fatal error on transport TCPTransport (error status in uv_stream_t.read callback)
TimeoutError: [Errno 110] Operation timed out
2017-09-05 00:42:41 ERROR (MainThread) [aiohttp.server] Error handling request
Might switch back to AIO. Like the idea of hassio but it’s not working well for me.
When I last tried hass.io I couldn’t install onto a RPi3 with a USB booted SSD. Has this been solved? I’ve fried 2 SDcards - I’m sticking with SSD!
testing hass.io for 10 days,
not good… for sure still BETA
Not as reliable as the same setup
Automations don’t work as expected, few times lights switch on in the middle of the night…
restart via ssh not working etc…
updating not working… Update Available 1 hour ago 0.53, …but i have only link for instructions how to update others OS but not hass.io …auto update not working for sure
camera not working,
webgui a lot of times not responding quickly… i have to wait or refresh webpage… ( chrome) in IE not working at all…
IFTTT so slow when connecting to hass.io…
first time connection will took more than 7 seconds… after first request others will go thru fast, but after 10 minutes of inactivity same agen…slow…
by
kikan
Hassio takes a few hours to get the latest HA.
Camera should be fixed in 0.53. Waiting patiently to test it out
I gotta admit, my experience of hass.io has been similarly buggy and I’m getting a bit tired of it as the days wear on. My AIO setup was buggy sometimes, but I felt like I had more of a grip of the issues and workarounds. The AIO setup also ran for weeks without intervention.
List of frustrations:
On the plus-side:
Currently I’m running:
I use docker at work, so I’m familiar with it, but ResinOS is completely new to me.
I started a thread here to determine what I could do to go about troubleshooting, but no responses as of a few weeks now.
As @brendanheyu has indicated, it would also be nice to boot from an SSD.
That would solve some slowdown issues for me I suspect.
Otherwise, I’m getting more frustrated each day.
how do you bakcup with hassio?
Running hass.io with no problems.
These add-ons:
Ssh
Mosquito broker
Samba
Appdaemon
Maria db
Let’s encrypt
Way late to this conversation, but the logs thing is really my problem as well. I want to like HassIO, but I hate using a GUI for my logs, I really need CLI access to my logs!!
You still have CLI log access just SSH into Hassio and
hassio homeassistant logs
or SSH into the base of hassio UBUNTU or wherever you installed it and base and
docker logs -f DOCKERNAME
Either way you have CLI access.