Thank You Peter,
Can You explain how I can use this script?
Kind regards Joep
Thank You Peter,
Can You explain how I can use this script?
Kind regards Joep
Hi @Arie_J_Godschalk !
When will you have time to investigate this?
Best regards Anders
@Arie_J_Godschalk , if it would possible then it would be great.
Iâm currently revising and reorganizing all my flows. As part of this, I want to rename all my timers and stopwatches to a standard format. To avoid causing issues and disrupting my existing flows, I need to tackle them one by one. Given the large number of timers, stopwatches, and flows I have, I want to avoid opening each flow individually and risking missing a single instance.
A list of existing timers and stopwatches, along with the flows in which they are used, would be a great help.
If you download the flows from the developer page I have a script that might help you.
It shows all flows containing a supplied text.
On this page: http://developer.athom.com/
Run the following commands one by one (all is not needed):
Homey.flow.getAdvancedFlows();
Homey.flow.getFlows();
Homey.devices.getDevices();
Homey.zones.getZones();
Homey.logic.getVariables();
Homey.flow.getFlowFolders();
Homey.alarms.getAlarms();
Homey.apps.getApps();
Tell me where to send you the script (Python3).
Started to use this great App, but after some testing got strange issue (seems to be outside of this App, but asking here anyhow
)âŚ
Simple flow (donât ask why
)

Then (as I had very strange flow-starting issue) made also this for :

When got alarm, and finally at laptop/web, checked with:
![]()
=> 75+min had passedâŚ
As seems to me that âevery 5 secâ Flow-card stopped firing, but was not able to find any App as âcrashedâ. Restart resolved issue, butwould be better (if possible) to restart effected App only
Q (Finally
): anyone know which App to restart / fix possible w/o HP2023 restart?
I am getting an error when I try and start/replace a stopwatch. The last time I had this issue I just changed the name of the stopwatch and that fixed the problem. Here is a screen shot.
What is the best solutions to prevent this from happening and how do I fix this issue in this flow?
Some extra information is handy.
Part of the flow.
Is âHeat on stopwatchâ coming out of the list.
What is the value of the stopwatch in the app settings?
I just tried it again and before throwing the error the app reports no active stopwatches. After the error the stopwatch show 00.00
When itâs a new stopwatch, youâll have to enter the name in the field âPickâ instead, and select the entered name afterwards. After you saved the flow, the stopwatch has been created and should be functional.
Odd⌠it works fine in Test mode here.
I think it might be a browser cache issueâŚ
Clear cache, and force refresh the web page. And / or try running the web app in a private tab, to start âcleanâ.
Does it run in normal mode (non-test mode)?
Like this:
I created a new private window in Firefox. This stopwatch starts when a relay turns on so I turned on the relay and it generates the same error, no change. I tried it again starting it from the flow and it also fails.
I restarted my Homey Pro and it still generates the same error.
You can install the app again, without removing it prior to that.
I canât think of anything else atm.
Thank you for your assistance. Reinstalling didnât change anything. sorry Your app is fabulous, except for this crazy issue. So much better than anything else I could find for Homey Pro and especially much better than anything on Hubitat!
YW! @Arie_J_Godschalk is the app wizard
maybe thereâs a pointer in the app logs.
No, you do not need to do that.
You could either use the pick filed and then you need to save before use it, or just use the name field. Using the name field has the âdisadvantageâ that you need to remember the exact name of the timer/stopwatch/transition, as the pick field will do that for you.
This looks a bit like my issue with transistion.
But my transition is running (seen in app settings) but the transistion step card never fires.
I think it might have something to do with that another flow is using the get-duration-for-transition card. Maybe a conflict?
@Arie_J_Godschalk , Is there an easy way to rename a Timer all at once, or do I have to open each advanced flow individually and manually change the name? (with the unfortunate consequence that a flow might be forgotten.