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]: please add 929003128401 #17981

Closed
KHOne23 opened this issue Jun 10, 2023 · 1 comment
Closed

[New device support]: please add 929003128401 #17981

KHOne23 opened this issue Jun 10, 2023 · 1 comment
Labels
new device support New device support request

Comments

@KHOne23
Copy link

KHOne23 commented Jun 10, 2023

Link

https://www.philips-hue.com/de-de/p/hue-white---color-ambiance-tragbare-tischleuchte-hue-go/8719514404571

Database entry

{"id":67,"type":"Router","ieeeAddr":"0x001788010cb94296","nwkAddr":2681,"manufId":4107,"manufName":"Signify Netherlands B.V.","powerSource":"Mains (single phase)","modelId":"929003128401","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":"929003128401","manufacturerName":"Signify Netherlands B.V.","powerSource":1,"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":2},"lastSeen":1686397048980,"defaultSendRequestWhen":"immediate"}

Comments

could you please add Support for 929003128401 is the white variant of 929003128501. All other Setting are same.

External converter

const fz = require('zigbee-herdsman-converters/converters/fromZigbee');
const tz = require('zigbee-herdsman-converters/converters/toZigbee');
const exposes = require('zigbee-herdsman-converters/lib/exposes');
const reporting = require('zigbee-herdsman-converters/lib/reporting');
const extend = require('zigbee-herdsman-converters/lib/extend');
const philips = require('zigbee-herdsman-converters/lib/philips');
const e = exposes.presets;
const ea = exposes.access;

const definition = {
     zigbeeModel: ['929003128401'],
     model: '929003128401',
     vendor: 'Philips',
     description: 'Hue Go portable table lamp white',
     extend: philips.extend.light_onoff_brightness_colortemp_color({colorTempRange: [153, 500]}),
};

module.exports = definition;

Supported color modes

No response

Color temperature range

No response

@KHOne23 KHOne23 added the new device support New device support request label Jun 10, 2023
Koenkk added a commit to Koenkk/zigbee-herdsman-converters that referenced this issue Jun 12, 2023
@Koenkk
Copy link
Owner

Koenkk commented Jun 12, 2023

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)

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