sensing washing machine and dryer states

This is a legacy forum which is locked for new topics. New topics should be started in one of the other forums under Extending Indigo
Forum rules
This is a legacy forum which is locked for new topics. New topics should be started in one of the other forums under Extending Indigo
rszmetro
Posts: 104
Joined: Thu Sep 10, 2009 1:12 pm
Location: East Hills, NY

sensing washing machine and dryer states

Post by rszmetro »

Does anyone know of a solution so that Indigo can know whether my washer and dryer are running? Both are digital machines. I'm looking to get notifications when they are finished.

Thanks,
Rob Z
Rob Z
nsheldon
Posts: 2469
Joined: Mon Aug 09, 2010 2:12 pm
Location: CA
Contact:

Re: sensing washing machine and dryer states

Post by nsheldon »

I do exactly what you're wanting to do with this kit. Unfortunately, the kit and the Light Probelinc itself are discontinued. However, you can still buy I/O Lincs (here, or at Smarthome) and can still find some Light Probelincs on eBay. It works for me quite well, though not without some customizations to the adhesive. The included adhesive is way too big and would cover other indicators and buttons, so I removed it and used electrical tape to block outside light instead. The Light Probelinc is least sensitive to greenish light, so if your washer and dryer use green LEDs for the "Done" indicators (like mine do), you have to be particularly persistent in blocking out all other light with the electrical tape. If your digital washer and dryer use an LCD status message instead of an LED indicator, this setup won't work. An iSync Solo could work with a washing machine. If your dryer is gas powered, an iSync Solo would likely work for it too.
User avatar
macpro
Posts: 818
Joined: Thu Dec 29, 2005 6:10 am
Location: Third byte on the right

Re: sensing washing machine and dryer states

Post by macpro »

Dewster35
Posts: 1033
Joined: Tue Jul 06, 2010 6:29 pm
Location: Petoskey, MI

Re: sensing washing machine and dryer states

Post by Dewster35 »

Does the power draw change for the washing machine depending on whether it is actually running or not?

I currently use a synchrolinc that drives a variable for the washer state. Synchrolinc on = washer on, synchrolinc off = washer done after an 8 minute delay (to account for no power draw during rinse), synchrolinc off plus an open close switch open = off

For the dryer, I'm using an imeter solo and polling once we see motion on the laundry room and then for another few hours until the dryer is emptied. Same idea there for on, done and off (after seeing the power draw for the dryer light).
User avatar
berkinet
Posts: 3441
Joined: Tue Nov 18, 2008 2:08 pm
Location: Berkeley, CA, USA & Mougins, France

Re: sensing washing machine and dryer states

Post by berkinet »

I tied the sense line of an inlineLinc to the panel light (110vac on my machine).

There have been several threads on this topic over the past few years. A search should turn them up.
rszmetro
Posts: 104
Joined: Thu Sep 10, 2009 1:12 pm
Location: East Hills, NY

Re: sensing washing machine and dryer states

Post by rszmetro »

Thanks to all. I'll check these ideas out.

Best,
Rob Z
Rob Z
User avatar
davvi
Posts: 110
Joined: Tue Sep 27, 2011 8:06 pm
Location: Austin, TX
Contact:

Re: sensing washing machine and dryer states

Post by davvi »

I used an iMeterSolo to figure out the power draw during a wash cycle, and a dry cycle. They usually differ quite a bit. Then I had a trigger watch the values of iMeterSolo and update variables washerOn, or dryerOn to true/false.
rhanson
Posts: 198
Joined: Tue Apr 30, 2013 6:31 pm

Re: sensing washing machine and dryer states

Post by rhanson »

Has anyone tried a network-based solution? I have Samsung units that are WiFi enabled. The Samsung app doesn't allow much, and the notifications don't even work. I haven't gotten around to sniffing the packets to see what's going on yet, but I do know that the traffic is over TCP (as opposed to UDP) from what I read somewhere online. Anyone gone this deep? :-)
Locked

Return to “Extending Indigo with Plugins and Python”