I have Z-Wave setup on my home assistant and a reasonable network of devices. I haven’t been able to find some types of devices using Z-Wave however, only on ZigBee, so it is time to setup another radio in home assistant.
Continue reading “Setting up Zigbee in Home Assistant on Proxmox”Z-Wave Firmware Updates in HASS
I may be a bit late to the story, but home assistant now has the ability to update Z-Wave device firmwares. This is good for keeping IOT devices more secure and eliminate bugs in the devices. The updates show up in the same list in the settings menu as add-on upgrades and home assistant core updates.

Though there isn’t much in the update details for my GE switches, the update did improve the responsiveness of the physical switch, now button press to light change is much faster (minimal lag) than before the update (maybe 500ms lag).
Updating my IOT Devices
Keeping IOT devices up to date is a hard task, since they come in all sorts of different ecosystems, software projects, companies, etc. I run all FOSS IOT devices in order to avoid the problem with proprietary software and companies going out of business. In this, I’ll go over how I’m keeping my 3 types of devices up to date (ESPHome, WLED, and Tasmota).
Continue reading “Updating my IOT Devices”Using IKEA pm2.5 Air Quality Sensors in Home Assistant
I’ve been doing research on making some custom air quality sensors for inside and outside my house. The laser cutter is a main focus point for these as it would be nice to know how it affects air quality (and in the future, maybe activate an air filter based off the sensors readings). When I found out IKEA makes some simple air quality sensors that can be easily hacked using an ESP device, I decided to try it out.
Continue reading “Using IKEA pm2.5 Air Quality Sensors in Home Assistant”Fixing the Unifi MDNS Repeater
I managed to get MDNS working earlier this year to enable my ESPHome projects to avoid having all static IP addresses and let home assistant auto-detect them. However… after some firewall tweaking recently, it all broke. So it was time again to figure out how to get MDNS to work in the Unifi system.
Continue reading “Fixing the Unifi MDNS Repeater”Renaming ESP Devices in ESPHome
I recently started trying out the ESPHome Add-On in home assistant. With this, I was able to add and upgrade some ESP devices, however I soon realized after adding one of them, that the auto-generated name may not be wanted (or if you’re moving a device around and want a new name). So I did some research and worked out the process for renaming the device in ESPHome.
Continue reading “Renaming ESP Devices in ESPHome”Using Z-Wave Groups vs Home Assistant Automations
I installed two Z-wave switches into my house that i wanted to be synchronized, turn on one light switch, have the other turn on too, and vice versa. I first created a home assistant automation that worked using Z-Wave JS to MQTT, this worked but had a lag of a few seconds. I was hoping to find a way to have less latency to make everything work, so in comes Z-Wave Group Associations.
Continue reading “Using Z-Wave Groups vs Home Assistant Automations”Enabling the Home Assistant API
The home assistant API can be used to build external tools to manipulate information in home assistant and control elements in it. This can be useful for triggering automations with custom code. It can even be triggered using curl on linux, allowing for simple scripts executing home assistant actions.
Continue reading “Enabling the Home Assistant API”Home Assistant Automated Christmas Lights
I have a number of windows with Christmas lights in them. I would like to use smart plugs and home assistant to automate them turning on and off during the winter season since I’m pretty lazy when it comes to decorating. This should be pretty straight forward to do once we have the current month sensor setup in home assistant to use as a condition.
Continue reading “Home Assistant Automated Christmas Lights”Motion Sensing Lights with Home Assistant
I’ve already setup some fairy lights on the stairs which come on just before sundown and stay on until bedtime, but I started wondering, can I use them as night lights on the stairs for when I don’t want to turn on the main overheads, and can I do that all with motion sensors. For this project, I’d like to take my lights from here and add motion sensors so they turn on for some time period after being triggered and act as automated stairway night lights.
Continue reading “Motion Sensing Lights with Home Assistant”