WoHinDu / Tasmota-Firmware-Updater

Bulk update your sonoff devices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tasmota Firmware Updater

Script um alle eure Sonoff Geräte mit Tasmota Firmware auf einmal zu aktualisieren.

screenshot

Vor- und Nachteile

  • Funktioniert ohne Internet
  • klein und schlank
  • kann nur Updaten; nicht mehr
  • Python benötigt

Voraussetzungen

  • Python 3
  • selbstcompilierte Firmwares (normal + minimal) mit WIFI_RETRY, euren Wlan-Daten und dem Webserver aktiviert

Anleitung

.exe ausführen

  • exe hier herunterladen: Download
  • Inhalt entpacken
  • Datei settings.json editieren
  • In den selben Ordner kopiert ihr eure Firmwares und benennt diese nach "firmware.bin" und "firmware-minimal.bin" um
  • Exe ausführen

.py ausführen

  • Abhängigkeiten installieren: "pip install requests"
  • settings.json öffnen und eure Zugangsdaten für jedes Gerät eingeben
  • In den selben Ordner kopiert ihr eure Firmwares und benennt diese nach "firmware.bin" und "firmware-minimal.bin" um
  • Datei "upgrade.py" ausführen und den Anweisungen folgen

Instructions

Use the .exe

  • Download the exe: Download
  • Unzip the content
  • Edit the settings.json
  • Copy into the same folder the firmware files and rename the files to "firmware.bin" and "firmware-minimal.bin"
  • Execute the exe

Execute the .py

  • Install dependencies: "pip install requests"
  • Edit settings.json; Enter your credentials for every firmware
  • Copy into the same folder the firmware files and rename the files to "firmware.bin" and "firmware-minimal.bin"
  • Execute "upgrade.py" and follow the instructions

About

Bulk update your sonoff devices.


Languages

Language:Python 100.0%