[New device support]: 929003811401_02 from Signify Netherlands B.V.
Open
Beginner friendly
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
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?
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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