I’ve seen the picture elements cards in home assistant dashboard screenshots from time to time and was always interested into how they did it. Digging into it, as with most things home assistant, it’s pretty easy to do, and of course can be as complex as you see fit. Here I’ll be setting up a simple picture elements card for my air quality sensors.
Continue reading “Home Assistant Picture-Elements Card”Adding an LPS22 to AirGradient and Building a Custom Sensor in EspHome
I picked up some extra sensors for my AirGradient DIY kits and didn’t realize at the time that they’re not officially supported in EspHome. So with that I went on the journey of adding my own custom sensor code to EspHome to run them.
Continue reading “Adding an LPS22 to AirGradient and Building a Custom Sensor in EspHome”Making the AirGradient DIY
I’ve been working on getting air quality measurements going in and out of my house, however there are a lot of cloud connected sensors out there. I wanted these to be all local, though I wouldn’t mind adding to the public datasets for air quality. I ended up coming to AirGradient as the option that I decided to use, these use all open hardware and can be flashed with the custom AirGradient firmware, or with EspHome. I went the DIY route as well to save some money (and I’ll be customizing them a bit too).
Continue reading “Making the AirGradient DIY”Setting up Giscus Comments on WordPress
This blog was setup originally in 2016 and has never had a really useful comments section. There was a time when the only thing showing up were trackbacks to malicious websites. This wasn’t exactly a positive addition, so I disabled trackbacks and commenting to prevent any misleading comments. I decided to try and get a comments section back and operational as a part of my overhaul of my webserver (and having recently learned of Giscus for using GitHub accounts and backend for commenting). So here we have a guide for setting up Giscus comments on WordPress.
Continue reading “Setting up Giscus Comments on WordPress”TasmoAdmin and Updating CloudFree Smart Plugs
I have a number of Tasmota powered CloudFree smart plugs in my house. They’ve been working great for years now, however since they are Wi-Fi, I wanted some way to be able to update them quickly (not having to log into each of them myself and install updates). I ended up on the TasmoAdmin addon for home assistant which provides the ability to update devices in bulk.
Continue reading “TasmoAdmin and Updating CloudFree Smart Plugs”Adding WLED Previews to Home Assistant Dashboards
I found out recently about the webpage card in home assistant and how it can be used to add a WLED live view to your home assistant dashboard. Not only that, but its pretty simple to do as well!
Continue reading “Adding WLED Previews to Home Assistant Dashboards”Setting up Zigbee in Home Assistant on Proxmox
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”Converting STL to STEP
Catia is my CAD of choice for most things, mostly because it’s what I know best. It however doesn’t have great support for STL files. We’ll be using FreeCAD to convert them to STEP files which Catia supports well. First we want to open our STL file with FreeCAD.
Continue reading “Converting STL to STEP”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”