The default of the "message repeat delay"was 30 , I changed it to 1 and rebooted.
I still only get a notification icon on the top of my cellphone , but no sound.
When I remove again the {tone:tts} from the āAdditional Configuration tab of Vera Alertsā I get my "barking dogs " sound again. As soon when I insert the code {tone:tts}, nothing happends, only the small icon on my homescreen.
Attached some more screenshots,
the first one from my vera 3 (veraalerts.jpg) , the aditional configuration tab.
second one is a random device , a light which gives a notification (gatelights.jpg)
3th one is a screenshot of the galaxy S3 of vera alerts (S3_1.jpg)
4th is the notification when the code is {tone:tts} is inserted (top of the list),it shows the ātā with time and date. the bottom is when it the alert 1 is played.(S3_2.jpg)
5th is confirmation of the message repeat delay (S3_3.jpg)
6th is a screenshot of the volumes of the S3 (S3_4.jpg)
What else can i do to make it working
many thanks,
edit I am not allowed to attach more screenshots, the first 2 screenshots can be seen in my post on " December 28, 2012, 01:18:16 am",
Cor
The ātā in the leftmost column is interesting. When I use numbered alert tones, I also get a digit in the far left.
If I have no numbered alert, there is sometimes a space in the left column, sometimes no space.
As to why the speech isnāt working, does it talk correctly if you āOverrideā in the options to force all messages to TTS?
(Just to verify your speech engine and VA are working together)
If this doesnāt talk either, something else is wrong.
(āOverrideā still plays the alert tone in addition to TTS. I like it. My lowest level (1) is silence (or just speech announcement), then 2-5 are progressively longer and more urgent tones followed by announcement.)
@ Groundloop: yeah, that is working; I ticked the āoveride alert toneā box and I heard the āalert1ā tone and a bit later the voice saying the notification. I did get the ātā again in the left colomn.
Once more I tried the code in the āAdditional Configuration tab of Vera Alertsā like in the screenshot below, just the small icon on the screen appeared but no sounds at all, even when the box āoveride alert toneā it doesnāt work with this code.
I donāt think you can put {tone:tts} by itself ā it needs text to follow. Like this: ā{tone:tts} This is the text to read aloud.ā
That said, I havenāt tried it. I prefer to set the Tone vs Voice in the client side. (Ideally, each alert level would have its own client-side use-tone vs. use-tts, but itās not like we are lacking options already.)
The whole thing got much simpler once I stopped using Notifications, Users, or any of the automatic associations and just made raw SendAlert calls.
It took just a few lines of LUA code to encapsulate the recipients I wanted, master conditions (like Awake vs Sleeping), and then just call those functions with message arguments from the Luup code in triggers or scenes. Now I can make changes to all the messages in one place (like swapping tts for alerts, etc).
YES!!! this worked. There should have been a text after āthe codeā.
many thanks
One more question concerning hardware, I will now buy a cheap second hand android device, it will act as a doorbell-sound. What are the minimum requirements for veraalerts?
[quote=āsignal15, post:49, topic:172920ā]It can. Create a directory on your SD called āNotificationsā, and put your MP3 in it. Then in the app, select it as one of the tones, and call it with the luup code. You can only have 5 of them right now though.
2[/quote]
@ signal15, May I ask how you figured this out? To my knowledge this isnāt in any of the documentation. Pretty slick. This is one of the couple big things Iāve been wanting from Vera Alerts.
The other is the ability to randomize the message. This is possible in HomeSeer and by all accounts it gives a higher level of humanity to the house. Last night the Mrs. was complaining that it always says the same thing. Imagine having 10 or so possible notifications Vera Alerts chooses from.
Recently upgraded android on Samsung Galaxy to ver 4.2.1 and vera alerts stop receiving any alerts.
Used titanium backup to migrate app and setting also tried to unregister and register again an still not working.
Any idea?
I do not think the GCM is running on Kindle.
Someone may have some hacks out there for this ā¦
In the meantime, you can use it at home using local area network.
[quote=āRichardTSchaefer, post:72, topic:172920ā]I do not think the GCM is running on Kindle.
Someone may have some hacks out there for this ā¦
In the meantime, you can use it at home using local area network.[/quote]
[quote=āRichardTSchaefer, post:72, topic:172920ā]I do not think the GCM is running on Kindle.
Someone may have some hacks out there for this ā¦
In the meantime, you can use it at home using local area network.[/quote]
I was planning on using LAN. However, how do I get the App on my Kindle Fire? Itās not in the store so Iād need an .APK to side load it.
Iām trying to set up Vera Alerts on my new Vera3. I already have the Vera Alerts Android app connected to the Vera2 in my other house. Can I have both Veraās send notifications to the app? How do I configure that? Do I just type the Registration code displayed in the Android app into the Vera3 VeraAlerts ā Notification Configuration ā Vera Alerts ID box, and then both Veraās would send notifications to the Android?
Can I have both Vera's send notifications to the app?
Yes, they will both use the same VeraAlertsId ... which is unique to the target phone.
(Note you can also have two phones ... then each Vera can send the same or different messages to each target).
This is where you might also want to add an Aux Message ā¦ So you can sort all messages by where they came from. You might want to add an AuxMessage as:
Sent from Home.
This will get added to all messages sent from the that particular Vera.
You can also use something like:
{Source:Home}
This will not be visible in the message ā¦ but you will be able to see it if you Long Click a message on the Android ā¦ Also you can use it to Sort the message.
Or you could use:
{FGColor:xFF8080}
This will set the color of the text for all messages coming from this Vera.