Shelly

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen

Shelly1 Tasmota Flashing

Prepare Python Env

  • virtualenv py3 -p $(which python3)
  • source py3/bin/activate
  • pip install esptool

Download Firmware

Backup Shelly Firmware

  • esptool.py --port /dev/cu.usbserial-1420 read_flash 0x00000 0x100000 shelly1_backup_01.bin

Erase Shelly Firmware

  • esptool.py --port /dev/cu.usbserial-1420 erase_flash

Write Tasmota Firmware

  • esptool.py --port /dev/cu.usbserial-1420 write_flash -fs 8m 0x00000 ./sonoff.bin

Quellen

Shelly1.png

Shelly2.png

Shelly3.png

Shelly4.png