[APP][Pro] Flow Utilities

Hero!


I’m putting it to the test! Let’s see how it worksout! :smiley:

3 Likes

After correcting some mistakes in my flow (forgot some lines and made a typo) it works like a charm!
Many, many thnx!

BTW: is there another way to buy you a beer, other then Paypal?

3 Likes

Nice to hear that it’s working!

I think you can even optimise your flow by using the contains logic card to filter prio’s see example:

2 Likes

App update: (Test: 1.5.1 )

  • OPT Action card for text replace now supports multiple matching occurrences in input string.
1 Like

App update: (Live: 1.5.2 )

  • OPT Action card for text replace now supports multiple matching occurrences in input string.
  • OPT Helper functions
2 Likes

App update: (Test: 1.5.4 )

  • OPT Prevent duplicate flow tokens + better error messages in settings
  • FIX Settings and error handling for tokens
1 Like

App update: (Live: 1.5.4 )

  • OPT Prevent duplicate flow tokens + better error messages in settings
  • FIX Settings and error handling for tokens

App update: (Live: 1.5.6 )

  • FIX Tokens not set correctly in trigger cards
  • FIX Trigger for device on/off trigger cards

BREAKING App update

With the release of App version 1.6.0 we will remove the support for zone trigger and action cards.
Reason is that this is not really ment for the Flow Utilities app and there are now other apps available for this task.

So what will change in Flow Utilities?

The following cards will be deprecated and can not be implemented anymore.
Trigger cards

  • Device is turned on in zone
  • Device is turned off in zone
  • Devices are turned on in zone
  • Devices are turned off in zone

Action cards

  • Set zone light color
  • Set device percentage in zone

Don’t worry existing flow’s won’t break! For a limited time the cards that are currently used in your flow will be working, however it is advised to replace these cards with one from the apps mentioned below.

For basic functionality you can use the default zone cards from Homey. To still make use of extra features like color/dim level change in a zone I would advice to use one of the following apps:

Alternative apps

2 Likes

App update: (Test: 1.6.0 )

BREAK Set zone trigger and actions cards to deprecated status

1 Like

@JMH nice flow you make. Can you share it?

Don’t look how it is organised, but here is my flow:

2 Likes

App update: (Live: 1.6.1 )

  • BREAK Set zone trigger and actions cards to deprecated status
  • FIX HomeyApi bug for Homey version 8
2 Likes

Great app and I use it for multiple flows.
One thing I’m missing is the option to pause the “looptijd” so I can continue it later on if I want.

Is this an option to add?

Thanks.

Thanks good to hear the app will enrich your flows! :slight_smile:

Currently the “looptijd” is calculated with a start and end time. This to minimise Homey resource, so after end card is triggered we calculate the duration between the 2 timestamps.

I have to think and see if this is something can be added minimising the homey resource and make use of the same code structure.

Only I can think of right now Is to make use of the app: CountDown App for Homey | Homey

2 Likes

Okay thanks, I will have a look if this Countdown app is usefull for me.

2 Likes

I know this was a while ago but have a look at Chronograph which offers more features than Countdown.

  • It can also be a stopwatch (counting up)
  • It can also do transitions
  • You can get the elapsed time in various formats.

@RobbertV Great app, I have been looking for text replacements for so long!

Please can you help me with this. I want to remove the last name from a name (First Last).

  1. Is there a way to replace it with empty?
  2. The variable @FirstName text seems empty, what is its use?
  3. I had to use a new variable FirstName1 for the second instance, why is that?

image

@Rrrr

  1. Yes there is, it’s a bit of a hack. But you can put a space in the input field.

  2. This variable is used for the action card to format text to different text formats f.e. Camel case or first letter capital. When this action card is not used yet It will be empty by default.

  3. The way you are using the action cards is not how the app is designed to handle dynamic data. When the action card is used it will overwrite its previous value.
    Seeing your test flow with multiple people in the house this will lead to inconsistent outcome values.
    What is better to do is a logic card in between presence and action card to filter names to its own variable.

1 Like

Where do you fill First Last?