Home Automation

Back when I wanted to monitor the VOCs in the print room, I built one myself and had to set up a home automation system to receive the data, using Home Assistant (green). This seemed an expensive way to skip buying an expensive VOC detector, but Home Assistant can do so much more, so I'm trying to make good use of my investment.

I've already put all of my 3d printers on a dashboard that lets me monitor their progress, as well as the aforementioned VOC sensor. I have smart switches on the Bento Box (a little charcoal/hepa filter setup inside the machine I use for toxic materials) as well as the room air purifier.

I've been able to jack into my security cameras and sensors and route that information to dashboards as well, which turns out to be much faster and more convenient than the little control panel pad provided by Vivint.

My car also provides data to the myBMW app, so I was able to leverage that connection and get all my car information onto a dashboard, including a location map if I ever lose it in a parking lot, or heaven forbid, it gets stolen.

Finally, I have replaced almost every light in the house with zigbee mesh network lighting. My lights are now off the internet, and Alexa no longer controls my lighting. The downside: Loss of voice automation. I have to go to my computer, my phone, a tablet, or the physical switch to control the lights. This is a definite step backwards. But I have goals:

First step: get a couple mmwave motion sensors which are sensitive enough to even detect someone sitting still by detecting their breathing, and put them in places like the living room where i want the following rules enforced: "When this room is empty, the lights are always off. If someone is here, they're always on." This will require some fine tuning for when I want to have guests watch TV in the living room in the dark, but for now that will do. I just got this done in the living room. I'm going to set it up in the craft room and kitchen/dining areas next. All the other rooms in the house have much more conditional lighting. You don't want lights on if you're sleeping, for instance. Which leads me to step 2.

Step 2: Get a voice speaker/mic that integrates with Home Assistant, set up a local AI on a dedicated bare-bones pc, and use it to control lights and such. The speaker/mic is on the way. I've played with local AIs already and use them instead of ChatGPT any time I need AI for anything (which isn't much, honestly). And there's an integration with Home Assistant that will do voice to text and pipe it to the LLM and then do text-to-voice and pipe it back to speakers. So this one shouldn't be too big of a task once the hardware gets here. When it's working, I can get more hardware and expand to the rest of the house.
 
Last edited:
Pretty much all of the rooms have some kind of PIR or mmWave device in them now, and I've written automation to trigger lights as I pass through them, as well turn off lights in rooms that are unoccupied. PIR is not nearly as sensitive as mmWave, so I have the more sensitive devices in rooms like my office. Because if I sit still at the computer long enough PIR will think the room is empty, but mmWave is sensitive enough to be triggered by my breathing, keyboard typing, etc.

The fact that my smart TV's are also controllable from my Home Assistant is a big plus. Now, I can create 'scenes' in the dashboard that lower the lights, turn on the TV, and open Plex all with a single command.

I've gotten HA Voice Preview Edition--kind of a beta speaker/microphone setup kind of like Alexa. But honestly, the house already pretty much does whatever I want it to do now with the motion sensors. Used to, I'd walk into a room and tell it "Alexa, lights on" or when I went to bed, I'd tell Alexa to turn off any lights that were still on. And I don't gotta do that any more. So, really, the only thing I need the voice control for is to replace Amazon Echo shopping list capability.

So, except for the shopping list, the house is already better than it was when I had echo devices scattered around and my information's not going out to line Bezos' pockets.
 
Home assistant dashboards for my 3d print farm:
1742590751425.png

