Replies: 2 comments 11 replies
-
That's great news! Can you provide the data/database.db entry of this device and as which model it should be recognized? |
Beta Was this translation helpful? Give feedback.
-
Hey guys, Info: My light is an RGBCCT
|
Beta Was this translation helpful? Give feedback.
-
I have finally found a way to make the Eglo / AwoX zigbee lights work properly.
Their customer support advised me to use another app - not the one listed in the documentation online and with the product :-(
"AwoX HomeControl" is the correct app. It included a more recent firmware version for the lamps - and it works without blocking the newwork and generating the infamous NWK_TABLE_FULL errors.
The new fw version is 2.5.0_999.
But... they report themselves with a new zigbee id, so a new converter is required.
I looked at the "old" eglo/awox driver - and it just does an extend of light_onoff_brightness_colortemp:
"extend: extend.light_onoff_brightness_colortemp({colorTempRange: [153, 370]})"
So - I did the same in a custom converter and it works fine.
on/off, brightness, color_temp and color_temp_startup, power_on_behavior works fine.
The effects also does "something" - not sure if it is as expected. I have never used that feature before so I do not know what to expect...
But - the question is if that is the right extend to use? When I go to the "exposes" tab in zigbee2mqtt, there is a block called color_xy - but it is not a color LED lamp...
Do I misunderstand the color_xy?
Can someone help me ensure the converter is correct?
What information do you need?
Here the list of zigbee endpoints as reported by zigbee2mqtt:
Endpoint 1
Output clusters
genOnOff
Input clusters
genBasic
genIdentify
genGroups
genScenes
genOnOff
genLevelCtrl
lightingColorCtrl
touchlink
64599
genTime
Endpoint 3
Output clusters
65360
65361
Input clusters
65360
65361
genGroups
Endpoint 242
Output clusters
greenPower
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions