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?
Temp is changed and is (logic card) greater then 23 then close roller shutter.
Edit. I see now you need the expected tempš¤. If you have a tag with that expected temp you can use that, but guess you need a wheater app that provide that info. And not sure they do, you have to look at it
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.
While your typing, already edit my post. I was to fast with reading the original post
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?
Not sure, but looks like there is no data, al the fields in the first picture are empty!!! maybe wait a while if the value needs to update. You also can look if there a logic cards (tags) do they have any value in it?
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.
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.