Skip to content

Conversation

@andrei-lazarov
Copy link
Contributor

@andrei-lazarov andrei-lazarov commented Dec 29, 2025

@andrei-lazarov
Copy link
Contributor Author

andrei-lazarov commented Dec 29, 2025

We have 2 different reports:

  • "swBuildId": "1.0.7"
  • "swBuildId": "" (maybe)

So I removed that line to fit both.

devId / deviceID at endpoint 1 seems to be unique per bulb: 268, 269, 258

Currently this matches only LED2408G10, due to devId / deviceID 268

@andrei-lazarov
Copy link
Contributor Author

One of @thmedia2, @marazmarci, @martinusGH, can I actually get the full database.db entry and external definition for LED2408G10 to make sure this is correct?

@marazmarci
Copy link
Contributor

Sure @andrei-lazarov, here you go 🙂

{
  "id": 229,
  "type": "Router",
  "ieeeAddr": "0x0008fd52ff......",
  "nwkAddr": 63721,
  "manufId": 4169,
  "manufName": "",
  "powerSource": "Mains (single phase)",
  "modelId": "",
  "epList": [
    1,
    242
  ],
  "endpoints": {
    "1": {
      "profId": 260,
      "epId": 1,
      "devId": 268,
      "inClusterList": [
        0,
        3,
        4,
        5,
        6,
        8,
        768,
        4096
      ],
      "outClusterList": [],
      "clusters": {
        "genBasic": {
          "attributes": {
            "modelId": "",
            "manufacturerName": "",
            "powerSource": 0,
            "zclVersion": 8,
            "appVersion": 0,
            "stackVersion": 0,
            "hwVersion": 1,
            "dateCode": "",
            "swBuildId": "1.0.7"
          }
        },
        "lightingColorCtrl": {
          "attributes": {
            "colorCapabilities": 16,
            "colorTempPhysicalMin": 153,
            "colorTempPhysicalMax": 454
          }
        }
      },
      "binds": [],
      "configuredReportings": [],
      "meta": {}
    },
    "242": {
      "profId": 41440,
      "epId": 242,
      "devId": 97,
      "inClusterList": [],
      "outClusterList": [
        33
      ],
      "clusters": {},
      "binds": [],
      "configuredReportings": [],
      "meta": {}
    }
  },
  "appVersion": 0,
  "stackVersion": 0,
  "hwVersion": 1,
  "dateCode": "",
  "swBuildId": "1.0.7",
  "zclVersion": 8,
  "interviewCompleted": true,
  "interviewState": "SUCCESSFUL",
  "meta": {
    "configured": 332242049
  },
  "lastSeen": 1767048656526
}

For the record, this is the database.db entry of an IKEA LED2408G10.

@andrei-lazarov andrei-lazarov marked this pull request as ready for review December 30, 2025 00:53
@Koenkk
Copy link
Owner

Koenkk commented Dec 30, 2025

I think we should also make the model/description more generic here.

@Koenkk Koenkk merged commit 04398ea into Koenkk:master Dec 30, 2025
3 checks passed
@Koenkk
Copy link
Owner

Koenkk commented Dec 30, 2025

Thanks!

@andrei-lazarov andrei-lazarov deleted the LED2408G10 branch December 31, 2025 00:59
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