Koenkk / Koenkk/zigbee2mqtt

[New device support]: 929003811401_02 from Signify Netherlands B.V.

Open Beginner friendly
#33,082 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

new device support
Dominant language
TypeScript
Stars
15.7k
Forks
2k
Avg merge
18h 55m
Merged PRs (30d)
35

Description

Link

https://www.philips-hue.com/pl-pl/p/hue-white-ambiance-podwojne-oswietlenie-punktowe-pillar/8720169320116?utm_source=chatgpt.com

Database entry

"0x001788010ee4e43f": { "friendly_name": "ap23_korytarz_lustro_spot_L"

Zigbee2MQTT version

2.14.1 (3c3d8c1a71cabb31f1b97ad268681dd3f747ce19
)

External definition
import * as m from 'zigbee-herdsman-converters/lib/modernExtend';
import * as philips from 'zigbee-herdsman-converters/lib/philips';

export default {
    zigbeeModel: ['929003811401_02'],
    model: '929003811401_02',
    vendor: 'Signify Netherlands B.V.',
    description: 'Automatically generated definition',
    extend: [m.identify(), philips.m.light({"colorTemp":{"range":[153,454]}})],
};
What does/doesn't work with the external definition?
Image
Notes

software_build_id: 1.163.1
date_code: 20260514
endpoints:

{"11":{"bindings":[{"cluster":"manuSpecificPhilips2","target":{"endpoint":1,"ieee_address":"0x00124b00336c4954","type":"endpoint"}},{"cluster":"genOnOff","target":{"endpoint":1,"ieee_address":"0x00124b00336c4954","type":"endpoint"}},{"cluster":"genLevelCtrl","target":{"endpoint":1,"ieee_address":"0x00124b00336c4954","type":"endpoint"}}],"clusters":{"input":["genBasic","genIdentify","genGroups","genScenes","genOnOff","genLevelCtrl","touchlink","manuSpecificPhilips2","64516","lightingColorCtrl"],"output":["genOta"]},"configured_reportings":[{"attribute":"onOff","cluster":"genOnOff","maximum_report_interval":3600,"minimum_report_interval":0,"reportable_change":0},{"attribute":"currentLevel","cluster":"genLevelCtrl","maximum_report_interval":3600,"minimum_report_interval":5,"reportable_change":1}],"scenes":[]},"242":{"bindings":[],"clusters":{"input":[],"output":["greenPower"]},"configured_reportings":[],"scenes":[]}}

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by comparing the supplied external definition with existing Philips device definitions and inspect the reported Zigbee model and endpoint data. Add support for model 929003811401_02 using the shown light extension and verify that Zigbee2MQTT recognizes the device and exposes its lighting controls.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
embedded-iot
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
72/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.