Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
elektronik:projekte [2020/07/17 17:02] – [Sonoff] mschubielektronik:projekte [2020/07/20 21:27] – [eigener Schalter] mschubi
Line 129: Line 129:
 https://diyprojects.io/hack-sonoff-4ch-pro-firmware-mqtt-tasmota-inclusion-domoticz/ https://diyprojects.io/hack-sonoff-4ch-pro-firmware-mqtt-tasmota-inclusion-domoticz/
  
 +==== eigener Schalter ====
  
 +Sonoff 4CH mit Tasmota flashen 
 +<code cmd>
 +esptool.py --port COM4 read_flash 0x00000 0x100000 image1MSonoff.bin
 +
 +esptool.py --port COM4 erase_flash
 +
 +esptool.py --port COM4 write_flash -fs 1MB -fm dout 0x0 tasmota-de.bin
 +</code>
 +
 +<code html>
 +http://tasmota-lab/cm?cmnd=Power0
 +http://tasmota-lab/cm?cmnd=Power1%20On
 +
 +https://tasmota.github.io/docs/Commands/
 +</code>
  
  
  
  
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International