[RELEASE] Laundry Manager

@murray.sean.d I think that should be pretty easy to do. I'll try and get to it in the next few days.

I currently use a Sonoff S31 to monitor washing machine power and an Aeotec Heavy Duty switch to monitor power to the electric dryer. Both trigger individual virtual motion switches to run Alexa routines for voice announcements. The switches are momentary so resetting is not required. Can the app trigger those switches. My rule for the washing machine works perfectly but the dryer is a problem because it triggers whenever the dryer door is closed and the light goes off. Sounds like your app can do what I've never managed to get right with the dryer rule.

@bbrannon You could write a rule that triggers your virtual switches when the state is finished.

If Alexa is a notification device you could just use my app to send the notifications directly. If you didn't want to deal with resetting the state, you could just leave it at finished and disable repeat notifications. The next time you run the dryer it will go from finished to running.

As long as you set the min watt threshold high enough the dryer light shouldn't trigger a running and then subsequently a finished state (I have mine set to 10W).

The virtual switches are essentially the notification devices. The Alexa routines run almost instantly when they are activated. Turned out to be much easier than my adventure with maintaining the Alexa cookies.

@bbrannon Would it be possible to allow a vibration/acceleration sensor to be used instead of a power meter? That's the only way I've found to keep track of whether my 240v dryer is running.

1 Like

I tried vibration first. The nearby washer also set it off. Aeotec Heavy duty switch does 220. There is a custom driver for it that reports power. It works very well. I have a rule that works but it is not well constructed. Right now it reports via a virtual motion switch which triggers an Alexa routine announcing "The dryer is done" whenever the switch goes to 0 watts. So opening and closing the dryer door triggers the dryer is done. I need to define it so it only reports 0 watts after it has run for some defined period. It isn't really much of a problem because the person loading the dryer can't hear the announcement in the kitchen Aeotec Heavy Duty switch driver

@murray.sean.d Code has been updated to make washer, dryer, and reset button optional. Hopefully that works!

2 Likes

@augoisms, Hi Justin, cheers for your codes!
I'm just wondering (as I'm new to hub, please excuse my silly questions), how can I create them on dashboard. which template can I use so that they're showing as what you've got on the screenshot below?

thanks

@j2hdwd I'm actually using SharpTools for my dashboard with the Hero Attribute layout. I don't think that the Hubitat dashboard can do multiple attributes out of the box. However, to get just the status you could use the attribute template and select status. Hope this helps!

1 Like

Thanks. I've been trying to get this working for sometime. But not having any luck. I'm using a tuya converted plug that gives me some attributes or power monitoring. What I found is that the plug doesn't refresh hence not getting any alert. Any ideas? Thanks

@j2hdwd Unfortunately I’m not familiar with Tuya or other WiFi plugs. I’m currently using Aeotec Z-Wave switches. I also have Zooz switches that work well and report power similarly.

Are you using the firmware Markus maintains for HE?

yes I am. I'm using his flavour of drivers and firmware on those plugs.

You were running the unmodified version of Tasmota as you found out, hence no updates... I'll add a check for that in the future...

1 Like

Thanks @markus.

@at9 - So, just for my understanding, from you question.....given the fact that I'm using markus' firmware & drivers, do you actually have the same setup and have good success in getting them working?

Yeah I did have the same setup and it was working.

I did have to delete this app as I'm pretty sure it was the cause of issues with my hub i.e. hub kept crashing then only change I made was to remove laundry manager and no issues for a week then reinstalled it issues then returned within a day.

Has anybody else had issues like this?

Yes, I've got the same issue.

Request : any chance you can add in multiple selections for notification? The wife wanted me to know when to dry the clothing as well. :man_shrugging:t2:

@Navat604 Done! Code has been updated to allow for multiple notification devices.

That was quick! Thank you so much. Been using this since December without issue.

1 Like