The use of the ESP8266 in the world of IoT

User avatar
By claudiuchiru
#11570 Use esp as MQTT client and in a web server with cgi suport put this script



#!/bin/sh

comanda=`/usr/bin/mosquitto_pub -t lumina -m 1`

echo "Content-type: text/html"
echo ""
echo "<html><head><title>Aprinde lumina"
echo "</title></head><body>"
echo "Aprinsa $comanda"
echo "</body></html>"
User avatar
By carl
#25891 Hi, I just want to share. I have tried this one and it works pretty well. You dont need any port forwarding anymore.
I have controlled my lightings and appliance for almost 3 months already now. Chaeck this out.
http://thinkingparts.blogspot.com/2015/ ... et_13.html :D
User avatar
By alvarolb
#26467 You should try the thinger.io beta platform I am just starting to run... If you want to try it I can give you a beta access key =)

Take a look to this video to see how easily is turning on and off a led from the Internet (it can be a relay, a fan, or anything), or reading a sensor value:



You can also check the community forum for some examples and tutorials: https://community.thinger.io

Tell me if you want to try it!