neilenns / node-red-contrib-wled2

NodeRed node for controlling WLED
MIT License
19 stars 8 forks source link

Unable to configure brightness #64

Closed benblb closed 4 years ago

benblb commented 4 years ago

Able to configure most options including effect speed, but for some reason brightness has no effect.

msg.payload = {"effect": 16, "brightness": 128, "state": "on", "color1": [0, 255, 0], "color2": [200, 100, 100]}; return msg;

Any ideas on what I might be doing wrong? I've tried very low and very high brightness values with no result.

neilenns commented 4 years ago

Oh geeze. It looks like I forgot the line to set the brightness 😐

I'll get a fix out later today!

benblb commented 4 years ago

Figured that might be it, thanks!

neilenns commented 4 years ago

Embarrassing issue 😂

benblb commented 4 years ago

Happens to everyone. This is an awesome integration that I've really been enjoying. Not judging at all!

neilenns commented 4 years ago

Fixed. Give it an hour or so to update on nodered.org then you can update to the latest version (2.1.2) and setting payload.brightness should work!

neilenns commented 4 years ago

This is now available on nodered.org.

benblb commented 4 years ago

Working great for me! Thanks for such a quick fix.

neilenns commented 4 years ago

Woot woot!!! Thanks for confirming.