Washer / Dryer

I have a gas dryer. I’m not sure how much electricity the motor uses.

I want either z-wave or zigbee.

look at the wall plug. Is it standard? Look at the size of your circuit breaker panel. Amp of breaker?

I use zigbee power monitoring plugs - works really well. I use Samsung SmartThings outlets (F-OUT-US-2), but any power monitoring outlet should work. Here's an example of the rule that I use:

My dryer rule is similar.

To give credit where it's due, I might be mistaken, but I believe I copied a rule provided by @ogiewon.

2 Likes

Will a version 3 work? Says only 12amp.

It would work fine in my setup - the max draw I've seen is about 10A for the washer and much less than that for the dryer.

I currently have two solutions for monitoring washer and dryer.

My original solution uses an Aeon HEM v1 Z-Wave device, running a ported and slightly modified driver @mike.maxwell originally wrote for SmartThings. This has worked well for many years. The driver actually generates button pushed events when either the washer or dryer finishes a cycle, which I use as triggers in RM to send notifications.
Here is the Hubitat thread...

I also have more recently installed an IoTaWatt.com whole home energy monitoring solution. I wrote an integration for Hubitat which allows me to monitor the individual circuits for the washer and the dryer. I then use RM to notify when the proper sequence of events is detected as @aaiyar mentioned above.

1 Like

Any suggestions on a z-wave plug that monitors power to?

I’ve seen the aeotec plug but they want 89 Canadian for it.


1 Like

So I just purchased two of these.

Do you have these rules in rm4 yet?

Here is my Dryer RM4 rule. Washer is basically the same, except for the power threshold. You'll need to figure that value out for your specific devices to prevent false alerts.

image

1 Like

Sweet thanks.

So basically you just leave these plugs always turned on. Do you have a rule to turn these on in the event they are turned off?

In my specific case, I am using an IoTaWatt.com device, wired into my circuit breaker power panel, to monitor the power of the washer and dryer circuits. So, I do not have smart outlets to worry about.

Why not do
If
Power level is less then
Delay
Notify

Else
Cancel delayed action

End if

Because you will get a continuous stream of notifications as the power value bounces around below your threshold. The rule above will only send one announcement per laundry cycle (but could be tweaked to repeat the notification a few times if desired.)

Yes.

The Zooz can store the state and recover in the event of a power failure.

3 Likes

Thanks.

I look forward to getting these zen units.

2 Likes

So far working good.

Did you leave all the default settings alone on your unit ?

I'm also utilizing the Zooz units for my washer/dryer notifications. I leave them on all the time and have them configured to turn on after a power failure. They've served the purpose quite well. I'm also using them to track the changes in my incoming voltage to the house. Was somewhat surprised by the variability, nothing too significant(4-6v), just surprising.

I'm using a rule based on ogiewon's rule above that has been tweaked a bit to turn one of two accent lights on when either the washer or dryer is running. Blue is when the device is running, changing to green when complete, finally turning off 2 minutes after complete. It'll also send a notification to the phone of whoever is doing laundry. (Thank you ogiewon, this has provided for a high WAF. My previous attempts had been less than perfect.)

3 Likes

You're most welcome! Glad to hear my laundry rule has helped.

2 Likes