diyhue / diyHue

Main diyHue software repo
https://diyhue.org/
Other
1.58k stars 280 forks source link

LCL008 not available eventually breaking the effects from the Hue app #1053

Open pyesandcakes opened 1 week ago

pyesandcakes commented 1 week ago

Issue does not already exist?

I have searched and found no existing issue

Select Environment

Docker

Home Assistant related?

No

Description

I have the Hue Lighstrip Solo aka LCL008. Currently, in Diyhue I have it set under LST002 as that is the closest option. When trying to run the effects from the Hue app like the candle or fireplace it does not work. Not only does it not work but even the colors are not matched. Now zigbee2mqtt works fine and has the effects that work (except I can't find the speed option). I hope it will be added soon.

Errorlog:

This can be downloaded from the webUI.
DiyHue > Bridge > Brdige Control > Download debug > Log tar
This is also included in Full debug
If diyHue does not start upload from normal log

Steps to reproduce

By trying to run effect from the Hue app for the Lightstrip Solo.

Please enter your operating system details here

If diyHue does not star use "uname -mrs" Hue-Emulator Version: Architecture: OS: Os version: Os release: Hardware:

Upload debug tar


This can be downloaded from the webUI.
DiyHue > Bridge > Brdige Control > Download debug > Full debug
Do not upload from Force config dump, Force config dump contains sensitive information
``

### What DiyHue version(branch) are you using?

master (latest)
hendriksen-mark commented 6 days ago

Hi, the effects are not send to z2m, this can be made and will be in the next release of diyhue. What do you meen with the colors not match? If you put the color on red, green or blue is the color on the light not the same as where where you put it?

pyesandcakes commented 6 days ago

I mean when I activate an effect in the hue app the effect also has a set color and that color ( for example I activate a red candle and the actual light will just be blue or white without any effect) isn’t displayed.

Kind regards Bruno Šimunić On 21 Nov 2024 at 14:39 +0100, Mark Hendriksen @.***>, wrote:

Hi, the effects are not send to z2m, this can be made and will be in the next release of diyhue. What do you meen with the colors not match? If you put the color on red, green or blue is the color on the light not the same as where where you put it? — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

hendriksen-mark commented 6 days ago

Yes that can happen, when the effect is activated there is also some other data transferred, like i said the effect is not transferred to z2m, i will make this in diyhue in the next days when i have some time to test this.

pyesandcakes commented 6 days ago

Sure, thanks for the quick reply.

Kind regards Bruno Šimunić On 21 Nov 2024 at 14:45 +0100, Mark Hendriksen @.***>, wrote:

Yes that can happen, when the effect is activated there is also some other data transferred, like i said the effect is not transferred to z2m, i will make this in diyhue in the next days when i have some time to test this. — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

hendriksen-mark commented 3 days ago

Hi, i added the effects to mqtt, please update and give feedback.

pyesandcakes commented 3 days ago

Great, I’ll be back home tonight so I’ll send feedback.

Kind regards Bruno Šimunić On 24 Nov 2024 at 14:45 +0100, Mark Hendriksen @.***>, wrote:

Hi, i added the effects to mqtt, please update and give feedback. — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

pyesandcakes commented 2 days ago

Effects work. But once I start an effect, for example, fireplace red, when I go to select the same effect but a different color it won't change the color. And it is missing all the new effects. image

hendriksen-mark commented 2 days ago

yes that is a limitation of z2m i cannot find in the docs how to set color to the effects. https://www.zigbee2mqtt.io/devices/8718699703424.html#effect-enum request from the hue app:

{
    "on": {
        "on": True
    },
    "dimming": {
        "brightness": 84.0
    },
    "effects_v2": {
        "action": {
            "effect": "fire",
            "parameters": {
                "color": {
                    "xy": {
                        "x": 0.5799999999999998,
                        "y": 0.38
                    }
                },
                "speed": 0.5
            }
        }
    }
}
Philips 8718699703424 control via MQTT | Zigbee2MQTT
Integrate your Philips 8718699703424 via Zigbee2MQTT with whatever smart home infrastructure you are using without the vendor's bridge or gateway.
pyesandcakes commented 2 days ago

No problem. Thanks for the help.