How to sync Android alarm with NodeRED

Поділитися
Вставка
  • Опубліковано 2 лис 2024

КОМЕНТАРІ • 11

  • @patrickpaganini
    @patrickpaganini 4 роки тому

    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!

    • @notenoughtech
      @notenoughtech  4 роки тому

      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

    • @patrickpaganini
      @patrickpaganini 4 роки тому

      @@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.

    • @notenoughtech
      @notenoughtech  4 роки тому

      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

    • @patrickpaganini
      @patrickpaganini 4 роки тому

      @@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).

    • @notenoughtech
      @notenoughtech  4 роки тому

      @@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

  • @Bloobje
    @Bloobje 4 роки тому

    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?

    • @notenoughtech
      @notenoughtech  4 роки тому

      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

  • @nikond90ful1
    @nikond90ful1 4 роки тому

    Thanks for the video Matt.

  • @DiogoROSilva
    @DiogoROSilva 4 роки тому

    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?

    • @notenoughtech
      @notenoughtech  4 роки тому

      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