Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ledvance Lamps Work in Phoscon but dont get find in Hue Binding from Openhab #1835

Closed
lons81 opened this issue Sep 8, 2019 · 5 comments
Closed
Labels

Comments

@lons81
Copy link

lons81 commented Sep 8, 2019

Hello

Every Lampe & Plug works with Phoscon.
(Hue lamps, Osram Plug, Gledopto driver & Osram Ledvance)
But in Openhab the Ledvance where not discovered...
All others lamps & plugs will be discovered by Hue Binding.
Is there a other protocol or something else that Openhab cant find the Ledvance Downlights?
I have 10 pieces of them and all of them doesnt come in Openhab.

Thanks, Marcel

@lons81
Copy link
Author

lons81 commented Sep 10, 2019

Hello

I posted this problem also in OpenHab board and here is a quote from "cweitkamp"

The “type”: “Color temperature light” is important for discovery of devices by the Hue binding. As you can see the LEDVANCE bulbs return “type”: “Color dimmable light” which will not recognized as valid by the Hue binding. I am not sure if that type is correct. Maybe you should post your findings into your related deCONZ issue and ask for verification over there.

Therefore the output from /lights/:

Osram Ledvance:

"etag": "9883a8119c818ac46c095a292868329d",
"hascolor": true,
"manufacturername": "LEDVANCE",
"modelid": "Down Light TW",
"name": "Wohnzimmer Couch",
"state":{"alert": "none", "bri": 254, "colormode": "ct", "ct": 370,…},
"swversion": "00102002",
"type": "Color dimmable light",
"uniqueid": "d5:3a:00:b8:d1:f0:00:00-01"

And this is a Philips lamp which is find trough OpenHab:

“ctmax”: 454,
“ctmin”: 153,
“etag”: “5bf6eff2f879f06e73692eec543a07b9”,
“hascolor”: true,
“manufacturername”: “Philips”,
“modelid”: “LTC015”,
“name”: “Esszimmer Licht”,
“state”:{“alert”: “none”, “bri”: 254, “colormode”: “ct”, “ct”: 366,…},
“swversion”: “1.46.13_r26312”,
“type”: “Color temperature light”,
“uniqueid”: “00:17:88:01:03:37:1b:c2-0b”

Is the Color dimmable light correct?
The Osram lamp is the same like Philips also dimmable & color temperature light.

Thanks alot, Marcel

@manup
Copy link
Member

manup commented Sep 10, 2019

The type is directly derived from the light descriptor. But the type Color temperature light would be more appropriate for the TW version. We can correct this statically.

@lons81
Copy link
Author

lons81 commented Sep 12, 2019

Thanks for the fix
Where does the file belong to?
Or is it done with an ap-get update & upgrade?

Thanks

@manup
Copy link
Member

manup commented Sep 12, 2019

It will be part of the next release 2.05.70

@stale
Copy link

stale bot commented Jan 10, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants