Skip to content

Home Assistant

The idea

Beginning of 2024, while working with Node-RED as a trainee at ZF Friedrichshafen AG, I got the urge to make my home a bit smarter.

I had already heard a lot about Home Assistant and was intrigued. So I decided about a plan and was ready to buy some sensors to make myself a Smart home:

For years, I had an old Raspberry Pi 3b lying around. I didn't use it for anything, so I decided that it would be my host. It's not very strong performance wise, but it gets the job done. It does struggle with running some heavier plugins, since it only has 1GB of RAM. But as long as you're not expecting much, it can't disappoint.

I was already using some Philips Hue smart RGB bulbs for some indirect lighting and 2 Chromecast from Google. So, all I was missing were some sensors.

I decided to buy some temperature and humidity sensors, since they are the obvious first choice. Easy to set up and can give some interesting insights. I decided on some cheap AliExpress ones.

To get them connected to my Home Assistant, I needed a Zigbee 3.0 dongle which I also got from AliExpress.

The setup

Setting up Home Assistant was as easy as following their installation guide. The Raspberry Pi imager even has a dedicated option when choosing which OS to install!

After setting everything up, I got into designing my dashboards and setting everything up.

Almost two years later and after fiddling around, this is what the setup looks like now:

During all my setup I encountered one problem I had to fix - the power supply.

At first, the default Raspberry Pi power supply was fine and everything worked perfectly. After getting more and more sensors, automations, plugins and integrations set up however, it started to struggle. This resulted in more and more errors thrown by the RPi Power status entity.

That resulted in me having to buy a stronger power supply. A 5V/4A one, resulting in 20W instead of the usual 10-15W.

What it is now

Aside from that power supply though, Home Assistant just works. Even setting 3rd party things up, like Ikea lights, works perfectly with the Zigbee 3.0 dongle and the Zigbee Home Automation integration.

Even though it's nothing special and I don't have hundreds of sensors, I'm happy with it. But there is so much more you can do with Home Assistant.

Powered by VitePress