This is my external converter for 929003736501_01
from Signify Netherlands B.V.
software_build_id: 1.122.8
date_code: 20250213
endpoints:
{"11":{"clusters":{"input":["genBasic","genIdentify","genGroups","genScenes","genOnOff","genLevelCtrl","touchlink","lightingColorCtrl","manuSpecificPhilips3"],"output":["genOta"]}},"242":{"clusters":{"input":[],"output":["greenPower"]}}}
What works / what doesn't?
Everything works as intended so far. The small round version of this light was already posted, this is the larger round.
Converter
import * as philips from 'zigbee-herdsman-converters/lib/philips';
export default {
zigbeeModel: ['929003736501_01','929003736501_02'],
model: '929003736501',
vendor: 'Philips',
description: 'Hue Datura LED ceiling panel large round',
extend: [philips.m.light({"colorTemp":{"range":[153,500]},"color":{"modes":["xy","hs"],"enhancedHue":true}})],
meta: {},
};