This seems exactly the same approach as the rice cooker post. Maybe inspired? https://news.ycombinator.com/item?id=39902207
It wasn't inspired but thanks for the link! If I had known of the device notification integration, I would have just used that instead of trying to roll my own logic :D
Is It Dry Yet?
91–100 of 147 posts
Re: Is It Dry Yet?
#92May be a better way of doing it but off hand you can do it with 2 scenes.
Scene 1. If power consumption > 100w for 5 minutes turn scene 2 on.
Scene 2. If power draw less than 5w for more than a minute. send notification to phone. Turn off scene 2.
Re: Is It Dry Yet?
#93I've wanted to do this sort of thing for a while, but I am a bit concerned about using many of the smart plugs on the market with large motors, and I assume most dryers contain a fairly large electric motor (not sure how large.) I'm in the midwest U.S., so my dryer is a gas dryer; so presumably, the only real thing being driven off the electricity is indeed a micro-controller and a fairly large motor of some kind. I…
Re: Is It Dry Yet?
#94I've wanted to do this sort of thing for a while, but I am a bit concerned about using many of the smart plugs on the market with large motors, and I assume most dryers contain a fairly large electric motor (not sure how large.) I'm in the midwest U.S., so my dryer is a gas dryer; so presumably, the only real thing being driven off the electricity is indeed a micro-controller and a fairly large motor of some kind. I…
https://community.home-assistant.io/t/blue-print-to-work-wit...
Re: Is It Dry Yet?
#95For those wanting this convenience on a dumb washing machine, I used a single smart plug flashed with Tasmota firmware to monitor when the power draw dropped to zero. Notifications through Home Assistant. Not affiliated, just a happy customer of: https://cloudfree.shop/product/cloudfree-smart-plug-runs-tas...
Re: Is It Dry Yet?
#96Not to knock other people's hobbies, but our dryer plays a loud jingle when done, no Internet connection required. Do other models not have this feature?
Re: Is It Dry Yet?
#97The smart plug idea is slick. I like the idea of decoupling the smart from the appliance. I'd much rather all my appliances be dumb.
In the US, you'd have to get a 240 volt smart plug. Are there any reputable ones?
For the laundry use case, I just set an alarm on my phone though...
Re: Is It Dry Yet?
#98Earlier quoted context omitted.
> and instead use other methods to either measure current or implement switching. Yeah, I keep meaning to look at clamp style measurement. That doesn't give you control, of course, but I'm mostly interested in finding out how much power larger appliances are actually using (my dryer is pure electric).
A current clamp meter will not tell you anything unless you break out the individual wires you want to measure. Having both live and neutral running through the clamp will cause the electric field of the neutral to cancel out the field of the live whenever the device draws current, so the meter will be unable to read anything.
Re: Is It Dry Yet?
#99Not to knock other people's hobbies, but our dryer plays a loud jingle when done, no Internet connection required. Do other models not have this feature?
Re: Is It Dry Yet?
#100Hah, this reminds me of one of the first programs I wrote for personal use. My Macbook at the time had an accelerometer or gyro of some kind. So I made a program to monitor the output from that sensor, and it would send me an email when the motion stopped. I'd run the program, set the laptop on top of my running dryer, and go upstairs. In retrospect it was probably not smart to leave a laptop on top of the dryer for…
This is one of the most bodgy things I've come across and I love it! Did you end up replacing it with something else?