Live data from Hacker News

An iroh powered smart fan

iroh.computer

41–50 of 58 posts

Re: An iroh powered smart fan

#41
post #13

Earlier quoted context omitted.

That's very much not a smart fan. Not really relevant.

Pretty relevant because I've never seen the reason for "smart" gadgets at all. Physical switches are simply better.

You can have the best of both worlds with a hand-off-auto switch.

Re: An iroh powered smart fan

#43

This is interesting as an example of just how complicated and elaborate a toolchain you can use to build something dead simple. There’s a lot that comes for free by adding all these libraries and crates and steps. But from what I can tell it comes down to: let _ = if fan_on { fan.set_high() } else { fan.set_low() };

The hard part isn't controlling the fan, it's controlling the fan from anywhere, without a central server in the way. Sure, you could probably make this much smaller if you invented a specialized p2p fan control protocol, but that's a lot of work.

The simple way to do this is a dumb thermostat wired through a relay coil that enables a fan. It doesn’t give you remote access to change the setpoint but that’s all this setup does. Something like this has a setpoint you change once and then leave it.

For specific applications like transfer fans for a server room with a small amount of heat to react, you can buy an all-in-one thermostatically controlled fan: https://acinfinity.com/room-to-room-fan-8-with-temperature-c...

Re: An iroh powered smart fan

#44
post #13

Earlier quoted context omitted.

That's very much not a smart fan. Not really relevant.

Pretty relevant because I've never seen the reason for "smart" gadgets at all. Physical switches are simply better.

Having the option to say “hey siri turn on the fan” while you’re in bed is pretty nice. This kind of thing works pretty reliably these days with the right setup. The fan still has a physical switch.

Re: An iroh powered smart fan

#46
post #45

In a heatwave, you need AC, not a fan. Moving hot air around without cooling it is pretty much useless.

But a fan is nice in not-heatwave but still warm temperatures. I have a usb desk fan from a PC cooler manufacturer (Arctic I believe) and it's one of the best accessories.

Re: An iroh powered smart fan

#47
post #45

In a heatwave, you need AC, not a fan. Moving hot air around without cooling it is pretty much useless.

Anything helps, when you don't have AC. Moving slightly colder air to where you sit, or moving away generated from your body, does make a ever so slight difference. Helps to get rid of some sweat too, if you're sitting and sweating, which also helps a tiny bit.

Re: An iroh powered smart fan

#49
post #45

In a heatwave, you need AC, not a fan. Moving hot air around without cooling it is pretty much useless.

Lived in the California desert with no AC as a kid, fans definitely help. Especially if you are sweating or spritz yourself with some water

Re: An iroh powered smart fan

#50
post #45

In a heatwave, you need AC, not a fan. Moving hot air around without cooling it is pretty much useless.

Fans increase the efficiency at which your body's own cooling system (sweating) works by increasing the amount of air that flows by your skin, be it hot or cold.
Post reply on HN