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”Now with Comments
This blog now has a functioning comment system powered by Giscus! A GitHub discussions based commenting system. I’ll be putting together a write up on how it all went together to go up as one of the normal weekly posts at some point.
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”Using DeepNest and LightBurn to Optimize Laser Cutting
DeepNest is a software package to optimize part placement in laser cutting designs. It works out very well for maximizing your usage of material and avoiding unnecessary waste. I’ve started using it combined with Boxes.py in order to part out wooden boxes and position them onto sheets to try and maximize the number of boxes fitting.
Continue reading “Using DeepNest and LightBurn to Optimize Laser Cutting”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).