Search results

  1. A

    Action works in Macro but not Action Block

    Bump. Anyone any ideas? The TL;DR; of the above is: "SumDictionary.ablock" is called from "Log_Sit_Upds_2.macro" and "Log_Excercise.ablock". When called from the macro, it works fine, but when called from the action block, it doesn't. I can't see any reason why. Cheers, David
  2. A

    Action works in Macro but not Action Block

    Hi, I've got a Macro that I'm working on but when I move an action from it an Action Block, it no longer works. The action in question sums up the values in a dictionary which is a global variable:Exercises[SitUps][Times] I do this by passing that dictionary to an action block called...
  3. A

    Trigger on activity below threshold

    Thanks so much for implementing this (song with a bunch of other stuff)! Macrodroid can now be the perfect alarm clock 👌
  4. A

    Trigger on activity below threshold

    Thanks for replying and yeah that would be great if it were possible. For the moment, I'll try adding triggers for all the other activities going above 10% but currently 'unknown' isn't a selectable activity. Perhaps adding that would be an easier short term fix? Many thanks
  5. A

    Trigger on activity below threshold

    You can see the point I'm trying to detect in the activity logs below marked with red line. Vertical scale is 0-100%. I'm trying to trigger with sub-minute accuracy (for which I can increase the detection rate, that's not an issue). So the logic would be:
  6. A

    Trigger on activity below threshold

    Hi, Is there any way to have a macro trigger when an activity percent is below a certain threshold? If I could trigger when the "Still" activity drops below 80%, it would work great. But triggering when other activities rise above even 10% isn't reliable enough. I tried adding "NOT" constraint...
Top