I am hoping someone can help me out here. After trying out a few notification services I have decided to use the Twilio service. I converted all of my automation’s over to use that and all is working well with the exception of the one below.
I get the garage door open SMS messages but this one I do not get. My wife does, which her number is listed second (68). I checked the Twilio logs and it shows the SMS going out and having been delivered. I am not entirely sure that the formatting is correct. The delay on the light being turned off works. The one and only thing that is not working are that I do not get the closed SMS.
I thought it might be a provider network issue, but then, why would my wife get the notification and not I. We both use the same service provider and have the exact same phones. Anyway, just wanted to see if anyone here could spot something I am overlooking.
- id: Garage-Door-CLOSED
alias: Garage Door CLOSED
initial_state: 'on'
trigger:
platform: state
entity_id: binary_sensor.ecolink_unknown_type0004_id0003_sensor
from: 'on'
to: 'off'
action:
- service: notify.TwilioSMS
data:
message: The Garage door has closed.
target:
- +15551234567
- +15551234568
- delay: 00:05:00
- service: switch.turn_off
entity_id: switch.ge_45609_onoff_relay_switch_switch_2