You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tas...@googlegroups.com
Hello,
I am using an app called VeraAlerts for a z-wave controlled system.
It sends out Android notification for certain actions. I have Tasker read out loud the notifications using Event->UI-->Notification profile and then Misc-Say %NTITLE task
The problem is that when I unlock the front door it send two notifications back to back withing less than a second. One says what user opened the door and the next one says the door is open. Tasker will only read the first notification.
Is there a way to handle multiple notifications from the same app ?
thanks
Bob Hansen
unread,
Oct 26, 2013, 11:16:40 PM10/26/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tas...@googlegroups.com
This is most likely due to the task collision handling being set to Abort New Task. Try changing it to Run Both Together. The collision handling option is under task preferences.
If that doesn't work then you will need to create a queue for the incoming notifications and handle them one at a time.
Pent
unread,
Oct 27, 2013, 1:16:21 AM10/27/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tas...@googlegroups.com
Aside from changing collision handling to Run Together, you'll need to use local variables instead of %NTITLE. When two notifications come in quickly, by the time the first task runs %NTITLE has probably changed to the value in the second notification.
If you use %evtprm2 it should get over that problem.