Flow Gadgets

Generic helper cards for Homey Advanced Flows.

Let op! Deze app werkt mogelijk niet.

Deze app versie wordt op dit moment getest, en is nog niet goedgekeurd.
Let extra goed op bij het gebruiken van deze app.

« Terug naar de reguliere versie

Generic helper cards for Homey Advanced Flows.

Lees meer ›

Flow-kaarten

En...

Flow Gadgets
Is Formula Comparator Compare value?
i
Only numbers, resolved numeric tags, +, -, *, /, (), and deadband blocks in the form {expression; min; max} are allowed. Use a dot as decimal separator. The compare value can also be a formula. Deadband limits are inclusive. Nested deadband blocks are allowed.
Advanced
Flow Gadgets
Value is between Minimum value and Maximum value using Range mode?
i
Checks whether a numeric value is inside a defined range. You can choose whether both limits are included, excluded, or only one side is included. min_value must be less than or equal to max_value.
Flow Gadgets
Is Value positive?
i
Checks whether a number is positive. For practical Flow usage, 0 is treated as positive because it is not negative. When this condition is inverted, it checks whether the number is negative.

Dan...

Flow Gadgets
Calculate Formula; comparison: Comparator Compare value
i
Only numbers, resolved numeric tags, +, -, *, /, (), and deadband blocks in the form {expression; min; max} are allowed. Use a dot as decimal separator. The compare value can also be a formula. Deadband limits are inclusive. Nested deadband blocks are allowed. 'No comparison' always returns false.
Advanced
Flow Gadgets
Invert number Value
Advanced
Flow Gadgets
Generate random integer from Minimum value to Maximum value
i
Generates a cryptographically strong random integer. Minimum and maximum are both included. Only whole numbers are allowed. Example: min 1 and max 6 returns 1, 2, 3, 4, 5, or 6.
Advanced
Flow Gadgets
Round Value to Decimals decimals using Rounding mode
i
Rounds a numeric value to the selected number of decimal places. Standard rounding rounds values below .5 down and values from .5 up. Always round down uses floor. Always round up uses ceil. Decimals can be left at 0 for whole numbers.
Advanced
Flow Gadgets
Return absolute value of Value
i
Returns the absolute value of a number. Negative values become positive, positive values stay unchanged.
Advanced
Flow Gadgets
Calculate absolute difference between First value and Second value
i
Calculates the absolute difference between two numeric values. The result is always positive or 0. Example: 120 and 85 returns 35. 85 and 120 also returns 35.
Advanced
Flow Gadgets
Apply deadband to Value from Minimum deadband value to Maximum deadband value
i
Returns 0 when the numeric value is inside the deadband range. Otherwise returns the original value. The range is inclusive: min_deadband <= value <= max_deadband.
Advanced
Flow Gadgets
Clamp Value between Minimum value and Maximum value
i
Limits a numeric value to a defined range. If the value is below the minimum, the minimum is returned. If it is above the maximum, the maximum is returned. Otherwise, the original value is returned.
Advanced
Flow Gadgets
Calculate average from number list Number list
i
Enter a list of numeric values separated by |. Example: 12.5 | 14.78 | 34 | 45.23. Spaces around values are ignored. Use a dot as decimal separator. Empty entries or non-numeric values will stop the Flow with an error.
Advanced
Flow Gadgets
Calculate median from number list Number list
i
Enter a list of numeric values separated by |. Example: 1 | 2 | 100 returns 2. Spaces around values are ignored. Use a dot as decimal separator. Empty entries or non-numeric values will stop the Flow with an error. If the list has an even number of values, the median is the average of the two middle values.
Advanced
Flow Gadgets
Get min / max from First value and Second value
i
Compares two numeric values and returns both the lower and the higher value as separate tokens.
Advanced
Flow Gadgets
Get min / max from number list Number list
i
Enter a list of numeric values separated by |. Example: 12.5 | 14.78 | 34 | 45.23. Spaces around values are ignored. Use a dot as decimal separator. Empty entries or non-numeric values will stop the Flow with an error.
Advanced
Flow Gadgets
Calculate percentage of Value from Total value
i
Calculates how much percent a value is of a total value using (value / total_value) * 100. To avoid division by zero, total_value is internally treated as 1 when it is 0. Example: value 25 and total 200 returns 12.5. Value 3 and total 0 returns 300.
Advanced
Flow Gadgets
Calculate percentage change from Old value to New value
i
Calculates the percentage change from an old value to a new value. The difference keeps its sign, but the reference value is based on the absolute old value. To avoid division by zero, old_value is internally treated as 1 when it is 0. Example: old 100 and new 125 returns 25. Old -50 and new 55 returns 210. Old 0 and new 3 returns 300.
Advanced
Flow Gadgets
Map Value from Input minimum-Input maximum to Output minimum-Output maximum
i
Maps a numeric value from one range to another. Example: 75 from input range 0-100 to output range 0-255 returns 191.25. Values outside the input range are not clamped; use the Clamp number card before or after this card if needed. The input minimum and input maximum must not be equal.
Advanced
Flow Gadgets
Invert boolean Value
Advanced
Flow Gadgets
Convert Boolean value to Text for true / Text for false
Advanced
Flow Gadgets
Map Value / Tag from Convert from (| separated) to To (| separated) (case: Respect case)
i
The card takes a tag (text only), searches the first list for an exact match, and outputs the value at the same position from the second list. Use | to separate multiple values in both lists. If no match is found, the original text is returned unchanged.
Advanced
Flow Gadgets
Set temporary number Temporary ID to Value and hold it for Hold value for
i
Stores a temporary number value in memory. If the same ID already exists, the value is overwritten and the expiration timer is reset.
Advanced
Flow Gadgets
Get temporary number value Temporary ID
i
Reads a temporary number value from memory without deleting it.
Advanced
Flow Gadgets
Get and release temporary number value Temporary ID
i
Reads a temporary number value from memory and deletes it immediately afterwards. The returned token remains available in the current Advanced Flow branch.
Advanced
Flow Gadgets
Set temporary text Temporary ID to Value and hold it for Hold value for
i
Stores a temporary text value in memory. If the same ID already exists, the value is overwritten and the expiration timer is reset.
Advanced
Flow Gadgets
Get temporary text value Temporary ID
i
Reads a temporary text value from memory without deleting it.
Advanced
Flow Gadgets
Get and release temporary text value Temporary ID
i
Reads a temporary text value from memory and deletes it immediately afterwards. The returned token remains available in the current Advanced Flow branch.
Advanced
Flow Gadgets
Set temporary boolean Temporary ID to Value and hold it for Hold value for
i
Stores a temporary boolean value in memory. If the same ID already exists, the value is overwritten and the expiration timer is reset.
Advanced
Flow Gadgets
Get temporary boolean value Temporary ID
i
Reads a temporary boolean value from memory without deleting it.
Advanced
Flow Gadgets
Get and release temporary boolean value Temporary ID
i
Reads a temporary boolean value from memory and deletes it immediately afterwards. The returned token remains available in the current Advanced Flow branch.
Advanced

Ondersteuning

Heb je een probleem met deze app? Neem contact op met de ontwikkelaar per e-mail.

Wat is nieuw

Versie 1.0.0 — First version!

Bekijk changelog

Flow Gadgets

Flow Gadgets is niet compatibel met de geselecteerde Homey

Flow Gadgets wordt op Homey geïnstalleerd.
Installeer App