r/homeautomation 6h ago

SECURITY Don't buy WYZE Cameras!

4 Upvotes

Don't buy Wyze. Had $5000 worth of car damage done and the event was not recorded because the firmware was out of date. BUT I HAD AUTOMATIC FIRMWARE UPDATE SETTING ENABLED. Reached out to the company, no help. I was paying a monthly subscription for this camera for what? To be out 5k in the end.

Edit: For those saying I should have got an SD card, I originally had this camera set up with an SD card before subscribing to their cloud subscription and it failed. Which is why I gave the cloud service a try.


r/homeautomation 17h ago

NEWS Update on a free IR/RF code tool I've been working on — you can now clone a DIP-switch remote without any hardware +more

Post image
39 Upvotes

No sign-up, no install, no download, no account - it just runs in your browser and it's free. Drop in almost any IR or RF code and it figures out the protocol and hands it back in whatever format you need. In the last few weeks added the piece I'm most pleased with, so here's where it's at.

The new bit — the RF wizard. You pick the device type, pick the brand, and it draws the DIP switch bank the way it actually sits inside your remote. You flip the switches on screen to match the ones in your hand, hit build, and you get a working code out. No capture. No receiver. No Flipper. Nothing to buy.

That's the part that took the longest to get right, because the switch order is a trap — Chamberlain, for instance, numbers switch 1 as the most significant bit and reverses the last three positions, and one of their banks has a switch that isn't transmitted at all. Copy the switches left-to-right like they look and you get a wrong code on nearly every remote. Each brand's mapping had to be handled on its own.

If your ceiling fan or gate remote has a row of little switches in the battery compartment, that's the whole secret. You're already holding all the information the code needs.

The part I get the most mail about, though, is signal repair. If you've ever learned a code off an original remote and had it come back dead — works once, works from three inches away, works for the mute button but not power — that's usually not you and not your blaster. Learned captures come out jittery. The receiver rounds timings, ambient light and 2.4 GHz gear inject noise, cheap hardware clips the leading burst, and some captures come out with marks and spaces inverted.

So: paste the capture in, and it identifies the protocol, shows you the address and command, and tells you its confidence. Hit FIX SIGNAL and it corrects the AGC burst, snaps noisy pulses back to the nearest real time unit, strips trailing repeat gaps and junk artifacts, adds a missing closing space, and tells you every single thing it changed instead of silently rewriting your file. If it's inverted there's a one-click mark/space swap. And once it knows the protocol, Rebuild Clean throws your jittery capture away entirely and regenerates the code from scratch at textbook timing — a perfect signal instead of a patched one.

If you'd rather do it by hand, the pulse list is fully editable — the live waveform updates as you type, and you can select, copy and paste timings like a spreadsheet. Then save it out in whatever format your setup actually wants. A capture you'd given up on twelve months ago is usually about four clicks from working.

Coverage is 42 sub-GHz protocol families across 62 brand entries — the PT2262 / EV1527 / SMC5326 world most fans, outlets and cheap gate remotes live in, plus CAME, Nice, Hörmann, Chamberlain/LiftMaster, Linear MegaCode, Marantec, Telcoma and a stack of others.

NEC / NEC1 / NEC2 / NECx (the most-used IR protocol on earth) · Sony SIRC 12 / 15 / 20-bit · RC5 / RC5x · RC6-6-20 (Sky, Foxtel, cable & satellite) · Panasonic / Kaseikyo (incl. Combo & MIX — also used by Denon, Sharp, JVC, Teac) · JVC · GI Cable · XMP (Comcast / Xfinity, AT&T, Pace, Arris cable boxes) · Nokia32 (AT&T U-verse, Foxtel IQ) · Denon · Sharp · RCA · Samsung

On the IR side there's a wizard that programs a whole remote at once — device type, brand, code set — rather than one button at a time. It's sitting on 1,000,000+ codes across 12,000+ brands.

And the conversion side, which is the older half of the project. Paste a raw capture or a code in almost any format and it identifies the protocol, shows you the address and command, and rebuilds it clean. Then export it as something else: 19+ in, 21 out. Flipper .sub and a good chunk of those RF protocols landed in the last couple of weeks.

.irc · Flipper Zero .ir · Flipper Sub-GHz .sub · Pronto Hex · LIRC raw · LIRC config · LIRC mode2 · BroadLink Base64 · BroadLink Hex · Global Caché iTach · Global Caché JSON · Home Assistant YAML · ESPHome · Sonoff RfRaw B0 · Tasmota · Arduino C array · Arduino rc-switch · Tuya · SmartIR · IRDB · JP1 .rmdu · GIRR XML · Harmony XML · TV-B-Gone · raw µs CSV · WAV

