Skip to content
This repository was archived by the owner on Dec 13, 2020. It is now read-only.

Tasker Recipes

Dattas Moonchaser edited this page Oct 28, 2013 · 1 revision

These are recipes for tasker

All notifications

Sending ALL notification titles (that Tasker receives) to pebble is fairly easy. To do this first ensure the Tasker accessibility service is enabled (which you should enable anyway to get full functionality of Tasker).

Create a new profile:

When adding the context, choose Event -> UI -> Notification. Hit the green check (so all notifications trigger this). In the Task, simply choose the plugin "Pebble Notifier" then choose to configure it. Give it a title and the body of the message you want to receive. I set the title to be just a space "New Notification" and the body to be:

%NTITLE

If on your pebble you get the variable (%NTITLE) instead of the notification try these:

  1. Ensure you have the Tasker accessibility service enabled
  2. Set Tasker to monitor the %NTITLE variable If you still cannot get it to work, it is likely you have an older version. Variables in plugins only work in Tasker versions 1.0.10 and up.

Low battery notification

Create a new profile:

Add a context, choose State -> Power -> Battery Level. Set the levels you want it to notify you at, then hit the green check. In the Task, simply choose the plugin "Pebble Notifier" then choose to configure it. Give it a title and the body of the message you want to receive. I set the title: "Phone battery level" and the body to be:

Phone's battery level is %BATT %

which would display: "Phone's battery level is 30 %" If the trigger level was 30.

Clone this wiki locally