Hi,
Hardware: Washing machine plugged into Aeon Labs Smart Energy Switch (DSC06106-ZWUS)
Goal: Receive a notification when the washing machine has finished its cycle
My first step was to break out the Watts value from the energy switch as a separate device. I then setup a scene to trigger a notification when the Watts went to 'level 0' - i.e. "when the washing machine is not using power, it is off (finished)".
This didn't work properly because either the energy switch is not accurate or my washing machine is a power hog :-) Sometimes after a cycle finished it would not return to 0 , while other times it would randomly bounce above zero and back to zero multiple times, which would trigger multiple false notifications.
So my current scene is setup such that:
'Washing Machine' = Virtual Device
'Washing Machine Watts' = level displayer broken out from the energy switch
Scene name: Washing Machine On
Device: 'Washing Machine' level set to 255
Trigger: 'Washing Machine Watts' changes to any level
Conditions:
1) 'Washing Machine' (virtual device) is at level 0
2) 'Washing Machine Watts' has been > level 3 for 1 minute
Text description: When a Watts change is detected, if the washing machine is currently OFF and the Watts has been > 3 for a minute, then turn ON the virtual device to indicate the washing machine has started"
Scene name: Washing Machine Off
Device: 'Washing Machine' level set to 0
Trigger: 'Washing Machine Watts' changes to any level
Conditions:
1) 'Washing Machine' (virtual device) is at level 255
2) 'Washing Machine Watts' has been < level="" 3="" for="" 1="">
Text description: When a Watts change is detected, if the washing machine is currently ON and the Watts has been < 3="" for="" a="" minute,="" then="" turn="" off="" the="" virtual="" device="" to="" indicate="" the="" washing="" machine="" has="">
However neither of these is triggering.
Note: I have to use 'change to any level' in the triggering logic because the 'Washing Machine Watts' has multi-decimal point accuracy that reads slightly differently each cycle, so I can't hard-code what the Watt level will be when it turns on because it changes all the time. Additionally the triggering logic doesn't offer 'greater than/less than' as an option.
Any help is appreciated.
Thanks
Think this might help. Your washer won't be 0 at any time unless you turn the power off to your AEON Labs power monitoring device. The washer will use some electricity at all times unless it is so old and all mechanically controlled verses electronically controlled.
With that said, you should look for the current value of the washer at rest. On the main ICHA software default page, you will see devices. To the immediate right of that is a drop down, tile and list. Change it from tile to list view and you can see the value of the watts. Might have to change it to something like < 10="" watts="not" in="" use,="" and="" 11=""> watts = in use.
Also never had any luck with the timer function of been at X level for Y minutes. Don't think that really works because there is nothing that keeps track of levels and time other than device logging.