How to create an if then flow to show temperature

Hi guys,
I need a quick help.
i want to create a flow to use homey ring to quickly understand the outside temperature.
my idea is to light red ring if internal temperature is higher than the external and blue ring if internal is lower then external.
I create a virtual button to start this flow… but I can’t use the advance flow to create an if then card.
Something like:

  • when virtual button is pressed
    -if internal temperature is higher than external do this
    -if internal temperature is lower than external do this

when I create the first card I can’t add the second one using the sensor temperature.

Any advice?
Tnx

For conditions (if value is higher/equal etc. than x) the logic cards usually are the way to go. While not all apps have conditional cards available, it’s f.i. because it has to be programmed to the app (lots of extra work), and the tags (generated by the app) are just automatically available for (logic) flow cards.

2 Likes

hi,
thanks for your advice.
I found another logic card that is “value operator value” where I can tag external and internal sensor in each value.
So I create an if then where either can change.

Tnx Guy!

1 Like