-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 White and Color Ambiance GU10 Xamento 3 spotlight pack #15885
[New device support]: Philips Hue White and Color Ambiance GU10 Xamento 3 spotlight pack #15885
Comments
Came here because I have exactly the same issue. I'm on the latest version of Z2M and Home Assistant. |
Will be supported in the 1 February release. |
For the devices I posted above, they are working fine now with the latest Z2M release, thanks so far. 929003526202_01 Here's the screenshot to confirm: Physically they are still the same original Philips Hue GU10 spots as mentioned by OP: As I never helped to add a new zigbee device yet, now my question is: |
Update: I added this no to a file called /config/zigbee2mqtt/9290019531.js in Home Assistant:
Now how would I trigger some actions on the device? I am totally unsure on how to do this @Koenkk Thanks! |
@Grandma-Betty added them! Changes will be available in the dev branch in a few hours from now. (https://www.zigbee2mqtt.io/advanced/more/switch-to-dev-branch.html) |
@Koenkk Thanks man! What I would like to mention additionally: |
This doesn't matter, it's just a cosmetic thing. |
@Koenkk Hmm...I just installed today's official Z2M update and the one with the number |
@Koenkk Edit: Please don't let me wait another month for this to be in the official release :P |
I've fixed the issue now but it will be part of the next release. Until then you can use the following external converter: const philips = require('zigbee-herdsman-converters/lib/philips');
const definition = {
zigbeeModel: ['LCG002', '929003047701', '929003047701', '929003526202_01', '929003526202_02', '929003526202_03'],
model: '929001953101',
vendor: 'Philips',
description: 'Hue White and Color Ambiance GU10',
extend: philips.extend.light_onoff_brightness_colortemp_color({colorTempRange: [153, 500]}),
};
module.exports = definition;
external_converters:
- ext_converter.js
|
...aaaaand another Philips Hue Xamento GU10 spot not being supported yet with the following model number: 929003074701 @Koenkk It would be nice if you could add this one too for the next release. |
added! Changes will be available in the dev branch in a few hours from now. (https://www.zigbee2mqtt.io/advanced/more/switch-to-dev-branch.html) |
Hi, new serial numbers arrived with v2 resulting in unknown device when added to the network 929003812901_01 etc Is this an easy one to add @Koenkk |
Link
https://www.philips-hue.com/sv-se/p/hue-white-och-color-ambiance-xamento-infalld-spot-3-pack/8719514355392
Database entry
{"id":21,"type":"Router","ieeeAddr":"0x001788010b55c9fe","nwkAddr":61279,"manufId":4107,"manufName":"Philips","powerSource":"Mains (single phase)","modelId":"929003074801_01","epList":[11,242],"endpoints":{"11":{"profId":260,"epId":11,"devId":269,"inClusterList":[0,3,4,5,6,8,4096,64514,768,64513],"outClusterList":[25],"clusters":{"genBasic":{"attributes":{"modelId":"929003074801_01","manufacturerName":"Philips","powerSource":1,"zclVersion":2,"appVersion":2,"stackVersion":1,"hwVersion":3,"dateCode":"20200327","swBuildId":"1.65.11_hB798F2B"}},"lightingColorCtrl":{"attributes":{"colorCapabilities":31,"colorTempPhysicalMin":153,"colorTempPhysicalMax":500,"colorMode":2,"currentX":31248,"currentY":27106,"colorTemperature":400}},"genOnOff":{"attributes":{"onOff":1}},"genLevelCtrl":{"attributes":{"currentLevel":134}}},"binds":[],"configuredReportings":[],"meta":{}},"242":{"profId":41440,"epId":242,"devId":97,"inClusterList":[],"outClusterList":[33],"clusters":{},"binds":[],"configuredReportings":[],"meta":{}}},"appVersion":2,"stackVersion":1,"hwVersion":3,"dateCode":"20200327","swBuildId":"1.65.11_hB798F2B","zclVersion":2,"interviewCompleted":true,"meta":{"configured":88764544},"lastSeen":1672653452128,"defaultSendRequestWhen":"immediate"}
Comments
This is a GU10 3 spotlight pack with extra hardware. The GU10 bulbs seems to work exactly like the regular GU10 color spotlights (929001953101).
Model should probably be assigned to 929003074801 but each bulb in the pack has an ending with _01, _02 and _03.
zigbeeModel: ['929003074801_01', '929003074801_02', '929003074801_03']
Below external converter works with 1.28.4-1.
External converter
Supported color modes
color temperature, color xy & color hs (rgb)
Color temperature range
{colorTempRange: [153, 500]}
The text was updated successfully, but these errors were encountered: