Closed rnsc closed 2 years ago
The EGLO website says that the lamp doesn't support changing the colour temperature, but that's not true, I can change it with the AWOX application:
Can you provide the data/database.db entry of this device?
@Koenkk here's the extract of the db (not sure why the type is Router):
{
"id": 5,
"type": "Router",
"ieeeAddr": "0xa4c138f24760f8bb",
"nwkAddr": 11791,
"manufId": 4417,
"manufName": "AwoX",
"powerSource": "Mains (single phase)",
"modelId": "TLSR82xx",
"epList": [
1,
242,
3
],
"endpoints": {
"1": {
"profId": 260,
"epId": 1,
"devId": 268,
"inClusterList": [
0,
3,
4,
5,
6,
8,
768,
4096,
64599,
10
],
"outClusterList": [
6
],
"clusters": {
"genBasic": {
"attributes": {
"appVersion": 0,
"hwVersion": 0
}
},
"lightingColorCtrl": {
"attributes": {
"colorCapabilities": 16,
"colorTempPhysicalMin": 153,
"colorTempPhysicalMax": 370
}
}
},
"binds": [],
"configuredReportings": [],
"meta": {}
},
"3": {
"profId": 4751,
"epId": 3,
"devId": 268,
"inClusterList": [
65360,
65361
],
"outClusterList": [
65360,
65361
],
"clusters": {},
"binds": [],
"configuredReportings": [],
"meta": {}
},
"242": {
"profId": 41440,
"epId": 242,
"devId": 97,
"inClusterList": [],
"outClusterList": [
33
],
"clusters": {},
"binds": [],
"configuredReportings": [],
"meta": {}
}
},
"appVersion": 0,
"stackVersion": 2,
"hwVersion": 0,
"swBuildId": "0122052017",
"zclVersion": 3,
"interviewCompleted": true,
"meta": {
"configured": 88764544
},
"lastSeen": 1650899256240,
"defaultSendRequestWhen": "immediate"
}
Should be fixed now.
Changes will be available in the dev branch in a few hours from now. (https://www.zigbee2mqtt.io/advanced/more/switch-to-dev-branch.html)
@Koenkk confirmed, it's working properly now, I can change the colour! Thank you for fixing this super fast!
Added a tip through GitHub sponsor!
What happened?
Similar to #11577 , I have a ceiling mounted Eglo that is recognised as a light bulb and doesn't support all the functions of the device. It's tagged as : 33951/33948
Here's a link to the device: https://www.eglo.com/uk/surface-mounted-light-fueva-z-98843.html
If this should be a new device addition, I'd be happy to provide more information if needed.
Here's the log:
What did you expect to happen?
I was expecting to be able to change the colour temperature on the device, but could only switch it ON/OFF or change the brightness.
How to reproduce it (minimal and precise)
No response
Zigbee2MQTT version
1.25.0
Adapter firmware version
0x26720700
Adapter
ConBee2/RaspBee2
Debug log
No response