So, I added the bulb using the zigbee aprontest command as I usually do. However, checking the attributes, I don't see anything for color (hue, saturation, red, green, blue) which I would expect to see. Well, supposedly as these are what controls the colors. I say supposedly as this is the first colored bulb I have added.
This is what I am getting for the RGBW Bulb:
Code: Select all
ATTRIBUTE | DESCRIPTION | TYPE | MODE | GET | SET
61440 | ZCLVersion | UINT8 | R | |
61441 | ApplicationVersion | UINT8 | R | |
61442 | StackVersion | UINT8 | R | |
61443 | HWVersion | UINT8 | R | |
61444 | ManufacturerName | STRING | R | |
61445 | ModelIdentifier | STRING | R | |
61446 | DateCode | STRING | R | |
61447 | PowerSource | UINT8 | R | |
4 | NameSupport | UINT8 | R | |
1 | On_Off | STRING | R/W | OFF | OFF
2 | Level | UINT8 | R/W | 254 |
50393095 | ZB_ColorTemperature | UINT16 | R/W | 370 | 370
1699842 | ZB_CurrentFileVersion | UINT32 | R | |
I am only seeing 1 additional attribute from my plain dimmable bulbs here:
Code: Select all
ATTRIBUTE | DESCRIPTION | TYPE | MODE | GET | SET
61440 | ZCLVersion | UINT8 | R | |
61441 | ApplicationVersion | UINT8 | R | |
61442 | StackVersion | UINT8 | R | |
61443 | HWVersion | UINT8 | R | |
61444 | ManufacturerName | STRING | R | |
61445 | ModelIdentifier | STRING | R | |
61446 | DateCode | STRING | R | |
61447 | PowerSource | UINT8 | R | |
4 | NameSupport | UINT8 | R | |
1 | On_Off | STRING | R/W | OFF | OFF
2 | Level | UINT8 | R/W | 255 |
1699842 | ZB_CurrentFileVersion | UINT32 | R | 16908630 |
Currently running zigbee version 5.1.2.1
As far as firmware:
Code: Select all
[/database/cf_build]
00.01
[/database/cf_fver0]
00.01
[/database/cf_fver1]
00.12
[/database/cf_fver2]
00.01
[/database/cf_fver3]
01.03
Anyone have any ideas why this might be happening and what I can do to fix it?