Tirrazo
January 10, 2023, 7:00pm
#1
Hi,
Would it be possible with a script to show active timers of Chronograph in a tile?
Like if there is 1 timer active, this will be shown.
If there is 7 active timers, this will show?
I see now that I am not able to even show one of the timers in an AVD
Do you mean you want to show the active amount of timers in the Device Tile?
Tirrazo
January 11, 2023, 9:08am
#3
Yes, I would very much like that if possible
And if it is possible also the time that the timer is running (in a tile.)
So you can see, for example, how long the front door was open, if you have made a flow with a timer.
If this already asked and was not possible, sorry for asking again.
And maybe this is already possible I have missed it.
1 Like
In the meantime you could do that this way, Mike:
Hi @GibStorm ,
Not exactly what you were looking for, but it triggered me to create a script/flow/device for that purpose.
You can find importable flows for a Timer , and for a Stopwatch
Flow example:
[Screenshot from 2023-01-05 16-27-21]
AVD device:
[Screenshot from 2023-01-05 16-53-49]
Script (use it with Homeyscript flow card “Run code with argument, and return number-tag”):
// Get value (milliSeconds) of a running timer; Argument = timer name.
var timerName = (args[0]);
let app = a…
1 Like
Thank you, I will give it a try.
Ill look onto it.
Please create a feature ticket at the support link in the app store.
Thanks!
1 Like