I have a question about the time Homey uses to calculate variables, and running flows.
I have one flow for setting the heating temperature in my house based on the outdoor temperature. The flow sets a variable (SP_temp) to my desired heating temperature. And it runs every 30 minutes.
In the same flow I also calculate some variables that I use for rooms that needs a higher or lower temperature (SP_temp_boost+1, SP_temp_senk-1, and so on..)
Ultimatly I have one flow for each type of heating source in my home (one for panelovens, one for heating pump and one for floor heating). This is runned by a Heating Controller unit that sets the temperature according to us beeing on work/school or at home. But I also have built in a function to change the temperature on the sources if the SP_temp changes before there is a new event in the Heating Controller. For example if the outdoor temperature drops during the day and I need to set up the temperature in the house.
So to my question. In my flow for the floor heating I have set each thermostat to change to different variables. I trigger this with the SP_temp has changed trigger. Is this going to work or is the calculating (in my second screenshot) going to be to slow so it won`t update the SP_temp_boost+1 or SP_temp_senk-2 in time to set the right temperature in the third screenshot?



