Just got this working ... really amazing work - it's been frustrating for years, not to be able to hook in properly to android alarms. Impressive effort - thanks!
If I find some time, I will try to add DELETE buttons, so you could discard the alarms from the dashboard too. Not an urgent feature but it's on my list
@@notenoughtech Would be good - there are times when it creates faulty duplicates after a rename. It would be good to have projects like this in git. I guess the maintenance could quickly get out of hand though.
Rename as the label? Problem is that the label name is not disclosed only string lenght. If you use this, I would suggest picking names that have a specific length
@@notenoughtech I think it needs tweaking to cope with turning status on and off, and also when a repeating alarm is dismissed, not to create a new separate alarm for the future (and instead update the repeating alarm).
@@patrickpaganini Probably it's how the Android handles the alarms - some of actions delete the alarm and create a new one some don't hence the small issues
Thanks, got it working with the dashboard! How do I automate so that when the next alarm fires something happens? Which node should I use to pass on that info?
Alarm info is a number of seconds. If you submit number of seconds with an inject node every minute you will have a crude way to check the current time Vs timer. Use IF statement in function node or switch node to compare values
This is so cool! What is your opinion regarding giving the extra permission to tasker to read the logs? Don't you think this could be a point of possible data leak?
You can't have it both ways. Either you can take the advantage of it ... Or be sure that info is not going to get accessed. I trust the tasked Dev with the access... But that's me
Just got this working ... really amazing work - it's been frustrating for years, not to be able to hook in properly to android alarms. Impressive effort - thanks!
If I find some time, I will try to add DELETE buttons, so you could discard the alarms from the dashboard too. Not an urgent feature but it's on my list
@@notenoughtech Would be good - there are times when it creates faulty duplicates after a rename. It would be good to have projects like this in git. I guess the maintenance could quickly get out of hand though.
Rename as the label? Problem is that the label name is not disclosed only string lenght. If you use this, I would suggest picking names that have a specific length
@@notenoughtech I think it needs tweaking to cope with turning status on and off, and also when a repeating alarm is dismissed, not to create a new separate alarm for the future (and instead update the repeating alarm).
@@patrickpaganini Probably it's how the Android handles the alarms - some of actions delete the alarm and create a new one some don't hence the small issues
Thanks, got it working with the dashboard! How do I automate so that when the next alarm fires something happens? Which node should I use to pass on that info?
Alarm info is a number of seconds. If you submit number of seconds with an inject node every minute you will have a crude way to check the current time Vs timer. Use IF statement in function node or switch node to compare values
Thanks for the video Matt.
This is so cool! What is your opinion regarding giving the extra permission to tasker to read the logs? Don't you think this could be a point of possible data leak?
You can't have it both ways. Either you can take the advantage of it ... Or be sure that info is not going to get accessed. I trust the tasked Dev with the access... But that's me