mattmattmatt / node-red-contrib-yeelight-compat-hue

💡 A Node-RED node for controlling Yeelight devices, compatible with node-red-contrib-node-hue flows.
https://flows.nodered.org/node/node-red-contrib-yeelight-compat-hue
MIT License
10 stars 12 forks source link

Command send error: -5001 #28

Open paskovitch opened 2 years ago

paskovitch commented 2 years ago

Hi! I want to power on flowing mode. This is my inject node:

{ "state": { "on": true, "bri": 128, "colormode": "rgb", "hex": "#ff6600", "hue": 4381, "sat": 255 }, "name": "", "raw": { "name": "", "power": "on", "bright": "50", "ct": "2120", "rgb": "16737792", "hue": "24", "sat": "100", "color_mode": "1", "delayoff": "0", "flowing": "1", "flow_params": "0,0,1000,1,16776960,100,1000,1,65280,100,1000,1,16744192,100,1000,1,255,100", "music_on": "0", "bg_power": "", "bg_flowing": "", "bg_flow_params": "", "bg_ct": "", "bg_lmode": "", "bg_bright": "", "bg_rgb": "", "bg_hue": "", "bg_sat": "", "nl_br": "" } }

I get this error: error

What did I do wrong?