Differences between revisions 1 and 2
Revision 1 as of 2019-05-18 16:16:45
Size: 141
Editor: PieterSmit
Comment:
Revision 2 as of 2019-05-23 08:41:19
Size: 419
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:

== mosquito and tasmota on esp8266 ==
 * Configure esp8266 mqtt Full Topic default %prefix%/%topic%/

 * LED on power/relay on pin #14 Relay1(21)
   * mosquitto_pub -h 192.168.0.13 -t cmnd/esp01/power -m on
   * mosquitto_pub -h 192.168.0.13 -t cmnd/esp01/power -m off

mqtt

Servers

mosquito and tasmota on esp8266

  • Configure esp8266 mqtt Full Topic default %prefix%/%topic%/
  • LED on power/relay on pin #14 Relay1(21)
    • mosquitto_pub -h 192.168.0.13 -t cmnd/esp01/power -m on
    • mosquitto_pub -h 192.168.0.13 -t cmnd/esp01/power -m off

mqtt (last edited 2020-07-31 11:37:38 by PieterSmit)