Supergiovane / node-red-contrib-knx-ultimate

Control your KNX intallation via Node-Red! A bunch of KNX nodes, with integrated Philips HUE control and ETS group address importer.
https://youtu.be/egRbR_KwP9I
MIT License
154 stars 34 forks source link

Setting rgb to {red:255, green:255, blue:255} fails #390

Closed RobertHerter closed 1 month ago

RobertHerter commented 1 month ago

Hallo,

to track down the Problem with hanging node-red, treid to get rid of another Hue-Node.

i found that sending {red:255, green:255, blue:255} to the RGB-Node results in not setting white as color, an subsequent Color-Telegrams are not working.

Running latest Version.

Supergiovane commented 1 month ago

Hi I’ll dig into it!

Supergiovane commented 1 month ago

Hi, are you able to unzip this file into your ./node-red/node_modules/node-red-contrib-knx-ultimate/nodes folder and restart node-red?

knxUltimate-config.js.zip

RobertHerter commented 1 month ago

Hello,

tried and found that 254,254,254 ist working, but not 255,255,255.

Supergiovane commented 1 month ago

Ok, will revert ASAP to you...

Supergiovane commented 1 month ago

node-red-contrib-knx-ultimate-3.2.16 is out with the fix. Thank you for letting me know about that!

RobertHerter commented 1 month ago

Thnak you, working with 3.2.16. As always great support.