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

Add CCT Zigbee model to Paulmann 50064 #5725

Merged
merged 2 commits into from
May 7, 2023
Merged

Conversation

lukasauer
Copy link
Contributor

The new Paulmann 501.29 light I received today has a new Zigbee name (CCT) compared to my old ones (CCT_LIGHT). Adding the new name to the existing configuration allows me to control it. I tested this locally on my setup.

Note that I have 501.29 lights instead of 500.64. They appear to use the same Zigbee names.

@Koenkk
Copy link
Owner

Koenkk commented May 6, 2023

Could you provide the data/database.db entry of this device?

@lukasauer
Copy link
Contributor Author

Of course, here it is.

{
    "id": 13,
    "type": "Router",
    "ieeeAddr": "0x00158d0008b5711e",
    "nwkAddr": 9944,
    "manufId": 4632,
    "manufName": "Paulmann Licht GmbH",
    "powerSource": "DC Source",
    "modelId": "CCT",
    "epList": [
        1,
        242
    ],
    "endpoints": {
        "1": {
            "profId": 260,
            "epId": 1,
            "devId": 268,
            "inClusterList": [
                0,
                4,
                3,
                6,
                8,
                5,
                768,
                4096
            ],
            "outClusterList": [
                25
            ],
            "clusters": {
                "lightingColorCtrl": {
                    "attributes": {
                        "colorCapabilities": 16,
                        "colorTempPhysicalMin": 153,
                        "colorTempPhysicalMax": 370
                    }
                },
                "genLevelCtrl": {
                    "attributes": {}
                }
            },
            "binds": [],
            "configuredReportings": [],
            "meta": {
                "onLevelSupported": false
            }
        },
        "242": {
            "profId": 41440,
            "epId": 242,
            "devId": 97,
            "inClusterList": [
                33
            ],
            "outClusterList": [
                33
            ],
            "clusters": {},
            "binds": [],
            "configuredReportings": [],
            "meta": {}
        }
    },
    "appVersion": 19,
    "stackVersion": 1,
    "hwVersion": 16,
    "dateCode": "20190515",
    "swBuildId": "1400-0001",
    "zclVersion": 3,
    "interviewCompleted": true,
    "meta": {
        "configured": 2
    },
    "lastSeen": 1683447706575,
    "defaultSendRequestWhen": "immediate"
}

@Koenkk Koenkk merged commit bb64ed2 into Koenkk:master May 7, 2023
1 check passed
@Koenkk
Copy link
Owner

Koenkk commented May 7, 2023

Thanks!

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.

None yet

2 participants