• 0 Posts
  • 10 Comments
Joined 2 years ago
cake
Cake day: October 6th, 2023

help-circle
  • Look, I’ll be honest with you, I’ve never built a dehumidifier (I’m sure you’re shocked). I don’t know what exact components tend to be used. What I do know is that I have a fairly new dehumidifier and we have another one from probably the early 80s. Somehow they both work. Again, I’m not sure what components were used in the older model, but given the age I’d be very surprised if the electronics it uses would be more expensive to manufacture than the newer one.

    Really, I think the idea I’m trying to get across is just that you can always aim lower. Sometimes the goal isn’t achieving perfect precision, but rather achieving something good enough. Take toasters for example, most toasters don’t have a timer at all. They have a little piece of metal almost touching a contact. When you turn the toaster on, that metal heats up and it bends until it touches that contact, ding toast is done. And when you turn the little dial from light to dark it just moves that piece of metal slightly further from the contact. My point is, it’s not exact, it won’t be the same on every toaster, and it will probably shift over time. It’s a low tech solution for something that could absolutely be done in a more modern, more precise, and still inexpensive way (a simple timer). But it’s cheaper and simpler to just do it the old way, and for many applications, that’s fine.

    Hell, I’m certain there are dehumidifiers on the market that don’t have any kind of humidity sensor at all. Even simpler…


  • Cocodapuf@lemmy.worldtoxkcd@lemmy.worldxkcd #3109: Dehumidifier
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    15 hours ago

    Honestly, having any of these vulnerable devices on your network is exposing your whole network, assuming the network is connected to the web.

    Your best off using either a separate network for your smart devices with its own router, or setting up a vlan to keep your smart appliances and actual computers separate.



  • It’s likely that the cheapest way to design and build a dehumidifier these days will already include a microcontroller interpreting results from a digital hygrometer because these components are cheap and easier to work with than purely electronic/electromechanical designs with no microcontroller.

    Well this part is definitely not true. A microcontroller and Wi-Fi chip are definitely more expensive than a wire, a variable resistor and a knob, which is all a purely electro-mechanical system would need in addition to the hydrometer.

    The fancy digital version wouldn’t be a lot more expensive, but it certainly wouldn’t be the cheapest way to go.

    That said, I think you’re right that most companies will opt to go the fancy digital route to try to sell a “smart” product with more features. But then I expect there will also always be companies that manufacture simpler, cheaper products as well.



  • but a microcontroller with WiFi like the ESP8266 or ESP32-C3 costs less than an accurate hygrometer chip

    Ok, two things.

    First, the cost of the Wi-Fi chip is clearly not the issue here. The real expense/concern is the effort and software mechanisms needed to secure that network connection. Connecting to the Internet is easy, securing that connected device is hard.

    Secondly, at some point you still need the hygrometer, there’s no way around that. Either your dehumidifier is tracking humidity, or your home automation system needs to track humidity. And you can’t like… get that data from the web somehow, you need a local sensor, and it will generally only make sense to have it in the same room as the dehumidifier (meaning not necessarily where other smart home components are set up).