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

Unrecognized light models #157

Closed
daniel-darnell1 opened this issue Aug 30, 2017 · 8 comments
Closed

Unrecognized light models #157

daniel-darnell1 opened this issue Aug 30, 2017 · 8 comments

Comments

@daniel-darnell1
Copy link

Hey Erik,

When you have a chance, would you mind adding the following lights to the "known light model" list? (no rush!) There are only two different bulb types, but I included all of them in case you needed it.

[8/30/2017, 2:16:46 PM] [Hue] Philips hue: /lights/5: warning: unknown light model {"state":{"on":true,"bri":254,"alert":"none","reachable":true},"swupdate":{"state":"notupdatable","lastinstall":null},"type":"Dimmable light","name":"Bedroom 2","modelid":"Daylight","manufacturername":"GE","uniqueid":"7c:e5:24:00:00:17:19:93-01","swversion":"2.0.2.9"}
[8/30/2017, 2:16:46 PM] [Hue] Philips hue: /lights/8: warning: unknown light model {"state":{"on":true,"bri":254,"alert":"none","reachable":true},"swupdate":{"state":"notupdatable","lastinstall":null},"type":"Dimmable light","name":"Closet","modelid":"Connected A-19 60W Equivalent ","manufacturername":"CREE ","uniqueid":"e2:0d:b9:ff:fe:02:19:dc-0a","swversion":"500 "}
[8/30/2017, 2:16:46 PM] [Hue] Philips hue: /lights/9: warning: unknown light model {"state":{"on":true,"bri":254,"alert":"none","reachable":true},"swupdate":{"state":"notupdatable","lastinstall":null},"type":"Dimmable light","name":"Bathroom 1","modelid":"Connected A-19 60W Equivalent ","manufacturername":"CREE ","uniqueid":"e2:0d:b9:ff:fe:02:18:f5-0a","swversion":"500 "}
[8/30/2017, 2:16:46 PM] [Hue] Philips hue: /lights/12: warning: unknown light model {"state":{"on":true,"bri":254,"alert":"none","reachable":true},"swupdate":{"state":"notupdatable","lastinstall":null},"type":"Dimmable light","name":"Bathroom Shower","modelid":"Connected A-19 60W Equivalent ","manufacturername":"CREE ","uniqueid":"e2:0d:b9:ff:fe:02:1a:16-0a","swversion":"500 "}
[8/30/2017, 2:16:46 PM] [Hue] Philips hue: /lights/15: warning: unknown light model {"state":{"on":true,"bri":254,"alert":"none","reachable":true},"swupdate":{"state":"notupdatable","lastinstall":null},"type":"Dimmable light","name":"Bedroom 1","modelid":"Daylight","manufacturername":"GE","uniqueid":"7c:e5:24:00:00:17:4b:d5-01","swversion":"2.0.2.9"}
[8/30/2017, 2:16:46 PM] [Hue] Philips hue: /lights/16: warning: unknown light model {"state":{"on":true,"bri":254,"alert":"none","reachable":true},"swupdate":{"state":"notupdatable","lastinstall":null},"type":"Dimmable light","name":"Bedroom 3","modelid":"Daylight","manufacturername":"GE","uniqueid":"7c:e5:24:00:00:17:76:6c-01","swversion":"2.0.2.9"}
[8/30/2017, 2:16:46 PM] [Hue] Philips hue: /lights/19: warning: unknown light model {"state":{"on":true,"bri":254,"alert":"none","reachable":true},"swupdate":{"state":"notupdatable","lastinstall":null},"type":"Dimmable light","name":"Bathroom 3","modelid":"Connected A-19 60W Equivalent ","manufacturername":"CREE ","uniqueid":"e2:0d:b9:ff:fe:02:0e:9b-0a","swversion":"500 "}
[8/30/2017, 2:16:46 PM] [Hue] Philips hue: /lights/24: warning: unknown light model {"state":{"on":true,"bri":254,"alert":"none","reachable":true},"swupdate":{"state":"notupdatable","lastinstall":null},"type":"Dimmable light","name":"Bathroom 2","modelid":"Connected A-19 60W Equivalent ","manufacturername":"CREE ","uniqueid":"e2:0d:b9:ff:fe:02:37:f4-0a","swversion":"500 "}
[8/30/2017, 2:16:46 PM] [Hue] Philips hue: /lights/30: warning: unknown light model {"state":{"on":true,"bri":254,"alert":"none","reachable":true},"swupdate":{"state":"notupdatable","lastinstall":null},"type":"Dimmable light","name":"Bedroom Lamp 3","modelid":"Connected A-19 60W Equivalent ","manufacturername":"CREE ","uniqueid":"e2:0d:b9:ff:fe:02:e3:82-0a","swversion":"500 "}
[8/30/2017, 2:16:46 PM] [Hue] Philips hue: /lights/31: warning: unknown light model {"state":{"on":true,"bri":254,"alert":"none","reachable":true},"swupdate":{"state":"notupdatable","lastinstall":null},"type":"Dimmable light","name":"Bedroom Lamp 2","modelid":"Connected A-19 60W Equivalent ","manufacturername":"CREE ","uniqueid":"e2:0d:b9:ff:fe:02:1a:68-0a","swversion":"500 "}
[8/30/2017, 2:16:46 PM] [Hue] Philips hue: /lights/32: warning: unknown light model {"state":{"on":true,"bri":254,"alert":"none","reachable":true},"swupdate":{"state":"notupdatable","lastinstall":null},"type":"Dimmable light","name":"Bedroom Lamp 1","modelid":"Connected A-19 60W Equivalent ","manufacturername":"CREE ","uniqueid":"e2:0d:b9:ff:fe:02:10:9a-0a","swversion":"500 "}
[8/30/2017, 2:16:46 PM] [Hue] Philips hue: /lights/33: warning: unknown light model {"state":{"on":true,"bri":254,"alert":"none","reachable":true},"swupdate":{"state":"notupdatable","lastinstall":null},"type":"Dimmable light","name":"Nightstand","modelid":"Daylight","manufacturername":"GE","uniqueid":"7c:e5:24:00:00:17:1e:48-01","swversion":"2.0.2.9"}

