Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Switch and Led example

aA simple example demonstrating muwerk's scheduler, munet interface to WLAN, NTP, OTA and MQTT, with led and switches integrated with Homeassistant.

TBD.

Hardware: D1 mini ESP8266, 330Ω resistor, leds, buttons.

Building with platformio

  • In data directory, copy net-default.json to net.json and mqtt-default.json to mqtt.json
  • Customize net.json and mqtt.json
  • Build filesystem: pio run -t buildfs
  • Upload filesystem: pio run -t uploadfs
  • Upload program code: pio run -t upload

Documentation