It seems like I need a cluster command:
endpoint id: 11
cluster id: 8
command: 1
when I want to implement smooth dimming.
This command has 2 arguments:
move_mode up/down and
rate: 0-255.
I am able to execute this cluster command under manage zigbee device → clusters → commands.
The light is doing what it should, it starts with smooth dimming.
Now I want to use this in an automation. The yaml looks like this:
When I press the button on the remote for a long time the script is executed but the bulb doesn’t react. I’m new to home assistant and a little bit lost now.
How can I debug this issue?
Is there another way for smooth dimming? Increasing the brightness in 10% steps in a loop doesn’t look good.
That’s very close to what I’ve found in the web. For some reason it’s not working, the light won’t stop to dim.
Also this is the solution with steps.
Before with iobroker I used a different approach:
push button: start dimming with move command.
Now the bulb continues to dim without any further command. That constinues until 0% or 100% is reached.
On release of the button dimming is stopped with move “zero”.
That’s what I try to archieve with home assistant too.
Sorry for the late repsonse, didn’t have internet for 3weeks.
I gave it up to get smooth dimming with cluster command.
I’ve just bind the dimmers directly to the zigbee groups which bypasses home assistant.