This object is in archive! 

Send Email onetime in a rule

JC shared this question 9 years ago
Need Answer

Hello,


I would set up a rule that sends me a message from the time or consumption of my Wall Plug is greater than 10 (watch screenshot).


The power of Wall Plug varies greatly and is often reached 10 value, but

I would receive

the message one time only.

Because after I have somme condition to execute other command

What can I do this ?

thank you

kind regards

Replies (13)

photo
1

Look here:

https://community.zipato.com/responses/many-e-mails-if-i-create-a-role


But there are otherways...can you show the complete rule?

photo
1

Thank you

I would like some information when my washing machine...for my wife of course :o)


Begin cycle -> Sending a message


End of cycle -> Sending a message

Watch the attached file

photo
1

Not tested but something like this?


When Plug !=0


IF (Plug > 7) AND (NOT var Wash=1 and var Wash=2)

JOIN

SET var Wash to 1

Send mail

Wait 4500 sec


SET var Wash to 2


ELSE

If Plug <7 AND var Wash var = 2

Send mail

SET var Wash to 3


But when the cycle is done >> is the power 0W ? Because this make things easier.

photo
1

Thank you for your help !


No when de cycle is done the power is not 0 W.

photo
1

One question : How to create variable in a rule ?

photo
1

Right panel >> Variable >> New variable

photo
1

I created the variable but where I can find it ?

photo
1

Thank you !


The screenshot's rule....

photo
1

Hello,


I can try the rule (See last post with screenshot), but I never receive mail.


I have make some error ?

photo
1

Put a NOT in the var 2 (top one).

photo
1

Thank you ! I will try the rule at the next wash....

photo
1

I tried the rule and it's OK.


I changed it because my wife uses 2 wash progams. One program that lasts 75 minutes and other that lasts 135 minutes.


Can you tell me if my rule is correct (attached file)


Thank you

Leave a Comment
 
Attach a file