Roller blinds Eventor setting sunshine sunrise

Hello.I want control my roller blinds wits blynk (nodemcu).
I wanted my motor start after time begins (e.g. 10 sec ). open curains with sunrise and close with sunshine.I will try it with eventor settings but cant found sunshine and sunrise commands.How can i doing it and whicH command i will use.

Thank you for helps

Don’t waste your time trying to do this with Eventor, do it in code on your NodeMCU
To get sunrise and sunset times for your location you’ll need to do an API call to a weather service. Topics such as this one:

or this one:

are good places to start researching how to query weather services.

Pete.

2 Likes