Could anyone share their events to figure out when the dryer and washer are on and off. I have Easy trigger but I'm not sure how to create an event using it.
Thanks,
Aldo
Thanks,
Aldo
Rule2 0 Rule2 on ENERGY#POWER>100 do backlog publish notify/cmnd/LED1 001000; rule2 0 endon Rule1 on ENERGY#POWER>100 do ruletimer1 600 endon on rules#timer=1 do backlog publish notify/cmnd/LED1 100000; rule2 1 endon Rule1 1
Comment