Live data from Hacker News

Nest for showers

news.ycombinator.com

11–20 of 28 posts

Re: Nest for showers

#11
I was considering how you would design something like this (in the shower the other day)

I trained as an industrial electrician when I was younger so I have some tangentially related experience (though a lot of my apprenticeship was done in a flour mill which is is a very hazardous environment (fuel/air explosions are no joke)).

The conclusion I came to is that while some of the stuff is fairly trivial (constant temperature control for example requires some finesse when you have variable water pressure/flow rates but is solvable) other stuff is actually quite difficult.

How do you handle control inputs?

While waterproof touch screens exist they are ferociously expensive and look more at home in abattoir than a typical shower. So the control would have to be either very simple or controllable from a phone which imposes it's own problems (you would have to run the program before getting in the shower unless you want to take a shower with your £500 iPhone).

In addition there are liabilities (if your software goes rogue and melts the skin of someone that is probably not a good thing).

Safety Standards for showers are rigorous.

Standard for showers are already pretty rigorous (unsurprisingly as they combine electricity in close proximity to water and just for fun throw in scald and slip hazards) so getting a device certified may be expensive.

Integration

The shower would have to be manufactured with the "nest" style controller in it already, modifying an existing shower isn't go to fly as internally there are few standards (except across manufacturers) and anything that impairs the seal is going to get you sued.

None of this stuff is unsolvable if there is a market demand for the product but to be honest I'm not convinced there actually is.

Re: Nest for showers

#12
Honestly, after using one of those fancy showers that had exactly the features you describe, it was a huge pain in the ass:

1. I'm extremely short-sighted, and of course I don't wear glasses when I shower, so reading the LCD display to make adjustments was a pain in the ass.

2. There was an option to save settings for guests (which I was) but I never bothered taking the time to use it, so every time I wanted to shower I had to set everything correctly again. Took me like 3 minutes before I could shower. The UI was quite poor, so arguably this could be improved but still...

3. The temperature would reset to the default value if I turned the shower off and didn't turn it back on soon enough. Back to step 2, with the added fun of being covered in shampoo and trying to avoid the cold water drenching me since of course I turned the shower on before realizing it had lost my temperature settings.

Again, the UI for this system was quite poor but still. No matter how good the UI is, the cognitive load compared to traditional system is just too heavy for no good reason.

Just give me a knob for temperature, and a knob for jet strength, like all modern showers. That's all I need.

Re: Nest for showers

#14

There's no need for electric showers. The heat regulator could be attached to the "cold" and "hot" handles and a thermometer at the output of the shower. When the temperature differs from the setup it automatically adjust the "hot" or "cold" temperature to regulate it. The problem with this is that the whole system would be "reactionary", meaning that temperature regulations would only happen AFTER temperature altera…

That's true of HVAC thermostats as well, and works OK in that application.

Re: Nest for showers

#15

I've been working on building an arduino-powered solution for this but for sinks, using 2 servos to control the hot/cold faucets and a waterproof temp sensor measuring/controlling the output. Initial challenge was easy, but I'm now having issues with the fact that the pipes cool/warm over time as they get used, and that doesn't seem to be playing well with the basic logic I have in place to keep the temp. balanced.

Have a look at Model Predictive Control :).

It's one of the simpler methods beyond straight forward feedback systems.

https://controls.engin.umich.edu/wiki/index.php/MPC

Re: Nest for showers

#18

There's no need for electric showers. The heat regulator could be attached to the "cold" and "hot" handles and a thermometer at the output of the shower. When the temperature differs from the setup it automatically adjust the "hot" or "cold" temperature to regulate it. The problem with this is that the whole system would be "reactionary", meaning that temperature regulations would only happen AFTER temperature altera…

That's true of HVAC thermostats as well, and works OK in that application.

Yes but hvacs aren't spraying scalding or (worse) cold water on your half-awake self.

Re: Nest for showers

#19

I was considering how you would design something like this (in the shower the other day) I trained as an industrial electrician when I was younger so I have some tangentially related experience (though a lot of my apprenticeship was done in a flour mill which is is a very hazardous environment (fuel/air explosions are no joke)). The conclusion I came to is that while some of the stuff is fairly trivial (constant temp…

[deleted]
Post reply on HN