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]: Philips Hue Signe Floor Lamp but model 929003103601? #26750

Open
comdr-chocchip opened this issue Mar 15, 2025 · 1 comment
Labels
new device support New device support request

Comments

@comdr-chocchip
Copy link

Link

https://www.philips-hue.com/en-au/p/hue-white-and-color-ambiance-signe-gradient-floor-lamp/8719514394230

Database entry

{"id":28,"type":"Router","ieeeAddr":"0x001788010dfe48b7","nwkAddr":28698,"manufId":4107,"manufName":"Philips","powerSource":"Mains (single phase)","modelId":"929003103601","epList":[11,242],"endpoints":{"11":{"profId":260,"epId":11,"devId":269,"inClusterList":[0,3,4,5,6,8,4096,64515,768,64513,64516],"outClusterList":[25],"clusters":{"genBasic":{"attributes":{"modelId":"929003103601","manufacturerName":"Philips","powerSource":1,"zclVersion":8,"appVersion":2,"stackVersion":1,"hwVersion":0,"dateCode":"20240902","swBuildId":"1.122.2"}},"lightingColorCtrl":{"attributes":{"colorCapabilities":31,"colorTempPhysicalMin":153,"colorTempPhysicalMax":500,"colorMode":1,"currentX":16217,"currentY":34839,"enhancedCurrentHue":28101,"currentSaturation":159,"colorTemperature":153}}},"binds":[],"configuredReportings":[],"meta":{}},"242":{"profId":41440,"epId":242,"devId":97,"inClusterList":[],"outClusterList":[33],"clusters":{},"binds":[],"configuredReportings":[],"meta":{}}},"appVersion":2,"stackVersion":1,"hwVersion":0,"dateCode":"20240902","swBuildId":"1.122.2","zclVersion":8,"interviewCompleted":true,"meta":{"configured":332242049},"lastSeen":1742078791063}

Zigbee2MQTT version

2.1.3

Comments

I'm not sure if this is just a model variance due to country but after pairing this I have 'device unsupported' and also unable to use the gradient feature of this lamp.

compared to a Hue gradient lightstrip (looking at Exposes), i'm missing the gradient scene.

Anyone know how I can use the gradient scene on this? Other 'versions' of this shows supported.

Thanks!

External definition

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

const definition = {
    zigbeeModel: ['929003103601'],
    model: '929003103601',
    vendor: 'Philips',
    description: 'Automatically generated definition',
    extend: [philips.m.light({"colorTemp":{"range":[153,500]},"color":{"modes":["xy","hs"],"enhancedHue":true}})],
    meta: {},
};

module.exports = definition;

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

gradient scene missing

@comdr-chocchip comdr-chocchip added the new device support New device support request label Mar 15, 2025
@Koenkk
Copy link
Owner

Koenkk commented Mar 16, 2025

Could you make a PR by clicking here?

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

2 participants