I have a few chandeliers in particular with a bunch of bulbs. Have to set the low trim to a way-too-high value just to get all the bulbs to turn on reliably at lowest dim. I’d like to be able to dim below that, and the bulbs can certainly do it, they just can’t turn on at that level. Make sense?
edit: I should add that i’m using neutrals and trailing-edge mode.
It’s definitely P23 and P24, but you are correct they are not in the parameter listing on the help site. They’re not in the firmware change log either. @rohan will have to help w/ZHA.
Thanks all for your help! For anyone else finding this thread, you can do it using zha-toolkit from HACS and then calling a service twice:
action: zha_toolkit.attr_write
data:
ieee: 90:35:ea:ff:fe:c9:08:c7 (copy under Zigbee info on your device in HA)
cluster: 64561 (the Inovelli cluster 0xfc31, converted to decimal)
attribute: 23
attr_val: "15" (lowest value that worked for me, without a noticeable flash)
action: zha_toolkit.attr_write
data:
ieee: 90:35:ea:ff:fe:c9:08:c7
cluster: 64561
attribute: 24
attr_val: "85" (lowest value that worked for me - depends on the bulbs i imagine)