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

fix: rgbw2 naming

Open Julusian opened this issue 1 year ago • 5 comments

I tried to flash a RGBW2 today, and it wasn't working. I was in color mode, and the latest firmware and the debug log reported it was rejecting the new firmware due to the name mismatch.

I also had to add the cflags as it was failing to build with a bunch of warnings about argument types in a lot of the log lines

For anyone who has the same issue, a fixed build of the rgbw2 firmware: shelly-rgbw2.zip

Julusian avatar Jun 11 '23 19:06 Julusian

Worked for me :+1:

schulzh avatar Nov 12 '23 18:11 schulzh

Worked for me 👍

Could you explain how you did it? Because I have tried to reset the shelly several times, setting it to factory settings and putting it in color mode. But the tasmota firmware is not downloaded. I am using the following URL

http://192.168.1.134/ota?url=http://ota.tasmota.com/tasmota/shelly/mg2tasmota-ShellyRGBW2.zip

Switzerland87 avatar Feb 16 '24 13:02 Switzerland87

Worked for me 👍

Could you explain how you did it? Because I have tried to reset the shelly several times, setting it to factory settings and putting it in color mode. But the tasmota firmware is not downloaded. I am using the following URL

http://192.168.1.134/ota?url=http://ota.tasmota.com/tasmota/shelly/mg2tasmota-ShellyRGBW2.zip

You can setup a http server on your computer with python.

  1. Download the file above. I made a directory in my Downloads folder called shelly and moved the ZIP file into that folder.
  2. Run python -m http.server --directory c:\users\{PCUser}\Downloads\shelly\ , where {PCUser} is your pc username.
  3. Change the link in the OTA to http://shellyip/ota?url=http://pcip:8000/shelly-rgbw2.zip where shellyip is the IP of the RGBW2 and pcip is the IP of your PC.

Should work...just worked for me.

cap9qd avatar Feb 24 '24 18:02 cap9qd

You guys are awesome! Could we get this merged into the main line?

azzieg avatar May 05 '24 10:05 azzieg

Merge please, failed for me also.

tablatronix avatar May 12 '24 04:05 tablatronix