Tasmota on Wemos D1 Mini - a-maze-1ng/MISC GitHub Wiki
Pinout WEMOS D1 MINI
Flash Tasmota with esptool and USB to serial adapter
Tasmota Tutorial
https://tasmota.github.io/docs/Getting-Started/#__tabbed_1_3
Download the correct firmware (ESP8266)
Make sure that you download the right .bin for ESP
https://ota.tasmota.com/tasmota/
Flash with USB to serial adapter
- Install Python
- Open CMD as Admin
python --version
-> python version should be visiblepip --version
-> pip version should be visiblepython -m esptool --port COM4 read_flash 0x00000 0x100000 fwbackup.bin
python -m esptool --port COM4 erase_flash
python -m esptool write_flash 0x0 tasmota32.factory.bin
- Config Tasmota (MQTT, Other, Module -> set GPIO)