- Home
- Deutsch
- ioBroker Allgemein
- Tasmota OTA - Over The Air - Flash
Tasmota OTA - Over The Air - Flash
-
Hi
ich wollte "Tasmota OTA - Over The Air - Flash" ausprobieren, da man da eben die Steckdose nicht aufschrauben muss. Vorgegangen bin ich nach Anleitung von Tasmota.
Nun hänge ich aber im Schritt 4. Kann mir da jemand weiter helfen? Danke!Hier die Installation:
pi@ioBroker-RasPi4:~ $ sudo apt-get install git
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen.... Fertig
git ist schon die neueste Version (1:2.20.1-2+deb10u1).
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 2 nicht aktualisiert.
pi@ioBroker-RasPi4:~ $ sudo git clone https://github.com/ct-Open-Source/tuya-convert
Klone nach 'tuya-convert' ...
remote: Enumerating objects: 12, done.
remote: Counting objects: 100% (12/12), done.
remote: Compressing objects: 100% (10/10), done.
remote: Total 1286 (delta 2), reused 5 (delta 2), pack-reused 1274
Empfange Objekte: 100% (1286/1286), 3.53 MiB | 5.61 MiB/s, Fertig.
Löse Unterschiede auf: 100% (801/801), Fertig.
pi@ioBroker-RasPi4:~ $ cd tuya-convert
pi@ioBroker-RasPi4:~/tuya-convert $ sudo ./install_prereq.sh
OK:1 http://archive.raspberrypi.org/debian buster InRelease
OK:2 http://raspbian.raspberrypi.org/raspbian buster InRelease
Ign:3 http://webmin.mirror.somersettechsolutions.co.uk/repository sarge InRelease
OK:4 https://deb.nodesource.com/node_10.x buster InRelease
OK:5 http://webmin.mirror.somersettechsolutions.co.uk/repository sarge Release
Ign:6 http://download.webmin.com/download/respository sarge InRelease
Fehl:7 http://download.webmin.com/download/respository sarge Release
404 Not Found [IP: 108.60.199.109 80]
Paketlisten werden gelesen... Fertig
E: Das Depot »http://download.webmin.com/download/respository sarge Release« enthält keine Release-Datei.
N: Eine Aktualisierung von solch einem Depot kann nicht auf eine sichere Art durchgeführt werden, daher ist es standardmäßig deaktiviert.
N: Weitere Details zur Erzeugung von Paketdepots sowie zu deren Benutzerkonfiguration finden Sie in der Handbuchseite apt-secure(8).pi@ioBroker-RasPi4:~/tuya-convert $ sudo unzip tuya-convert-master.zip
Archive: tuya-convert-master.zip
31856ada24a1e951b4da849bff2ed056f544c51b
creating: tuya-convert-master/
creating: tuya-convert-master/.github/
inflating: tuya-convert-master/.github/FUNDING.yml
inflating: tuya-convert-master/.github/ISSUE_TEMPLATE.md
inflating: tuya-convert-master/.gitignore
inflating: tuya-convert-master/Dockerfile
inflating: tuya-convert-master/LICENSE
inflating: tuya-convert-master/README.md
inflating: tuya-convert-master/config.txt
creating: tuya-convert-master/docker/
creating: tuya-convert-master/docker/bin/
inflating: tuya-convert-master/docker/bin/config.sh
inflating: tuya-convert-master/docker/bin/start
inflating: tuya-convert-master/docker/bin/stop
inflating: tuya-convert-master/docker/docker-compose.sample.yml
creating: tuya-convert-master/files/
inflating: tuya-convert-master/files/espurna.bin
inflating: tuya-convert-master/files/tasmota.bin
inflating: tuya-convert-master/files/upgrade.bin
inflating: tuya-convert-master/install_prereq.sh
creating: tuya-convert-master/scripts/
inflating: tuya-convert-master/scripts/fake-registration-server.py
inflating: tuya-convert-master/scripts/firmware_picker.sh
inflating: tuya-convert-master/scripts/hostapd.conf
inflating: tuya-convert-master/scripts/mq_pub_15.py
inflating: tuya-convert-master/scripts/psk-frontend.py
inflating: tuya-convert-master/scripts/setup_ap.sh
inflating: tuya-convert-master/scripts/setup_checks.sh
creating: tuya-convert-master/scripts/smartconfig/
inflating: tuya-convert-master/scripts/smartconfig/broadcast.py
inflating: tuya-convert-master/scripts/smartconfig/crc.py
inflating: tuya-convert-master/scripts/smartconfig/main.py
inflating: tuya-convert-master/scripts/smartconfig/multicast.py
inflating: tuya-convert-master/scripts/smartconfig/smartconfig.py
inflating: tuya-convert-master/scripts/tuya-discovery.py
inflating: tuya-convert-master/start_flash.sh
pi@ioBroker-RasPi4:~/tuya-convert $ sudo ./start_flash.sh
tuya-convert v2.4.3TUYA-CONVERT
https://github.com/ct-Open-Source/tuya-convert
TUYA-CONVERT was developed by Michael Steigerwald from the IT security company VTRUST (https://www.vtrust.de/) in collaboration with the te chjournalists Merlin Schumacher, Pina Merkert, Andrijan Moecker and Jan Mahn at c't Magazine. (https://www.ct.de/)======================================================
PLEASE READ THIS CAREFULLY!TUYA-CONVERT creates a fake update server environment for ESP8266/85 based tuya devices. It enables you to backup your devices firmware and upload an alternative one (e.g. ESPEasy, Tasmota, Espurna) without the need to open the device and solder a serial connection (OTA, Over-t he-air).
Please make sure that you understand the consequences of flashing an alternative firmware, since you might lose functionality!Flashing an alternative firmware can cause unexpected device behavior and/or render the device unusable. Be aware that you do use this soft ware at YOUR OWN RISK! Please acknowledge that VTRUST and c't Magazine (or Heise Medien GmbH & Co. KG) CAN NOT be held accountable for ANY DAMAGE or LOSS OF FUNCTIONALITY by typing yes + Enter
yes
Checking for network interface wlan0... Found.
Checking UDP port 53... Available.
Checking UDP port 67... Available.
Checking TCP port 80... Available.
Checking TCP port 443... Available.
Checking UDP port 6666... Available.
Checking UDP port 6667... Available.
Checking TCP port 1883... Available.
Checking TCP port 8886... Available.
sudo: ufw: Befehl nicht gefunden
Detected /etc/modprobe.d/blacklist-rtl8192cu.conf
This has been known to cause kernel panic in hostapd
See https://github.com/ct-Open-Source/tuya-convert/issues/373
Do you wish to remove this file? [y/N] y
./start_flash.sh: Zeile 10: screen: Kommando nicht gefunden.
./start_flash.sh: Zeile 11: [: : Ganzzahliger Ausdruck erwartet.
./start_flash.sh: Zeile 13: [: : Ganzzahliger Ausdruck erwartet.Starting AP in a screensudo: screen: Befehl nicht gefunden
........................................................................................................................................... ...........................................................................................................................................
Nun laufen die Punkte und ich komm nicht weiter. Abbrechen geht auch nicht.Was tun bzw. was stimmt nicht?
Hier Schritt 4:
Schritt 4
Den Flash durchführen
• Nachdem du mit dem vorherigen Befehl den Flash gestartet hast musst du noch einige male Bestätigen.
• Stelle die WLAN-Brücke her, suche dafür nach offenen WLAN-Netzen mit deinem Smartphone
• Verbinde dein Smartphone mit dem „vtrust-flash“ Netz
• Versetze deine Steckdose in den Einrichtungsmodus
– Halte dafür den Knopf lange gedrückt
– Die LED muss schnell Blinken
• Bestätige den Vorgang am Raspberry mit Enter
• Bei Erfolg ist die Steckdose nun mit einer Übergangssoftware ausgestattet, installiere Tasmota mit dem angezeigten BefehlBeim FETT geschriebenen hänge ich gerade.
Danke!