Ultimate Watch
  • Home
  • News feed
  • How to use
    • Tips And Tricks
    • Presets and Watchface Designer
    • Complications
    • Dial Configuration
    • Fast dial switching
    • Calendar Features
    • Background
    • Post-it Notes
    • Heart Rate
    • Timer
    • Unread counters
    • Customizable Logo
    • Google Fit Statistics
    • Automation Support
  • FAQ
  • Web Control
  • Contact
  • Download
  • Community
  • ChangeLog
  • Privacy Policy
  • Home
  • News feed
  • How to use
    • Tips And Tricks
    • Presets and Watchface Designer
    • Complications
    • Dial Configuration
    • Fast dial switching
    • Calendar Features
    • Background
    • Post-it Notes
    • Heart Rate
    • Timer
    • Unread counters
    • Customizable Logo
    • Google Fit Statistics
    • Automation Support
  • FAQ
  • Web Control
  • Contact
  • Download
  • Community
  • ChangeLog
  • Privacy Policy

Automation and Tasker support

Ultimate Watch has support for 2-way automation using Tasker and other automation apps  such as Locale, AutomateIt etc:
  • Automate different tasks in Ultimate Watch
  • 3 text variables that can be set using e.g. Tasker and displayed on the the watch face 
  • Use tap shortcuts on the watch to initiate Tasker actions

By using the open API that Ultimate Watch provides you can with a few easy steps open up an endless amount of possibilites. Only your imagination sets the limit.

Examples of things you can do:
  • Change colors of watch face every x hours
  • Display SMS automatically in the Notes dial when an SMS arrives.
  • Show stock information or latest football results automaticlly in the Notes dial
  • Make a remote control with Tasker for your TV/Blueray/Stereo and  control it from the watch
  • When arriving to office you can automatically enable current meeting information, appointment summary, time zone, appointment rings on the watch face.  
  • Create presets with different configuration settings  and store them as shortcuts on the desktop.
  • Set a dimmer color after sunset to make the watch face less bright. Good for those watches that don't have  an ambient light sensor 
  • Enable higher heart rate measurement frequency and step counter and distance walked dials automatically when going for a power walk.
Picture
Picture
Picture

API description

INTENTS

You use Android Intents to control Ultimate Watch. Many automation apps such as Tasker, Local and AutomateIt have support for sending Intents.

This is how you set up an   Android Intent action using Tasker to change the 3 dials on the watch face to Weather, Appointments and Current Events:
  • Create a new action and name it so you know what it does
  • Press the + button to create a new action category
  • Choose System and then Send Intent
  • Enter net.stefano.stefanoface.SETTINGS as action name
  • Enter dials:5,2,4 in the Extra field
  • Save and your done

You can now send the intent directly from Tasker by pressing the right triangle button. Even better you can create a profile that automatically sends the Intent when certain conditons are fulfilled. You can also store the action as a shortcut on the phone desktop.
Picture

Detailed description

Description
Intent Action label
Intent Extra label
Intent Extra format
Value
Change the 3 dials
net.stefano.stefanoface.SETTINGS
dials
dials:a,b,c
a,b,c =
  • 0 = None
  • 1 = Step Counter
  • 2 = Appointments
  • 3 = Distance
  • 4 = Current Events
  • 5 = Weather 
  • 6 = Battery
  • 7 = Time Zone 1
  • 8 = Time Zone 2
  • 9 = Stop Watch
  • 10 = Timer
  • 11 = Barometer
  • 12 = Altimeter
  • 13 = Compass
  • 14 = Heart Rate
  • 15 = Notes
Change colors
net.stefano.stefanoface.SETTINGS
colors
colors:a,b,c,d,e,f,g
​Replace each letter with a color code in hexadecimal format.
  • ​a = Background
  • b = Time Indicators
  • c = Hour and minute hands
  • d = Seconds hand
  • e = Dials
  • f = Unread Indicators
  • g = Progress indicators
Set note text
net.stefano.stefanoface.SETTINGS
notes
notes1:text
notes2:text
​notes3:text
One entry per line.
You can also only use notes1 and enter line breaks in the text instead
Set Altimeter settings
net.stefano.stefanoface.SETTINGS
altimeter
altimeter:a,b,c,d
a = enable reference altitude
  • 0 = Disable
  • 1 = Enable
b = Reference altitude in meters
c = Enable Pressure Sealevel
  • 0 = Disable
  • 1 = Enable
​d = Pressure at sealevel in Hpa

Set ambient mode settings
net.stefano.stefanoface.SETTINGS
ambient
ambient:a,b,c,d,e,f
Replace each letter with:
  • 0 = Disable
  • 1 = Enable
​Letters:
  • ​a = Black background
  • b = Show left dial
  • c = Show right dial
  • d = Show top dial
  • e = Show unread count
  • f = Show calendar indicator
Set Heart Rate settings
net.stefano.stefanoface.SETTINGS
heartrate
heartrate:a,b,c
a = Enable continuous heart rate measurement
  • 0 = Disable
  • 1 = Enable
b = HR Scanning interval:
  • 0 = 1 min
  • 1 = 2 min
  • 2 = 5 min
  • 3 = 10 min
  • 4 = 30 min
  • 5 = 60 min
b = HR Scanning duration:
  • 0 = 15 seconds
  • 1 = 20 seconds
  • 2 = 30 seconds
  • 3 = 45 seconds
Proudly powered by Weebly