Koenkk / Koenkk/zigbee2mqtt

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

Open
#33,171 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/de-at/p/hue-white-color-ambiance-b39-kerze-smarte-e14-led-lampe/8721103099242

Database entry

{"id":6,"type":"Router","ieeeAddr":"0x0017880110ac13ce","nwkAddr":49280,"manufId":4107,"manufName":"Signify Netherlands B.V.","powerSource":"Mains (single phase)","modelId":"LCE006","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":{"lightingColorCtrl":{"attributes":{"colorCapabilities":31,"colorTempPhysicalMin":50,"colorTempPhysicalMax":1000}},"manuSpecificPhilips2":{"attributes":{"state":{"type":"Buffer","data":[7,0,1,254,180,0]}}},"genBasic":{"attributes":{"modelId":"LCE006","manufacturerName":"Signify Netherlands B.V.","powerSource":1,"zclVersion":8,"appVersion":2,"stackVersion":1,"hwVersion":1,"dateCode":"20260106","swBuildId":"1.144.53"}}},"binds":[],"configuredReportings":[],"meta":{}},"242":{"profId":41440,"epId":242,"devId":97,"inClusterList":[],"outClusterList":[33],"clusters":{},"binds":[],"configuredReportings":[],"meta":{}}},"appVersion":2,"stackVersion":1,"hwVersion":1,"dateCode":"20260106","swBuildId":"1.144.53","zclVersion":8,"interviewCompleted":true,"interviewState":"SUCCESSFUL","meta":{"configured":"0.0.0"},"lastSeen":1789894947291}

Zigbee2MQTT version

2.14.1 (unknown)

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

export default {
    zigbeeModel: ['LCE006'],
    model: 'LCE006',
    vendor: 'Signify Netherlands B.V.',
    description: 'Automatically generated definition',
    extend: [m.identify(), philips.m.light({"colorTemp":{"range":[50,1000]},"color":{"modes":["xy","hs"],"enhancedHue":true}})],
};
What does/doesn't work with the external definition?

Hello,

I don't know why the Philips Hue B39 White and Color Ambiance E14 with bluetooth is not supportet:

Please can you add it:
https://www.philips-hue.com/de-at/p/hue-white-color-ambiance-b39-kerze-smarte-e14-led-lampe/8721103099242
https://www.zigbee2mqtt.io/devices/929002294203.html

Kind regards,
Christian Saliger

Notes

software_build_id: 1.144.53
date_code: 20260106
endpoints:

{"11":{"bindings":[],"clusters":{"input":["genBasic","genIdentify","genGroups","genScenes","genOnOff","genLevelCtrl","touchlink","manuSpecificPhilips2","lightingColorCtrl","manuSpecificPhilips3","64516"],"output":["genOta"]},"configured_reportings":[],"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 LCE006 external definition with the linked Philips Hue product and Zigbee2MQTT device pages. Check how the supplied definition is incorporated into device support and verify the listed color, color-temperature, and identification behavior. Done means the LCE006 is recognized and its supported controls work with the reported device data.

Written by the indexing model from the issue text.

Assessment

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.