Standard announcements can get boring…
“There is a visitor approaching”
“Someone has rung the doorbell”
I’m not savvy enough to figure out how to create the code to choose from a list of synonyms for common nouns and verbs and have the TTS code randomly choose from the list of nouns and verbs respectively;
For example
Noun = Visitor
Synonyms = Guest, Visitant, Monster, Secret Service Agent, batman, etc…
Verb = Approaching
sysnonyms = "Coming right for us!, Drawing near, hopping down the bunny trail
So my boring announcement of
“There is a Visitor Approaching”
Could now end up saying
“There is a Monster drawing near”
or
“There is a batman hopping down the bunny trail”.
Those examples may be a bit senseless but I think it would liven things up a bit because after a while, the same announcements can just become “noise”.
Here is the current code I use to send the alert;
luup.call_action(“urn:richardgreen:serviceId:VeraAlert1”, “SendAlert”,
{Message = “{tone:2} A visitor has rung the doorbell.”, Recipients = “”}, 397)
If someone is willing to template how to achieve this I would gladly do the heavy lifting.
Thanks in advance!