zwave-js / certification-backlog

Issues and discussions related to Z-Wave certification of HA + Z-Wave JS
1 stars 0 forks source link

Add support for a non-dimmable color light #19

Closed marcelveldt closed 1 month ago

marcelveldt commented 1 year ago

Transferred issue from AlCalzone

As I'm going through the certification tests, I got stuck on the same issue that was reported in https://github.com/home-assistant/core/issues/80445 previously. A test device in the certification test suite uses Binary Switch CC + Color Switch CC, so On/Off + tunable color. In this case, the end user is not able to change the color, as there is only an On/Off toggle.

marcelveldt commented 1 year ago

Kamino cloned this issue to zwave-js/certification-backlog

marcelveldt commented 1 year ago

We're missing a discovery schema for this light as it is on/off only (no dimming) but with color support

AlCalzone commented 4 months ago

It looks like this combination is not supported by the light platform, so we'll have to fake it with a dimmable light: grafik

AlCalzone commented 3 months ago

https://github.com/home-assistant/core/pull/122639 adds support for this. In this combination it does actually make sense to preserve the brightness slider in HA, as it allows mixing the color values with the brightness to achieve a lower light output.

MartinHjelmare commented 1 month ago

We've temporarily reverted the PR that fixed this issue.