Hi! I’m having trouble with a flow in Homey Pro where I use a calculation to set a logic value, and then try to trigger another flow using a flag or variable.
The flow looks like this (see attached image):
• Trigger: When `NyMalestand` (NewMeterReading) changes
• Then:• Calculate `Forbruk` (Consumption) as `({NyMalestand - ForrigeMalestand})`
• Calculate `Kostnad` (Cost) as `({Forbruk * Strompris})`
• Send push notification with: `Power usage in kWh: ({Forbruk}) kWh Cost: ({Kostnad}) kr`
• Set `ForrigeMalestand` (PreviousMeterReading) to `NyMalestand`
The issue is that the flow doesn’t flag or trigger further actions, and it seems like the calculation isn’t being evaluated correctly. I’ve confirmed that all variables have values, and the flow runs when tested — but the flag or follow-up flow doesn’t activate.
Has anyone experienced something similar? Is there a known limitation with calculations and flags in Homey Pro? Any tips or workarounds?
Attached image shows the full flow and logic blocks.
Thanks in advance!

