This object is in archive! 
Zipatile luminance sensor as a rule trigger
Need Answer
Hello! I'm completely new with Zipatile and Z-wave, and this is my 1st post.
I'm trying to create a simple rule to control de Zipatile buttons light leven according the luminance detected by Zipatile luminance sensor.
The problem is I cannot add luminance sensor inside WHEN <SENSOR> because it appears as a METER, not SENSOR.
Same in case of temperature even I'm not using it.
I tried (and working) a WHEN trigger by using schedule (repeat every minute), but my purpose is to obtain a real time rule.
Is it possible?
Thanks !!!!
Pedro.-
No connection
Real-time notifications may not work
try to use the operator != inside the when.
Should be someting like:
when luminance =! 0
action
try to use the operator != inside the when.
Should be someting like:
when luminance =! 0
action
Thanks m4dt3o. That's the proper way !!
I changed a little bit WHEN comparison to "!= -1"because I think if we keep "=! 0" another rule will be needed in case of 0 lux, right?
Pedro.-
Thanks m4dt3o. That's the proper way !!
I changed a little bit WHEN comparison to "!= -1"because I think if we keep "=! 0" another rule will be needed in case of 0 lux, right?
Pedro.-
right :)
right :)
Replies have been locked on this page!