I'm missing something really basic.
I have an EcoLink Tilt Sensor on my right garage door. I'm utilizing the two statuses that are attached to the sensor:
1) Off-Closed-No Motion status with a value of 0
2) On-Open-Motion status with a value of 255
I can see that these events fire in my log:
Device: Outside Garage Sensor Binary Reserved Set to On/Open/Motion
Device: Outside Garage Sensor Binary Reserved Set to Off/Closed/No Motion
So it appears when I'm opening and closing the garage door, I'm getting notice that these events happened. So far, so good.
My open event is setup as:
IF This device changes and becomes...
Outside Garage Right Tilt Sensor changes and becomes a custom value or value range of 255 to 255
and my close event is setup as
IF This device changes and becomes...
Outside Garage Right Tilt Sensor changes and becomes a custom value or value range of 0 to 0
The THEN piece is sending a pushover message
If I run each of the events by clicking on the Play icon, I receive my pushover message, as expected, so I know that piece works.
When my garage door tilt sensors change, I get no pushover notification
What did I do wrong?
I have an EcoLink Tilt Sensor on my right garage door. I'm utilizing the two statuses that are attached to the sensor:
1) Off-Closed-No Motion status with a value of 0
2) On-Open-Motion status with a value of 255
I can see that these events fire in my log:
Device: Outside Garage Sensor Binary Reserved Set to On/Open/Motion
Device: Outside Garage Sensor Binary Reserved Set to Off/Closed/No Motion
So it appears when I'm opening and closing the garage door, I'm getting notice that these events happened. So far, so good.
My open event is setup as:
IF This device changes and becomes...
Outside Garage Right Tilt Sensor changes and becomes a custom value or value range of 255 to 255
and my close event is setup as
IF This device changes and becomes...
Outside Garage Right Tilt Sensor changes and becomes a custom value or value range of 0 to 0
The THEN piece is sending a pushover message
If I run each of the events by clicking on the Play icon, I receive my pushover message, as expected, so I know that piece works.
When my garage door tilt sensors change, I get no pushover notification
What did I do wrong?
Comment