Category: Smart Home

Use an Image for a Person Entity in Home Assistant

Update 2021-03-16: You can now use the UI to upload a picture for a person entity, which is much faster and easier than following my original instructions below. See https://www.home-assistant.io/integrations/person/#customizing-the-picture-for-a-person. I recently started using the person component in Home Assistant, but I did not see an obvious way to associate a photo with the person…

Read more

Issues Adding GE 12730 Z-Wave Fan Controller to Home Assistant

I recently moved to HassIO for my Home Assistant instance and migrated off a Raspberry Pi 3B to an Intel NUC. As part of that process I decided to rebuild my Z-Wave network from scratch. I had built much of the network without using a secure network key, so this was a good opportunity to…

Read more

Fix Onkyo App and Home Assistant Not Connecting to Onkyo Receiver

The other day I noticed that my Onkyo Receiver was not showing up in Home Assistant, nor was the Onkyo Remote app on my phone able to connect to it. After some searching I came across this post suggesting a solution. The fix is to edit the receiver’s name in its Network Settings and remove…

Read more

Setting Up a Samba Share to Edit Home Assistant Configuration Files

To make editing configuration files easier, I wanted to be able to remotely edit them with my preferred text editor rather than using nano via the command line. Because I'm using Hassbian for my Home Assistant installation, I used the hassbian script for setting up a Samba share. The script shares the /home/homeassistant/.homeassistant directory–which contains…

Read more

Incorporate a Motorola WiFi Baby Monitor into Home Assistant

We recently purchased a Motorola WiFi baby monitor and i wanted to see if I could incorporate it into Home Assistant. Full disclosure–we ultimately were not happy with the monitor and returned it, but for anyone who uses it and enjoys it, this may be useful. An internet search led me to this blog post…

Read more

Control AV Receiver Zone 2 with Harmony Hub (and Alexa)

I recently upgraded to a 4K-capable AV receiver and had to update my Harmony Hub devices and activities. When I did, I noticed that the commands for controlling zone 2 of the new receiver were not available in the Harmony app (whereas they were available for my previous receiver). Initially I thought I’d just need to…

Read more

Install and Configure the Home Assistant iOS App and Enable Notifications

The last part of this series covers setting up the Home Assistant iOS app and enabling notifications. Future posts about Home Assistant will be more ad-hoc now that I have most of my smart home requirements already in-place. This is the process I followed to get the app installed and connected with my Home Assistant…

Read more

Set Up Secure Remote Access for Home Assistant

The next step in my Home Assistant project was to enable secure remote access to it when I’m away from home. Fortunately the documentation covers this topic. Mostly I followed the instructions on the Remote Access with TLS/SSL via Let’s Encrypt page, so I won’t repeat the detailed instructions here. However, I did want to…

Read more

Organize the Home Assistant Web UI with Groups

At this point in my Home Assistant journey I have several devices configured, and the UI is starting to get cluttered. Home Assistant lets you organize the UI using groups and views, so I decided to take advantage of that. I want to have a few tabs (a.k.a. “views”) with my devices grouped within the…

Read more