Thank you!
-Daniel

@ebaauw
Copy link
Owner

ebaauw commented Aug 30, 2017

I'll add the GE - no problem.

The CREE has already been whitelisted since v0.3.12: https://github.com/ebaauw/homebridge-hue/blob/master/lib/HueLight.js#L476.

It does have a trailing space in manufacturername, modelid, and swversion, I suspected that might be a problem, see #84 (comment). If you're on a recent homebridge-hue version, could you please capture the homebridge output to a file and attach the file here - I think it could actually be a different, non-visible character, that gets lost on copy/paste.

@daniel-darnell1
Copy link
Author

daniel-darnell1 commented Aug 30, 2017 via email

@ebaauw
Copy link
Owner

ebaauw commented Aug 30, 2017

Sorry about the duplicate request with the CREE lights. I should’ve checked the list more carefully.

No need to apologise. homebridge-hue issues an unknown light warning, so obviously the whitelisting doesn't work. We just need to figure out why.

@jbroberg
Copy link

jbroberg commented Sep 1, 2017

Hi Erik,

Another one if you don't mind:

Philips hue: /lights/7: warning: unknown light model {"state":{"on":true,"bri":123,"alert":"select","reachable":true},"swupdate":{"state":"notupdatable","lastinstall":null},"type":"Dimmable light","name":"Living Room Lamp","modelid":"LWB001","manufacturername":"Philips","uniqueid":"xxxxxxx","swversion":"0.17.4.5162"}�
It's a bit of an old/esoteric one but is Philips and works with Hue.
http://www.conrad.com/medias/global/ce/4000_4999/4900/4910/4911/491192_BB_00_FB.EPS_1000.jpg

ebaauw added a commit that referenced this issue Sep 1, 2017
@daniel-darnell1
Copy link
Author

Hey Erik,

Here is the exported homebridge log. Let me know if you need anything else!
Homebridge Terminal Saved Output.txt

ebaauw added a commit that referenced this issue Sep 1, 2017
@ebaauw
Copy link
Owner

ebaauw commented Sep 1, 2017

That's a whole lot of trailing spaces. Hopefully no funny characters. Could you see if they're recognised in v0.5.26? The GE and the old Philips should also be recognised in this version.

@daniel-darnell1
Copy link
Author

That did it! The lights are recognized and don't produce the warning now. Thanks Erik. Is there anyway that I could've removed the spaces some how in my Hue configuration or homebridge setup or is it locked that way from Philips? Thanks again!

@ebaauw
Copy link
Owner

ebaauw commented Sep 1, 2017

The Hue bridge receives the spaces from the light. The only way to remove them is through upgrading the light's firmware to a version which fixes this. I don't know if the CREEs even support Over the Air Updates (OTAU), let alone if they have fixed this in a newer firmware version. Even if they have, you'd probably need their bridge/hub/gateway to upgrade the firmware.

@ebaauw ebaauw closed this as completed Sep 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants