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

[New device support]: Hue Tento Color 29,1 cm white #24574

Open
hetisstephan opened this issue Nov 1, 2024 · 0 comments
Open

[New device support]: Hue Tento Color 29,1 cm white #24574

hetisstephan opened this issue Nov 1, 2024 · 0 comments
Labels
new device support New device support request

Comments

@hetisstephan
Copy link

Link

https://www.philips-hue.com/nl-nl/p/hue-white-and-color-ambiance-tento-rond-wca-led-plafondpaneel-29-1-cm-wit/8720169330917

Database entry

{"id":106,"type":"Router","ieeeAddr":"0x001788010e1903aa","nwkAddr":30788,"manufId":4107,"manufName":"Signify Netherlands B.V.","powerSource":"Mains (single phase)","modelId":"929003823501","epList":[11,242],"endpoints":{"11":{"profId":260,"epId":11,"devId":269,"inClusterList":[0,3,4,5,6,8,4096,768,64513],"outClusterList":[25],"clusters":{"genBasic":{"attributes":{"modelId":"929003823501","manufacturerName":"Signify Netherlands B.V.","zclVersion":2,"appVersion":2,"stackVersion":1,"hwVersion":0,"dateCode":"20210305","swBuildId":"1.82.10"}},"lightingColorCtrl":{"attributes":{"colorCapabilities":31,"colorTempPhysicalMin":153,"colorTempPhysicalMax":500}}},"binds":[],"configuredReportings":[],"meta":{}},"242":{"profId":41440,"epId":242,"devId":97,"inClusterList":[],"outClusterList":[33],"clusters":{},"binds":[],"configuredReportings":[],"meta":{}}},"appVersion":2,"stackVersion":1,"hwVersion":0,"dateCode":"20210305","swBuildId":"1.82.10","zclVersion":2,"interviewCompleted":true,"meta":{"configured":332242049},"lastSeen":1730457273876}

Zigbee2MQTT version

1.41.0

Comments

Same model as 929003823601, but different color and size

External definition

const {philipsLight} = require('zigbee-herdsman-converters/lib/philips');

const definition = {
    zigbeeModel: ['929003823501'],
    model: '929003823501',
    vendor: 'Signify Netherlands B.V.',
    description: 'Automatically generated definition',
    extend: [philipsLight({"colorTemp":{"range":[153,500]},"color":{"modes":["xy","hs"],"enhancedHue":true}})],
    meta: {},
};

module.exports = definition;

What does/doesn't work with the external definition?

Everything works

@hetisstephan hetisstephan added the new device support New device support request label Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new device support New device support request
Projects
None yet
Development

No branches or pull requests

1 participant