We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://www.philips-hue.com/nl-nl/p/hue-white-and-color-ambiance-tento-rond-wca-led-plafondpaneel-29-1-cm-wit/8720169330917
{"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}
1.41.0
Same model as 929003823601, but different color and size
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;
Everything works
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
What does/doesn't work with the external definition?
Everything works
The text was updated successfully, but these errors were encountered: