ioBroker.esphome
ioBroker.esphome copied to clipboard
transitionLength is not working
The transitionLength is not used when controlling a lamp from ioBroker. In the log you can see what I mean. The first trigger is from the webserver. The second is from ioBroker via state. The transitionLength in ioBroker is set to 1 s, but turns red after change.
[D][light:035]: 'esstisch ambient light' Setting: [D][light:046]: State: ON [D][light:084]: Transition length: 1.0s [D][light:084]: Transition length: 1.0s [D][power_supply:034]: Enabling power supply. [D][light:035]: 'esstisch ambient light' Setting: [D][light:046]: State: OFF [D][light:046]: State: OFF [D][light:050]: Brightness: 100% [D][light:050]: Brightness: 100% [D][light:058]: Red: 100%, Green: 34%, Blue: 62% [D][light:058]: Red: 100%, Green: 34%, Blue: 62% [D][light:084]: Transition length: 0.0s [D][power_supply:052]: Disabling power supply.
Is it perhaps because transitionLength is written in the code like that and not like in documentation like: transition_length
default_transition_length (Optional, Time): The default transition length to use when no transition length is set in the light call. Defaults to 1s.
flash_transition_length (Optional, Time): The transition length to use when flash is called. Defaults to 0s.
Is it perhaps because transitionLength is written in the code like that and not like in documentation like: transition_length
default_transition_length (Optional, Time): The default transition length to use when no transition length is set in the light call. Defaults to 1s.
flash_transition_length (Optional, Time): The transition length to use when flash is called. Defaults to 0s.
would it be possible to share your yaml configuration so we are able to reproduce this ?
please reopen if you can add required information to solve this :)
Hi. I have the same problem.
If I want to control my LED band with the IO broker, the transitionLength are not changed. that affects the monochromatic and the rgbw lights.I noticed that the name and the ID don't match
here is my yaml io-modul-eg.txt
Hello. I Found the problem. The Unit of TransitionLengh is not "S" but "ms"
If I enter 100, the log shows 0.1