-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
GL-C-006P unresponsive/bricked after Z2M OTA #22287
Comments
|
Try this:
|
Wow thanks i am a step closer... the device responds again to all state changes and OTA request ! BUT the light strip stays OFF although the device state is on... but maybe i can revert the firmware now ;) |
I have issue with 009P ;) Now all of my gledopto dimmers works fine. |
Okay after repairing the device has ANOTHER Firmware Version: 20451203 Date: 20240227 --> this is the version of the MINI Version but i have the NORMAL GL-C-006P Version... So i guess the wrong firmware (mini version) is the problem |
i cannot get the device to update to the right firmware:
the device says no new firmware.... if i change the image type to 5138(like the mini firmware) it says update available but fails bc of imagetype missmatch... |
I have the same issue after latest OTA update.. I can pair it but it does not react on any input over MQTT. |
Same here. {
"color_mode": "xy",
"linkquality": 255
} With a few more resets, I am able to get: {
"color_mode": "xy",
"linkquality": 255,
"state": null,
"update": {
"installed_version": -1,
"latest_version": -1,
"state": null
},
"update_available": null
} But after a few seconds it goes to the first state. After a day I see, this state: {
"color_mode": "xy",
"linkquality": 255,
"update": {
"installed_version": 604057601,
"latest_version": 604057601,
"state": "idle"
},
"update_available": false
} I still cannot control the device.
|
i was able to resolve the issue: I emailed gledopto with my problem and they provided me with a new firmware which i OTA to the device and it works again!
|
Hey @marce14-git , Thank you for the detailed instruction. Configured my Zigbee2mqtt same way. After reset, force removal and then joining, got these messages: Tried several times with button reset and with power cycle reset, same result all the time I see firmware data available on But it is not available on {
"color_mode": "xy",
"linkquality": 255
} Clicking on And after restarting zigbee2mqtt, and waiting for 3-5 minutes state became as I mentioned before: {
"color_mode": "xy",
"linkquality": 255,
"update": {
"installed_version": 604057601,
"latest_version": 620834817,
"state": "available"
},
"update_available": true
} Then upgrade is available as well: But clicking on Tried several times. But no luck =( Does anyone have any ideas what else I can try to rebirth the device? 🙏 |
Hey @GoaMind, luckily my device was responsive again after:
if this does not work the only thing that comes to mind is repeatedly pushing the button (like once every second) on the device while pairing and maybe even pushing the button while requesting the OTA update - if this does not work maybe start from step 1. again until it works... good luck! |
Just to let you know, I was able to update the firmware after several retries by following steps you have proposed. Update took approximately 17 minutes. Right after update params like:
were not available, but after clicking on all good now: {
"brightness": 15,
"color_mode": "color_temp",
"color_temp": 495,
"color_temp_startup": 65535,
"linkquality": 255,
"state": "OFF",
"update": {
"installed_version": 604057601,
"latest_version": 604057601,
"state": "idle"
},
"update_available": false
} Thank you so much for your time and support! |
This solved the issue for me too! Thank you very much!! |
Hello, yesterday I updated my two GL-C-006P(Hw-rev:2) mini version Zigbee LED Controller WW/CW (pro) from installed_version":604057601,"latest_version":620834817
|
Hey @robertoclg I have the same problem with the mini controller, I guess we need a fresh version of firmware for the mini version but don't know where to find it. I've created a dedicated issue for the problem — #23128 |
thank you very much ;-) I hope a solution comes soon |
Same problem with two "normal" controller.
|
Hey guys, I've received ota file from gledopto regarding mini version of GL-C-006P WW/CW (for CCT lights only). I could not manage to downgrade the file locally, as i get 'no image available error'. Anyway, maybe this file is useful for someone About my downgrade failure:
On Zigbee2mqtt i set index.json as override ota file location. |
@kebabas911 check solution in this topic #23128 by @Andrik45719 They sent that firmware to everyone I see, I've received it yesterday |
What happened?
Updated GL-C-006P(Hw-rev:2) to Version: 10651203 Build Date:20220627 via OTA 3days ago.
The controller can be paired and removed from the network and is online (last seen ok) but is completly unresponsive to every other command, no state change, no ota request....
i tried to revert the Firmware but i cant --> OTA request result in a timeout...
i guess the adapter is bricked bc of a false firmware?!?
What did you expect to happen?
No response
How to reproduce it (minimal and precise)
No response
Zigbee2MQTT version
1.36.1 commit: ffc2ff1
Adapter firmware version
0x26720700
Adapter
Conbee2
Setup
Docker
Debug log
No response
See fix: ##22287 (comment)
The text was updated successfully, but these errors were encountered: