dresden-elektronik / deconz-rest-plugin

deCONZ REST-API plugin to control ZigBee devices
BSD 3-Clause "New" or "Revised" License
1.89k stars 496 forks source link

Hue White Ambiance Candle E14 #7352

Closed MSL-DA closed 8 months ago

MSL-DA commented 10 months ago

Is there already an existing issue for this?

Product name

Hue White Ambiance Candle E14

Manufacturer

Philips

Model identifier

LTW012

Device type to add

Light

Node info

Skærmbillede 2023-11-13 kl  14 53 32

Endpoints and clusters

Skærmbillede 2023-11-13 kl  14 54 11

Basic

Skærmbillede 2023-11-13 kl  14 55 28

Further relevant clusters

On/Off

Skærmbillede 2023-11-13 kl  14 56 41

Level Control

Skærmbillede 2023-11-13 kl  14 58 11

Color Control

Skærmbillede 2023-11-13 kl  14 59 52
ebaauw commented 10 months ago

What’s the Image Type of the light’s firmware?

MSL-DA commented 10 months ago

OTAU

Skærmbillede 2023-11-13 kl  18 31 25
MSL-DA commented 9 months ago
Skærmbillede 2023-11-15 kl  23 50 39
bluemoehre commented 9 months ago

Got such a device here. Wanted to return it due to coil whine. I can generate a DDF via deCONZ, so you don't have to type all the config. Will this help, @ebaauw ?

ebaauw commented 9 months ago

I need to check this weekend, but we probably already have a DDF for this firmware type. In that case, we just need to add the Model Identifier to that DDF.

ebaauw commented 9 months ago

Hm. this is an old ZLL light. Existing white ambiant DDF is for ZB3 lights. I think I might have one of those lying around somewhere. See if I can find that this weekend. Note that the firmware image is shared with the gamut-C ZLL extended color lights.

github-actions[bot] commented 9 months ago

As there has not been any response in 21 days, this issue has been automatically marked as stale. At OP: Please either close this issue or keep it active It will be closed in 7 days if no further activity occurs.

ebaauw commented 9 months ago

Bump.

I'll try and have a look this weekend.

MSL-DA commented 9 months ago

If time is short, I will look into it myself. Just say so.

ebaauw commented 8 months ago

Recovered a LTW012 from one of my many drawers. Upgrading firmware... Yours is on ancient firmware, by the way.

ebaauw commented 8 months ago

The DDF is relatively simple, copying light_zll_gamut_C and removing out the colour stuff. I run into one issue though: the light supports the candle effect (at least with the latest firmware 1.108.5), but, obviously, not colorloop. Somehow that causes the API not to show cap/color/effects, and accept colorloop as value for state/effect, resulting in API error 901: Internal error, 951 (since the light doesn't support Color Loop Set). Also the API doesn't understand to cancel the candle effect when setting state/effect to none.

I'm increasingly regretting my decision to expose special effects under state/effect, combined with colorloop.