I’ve been trying to get the automation part of this completed all day and still haven’t been able to get it to work. Below is how I currently have things setup. When I trigger the automation nothing happens. No logs no TTS notifications no nothing…
- id: garage_door_open_voice
alias: 'Garage Door Open'
initial_state: false
hide_entity: False
trigger:
- platform: state
entity_id: cover.garage_door_opener
to: open
action:
- service: notify.office
data:
message: "Hello, this is a test"
FYI,
I first tested out the service to see if the wrapper and shell script worked.
Can do this using the Front-end Service “notify.Office” and filled in the JSON data:
Assume you want this to catch your attention so you don’t miss any of the message? In which case you could achieve the same effect by just adding a few unimportant words at the beginning, along the lines of ”listen up, …”
Yes, I have be using my android tabs around the house for announcement with a chime, sort of like that and use to it now. Guess I’ll keep sending the chime/ringtone to the tabs before the text to Alexa (voice is definitely louder and clearier on Alexa).
Thanks
Just curios if anyone else had the same problem as me and solved it. I am located in sweden and my amazon account is US. I get the script running and can list my devices. But the echo wont speak. Just dead silence.
You need to comment out the remove cookie commands in the alexa_remote_control.sh script or it will delete the cookie file on reboot. Change each rm -f ${COOKIE} to #rm -f ${COOKIE} I believe there are 3 of them.