Macro request

Falam

New member
Hello Everyone,
I would like to request help on creating a macro with the follow inputs. I wasn't really sure if it will be possible thus asking for help.

I have to two apps,
AccuWeather (any compatible weather app in general)
Tuya or ewelink

At 8 am Turn on the device in Tuya or Ewelink if the weather is cloudy or rainy.

Basically several "if this then that" kind of conditions has to be integrated into the macro using the two apps.

Please let me know if this is possible
 

Endercraft

Moderator (& bug finder :D)
You can use the weather trigger to get weather updates (15 minutes updates at lowest refresh) and store them in variables. You can then use a day/time trigger at 8 AM and compare the variables.
 

Dm114

Well-known member
Hello Everyone,
I would like to request help on creating a macro with the follow inputs. I wasn't really sure if it will be possible thus asking for help.

I have to two apps,
AccuWeather (any compatible weather app in general)
Tuya or ewelink

At 8 am Turn on the device in Tuya or Ewelink if the weather is cloudy or rainy.

Basically several "if this then that" kind of conditions has to be integrated into the macro using the two apps.

Please let me know if this is possible
Please post your request in the right thread https://www.macrodroidforum.com/index.php?forums/help-and-troubleshooting.4/

This one is made to ask Dev specific features to improve Macrodroid.
 

paps93fr

New member
Look at sequematic.com, a free automation website created to replace Ifttt when it've became a paying service. You can describe scenario to start or stop tuya controlled devices.

In MD, as mentioned by @Endercraft you could use weather trigger. Or directly a day/time trigger at 8am and call acuweather API to get current weather information. Then if needed, call a sequematic webhook you defined to power on/off your tuya device
 
Last edited:
Top