-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: rgbw2 naming #2
base: master
Are you sure you want to change the base?
Conversation
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.
Should work...just worked for me. |
You guys are awesome! Could we get this merged into the main line? |
Merge please, failed for me also. |
Thanks for this. Looks like Shelly changed their firmware version naming aound v1.12 as there are two distinct firmwares for the RGBW and 4 channel configurations. In the Shelly debug log I was getting errors like I'm on MacOS and downloaded the zip from the OP and then used:
After noting the process ID spawned for the Python webserver I then used Make sure your ShellyRGBW is set to Color device type otherwise it will likely silently fail. I built a firmware for ESPHome which I uploaded from the Tasmota server hosted on the Shelly. In my case I needed to install the current Finally I killed the Python webserver with |
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