There must be some way to remove the "smart" controller from a device and replace it with a dumb one, like an arduino or something. I want to lobotomize these devices.
xkcd
A community for a webcomic of romance, sarcasm, math, and language.
I bought a washer that has wifi connectivity. It want to texts me or something when the cycle is finished and doesn't even seem to have a 'play a loud beep when done' option. How does this make any sense at all?
My brother in christ, you bought the machine
I think we aren't yet used to machines fucking us over in unexpected ways for that sweet sweet spying/ad revenue.
Like, who would have asked 10 years ago "will my TV show extra ads?". Now it's hard to get one that doesn't have them. And dishwashers are next
How does this make any sense at all?
I bought a washer that has wifi connectivity.
Ok sure. What I really did was buy a new washer that was on sale and I got $100 off. Maybe I will have it connect to my neighbors WiFi, since they never secured it.
But does it have AI?
You joke but my dehumidifier has an automatic comfort mode of some sort.
I guarantee that next run will have that button with screen print AI something something above it instead.
welll........ devils advocate.. i could see the wifi being used so the device can be incorporated into the home automation system [climate control]. its not about dehumidifying, its solely about engaging the dehumidifying as needed.
Yeah, or the manufacturer bricks the device bcz they want to sell you a new one.
That's why projects like this are great: https://github.com/Hypfer/esp8266-midea-dehumidifier
My Midea Cube dehumidifier can never be bricked and will never send data outside of my home. It talks to Home Assistant via MQTT and nothing else.
Dehumidifiers already do that. They're equipped with hygrometers that kick the machine on or off depending on the relative humidity. It's old tech and it's pretty reliable, wifi isn't really necessary for it.
Meanwhile here I am installing ESP32C3's into everything in my house to automate everything.
I can turn on my floor heat, hallway light, or even open a vent from an app on my phone. And bonus, no shady manufacturers to spy on me. Just China.
that vent thing is surprisingly clever, thumbs up 👍
Hey thanks, I've got tons of cool projects and gifs like these, and I love to share them and read the comments, but I don't know where to post them on Lemmy. I used to post them to Reddit but they started shadowbanning my github for some reason. Didn't even find out until the ESP32 mod messaged me and was like "we can't even manually approve your posts".
I got new appliances a couple weeks ago and they're all "smart". Turns out a smart microwave just sends you a phone notification when it's done. By default.
As someone with multiple people living in the house, I can confidently say this is the dumbest "smart" feature ever. Promptly disabled.
How long are people microwaving things to the point where that is useful??!
if it don't complete under a Tiktok I ain't waiting!
/s
You joke but attention spans are so pitifully short after the brain rot exacerbated by rapid-fire on-demand content that I'm sure plenty of people have started a microwave, wandered away, and completely forgot about it.
Any appliance with IoT is a value-subtract.
They do it so in the future they can monetize you in perpetuity in some way
Most people tend to stay in the same room (or a neighbouring room) when they're microwaving something. They could probably save on the cost of having a full-blown computer with wifi inside the microwave by just having the noisy thing from an alarm clock. But, ah, the fuck do I know?
Some 90's microwaves actually used some chips to measure humidity and using a little reference table adjust how long certain foods need to cook for, for instance, popcorn can be popped perfectly without burning and almost without leftover kernels if you can measure how much water is being released. The same goes for cooking frozen meats, vegetables, and so on.
But what we get in modern ones instead are horrendous touchscreens, simple timers that never quite match the food they promise to work on, and Wi-Fi.
I’ve looked into many WiFi dehumidifier’s and the one thing I wanted from it was to notify my phone if it’s full. None of them do that. All they do is let you change speed and stuff. Nothing that is important to me. I just want to know if I need to go to the basement and empty it or not.
I put mine on a zigbee plug into my home assistant (docker on nas), and created an automation to notify me when the power consumption drops below 1 W or so (lower than when it's only running the fan when the hunidity is near setpoint). All local, works so far.
Right? Like half of what I want from these things is when is the battery low? When is the outbox full? When is the feeder empty? And metrics to verify the device is generally operating safely.
Controlling the device? We've known how to do that for 50+ years. Help me maintain the device.
Pet Wirecutter, Midea and Frigidaire both have smart options that have full bucket notifications. It's baffling that they don't advertise that feature in their product listings, though.
Welp if they don’t advertise it I’m not going to buy it. I bought the “dumb” Frigidaire because the smart features they list are just turn on and off and fan speed. Why wouldn’t they list full bucket ffs. Oh well time to diy solution it.
If I can turn it on remotely, that's a good feature. I have solar, I want it to work when the sun is out and I'm producing excess energy.
Yes, I know I can use other peripherals to do this (sometimes) but its always nicer if its just built in so I don't need to waste carbon on other things.
The only thing I want when manufacturers add wifi to these things is to appeal to open source principles like allowing us to connect to it and communicate with it openly and not tie it down to some cloud service they run.
I mean there's heavy water
which we already know of, innit ?
I'm still trying to figure out my network settings so that I can have my IoT one one network while still being able to access my home assistant from the other network.
Unfortunately, my ISP is also my cable company, and I have to use their modem/router combo else the cable boxes won't accept the cable signal. I'm using my own wireless access point (which also doubles as a switch for the handful of Ethernet devices I have), and it can split off a separate SSID, but that's not really doing much.
I have a separate IoT network. It's basically just a guest wifi for IoT. Anything coming in on that network gets a VLAN tag and only previous & established connections can get out. Honestly, it's kinda a pain in the ass with homeassistant because I keep HA on the other network so I have to manually find devices. It might be easier to just block it at the ip level or blacklist outgoing ip ranges to Tuya or whatever.
I have HA on a separate VLAN from IoT devices and have set up mDNS reflection so it can find them.