tasmota-to-mgos icon indicating copy to clipboard operation
tasmota-to-mgos copied to clipboard

no bug, just info - Recovery from using wrong boot loader - bricked Shelly 1

Open mvondemhagen opened this issue 2 years ago • 2 comments

Hi,

just FYI: I accidentally "bricked" my Shelly 1 by using the 0x7000 instead of the 0x1000. It took me a while, but I was able to recover with OTA only, by moving to the Shelly Plug S Homekit -> Shelly Plug S stock -> Tasmota -> Tasmota minimal -> 0x1000 -> Shelly 1 Homekit -> revert to Shelly 1 stock firmware. Maybe it helps somebody.

Cheers!

mvondemhagen avatar Nov 21 '22 01:11 mvondemhagen

Am just trying to do the same, I hoever didn't brick my Shelly 2.5 yet, I need to figure out how this is done from my laptop, I seem to miss something, but where what I did:

  • Flashed 0x1000 firmware from Tasmota 12.2 and was able to get the MG-xxxxxx WiFi
  • I Joined the WiFi then using Terminal I type curl -i -F filedata=@./SHSW-25.zip http://10.42.42.44/update
  • Is that's it? Where I put the SHSW-25.zip file in the c:\ or where exactly?

JackyX2k avatar Dec 08 '22 09:12 JackyX2k

  • Where I put the SHSW-25.zip file in the c:\ or where exactly?

I think you put the SHSW-25.zip in the same directory that you run the command from.

The ./ in ./SHSW-25.zip means find the file in the current directory.

grillp avatar Dec 28 '22 23:12 grillp