question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Device Request: Philips 5995111U5 (Hue)

See original GitHub issue

Recently 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:closed
  • Created 2 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
Koenkkcommented, Apr 17, 2021

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)

0reactions
srnothcommented, Apr 14, 2021

Are you on z2m 1.18.2?

No idea why HASSIO isn’t showing the 1.18.2 update. Manually updated and here is the readout:

{
    "level": "info",
    "message": "Read result of 'lightingColorCtrl': {\"colorTempPhysicalMin\":153,\"colorTempPhysicalMax\":454}"
}
Read more comments on GitHub >

github_iconTop Results From Across the Web

Philips Hue White Ambiance Dimmable LED Smart Retrofit ...
This ItemPhilips Hue White Ambiance Dimmable LED Smart Retrofit Recessed Downlight (5-Inch/6-Inch Compatible with Amazon Alexa Apple HomeKit and Google ...
Read more >
5995111U5 Philips White ambiance 5/6” Retrofit Recessed ...
Philips Hue White ambiance. White ambiance 5/6”. Retrofit Recessed. Downlight. LED integrated. E26 socket adapter included. Smart control with Hue bridge.
Read more >
Philips Hue 4" Retrofit Recessed Downlight 5996511U5 ... - B&H
This unit has a light output of 650 lumens and up to 16 million colors. A lifespan of 35,000 hours ensures that it...
Read more >
Light for your moments - Philips
Connect to your Hue Bridge for full smart lighting control. • Control lights with your voice. Downlight 5/6 inch. Hue White ambiance. LED...
Read more >
Philips Hue White Ambiance 5-6" Integrated LED Dimmable ...
Also bear in mind the Hue Bridge supports up to 50 devices. ... A: All Philips Hue recessed downlights currently require a recessed...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found