Flow Gadgets adds powerful shortcut cards for Homey Advanced Flows. The app is designed to reduce long chains of standard cards by combining calculations, comparisons, mappings, conditions, and temporary values into compact, reusable cards.
One of the main strengths of Flow Gadgets is its shared numeric expression logic. Most numeric fields across the app accept not only plain numbers, but also resolved Homey tags, simple formulas, parentheses, and deadband blocks.
For example, instead of using only a tag like: #Load you can use an expression such as: {(#Load - #PV) * #Efficiency; -10; 10} This formula logic is available in many cards, including simple numeric helpers such as Invert number.
Flow Gadgets also includes powerful mapping cards. You can map numbers to ranges, numeric scales, or text scales using pipe-separated lists. Thresholds and numeric list entries can also use formulas, making it possible to build compact but flexible logic in a single card.
Another key feature is expression-based condition handling. Flow Gadgets can check multiple conditions in one card, using numbers, booleans, text comparisons, formulas, and deadband logic. This can replace large groups of separate logic cards and keeps Advanced Flows cleaner and easier to maintain.
Temporary values can be stored in RAM, read later in the same flow or from another flow, and automatically expire after 3, 15, or 60 minutes.
Flow Gadgets works locally on Homey and does not send data to external servers.
A complete user guide is available on the developer website. See the link at the bottom of this page.
자세히 읽기 ›