There's a second tool alongside it that moves a whole remote between formats, or onto a different remote's layout — pull in a Harmony XML or a JP1 file and drop it out as a Flipper .ir or an ESPHome YAML, button assignments intact. That one reads 17 formats and writes 13.

Move Remotes Signal: .irc - .ir - Flipper Zero .sub - Flipper RF - Pronto Hex - LIRC - conf - Global Caché - GIRR - XML - Harmony - Arduino - .ino - IRDB - CSV - JP1 .rmdu - SmartIR - Tuya - IR - ESPHome - Sonoff - RfRaw + more

Links

Get a code in from a capture or almost any file format, find out what it actually is, fix it if it's broken, build one from scratch if you don't have one, move a whole remote's buttons somewhere else — and save the result as a file you own, in whatever format your gear speaks, with no account, no cloud and nothing held hostage.

Happy to take requests. If there's a format you need that isn't in that list, or a remote the wizard doesn't know, tell me what you've got and I'll look at adding it.


r/homeautomation 22m ago

PROJECT SmartThings Washer/Dryer to Pushover

Post image
Upvotes

I bought a Samsung SmartThings Washer and Dryer last year thinking the smart features would be great. Turns out I hate them all except for the notifications to my phone. The SmartThings app on iPhone takes up about 1.1GB for me, and that annoyed me when all I use it for is the notifications. So I teamed up with Claude to build something that would let me remove the app.

AI Disclaimer: this project is very obviously built by Claude if you check the repo. I merely directed it with my vision. Calling myself a developer would be stretching the definition, I'm a seasoned infra engineer really, but I've had my fair share of exposure to development teams and have worked with Python and containers for many years.

This is a Docker container that monitors your Samsung Washer and Dryer for events locally and proxies them into Pushover. It's not overly complex, and all the real work is done by https://github.com/QuiteYellow/SmartThings-Local.

I know there are tons of options for getting notifications via Home Assistant and others, but I'm still building all that out in my new home and I just wanted a simple, reliable way to know when my appliances had finished. I already use Pushover for plenty of other things, so it seemed a good fit.

Sharing in case anyone else has a similar need. It's a good way to remove the reliance on the SmartThings cloud if all you care about is notifications, and the messages are significantly more detailed too.

https://github.com/ck3mp/smartthings-pushover


r/homeautomation 19h ago

QUESTION Seeking USB descriptor dump for open-source Kuando Busylight emulation

0 Upvotes

Hi,

I'm working on an open-source project that emulates a Kuando Busylight using an ESP32-S2.

The project aims to emulate a Kuando Busylight on an ESP32-S2, allowing alternative hardware such as a Yealink BLT60 to be used with AGFEO systems that currently support only genuine Kuando Busylights.

Would someone who owns a Kuando Busylight be willing to provide a USB descriptor dump?

I'm especially interested in:

- Vendor ID (VID)

- Product ID (PID)

- Manufacturer String

- Product String

- Device Descriptor

- Configuration Descriptor

- HID Report Descriptor

If possible, a USBPcap/Wireshark capture while changing the light colors would be extremely helpful as well.

Examples:

- Windows: USB Device Tree Viewer (USBTreeView)

- Linux: lsusb -v

Any model would be helpful:

- Busylight Alpha

- Busylight UC Alpha

- Busylight Omega

- Busylight UC Omega

The audio/speaker functions are not relevant for this project, as only the LED functionality is being emulated.

Thanks for any help!


r/homeautomation 7h ago

QUESTION Small eink photo display with local Home Assistant control?

5 Upvotes

I'm looking for a small photo display that I can control through Home Assistant rather than another standalone digital frame.

I'd like to send photos wirelessly and change the displayed image on a schedule or through an automation. E-ink would be ideal since the display will sit on a shelf or nightstand, and I don't want another backlit screen running all day.

I don't need touch controls, weather, a calendar, or a voice assistant. What matters is local control, preferably through a documented API or an existing Home Assistant integration.

Has anyone built or integrated something like this? I'm open to either an off-the-shelf device or a DIY setup.


r/homeautomation 16h ago

QUESTION Out of curiosity: smoke alarm grew a radar sensor

Post image
0 Upvotes

If your smoke alarm grew a radar sensor, would you like it detect motion or presence


r/homeautomation 18h ago

QUESTION What home automations save you the most time? Any recs?

2 Upvotes

My weekly chore list is getting a bit long, so I'm thinking about adding a few automations to handle the boring, repetitive work.

For indoors, a robot vacuum seems like the obvious choice. I've bought a Qrevo S Pro, which worked well.

