Hi @Sylwester,
I have seen before that sending the transition attribute qhen turning on the light causes similar problems you are having. Could you try adding add_transition_turn_toggle
to your configuration, like the following:
example_app:
module: controllerx
class: E1743Controller
controller: XX:XX:XX:XX:XX:XX:XX
integration: zha
light: light.your_light
add_transition_turn_toggle: false
This will remove the transition attribute when turning on the light. You can also try with true
since I see that is not present when turning on the light in the logs.
If this doesnât do anything, then I would recommend try another light and opening a tickrt to ZHA. They will be able to help you better with this issue I suppose.
Regards,
Xavi M.