I would like to make a flow for closing my RTS Roller Shutters if the expected outside temperature (not the actual temperature) will be above 23 degrees . How do I make that flow?
Yes, but then the roller shutter will close not earlier than when the actual temperature is above 23 degrees. What I want is that they close if the expected temperature of that day will be higher than 23 degrees.
I found this app. I think âverwachte hoogste dagtemperatuurâ is useful. But what do I have to use with âWhenâ?
Or do I have to make another type of flow?
Get a key here. Make a flow with Better logic. Make a better logic variable and call it whatever u like. Make a trigger at any time of the day. For the THEN part we pick the HTTP flow card: GetJSONpath Better Logic. Top txt will be:
http://weerlive.nl/api/json-data-10min.php?key=demo&locatie=Amsterdam
Plz change âdemoâ with ur own key and change the location.
2nd txt will be:
$.liveweer[0].d0tmax
At the end u find the variable u just created.
There u have the expected temp for today in a flow.
If u want the max temp for tomorrow pick d1tmax
Now u can create a flow with a time trigger AND logic tag>23 THENâŚ
I donât have experience with Better logic yet. I downloaded the app, but donât know how to make the flow. Donât know how the app works. I do have the api key from weerlive.
Here is a little explanation of how to create a variable with the better logic app.
My mistake. The card is from the HTTP request flow cards app.
Three days down the drainđ
Just kiddingđ¤
Thx this looks very promising. Nice for my gardening flows and maybe my roller shutters.
Does work, very niceâ:ok_hand:
I went a different route in closing my roller shutters. I have no success either. I tried it like it
If: the time is 10:00 (standard date and time app)
And: the highest day temp is >28°c (darksky)
Then: set dim lvl to 5% (fibaro)
The strange part is, when I test it, the temperature passes but the time doesnât. Not even when I set my if card to the current time. Any tips?
Is this the highest measured- or the highest expected temperature?.
Expected highest temperature. Looks like my time is off In homey. Can I check it somewhere?
Do you press the test button? In that case It skips the IF part, it tests the AND and THEN part.
Need a moment. It seems that my roller shutter is stuck⌠xD
This is the English part of the forum so you should ask your questions in English.
What you did in the screenshot is to have the temperature put into the Better Logic variable. In the When field you could input a card like (at 6:00) or (every 60 minutes) or something like that so the variable gets updates at least once every day (at the beginning of the day).
Then youâll need a second flow where you compare the temperature in the variable and based on that close your roller shutter.