You mean the effect selector dropdown in HA? No as said before it only lists colorloop
and that one is not supported by the device itself.
At least that means the check for supporting effects work. But not the model id check.
I just verified the expected outcome by modifying the code so all devices reported support for all those LIDL Christmas light effects. A complete list of supported effects was provided as expected.
Can you enable debug logging per integration documentation instructions and share those?
So maybe I should exclude the colorloop from the TS0601?
If I search TS0601
at blakadders db I get a lot of devices… _TZE200_s8gkrkxk
lists only the Xmas strip.
I will try my best tomorrow (its nearly midnight here)
Which debugger components namespaces do I need to enable?
Its my production HA so it will be a bunch of data.
Should I do a REST PUT to deconz too?
If you set the default logging to warning and then the deconz parts to debug there will not be much noise from other integrations. Set the logging config and reload the integration and you will have all relevant data in the logs.
First step to fix identification Improve LIDL christmas light detection in deCONZ by Kane610 · Pull Request #105155 · home-assistant/core · GitHub
It works now
Thanks for the feedback
Would it be possible to get this working in ZHA?
I noticed a thread on getting it to work in Zigbee2MQTT fail to see how I could get the effects into my ZHA setup without z2m or deCONZ.
Forgive me resurrecting yet another Christmas later.
This thread is about the support between deCONZ software and integration. Supporting this with ZHA is a separate request which involves other developers. So I suggest you create a new post in Feature Requests - Home Assistant Community
Thanks for your reply. That link led me eventually to an existing ZHA-device-handler issue #1933, so here’s to hoping people there can replicate your work
That’s great!