[APP][Pro] Chronograph - Adds precise timer, stopwatch and transition functionality to Homey

Thank for confirming what I assumed…

Flows can be silently disabled by Homey, because of an unknown condition ‘too many triggers in x seconds’

Good that you told me :saluting_face: : After your reply encountered situation where restart did not resolve tricker-issue, so seems that landed to wrong side with latest additions and finally removed 5sec (and 10sec and 1min :slight_smile: ) stopwatch (and kept only 5+min ones) and went back to use “Every xx yyy” cards on effected flows.

Now back on normal :partying_face:

Hi all, first to the creator of the chronograph app, thanks for making it! works like a charm:) I do have a question however which I did not find in this forum: is it possible to see the timers/stopwatches/transitions also in minutes instead of seconds?

See in app settings or retrieve with flow card?

Hi, it’s me again. I don’t understand why the lights won’t turn off.

You should use the card “Timer … ended” (or finished).

“Timer … is Stopped” is used when a Timer is forced to stop.

3 Likes

Hi

Is there a plan for a widget for the new dashboard - to display timers in the dashboard ?

Well perhaps, but you can already create a device to show its timer on the dashboards i believe.
And for more customisation you can use an Advanced Virtual Device from the Device Capabilities app and use it to show the Chronograph timer any way you want.

Hi! Thanks for a great App! I’ve used the Timer function for several years now, but just recently started to use the “Timer has reached a duration of X units” function. I don’t know if I am understanding it wrongly but it appears to me that it is rather triggering when “X units is left on the timer”? Is that correct? And if so, can one implement the option to choose either of them? I rather use the Timer with a set end time than a stopwatch with no end time. Thanks again! And thank you all for this Forum! It is very helpful! //Alex

The timer has a duration (time left) and elapsed time.
I missunderstood that myself when starting to use it.

1 Like

can you please explain how this is doable?
" you can already create a device to show its timer on the dashboards I believe"

It’s possible when you create an AVD, and add a text field,
at “Reflect” > select ‘Chronograph’,
and select the elapsed or remaining time of a timer.
Now select that textfield as status indicator.

BLL expression:

time('D hh:mm.ss', $value)
About the returned time format:

D is for days, DD is also possible for timers with a duration of >10 days
When it’s below an hour, just use 'mm:ss'or 'mm.ss'
Want to show only seconds? This is the timer value unit, so no need for a time() expression;
just enter: $value


Dash:
1000039351



This is possible as well, by additionally using the neat DataVista widget:

Looks much better :woman_dancing:

1 Like

Which would then look something like this (icon is custom):

1 Like

Well, just create a device, select chronograph and pick the timer/stopwatch/transition.
(Thats the easy default way, if you want to be able to customise, use the AVD as @Peter_Kawa described).

I wish it worked like that, Arie.
It only shows an alert when running.

You’ll have to longpress the tile to view the remaining time.

Thats why I use the custom construction :grimacing:

But,
It does show the rem. time @ web app, big tile view

The dashboards don’t have the big tile view unfortunately.

Ah…
I really need to experiment with the dashboard stuff, i didnt know that.
I thought you could select which property to show on a dashboard tile.

Unfortunately the standard dashboard device tiles are a copy of the app tiles.

Well, with the enhanced device widget (by @Adrian_Rockall), it’s possible to show (parts of) a timer device! It’s very straightforward:

Time formatting (hh:mm:ss) is not possible.


Maybe if you can add a “remaining time” tag to the timer devices, it should be possible to sele t it as status indicator?
As you can see, only both buttons seem to be (user) available as tag.

@Arie_J_Godschalk Just made another small donation for support.
Thank you.

1 Like

Could anyone help me out . I want to get the elapsed time a pump has been on on the day .
when i start an stopwatch than i have the possibilty with a card in chronograph to get the elapsed time but it seems i can’t save or click the tag with the hours


is there something i’m doing wrong?

You need to select the respective tag in your push notification card, where you now entered ‘duur test’.

1 Like

Oh thanks it is working now thought i had to set in get the stopwatch time.
you made me happy

1 Like