I have made Arduino Kit acting as weather station. It sends data of the sensors connected (DHT11 & LDR) to the ThingSpeak web-server.
Now I want to perform some actions according to data on ThingSpeak Server ( like if temperature exceeds turn on fan e.t.c).
I've searched and I found that there's a React App on thingspeak which will trigger event if data exceeds some values,
The problem where I got stuck is that I want to send signal from thingspeak webserver to my ESP8266 (arduino) kit to turn on/off the device connected to relay on arduino.
I've figured out that there's also a ThingHTTP feature which sends HTTP request But don't know how to send request/signal to my kit to perform some actions.
I've already spent my 2 months building this project, and now just stuck in the last part . Please give your valuable suggestions and solutions.