(scrolling down gets me the 2nd AMS unit on printer #2 and all of the live webcams)
1742590764216.png

There's a "Prusa" tab on this dashboard now that has the XL on it. I haven't tweaked it to be nearly as informative yet, and it's awaiting a webcam (supposed to be delivered today).
1742590820598.png

My side menu gives me easy access to the stuff I care about:
1742590859818.png

(HACS, Zigbee2MQTT and ESPHome Builder are all apps for controlling home assistant add-ons, or various devices that are ESPHome or Zigbee compatible)

The Home dashboard is...crude
1742590893087.png

scrolling down gives access to my security cameras around the house. I'll soon be replacing it with something a bit more elegant:

house.png


A mockup made in Sweet Home 3D--I want to make it such that critical information is shown here, and when I click any room of the house, a popup happens allowing me to control lights, tv, etc, in that room.
 

GasBandit

Staff member
You're doing some pretty cool stuff. If I were attempt something similar, I'd probably get lazy and use my employee discount at work to get a bunch of Crestron gear together and program it myself.... but the truth is, I don't feel like I need that level of automation in my house. But I understand the allure of doing neat tech things for fun. It's what I'm doing with my server, after all.
 
You're doing some pretty cool stuff. If I were attempt something similar, I'd probably get lazy and use my employee discount at work to get a bunch of Crestron gear together and program it myself.... but the truth is, I don't feel like I need that level of automation in my house. But I understand the allure of doing neat tech things for fun. It's what I'm doing with my server, after all.
Yeah, it was mostly a fun rabbit hole I fell into when i didn't wanna pay a huge price to get a sensitive VOC sensor for the print room that provided actual numbers (rather than 'trends' which is what most cheap ones provide), and be something i could monitor from another room without having to buy a 'hub' or additional device. I've now spent more on automating the house than I saved on the sensor, but it's a lotta fun for a big nerd like me.

Plus, it's added some QoL features for me..for instance: The 3d printers have a super bright LED. They turn on automatically when a print starts...and never turn off. So, I have an automation set up now that when the print status changes to finished, those LEDs are turned off. With the crappy existing webcams on the machines, this would've made it hard for me to look at the bed after the print was done, but my Tapo webcams have low-light capability, so the image quality is barely affected by the LED being in any particular state. I could make some automations that cause the lights in my office to flash red in the event that a printer throws an error (spaghetti detection, filament runout, etc) but I haven't gone that far with it yet :D
 
As for the cost, it's not been that bad. I spent a boatload on 2 mmWave sensors ($35 each), but the HA subreddit is really good at pointing at cheap AliExpress stuff--I got 10 PIR sensors for like $3.00 each, for instance. Phillips Hue bulbs are like $15+ each, but I got some ThirdReality bulbs that seem just as good for like $6. But zWave and Zigbee aren't really 'consumer level' mesh networks. They're used by big companies (like Vivent, who uses zWave mesh networking in their security devices), but not as popular and easy as someone hooking a bulb/device to wifi and a phone app. But that means going back to someone else's cloud/service and all that entails.

So, finding good, cheap stuff is the biggest challenge. Once it's actually here, getting it integrated into the system has been mostly pretty easy.
 
While the geek in me thinks this is cool, the practical side of me just says...why?
It is important to know when a 3D print has failed and halt it, because allowing it to continue just wastes material, which costs money. Early detection is key.

--Patrick
 
yeah, when a print fails, and you aren't aware of it, you go visit the printer and realize you've wasted 12-16 hours and $5-10 of material to make a masterpiece like this


An analogy, for those who use 3d printing to make money would be like: Hey I worked for 2 days, and expect to get about $100 for my labor, but at the end of those two days, my boss tells me I've been doing it wrong the whole time--and instead of getting paid, he says I owe him $10.

But beyond the time and material waste, a failure can also do serious harm to the printer. If all plastic globs up around the print head, it can enclose it and possibly the electronics around it into the "blob of death", which can be a larger cost and time sink to fix and/or replace parts. This is especially painful if the printer is out of commission while you wait for new parts to arrive, and you're using that printer to make money. Because now..it's not. It's costing you money instead.

1742728712080.png


Even though 3d printing has come a long way in the last few years to become more 'consumer friendly', there's still a host of issues that can happen with a machine, and having these dashboards has been a real convenience. I used to run into the print room every couple of hours just to check on prints..now I can just glance over at my dashboards and continue on if all looks good.
 
Top