this post was submitted on 20 Apr 2026
998 points (95.9% liked)

Programmer Humor

31403 readers
958 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Lemmee@sh.itjust.works 39 points 3 weeks ago (5 children)

You can tell it’s an IT guy’s home assistant if there’s no hardware that requires someone else’s cloud.

My home automation philosophy is that everything in the house should work with or without internet. It’s going well so far.

[–] howrar@lemmy.ca 4 points 3 weeks ago (1 children)

I'll add that things should also fail gracefully. If something breaks, they should all revert back to working like the dumb equivalent. Dumb switches, dumb thermostat, etc.

[–] Lemmee@sh.itjust.works 1 points 3 weeks ago (1 children)

For sure. That one is a bit harder to get right, but is good to keep testing and striving for.

[–] blargh513@sh.itjust.works 1 points 3 weeks ago

My home assistant is set up that way. If I turn it all off, the house is a little less awesome, but everythiing works fine. You just have to turn on/off lights and open/close doors yourself now. you'll have to diddle with the thermostat and ceiling fans more too.

[–] ikidd@lemmy.world 3 points 3 weeks ago

This is the Way.

[–] JustEnoughDucks@feddit.nl 3 points 3 weeks ago

And an electronics guy's smart home if there is no wireless at all and all KNX and Ethernet wired lol.

[–] mattyroses@lemmy.today 1 points 3 weeks ago (5 children)

Good recommendation for light bulbs?

[–] Taleya@aussie.zone 5 points 3 weeks ago (1 children)

Don't do the lightbulbs (unless you rent). Do the power to the sockets.

Smart lightbulbs are a fucking rort

[–] BasicallyHedgehog@feddit.uk 1 points 3 weeks ago (1 children)

One benefit of smart lightbulbs is being able to control the colour temperature

[–] Taleya@aussie.zone 1 points 3 weeks ago

Which is great if you do that on the reg

[–] Passerby6497@lemmy.world 2 points 3 weeks ago

Zigbee bulbs, third reality and sengeled (sp?) are most of what I have attached to my home assistant. Stay away from the WiFi shit tho

[–] Lemmee@sh.itjust.works 2 points 3 weeks ago (1 children)

Like the other user mentioned: depends on your setup.

I have recessed lighting throughout my house, so swapping to bulbs for all of them would have been an expensive pain. So I opted for smart switches. I got innovelli reds, because they were the best there was at the time. You can get them with any protocol you want (zigbee/zwave/wifi)

With a smart switch, you can control lots of lights with only one device. Originally I just added Shelly relays behind each switch, but I wanted the dimming capability of the innoveli.

If you do still want bulbs, nothing beats hue. But they are by far the most expensive.

[–] 123@programming.dev 2 points 3 weeks ago (2 children)

As an alternative, we have found bulbs that can run tasmota with the MQTT integration to be perhaps the most reliable part of our smart home (as long as the hardware already had a descent CRI). I've heard good things about ESP home too, but we have not tried it.

If someone has some light bulbs that are laggy (due to cloud integrations) or a pain to use due to software, its worth checking out of tasmota or esp home can be installed on them to locally pair with something like home assistant. It turned a regretful purchase into a nice addition.

With that said, we don't buy connected devices any longer without checking internet and cloud requirements first.

[–] Lemmee@sh.itjust.works 2 points 3 weeks ago (1 children)

Tasmota is awesome. I flashed all my early Shelly devices with it. But now the native Shelly firmware is amazing, and it allows you to turn on local mqtt only. So I’ve stopped using Tasmota for everything besides the few devices flashed early and behind my wall switches. (I’m too lazy to pull them out)

Is it hard to flash bulbs with Tasmota? Don’t you usually need access to the pins? Or have an OTA option for updating the firmware?

[–] 123@programming.dev 1 points 3 weeks ago

The ones I had you could do it over the air, but some do require access to the pins. Even with soldering experience it is not approachable as bulbs are not packaged to be opened, it is part of why I check for offline or flash compatibility before buying as even the same "model" could have different hardware revisions.

[–] LowlandSavage@lemmy.ca 1 points 3 weeks ago

I love my lutron Caseta gear. Integrates with home assistant and reverts to dumb. Expensive ass dimmer though, and they run on a proprietary hub.

[–] Tinidril@midwest.social 1 points 3 weeks ago

It depends on the rest of your setup, but I recommend going with zigbee or matter/thread for the connectivity. I definitely wouldn't put any "smart" devices on my general purpose wifi. That stuff is never going to be secure. Also, consider if smart switches would work for you instead. That way you don't have to pay the premium when a bulb burns out.

[–] IAMgROOT@lemmy.wtf 0 points 3 weeks ago
[–] ragas@lemmy.ml 0 points 3 weeks ago (1 children)

This is why I'm conflicted about getting online weather information.

[–] Lemmee@sh.itjust.works 1 points 3 weeks ago (1 children)

Pretty hard to replace weather info without internet. I don’t have any automations that rely on weather info, and I have a cheap rain gauge that a friend 3d printed for me. It uses a simple zigbee door sensor to detect rain accumulation. Pretty clever device (not my invention.)

So eventually I want to automate the watering of my garden, and I intend to use the rain sensor to help there. But honestly, it never rains in the summer here in the PNW, so my 3rd reality moisture sensors are more useful than actual weather data.

Pretty hard to replace weather info without internet.

Hard to tell the weather without the "Cloud."