Custom Zeno Alerts with Android Automate

I have a a lot of Beeminder goals. As a result, I’ve come to view Beeminder’s zeno alerts as basically useless, since they result in so many notifications, most of which I can ignore, resulting in me ignoring them altogether.

A while back, I created my own zeno alert system using Android Automate, but it got pretty complicated and recently broke. So I decided to rebuild it, while trying to keep it as simple as possible, and share some of the details here.

My new zeno system has the following attributes:

  • It only notifies me for the very next goal that is due.
  • It notifies me via an Android notification and a text-to-speech alert.
  • It otherwise follows the zeno schedule by scheduling the next notification for half the time remaining on that goal.
  • If I’ve completed the goal before the scheduled notification fires, at the previously-scheduled time it notifies me for the new next goal, and then schedules a new notification for that goal on its own zeno schedule.
  • It uses exponential back-off in the case of a failure, usually due to poor network connectivity.
  • As a bonus, it texts my wife my notifications, too. (I can be pretty absent minded, so this has saved me from derailing many times!)

Below is an image of the flow. Click it to see the full-size image. This leaves out quite a bit of detail. If you’d like to try something like this for yourself, let me know and I can add some images of the configurations of the important blocks.

Beeminder Zeno Simple

3 Likes

I’m on iOS so I guess I can’t do anything like this, but I have the same problem when I have too many beeminder goals set up.

On the other hand, when I’m using any task manager app I’m like, “What, only one reminder? I have to schedule the rest”

1 Like

How did you get the beeminder information on the goals and whether they were due/how much time left? Thanks

1 Like

I think this is what you’re looking for:

1 Like