You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 18, 2020. It is now read-only.
Before submitting a request please make sure you are running the latest version of WinHue
available in the release section of this site. Support will not be done on older version.
Your setup
WinHue version : (eg. 3.0.4773.0)
Bridge api version : (1.36)
Light model : (LWB010)
In the logs i do see:
2020-02-26 10:34:44,020 [1] DEBUG WinHue3.Philips_Hue.HueObjects.LightObject.Light [GetImageForLight:182] ==> STATE : {"reachable":true,"on":false,"bri":254,"alert":"none"} unknown MODELID : LWB010 and ARCHETYPE : classicbulb using default images.
It is not possible to use the defaul timage for an LWB006?
It should appear as generic and should actually list the bulb.
The message using default image tell me that It should be using the default image and be listed. Unfortunately I don't have that bulb in particular and not all bulb have a specific image. It's rather hard to implement images for every bulb there is since there is a lot.
Is the bulb listed as a generic one ? If so then there is no bug. The bulb should work as intended
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Before submitting a request please make sure you are running the latest version of WinHue
available in the release section of this site. Support will not be done on older version.
Your setup
WinHue version : (eg. 3.0.4773.0)
Bridge api version : (1.36)
Light model : (LWB010)
In the logs i do see:
2020-02-26 10:34:44,020 [1] DEBUG WinHue3.Philips_Hue.HueObjects.LightObject.Light [GetImageForLight:182] ==> STATE : {"reachable":true,"on":false,"bri":254,"alert":"none"} unknown MODELID : LWB010 and ARCHETYPE : classicbulb using default images.
It is not possible to use the defaul timage for an LWB006?
JSON from Bulb LWB010:
{
"state": {
"reachable": true,
"on": false,
"bri": 254,
"alert": "none"
},
"type": "Dimmable light",
"manufacturername": "Signify Netherlands B.V.",
"name": "Slaapkamer",
"modelid": "LWB010",
"uniqueid": "00:17:88:01:02:49:63:10-0b",
"capabilities": {
"certified": true,
"control": {
"mindimlevel": 5000,
"maxlumen": 806
},
"streaming": {
"renderer": false,
"proxy": false
}
},
"config": {
"archetype": "classicbulb",
"function": "functional",
"direction": "omnidirectional",
"startup": {
"mode": "powerfail",
"configured": true
}
},
"swupdate": {
"state": "noupdates",
"lastinstall": "2020-02-25T19:12:30"
},
"Streaming": false
}
The text was updated successfully, but these errors were encountered: