Skip to content

Adds lumi.light.agl001/2/5/6#1209

Merged
Koenkk merged 1 commit into
Koenkk:masterfrom
absent42:lumi-t2
Jun 25, 2026
Merged

Adds lumi.light.agl001/2/5/6#1209
Koenkk merged 1 commit into
Koenkk:masterfrom
absent42:lumi-t2

Conversation

@absent42

@absent42 absent42 commented Jun 24, 2026

Copy link
Copy Markdown
Contributor
[
    {
        "fileName": "20251013111834_OTA_lumi.light.agl001_0.0.0_0030_20251013_F7321F.ota",
        "originalUrl": "https://cdn.aqara.com/cdn/opencloud-product/mainland/product-firmware/prd/lumi.light.agl001/20251013111834_OTA_lumi.light.agl001_0.0.0_0030_20251013_F7321F.ota",
        "releaseNotes": "",
        "modelId": "lumi.light.agl001"
    },
    {
        "fileName": "20260409141326_OTA_lumi.light.agl002_0.0.0_0031_20260407_9D1EC7.ota",
        "originalUrl": "https://cdn.aqara.com/cdn/opencloud-product/mainland/product-firmware/prd/lumi.light.agl002/20260409141326_OTA_lumi.light.agl002_0.0.0_0031_20260407_9D1EC7.ota",
        "releaseNotes": "",
        "modelId": "lumi.light.agl002"
    },
    {
        "fileName": "20251013120727_OTA_lumi.light.agl005_0.0.0_0030_20251013_F7321F.ota",
        "originalUrl": "https://cdn.aqara.com/cdn/opencloud-product/mainland/product-firmware/prd/lumi.light.agl005/20251013120727_OTA_lumi.light.agl005_0.0.0_0030_20251013_F7321F.ota",
        "releaseNotes": "",
        "modelId": "lumi.light.agl005"
    },
    {
        "fileName": "20260407182855_OTA_lumi.light.agl006_0.0.0_0031_20260407_9D1EC7.ota",
        "originalUrl": "https://cdn.aqara.com/cdn/opencloud-product/mainland/product-firmware/prd/lumi.light.agl006/20260407182855_OTA_lumi.light.agl006_0.0.0_0031_20260407_9D1EC7.ota",
        "releaseNotes": "",
        "modelId": "lumi.light.agl006"
    }
]

@github-actions

Copy link
Copy Markdown
Contributor

Invalid extra metas in pull request body: Unexpected non-whitespace character after JSON at position 270 (line 6 column 6)

@github-actions

Copy link
Copy Markdown
Contributor

Invalid extra metas in pull request body: Unexpected non-whitespace character after JSON at position 272 (line 7 column 1)

@github-actions

Copy link
Copy Markdown
Contributor

Invalid extra metas in pull request body: Unexpected non-whitespace character after JSON at position 276 (line 7 column 5)

@github-actions

Copy link
Copy Markdown
Contributor

Invalid extra metas in pull request body: Unexpected non-whitespace character after JSON at position 264 (line 7 column 1)

@absent42 absent42 closed this Jun 24, 2026
@absent42 absent42 reopened this Jun 24, 2026
@github-actions

Copy link
Copy Markdown
Contributor

[images/Lumi/20251013111834_OTA_lumi.light.agl001_0.0.0_0030_20251013_F7321F.ota] Lumi/Aqara image requires extra modelId metadata

4 similar comments
@github-actions

Copy link
Copy Markdown
Contributor

[images/Lumi/20251013111834_OTA_lumi.light.agl001_0.0.0_0030_20251013_F7321F.ota] Lumi/Aqara image requires extra modelId metadata

@github-actions

Copy link
Copy Markdown
Contributor

[images/Lumi/20251013111834_OTA_lumi.light.agl001_0.0.0_0030_20251013_F7321F.ota] Lumi/Aqara image requires extra modelId metadata

@github-actions

Copy link
Copy Markdown
Contributor

[images/Lumi/20251013111834_OTA_lumi.light.agl001_0.0.0_0030_20251013_F7321F.ota] Lumi/Aqara image requires extra modelId metadata

@github-actions

Copy link
Copy Markdown
Contributor

[images/Lumi/20251013111834_OTA_lumi.light.agl001_0.0.0_0030_20251013_F7321F.ota] Lumi/Aqara image requires extra modelId metadata

@github-actions

Copy link
Copy Markdown
Contributor

[images/Lumi/20251013111834_OTA_lumi.light.agl001_0.0.0_0030_20251013_F7321F.ota] Image already present for manufacturer

@absent42

Copy link
Copy Markdown
Contributor Author

[images/Lumi/20251013111834_OTA_lumi.light.agl001_0.0.0_0030_20251013_F7321F.ota] Image already present for manufacturer

It doesn't appear to be already present, there's nothing for lumi.light.agl001 in images/Lumi

@andrei-lazarov andrei-lazarov left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is an imageType conflict 🤦🏻

This one already exists:

"imageType": 1043,
"manufacturerCode": 4447,
"modelId": "lumi.light.agl003",

You are adding this one:

"imageType": 1043,
"manufacturerCode": 4447,
"modelId": "lumi.light.agl001",

(https://nerivec.github.io/zigbee-ota-file-editor/)

Shouldn't be a problem, since we also have the modelId.
I should check if Z2M matches correctly..
We have the same scenario for Tuya, same "imageType": 54179, but different manufacturerName

@andrei-lazarov andrei-lazarov left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tested with a custom index. modelId restriction works correctly, even when imageType is the same

@Koenkk Koenkk merged commit 6ec1bac into Koenkk:master Jun 25, 2026
0 of 10 checks passed
@Koenkk

Koenkk commented Jun 25, 2026

Copy link
Copy Markdown
Owner

thanks!

@Koenkk

Koenkk commented Jun 25, 2026

Copy link
Copy Markdown
Owner

@absent42 the pipeline failed due to the duplicate imageType, could you submit a new pr to update the index.json manually?

@absent42

Copy link
Copy Markdown
Contributor Author

@absent42 the pipeline failed due to the duplicate imageType, could you submit a new pr to update the index.json manually?

Will do.

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