Code: Select all
http://<ESP IP address>/control?cmd=GPIO,<pin>,TOGGLE
Code: Select all
http://<ESP IP address>/control?cmd=GPIO,<pin>,TOGGLE
Code: Select all
reset
Yes, it should work.sheppy wrote: I just need to send this command to the serial port and it will be sent to MQTT with no extra work?
Code: Select all
Publish TestValue, 10
Code: Select all
Publish <topic>, <value>
this should be okpetrho wrote: Unfortunately same problem...
Code: Select all
On Clock#Time do
SendToHTTP 184.106.153.149,80,/update.html?key=xxx&field1=[Temp_Hum#Temperature]&field2=[Temp_Hum#Humidity]&field3=[System#Uptime]
endon