Send data from node-red to Z-way

Discussions about Z-Way software and Z-Wave technology in general
Post Reply
Tom01
Posts: 7
Joined: 31 Jan 2020 02:45

Send data from node-red to Z-way

Post by Tom01 »

I have a problem with sending RGB data to node device Fibaro FGRGBW-442 (class Switch Color). Device data format is RGB(rrr,ggg,bbb). Im testing many combnination of formats:

- strings: "rrr,bbb,ggg", "(rrr,bbb,ggg)", "RGB(rrr,bbb,ggg)" , e.g. "210,100,100" - Error: Element is not a number
- array of strings: "rrr","bbb","ggg", or array of value rrr,bbb,ggg - Not change on device, TypeError: payload.split is not a function
- objects format identical as I get from device: RGB {r: rrr, b: bbb, g: ggg}, color {r: rrr, b: bbb, g: ggg} - Error: Element is not a number

I have no more ideas.

PS. No problem with sending value to other class the same device, e.g Dimmer, Switch and others, but RGB Color not at all.
Attachments
Zrzut ekranu 2020-09-10 o 12.47.43.png
Zrzut ekranu 2020-09-10 o 12.47.43.png (99.89 KiB) Viewed 2865 times
Post Reply