Have tested a few different chanche node but get none to work. If I check debug, it seems to send my value on britness like something else.
[{"id":"e5f36ec.bf4639","type":"tab","label":"Flow 17","disabled":false,"info":""},{"id":"4ada4ecd.9704f","type":"api-call-service","z":"e5f36ec.bf4639","name":"","server":"b2b8610a.26012","version":1,"debugenabled":false,"service_domain":"light","service":"turn_off","entityId":"light.ikea_of_sweden_tradfri_bulb_e14_cws_opal_600lm_6c97befe_level_light_color_on_off","data":"","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":630,"y":440,"wires":[[]]},{"id":"fab8737c.7f99a","type":"inject","z":"e5f36ec.bf4639","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":120,"y":440,"wires":[["4ada4ecd.9704f"]]},{"id":"ec6d42b8.31e0c","type":"debug","z":"e5f36ec.bf4639","name":"","active":false,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":830,"y":160,"wires":[]},{"id":"cdcf79b6.66b6c8","type":"debug","z":"e5f36ec.bf4639","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","statusVal":"","statusType":"auto","x":850,"y":420,"wires":[]},{"id":"d71cdbed.a6c328","type":"api-call-service","z":"e5f36ec.bf4639","name":"","server":"b2b8610a.26012","version":1,"debugenabled":true,"service_domain":"light","service":"turn_on","entityId":"light.ikea_of_sweden_tradfri_bulb_e14_cws_opal_600lm_6c97befe_level_light_color_on_off","data":"","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":650,"y":240,"wires":[[]]},{"id":"5de1068f.077208","type":"inject","z":"e5f36ec.bf4639","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":120,"y":240,"wires":[["fce6da4.33bf228"]]},{"id":"76d5a3f8.d9a23c","type":"api-call-service","z":"e5f36ec.bf4639","name":"","server":"b2b8610a.26012","version":1,"debugenabled":true,"service_domain":"light","service":"turn_on","entityId":"light.ikea_of_sweden_tradfri_bulb_e14_cws_opal_600lm_6c97befe_level_light_color_on_off","data":"{\"brightness\":10}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":590,"y":160,"wires":[["ec6d42b8.31e0c"]]},{"id":"6abb2a83.b479b4","type":"inject","z":"e5f36ec.bf4639","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":120,"y":160,"wires":[["76d5a3f8.d9a23c"]]},{"id":"b57d62f.674b1a","type":"comment","z":"e5f36ec.bf4639","name":"working britness","info":"","x":320,"y":160,"wires":[]},{"id":"9126ebe2.032888","type":"function","z":"e5f36ec.bf4639","name":"","func":"msg.payload={\n \n\"data.brightness\":250,\n\n};\nreturn msg;\n","outputs":1,"noerr":0,"initialize":"","finalize":"","x":380,"y":360,"wires":[["cdcf79b6.66b6c8","d71cdbed.a6c328"]]},{"id":"4f492fab.2175c","type":"change","z":"e5f36ec.bf4639","name":"","rules":[{"t":"set","p":"data.brightness","pt":"msg","to":"255","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":330,"y":300,"wires":[["d71cdbed.a6c328","ff90fe85.8877d"]]},{"id":"fce6da4.33bf228","type":"change","z":"e5f36ec.bf4639","name":"","rules":[{"t":"set","p":"brightness","pt":"msg","to":"200","tot":"num"}],"action":"","property":"","from":"","to":"","reg":false,"x":370,"y":240,"wires":[["d71cdbed.a6c328","b4d95759.304a58"]]},{"id":"f0e6c8d3.b089a8","type":"inject","z":"e5f36ec.bf4639","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":120,"y":300,"wires":[["4f492fab.2175c"]]},{"id":"a422dc83.3e7d4","type":"inject","z":"e5f36ec.bf4639","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":120,"y":360,"wires":[["9126ebe2.032888"]]},{"id":"ff90fe85.8877d","type":"debug","z":"e5f36ec.bf4639","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","statusVal":"","statusType":"auto","x":830,"y":360,"wires":[]},{"id":"b4d95759.304a58","type":"debug","z":"e5f36ec.bf4639","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","statusVal":"","statusType":"auto","x":830,"y":300,"wires":[]},{"id":"b2b8610a.26012","type":"server","z":"","name":"Home Assistant BOR","legacy":false,"addon":true,"rejectUnauthorizedCerts":true,"ha_boolean":"y|yes|true|on|home|open","connectionDelay":true,"cacheJson":true}]
[edited to format correctly with ``` on a seperate line before and ``` on a line after the paste ]