alias: Send message at a given time
trigger:
platform: time
hours: 24
minutes: 47
seconds: 15
action:
service: notify.twilio_sms
data:
message: ‘The sun has set’
target:
- “+16147059227”
Is there anything wrong with my syntax? Is there something I need to configure on Twilio’s end to make the messages come through to my phone? Nothing at all is happening when I automate the messages to send.
Ok, so this is the error that it returns:
“17-01-12 08:17:44 WARNING (MainThread) [homeassistant.core] Unable to find service notify/twilio_sms”
Posted this on stackoverflow as well: (Which is where the correct spacing and syntax is shown)
I just got my Twilio working, if you still need help…
1st: You have to create a new number with Twilio, this will be the from_number (when I setup my YAML I did not use the " marks before the + and after the last digit.
2nd: You have to confirm inside Twilio the number that you’ll be having the system send texts to
3rd: Make sure you’re using the token info shown on the Home Console Dashboard
How do you confirm inside Twilio the number that I want the Twilio system to send texts to? i.e. this is my own mobile number that I want Twilio to send texts to? And is it possible to receive calls as well or do I have to pay?
Yes there is a way inside Twilio to confirm your number so that their system can send texts, this is to prevent you from setting up Spam to someone I assume. You have to request confirmation number inside Twilio. I believe you can get calls but I only use it for texting certain things in my system (i.e. if my garage door has been open for too long). If you need more help let me know, I can try to login to my Twilio account to see how to do the confirmation if you haven’t found it yet.
You have to sign up for a new number with Twilio, then use their confirmation process inside Twilio to be able to send texts to your personal number, this prevents you from being able to Spam people with your Twilio account. Inside HA is where you tell the Notify service to send a text to your personal number. It’s been 4 months or more since I set mine up and I’ll be happy to try to help but need to know if you’ve got a Twilio number first or not and if you found how to do the confirmation inside Twilio settings to be able to send texts to your personal number.
Right. Do I have to pay for the Twilio number? or get one for free?
are there any instructions that I could follow to get Twilio to sends texts to my personal number?
Right I see
I thought it was free to send texts but anyway wouldn’t want to pay for it as I am only turning my lights on and thought it would be cool to get text notifications.
Do you know any services that provide free texts?
I don’t know of any. For my heavier usage notifications I’m using Pushover so I don’t have to pay for every single thing I want to notify me about. I use the texts for special items like leaving my garage door open for too long.