mochman / node-red-contrib-light-transition

Node-red light transition
https://flows.nodered.org/node/node-red-contrib-light-transition
Apache License 2.0
10 stars 4 forks source link

Brightness after stop is not the same as settings. #8

Closed LithiumNL closed 2 years ago

LithiumNL commented 2 years ago

After firing the node the first time everything works like a charm. When sending a stop command and a new start command the brightness has not been reset to the initial values. The color_temp instead is working correctly.

afbeelding

There is no information passed trough via previous nodes. The payload has only the string text off (the node before checks if the lights are off). If i move the light transition node around and press the save button (only changed nodes save) everything is working correctly, until one time. After that it start over like above.

afbeelding afbeelding

mochman commented 2 years ago

I will take a look, thanks.

mochman commented 2 years ago

I published a new version (1.4.2) to flows.nodered.org. This should fix the issue as well as an underlying problem with not resetting any of the data when stopped.

LithiumNL commented 2 years ago

Thanks for your fast response. I will test the new version and send you some feedback when the issue is still there.