I have this event set up to get an email notification when my garage door is opened and closed. It mostly works, but I'm getting spurious notifications at random times when the door has not moved. Is there a better way to do this?
Announcement
Collapse
No announcement yet.
Spurious notifications
Collapse
X
-
Originally posted by DickB View PostI have this event set up to get an email notification when my garage door is opened and closed. It mostly works, but I'm getting spurious notifications at random times when the door has not moved. Is there a better way to do this?
-
OK. "The device had its value set to..." with the value for Open should work. If it is triggering every minute something with the event is not set up correctly. Can you post a screenshot of your event?"if I have seen further [than others], it is by standing on the shoulders of giants." --Sir Isaac Newton (1675)
Comment
-
I can see why that event is triggering every minute. The plugin is likely polling the sensor and setting it every minute. "Changes and Becomes" is a better trigger for this situation but now we have to figure out why you are getting random triggers. Can you post the original event you had setup? This may be a discussion better suited for the Insteon plugin sub-forum since you are using an Insteon I/O Linc."if I have seen further [than others], it is by standing on the shoulders of giants." --Sir Isaac Newton (1675)
Comment
-
Try going back to "Changes and becomes", then when you get the spurious email, check the log to see what is causing the event to trigger.
I'm not familiar with Insteon or the plugin, but it may be that the device status is checked once a minute, causing it to be "set".
Edit: Just saw that kenm posted the same. I would still check the log when the email comes through though.
Comment
-
Originally posted by kenm View PostI can see why that event is triggering every minute. The plugin is likely polling the sensor and setting it every minute. "Changes and Becomes" is a better trigger for this situation but now we have to figure out why you are getting random triggers. Can you post the original event you had setup? This may be a discussion better suited for the Insteon plugin sub-forum since you are using an Insteon I/O Linc.
Comment
-
Ah, Sorry missed that. I'd suggest copying that event and then disabling it. Change the copy to "not equal to closed" and change the action to log a message with the device value of the sensor when it triggers.
EDIT: Here's the syntax for logging the device value: &hs.WriteLogEx("Debug", hs.DeviceValue(1206), True)
Change 1206 to the DevRef of the input sensor."if I have seen further [than others], it is by standing on the shoulders of giants." --Sir Isaac Newton (1675)
Comment
Comment