This object is in archive! 
Send Email onetime in a rule
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
Files:
Example_rule.png
No connection
Real-time notifications may not work
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?
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?
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
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
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.
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.
Thank you for your help !
No when de cycle is done the power is not 0 W.
Thank you for your help !
No when de cycle is done the power is not 0 W.
One question : How to create variable in a rule ?
One question : How to create variable in a rule ?
Right panel >> Variable >> New variable
Right panel >> Variable >> New variable
I created the variable but where I can find it ?
I created the variable but where I can find it ?
Look here and scroll down...
http://www.domotica-blog.nl/post/qubino-flush-dimmer-review
Look here and scroll down...
http://www.domotica-blog.nl/post/qubino-flush-dimmer-review
Thank you !
The screenshot's rule....
Thank you !
The screenshot's rule....
Hello,
I can try the rule (See last post with screenshot), but I never receive mail.
I have make some error ?
Hello,
I can try the rule (See last post with screenshot), but I never receive mail.
I have make some error ?
Put a NOT in the var 2 (top one).
Put a NOT in the var 2 (top one).
Thank you ! I will try the rule at the next wash....
Thank you ! I will try the rule at the next wash....
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
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
Replies have been locked on this page!