Skip to content
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

Update ZNQBKG24LM OTA file #677

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update ZNQBKG24LM OTA file #677

wants to merge 1 commit into from

Conversation

z-x-f
Copy link
Contributor

@z-x-f z-x-f commented Feb 6, 2025

{
  "modelId": "lumi.switch.acn029",
  "originalUrl": "https://cdn.aqara.com/cdn/opencloud-product/mainland/product-firmware/prd/lumi.switch.acn029/20240729114307_OTA_lumi.switch.acn029_0.0.0_59_20240724_CB11DF.ota",
  "releaseNotes": "Fix known issues"
}

This comment was marked as outdated.

Copy link
Contributor

github-actions bot commented Feb 6, 2025

Merging this pull request will add these changes in a following commit:

diff --git a/images/Lumi/20240729114307_OTA_lumi.switch.acn029_0.0.0_59_20240724_CB11DF.ota b/images/Lumi/20240729114307_OTA_lumi.switch.acn029_0.0.0_59_20240724_CB11DF.ota
deleted file mode 100644
index e52896a..0000000
Binary files a/images/Lumi/20240729114307_OTA_lumi.switch.acn029_0.0.0_59_20240724_CB11DF.ota and /dev/null differ
diff --git a/index1.json b/index1.json
index ced7080..8f45f2b 100644
--- a/index1.json
+++ b/index1.json
@@ -1519,5 +1519,18 @@
     "sha512": "d20057d6c4e61d4ccdd3947b8a8c9bf9e126a26c080b9ce3e6839a0615b912c6f93246a60c55a44f2c8b8ec49f5041f46ac38b8a3c0a1c6ab44f062cc62089cf",
     "otaHeaderString": "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000",
     "originalUrl": "https://otau.meethue.com/storage/ZGB_100B_0109/0e1147ca-9b7e-4de1-b282-8b81c3c8e030/Switch-ATmega_6.1.1.28573_0012.sbl-ota"
+  },
+  {
+    "fileName": "20240729114307_OTA_lumi.switch.acn029_0.0.0_59_20240724_CB11DF.ota",
+    "fileVersion": 59,
+    "fileSize": 289920,
+    "originalUrl": "https://cdn.aqara.com/cdn/opencloud-product/mainland/product-firmware/prd/lumi.switch.acn029/20240729114307_OTA_lumi.switch.acn029_0.0.0_59_20240724_CB11DF.ota",
+    "url": "https://github.com/Koenkk/zigbee-OTA/raw/master/images1/Lumi/20240729114307_OTA_lumi.switch.acn029_0.0.0_59_20240724_CB11DF.ota",
+    "imageType": 2572,
+    "manufacturerCode": 4447,
+    "sha512": "c1efc798521997933d5859d927c01aa604695af148bf75df155856900ff38f1efeb19dfd8f99b07313861dfa93615848fd90cbf9415688e1eba125a72c74848f",
+    "otaHeaderString": "ROUTERX-----JN5180--ENCRYPTED000",
+    "modelId": "lumi.switch.acn029",
+    "releaseNotes": "Fix known issues"
   }
 ]
\ No newline at end of file

@Nerivec
Copy link
Collaborator

Nerivec commented Feb 6, 2025

Looks like there's a problem with this OTA file, the file version is way off compared to current, so it's being added as a downgrade (index1):

zigbee-OTA/index.json

Lines 2064 to 2074 in 3658af0

{
"fileName": "20220607175331_OTA_lumi.switch.acn029_0.0.0_211551_20220217_08B622.ota",
"fileVersion": 1380147,
"fileSize": 322672,
"url": "https://github.com/Koenkk/zigbee-OTA/raw/master/images/Lumi/20220607175331_OTA_lumi.switch.acn029_0.0.0_211551_20220217_08B622.ota",
"imageType": 2572,
"manufacturerCode": 4447,
"sha512": "61b68fa353b90d1e4e390fb04d466dd70f1f4ec03145a9d45ea9efb79099c27f81d89e6ef907f163f06bf1ed167e0d69178e3843b5f0155583dbb74b0f57c3d6",
"otaHeaderString": "ROUTERX-----JN5180--ENCRYPTED000",
"modelId": "lumi.switch.acn029"
},

@z-x-f
Copy link
Contributor Author

z-x-f commented Feb 6, 2025

Looks like there's a problem with this OTA file, the file version is way off compared to current, so it's being added as a downgrade (index1):

zigbee-OTA/index.json

Lines 2064 to 2074 in 3658af0

{
"fileName": "20220607175331_OTA_lumi.switch.acn029_0.0.0_211551_20220217_08B622.ota",
"fileVersion": 1380147,
"fileSize": 322672,
"url": "https://github.com/Koenkk/zigbee-OTA/raw/master/images/Lumi/20220607175331_OTA_lumi.switch.acn029_0.0.0_211551_20220217_08B622.ota",
"imageType": 2572,
"manufacturerCode": 4447,
"sha512": "61b68fa353b90d1e4e390fb04d466dd70f1f4ec03145a9d45ea9efb79099c27f81d89e6ef907f163f06bf1ed167e0d69178e3843b5f0155583dbb74b0f57c3d6",
"otaHeaderString": "ROUTERX-----JN5180--ENCRYPTED000",
"modelId": "lumi.switch.acn029"
},

Yes, after multiple OTA upgrade failures, I realized the problem.

@Koenkk
Copy link
Owner

Koenkk commented Feb 6, 2025

Yes, after multiple OTA upgrade failures, I realized the problem.

So this OTA is not valid and this PR can be closed?

@z-x-f
Copy link
Contributor Author

z-x-f commented Feb 6, 2025

Yes, after multiple OTA upgrade failures, I realized the problem.

So this OTA is not valid and this PR can be closed?

My meaning is that the old OTA file kept failing to upgrade.
It might also just be my problem. I only have this one device, so I can't tell whether other devices can upgrade normally.

@Nerivec
Copy link
Collaborator

Nerivec commented Feb 6, 2025

#320
CC: @Otnow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants