So I’m looking in to having a docker setup for my home assistant setup.
Now a days I use a hassbian image, but well that’s not future proof anymore since that show got canceled.
So I was looking in to running a setup in Hass.io because why do it the hard way when it can be easy as well.
So requirements I have.
- Running a Pi3B+
- Want to be able to have a UPS PICO setup eg it needs debian (as host) as well
- It has to run from ssd - M.2 Sata (my experience with SD cards is bad)
So doing the research, googling I found this page on home assistants site, link
This instructs on how install docker and hassio from raspbian. Great stuff.
It ends up with a few issues and I’m not yet familiar enough with docker to understand how to tackle this so hopefully you guys can help me out.
Issues/Questions:
- Where are the snaps located?
- How can I setup the z-wave and zigbee stick to be available in the container for hassio
- Hass.io is not able to check for updates? Do I need to do some config on allowing it to access the internet or something? I will try to find some useful log and provide it here as well.
- is it possible to have docker compose installed afterwards and use that to configure this setup? And better yet how do I set docker compose to hold the config of Hass.io?
Any help is much appreciated. If this is already well documented point the way and sorry to ask, but as far as I have been googling I haven’t found it (yet).