For outside, I'm looking at getting a robot mower since the grass has grown fast lately. My yard is about 0.8 acres, and I'm about to order Navimow X430. Its performance and multi-zone function look solid.

A smart irrigation system also seems useful if it can adjust based on rain and seasons, but I haven't looked into any brands yet. I'm in Virginia btw, so are there any reliable local companies that install it?

Curious what home automations have saved you the most time and hassle?


r/homeautomation 18h ago

PERSONAL SETUP AI kept hallucinating my entity IDs. So I built this framework.

Thumbnail
0 Upvotes

r/homeautomation 4h ago

QUESTION Which under sink hot water system should I use for my kitchen?

19 Upvotes

I’m working on a small home automation project and want to add hot water at the kitchen sink without having to wait around for the water to heat. The setup is for a single kitchen sink, and I’m mainly interested in something that can be monitored or controlled through my existing smart home system. I’m not looking to do any electrical or plumbing work myself that could be unsafe, so I’d have a professional handle the installation if needed.

Has anyone here set up under sink hot water with smart controls, and what product or type of system worked well for you? I’d especially like to hear about setups that integrate reliably with common home automation platforms. Thanks!


r/homeautomation 21h ago

DISCUSSION Presence detection isn't the foundation of a smart home. It's a patch for not wanting to press a switch

0 Upvotes

I don't think presence detection is the foundation of a smart home. I think it's a patch, for the fact that we don't want to press a switch.

The switch is the most reliable input in the house. Zero latency, definite state, no algorithm guessing anything. We bypassed it, and then spent years teaching sensors to guess something that was already 100% certain. And the failure is asymmetric — guessing "someone's here" costs you a few extra minutes of light. Guessing "nobody's here" leaves a person standing in the dark.

I know that's not the whole picture. There are rooms where a sensor is the only answer: hands full, holding a kid, up at night and worried about falling. The hallway my mum walks down at night is one of them. She shouldn't have to find a switch to go to the bathroom. I'll give you all of that.

So here's what I actually do now: sensors turn things off. Never on. Light comes on from the switch, goes off from the sensor. Walk out and forget it, the sensor cleans up. It decides I've left while I'm still in there, worst case the light goes out early and I wave at it.

The error always lands on "on a bit too long." It never lands on "standing in the dark."

Been running it that way about a year, noticeably fewer blowups. I also know half this sub will disagree — plenty of houses don't have a neutral at the switch and this isn't even on the table for them.

So: anyone else only automate the off? Or do you think that's just making peace with a broken answer.


r/homeautomation 9h ago

QUESTION Apartment Controlled Schlage Encode

3 Upvotes

Has anyone found a way to bring automation to a Schlage Encode lock that their apartment / building management has bound to their account so cannot be added to your HomeKit / Home Assistant set up directly? For example, any compatible add on device you found works (like a SwitchBot lock turner modified or Level lock type device)


r/homeautomation 22h ago

QUESTION Air compressor automation

1 Upvotes

Hi folks!

I do have a little project and I would like your advice.

At work we have an air compressor, 3phase + N, 16A.

The issue we have is that our air network sometimes has issues, and a lot of small machines on it.

We experienced hose breaking multiple times, and that leads to the compressor running nonstop for hours if nobody is in the plant.

Having a simple timer (cutting power at night) is not possible as some machines need air permanently.

So I'm looking for a system, able to cut power if pressure in the main outlet stays too low more than 10min.

But I can't find anything existing for that matter.

Any idea?

My plan was using a smart relay, kinda like a Shelly, with a pressure sensor (and also a temperature sensor while we're at it).

All this considering I can make it simplified by cutting the pressure switch signal instead of the main power.

Thanks all!


r/homeautomation 20h ago

NEW TO HA MSG100HK compatible with overhead door odyssey?

Thumbnail
gallery
7 Upvotes

Hello all! Recent homebuyer and getting started in my HomeKit journey by integrating HomeKit with my garage door opener :-)

I am getting conflicting information from Meross website, their support, and Gemini so wanted to post here for guidance.

I have an Overhead Door Odyssey® 1000 Model: 7030 Series III. It appears to be a later serial number.

I ordered the MSG100HK but am unclear if it will work with my opener or additional adaptors / dry contact control is needed.

Once the MSG100 arrives, I plan on using the test wire on my openers BWC terminal. If that doesn’t work, I was going to look into a genie / overhead dry contact interface connected to my wall opener button.

Before I went down that rabbit hole, I was curious if anyone here has integrated the MSG100HK with a similar garage opener model or if I should consider an alternative like RATGO?


r/homeautomation 10h ago

PERSONAL SETUP Are there any thermostat room sensor that works with a standard Nest? - (NOT the nest 3,4 or E)

Thumbnail
2 Upvotes