I’ve got a few Inovelli Blue’s setup in Zigbee2MQTT, and for the ones setup in “dimmer mode”, I’m running into an issue where the ‘transition’ isn’t accepted.
In Home Assistant’s “Developer Tools”, I can reproduce this by running the following in YAML Mode:
service: light.turn_on
data:
brightness_pct: 50
transition: 5
target:
entity_id: light.office_chandelier
When I do so, the following is outputted in Zigbee2mqtt’s logs:
When run directly in “Developer Tools”, it will run and set the light to the target brightness but without the transition. Also, when run in an automation, it will do the same, but will prevent the automation from continuing on and doing the rest of its stuff. (I haven’t tested continue_on_error: true
for the automation, but that wouldn’t correct the transition not running)
I’m thinking this may be a similar issue to this one from October for LED effects where something wasn’t exposed via mqtt. That problem seemed to be fixed in this pull request.
I’d love some help fixing this issue. As more people get their Blues setup I can see this problem happening for more and more people, especially once the manufacturing error replacements come in December (I’ve got 30 I’m waiting on ).
Thanks!
Current setup info: