1 year in, where do I go next? (brain dump, sorry)

I am considering it, it becomes a big part of your life and not to forget the cheap geeky thrill of a light turning itself on/off etc. I have read even the cheapest will do a good job. What mas migrating over like? Was it just a clean install and restore a backup? One thing I do want out of this is an energy usage history so the recorder is vital to that.

I had to migrate from hassbian to hass.io (homeassistant supervised), so for me, I had to just move my config directory over manually and spend a few days fixing issues but it wasn’t too bad. These days if you are moving from hass.io snapshot to hass.io you should be able to snapshot and restore and be pretty much up and running (may have to change the /dev/ path to some of your USB devices or something). I’d bet not more than a few hours for the migration to a NUC.

I have just used a backup after re installing my pi, yeah pretty painless, how is yours installed? I was thinking of using the Ubuntu and docker method (I have a used NUC on the way).

If you mean a supervised install, only debian is supported.

2 Likes

I am using Ubuntu and hass supervised, but as noted above, I will soon have to migrate to Debian. If I were to do it today, I’d follow this guide, but I’m going to wait until they release the official documentation and latest installer… It’s taking a long time tough.

You won’t have too. Ubuntu will still work, it just won’t be “officially” supported by the dev team. Using Debian 10 is obviously the preferred option, however.

I will go with debian, and at the moment it looks like a bunch of gibberish, but my gut feeling is that I will be better off with docker (which I assume is something like a virtual machine) in the long run and will open my technical world up a bit. I have a working home assistant so I can take my time.

Yeah, but I don’t feel like playing the “wait and see what breaks” game. Ubuntu is definitely using components that are the wrong version and won’t be tested. I’d rather know that it will work 100%.

You should run supervised. Supervised also uses docker but gives you addons and snapshots which are very useful and necessary (ie, you will likely have to do the same with a plain docker install but it will be a lot harder). In short, supervised does everything docker does, but also does more and makes it easier.

I take it this means Hassio with supervisor? That’s the plan. My NUC is here, it’s an old one with no OS. Dual core Celeron 2.13GHz, 4gb ram and 120gb ssd. I want to run it on debian to start learning about a linux operating system. I was under the impression (by the millions of Ubuntu guides) that you then install Hassio in docker and access these with portainer. This really is all new to me but my brain is going nuts with future possibilities if I can get Hassio up and running on debian. i.e a NAS and a media server.

Yes that’s what I mean, install what used to be called hass.io on top of debian (which is what the guide I sent describes).

As for the architecture of hass.io (now called hass supervised or hass OS), it’s a combination of things that run in docker and some glue that runs outside to allow you to control the OS… But you really don’t need to worry much about that, as you will be able to manage everything via the hass ui, including installing and running portainer to manage any additional docker containers that are not already available as hass.io addons, or even the hass.io containers themselves (though this is not generally needed or recommended). If you want to learn more about the architecture, it’s here:

The first post here tells you what the different install methods do Installation Methods & Community Guides Wiki

Then this post explains how to do a suptvised install on debian Installing Home Assistant Supervised on Debian 10

Now you have all you need.

1 Like

Thanks, 2 night shifts and then it’s on.