Device Request: Philips 5995111U5 (Hue)
See original GitHub issueRecently purchased what I thought would be Philips 5996411U5 (https://www.zigbee2mqtt.io/devices/5996411U5.html). https://www.homedepot.com/p/Philips-Hue-White-Ambiance-5-6-Integrated-LED-Dimmable-Smart-Wireless-Recessed-Downlight-Retrofit-Kit-801506/303993123
Showed up unsupported. These are exactly as described (Hue white ambiance 5/6” retrofit recessed downlight) but the model number is 5995111U5.
Got them working with the generic light external_converter (https://github.com/Koenkk/zigbee2mqtt.io/blob/master/docs/externalConvertersExample/light.js) changing:
zigbeeModel: ['LTD005'],
model: '5995111U5',
vendor: 'Philips',
I believe this could be officially supported by adding the following to devices.js (identical to the 5996411U5 entry).
{
zigbeeModel: ['LTD005'],
model: '5995111U5',
vendor: 'Philips',
description: 'Hue white ambiance 5/6" retrofit recessed downlight',
meta: {turnsOffAtBrightness1: true},
extend: preset.hue.light_onoff_brightness_colortemp(),
ota: ota.zigbeeOTA,
},
Unfortunately I’m running the Hassio addon and editing the devices.js file directly seems to be impossible. I’d be happy to test with the Edge version though.
Thanks.
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (3 by maintainers)
Thanks, added.
Changes will be available in the dev branch in a few hours from now. (https://www.zigbee2mqtt.io/how_tos/how-to-switch-to-dev-branch.html)
No idea why HASSIO isn’t showing the 1.18.2 update. Manually updated and here is the readout: