Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 430 Bytes

File metadata and controls

14 lines (8 loc) · 430 Bytes

ESP8266-rcswitch

Subscribes to an MQTT topic/patch and reacts on switch commands for rc power sockets. It also publishes humidity and temperature regulary

Schematic

config.h

You have to copy the config.h.example to config.h and replace the strings with your credentials

dependencies

  • PubSubClient
  • Arduino/ESP8266