ebaauw / homebridge-hue

Homebridge plugin for Philips Hue
Apache License 2.0
901 stars 91 forks source link

Unknown Light Model "Neuhaus Deckenleuchte" #360

Closed Kuemmeth closed 6 years ago

Kuemmeth commented 6 years ago

Hi,

I get the following error message with my "Paul Neuhaus" lamp. Is it possible to fix it?

[2018-7-13 16:46:13] [Hue] Philips hue: /lights/10: warning: using default colour temperature range for unknown light model {"state":{"on":false,"bri":1,"ct":370,"alert":"none","colormode":"ct","mode":"homeautomation","reachable":true},"swupdate":{"state":"notupdatable","lastinstall":null},"type":"Color temperature light","name":"Deckenleuchte","modelid":"NLG-CCT light ","manufacturername":"Neuhaus Lighting Group ","productname":"Color temperature light","capabilities":{"certified":false,"control":{"ct":{"min":200,"max":370}},"streaming":{"renderer":false,"proxy":false}},"config":{"archetype":"classicbulb","function":"functional","direction":"omnidirectional"},"uniqueid":"00:15:8d:00:02:11:91:79-01","swversion":"1001-0007"}

Thank You!

ebaauw commented 6 years ago

Indeed, as of firmware v1.24.0, the Hue bridge now reports the min and max ct values as well under capabilities.control. I'll change homebridge-hue to use these.

Note to self: the Hue bridge now also reports the colour gamut, but I need to test whether that works correctly for non-certified lights. Ideally, we could get rid of most of the whitelisting.

Another note to self: probably best to use capabilities.certified, instead of manufacturername to determine which lights the v2 Hue bridge already exposes to HomeKit.

ebaauw commented 6 years ago

Should be fixed in v0.9.9.