@JGKK
I merged your two setups with each other and now I have a very nice and smooth operation of all slides
@reverendalc
Should work with your dimmers I believe, just cut the wire coming from the "Simulate mqtt result". BTW you mentioned earlier that you also wanted the intermediate levels displayed simultaneously on your dimmers in the same "group" while sweeping and not only the final level. But isn't that really something for the lab on your desk? In reality those dimmers would likely be installed in different areas so nobody would really care I guess. It's only on the dimmer you actually operate I think it will be nice to see the "sweeping value". But thats only my personal thoughts
[{"id":"8c0695cc.00b06","type":"function","z":"993670cc.78716","name":"propagate","func":"const dimmerList = [\"dimmer1\",\"dimmer2\",\"dimmer3\",\"dimmer4\"];\nlet receiving = context.get(\"receiving\") || false;\nlet source = context.get(\"source\");\nfunction propagate (value, items, noSend) {\n items.forEach(item => {\n if (item !== noSend) {\n node.send({payload:value, topic:`cmnd/lighting/${item}/dimmer`});\n }\n });\n}\nif (!receiving) {\n context.set(\"receiving\", true);\n const splitTopic = msg.topic.split(\"/\");\n context.set(\"source\", splitTopic[2]);\n const propTimeout = setTimeout(()=>{\n context.set(\"receiving\",false);\n },50);\n context.set(\"propTimeout\", propTimeout);\n propagate(msg.payload, dimmerList, splitTopic[2]);\n} else if (msg.topic === source) {\n let propTimeout = context.get(\"propTimeout\");\n clearTimeout(propTimeout);\n propTimeout = setTimeout(()=>{\n context.set(\"receiving\",false);\n },50);\n context.set(\"propTimeout\", propTimeout);\n propagate(msg.payload, dimmerList, source);\n}\nreturn null;","outputs":1,"noerr":0,"initialize":"","finalize":"","x":500,"y":640,"wires":[["4a8dbd0c.d1b6e4"]]},{"id":"416297ac.416c28","type":"function","z":"993670cc.78716","name":"simulate mqtt result","func":"const item = msg.topic.split(\"/\")[2];\nmsg.topic = `stat/lighting/${item}/RESULT`;\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","x":520,"y":780,"wires":[["4a8dbd0c.d1b6e4"]]},{"id":"417bea16.36c454","type":"mqtt in","z":"993670cc.78716","name":"","topic":"stat/lighting/dimmer2/RESULT","qos":"2","datatype":"auto","broker":"75eba16c.094f9","x":220,"y":480,"wires":[["bcfa6aa7.88a0c8","8c0695cc.00b06"]]},{"id":"e9b35332.1d5a","type":"mqtt in","z":"993670cc.78716","name":"","topic":"stat/lighting/dimmer3/RESULT","qos":"2","datatype":"auto","broker":"75eba16c.094f9","x":220,"y":530,"wires":[["6f336d29.2e1b94","8c0695cc.00b06"]]},{"id":"4bfe3f8b.b3359","type":"mqtt in","z":"993670cc.78716","name":"","topic":"stat/lighting/dimmer4/RESULT","qos":"2","datatype":"auto","broker":"75eba16c.094f9","x":220,"y":580,"wires":[["a06a2712.1c9d88","8c0695cc.00b06"]]},{"id":"7fae6d38.769ed4","type":"mqtt in","z":"993670cc.78716","name":"","topic":"stat/lighting/dimmer1/RESULT","qos":"2","datatype":"auto","broker":"75eba16c.094f9","x":220,"y":430,"wires":[["326e9d52.c798c2","8c0695cc.00b06"]]},{"id":"326e9d52.c798c2","type":"ui_slider","z":"993670cc.78716","name":"","label":"Dimmer nbr 1","tooltip":"","group":"793bb66e.729588","order":0,"width":0,"height":0,"passthru":false,"outs":"all","topic":"cmnd/lighting/dimmer1/dimmer","min":0,"max":"100","step":"1","x":510,"y":430,"wires":[["c8a26100.2b77b","dd00a578.a91738"]]},{"id":"bcfa6aa7.88a0c8","type":"ui_slider","z":"993670cc.78716","name":"","label":"Dimmer nbr 2","tooltip":"","group":"793bb66e.729588","order":0,"width":0,"height":0,"passthru":false,"outs":"all","topic":"cmnd/lighting/dimmer2/dimmer","min":0,"max":"100","step":"1","x":510,"y":480,"wires":[["e0ceb8b9.0493e8","9e298d71.55882"]]},{"id":"6f336d29.2e1b94","type":"ui_slider","z":"993670cc.78716","name":"","label":"Dimmer nbr 3","tooltip":"","group":"793bb66e.729588","order":0,"width":0,"height":0,"passthru":false,"outs":"all","topic":"cmnd/lighting/dimmer3/dimmer","min":0,"max":"100","step":"1","x":510,"y":530,"wires":[["30657a.3fa04a86","93658961.fa0e58"]]},{"id":"a06a2712.1c9d88","type":"ui_slider","z":"993670cc.78716","name":"","label":"Dimmer nbr 4","tooltip":"","group":"793bb66e.729588","order":0,"width":0,"height":0,"passthru":false,"outs":"all","topic":"cmnd/lighting/dimmer4/dimmer","min":0,"max":"100","step":"1","x":510,"y":580,"wires":[["9f3c9741.d4a428","2393443a.e2e00c"]]},{"id":"4a8dbd0c.d1b6e4","type":"mqtt out","z":"993670cc.78716","name":"","topic":"","qos":"0","retain":"","broker":"75eba16c.094f9","x":850,"y":780,"wires":[]},{"id":"c6caca.a0c78538","type":"mqtt in","z":"993670cc.78716","name":"","topic":"cmnd/lighting/dimmer1/dimmer","qos":"2","datatype":"auto","broker":"75eba16c.094f9","x":230,"y":710,"wires":[["416297ac.416c28"]]},{"id":"f72bed4f.2188c","type":"mqtt in","z":"993670cc.78716","name":"","topic":"cmnd/lighting/dimmer2/dimmer","qos":"2","datatype":"auto","broker":"75eba16c.094f9","x":230,"y":760,"wires":[["416297ac.416c28"]]},{"id":"384466b7.68013a","type":"mqtt in","z":"993670cc.78716","name":"","topic":"cmnd/lighting/dimmer3/dimmer","qos":"2","datatype":"auto","broker":"75eba16c.094f9","x":230,"y":810,"wires":[["416297ac.416c28"]]},{"id":"ca70d4cc.4c88b8","type":"mqtt in","z":"993670cc.78716","name":"","topic":"cmnd/lighting/dimmer4/dimmer","qos":"2","datatype":"auto","broker":"75eba16c.094f9","x":230,"y":860,"wires":[["416297ac.416c28"]]},{"id":"c8a26100.2b77b","type":"delay","z":"993670cc.78716","name":"","pauseType":"rate","timeout":"5","timeoutUnits":"seconds","rate":"1","nbRateUnits":"0.1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":true,"x":680,"y":430,"wires":[["4a8dbd0c.d1b6e4"]]},{"id":"dd00a578.a91738","type":"trigger","z":"993670cc.78716","name":"","op1":"","op2":"","op1type":"nul","op2type":"payl","duration":"200","extend":true,"overrideDelay":false,"units":"ms","reset":"","bytopic":"all","topic":"topic","outputs":1,"x":850,"y":430,"wires":[["4a8dbd0c.d1b6e4"]]},{"id":"e0ceb8b9.0493e8","type":"delay","z":"993670cc.78716","name":"","pauseType":"rate","timeout":"5","timeoutUnits":"seconds","rate":"1","nbRateUnits":"0.1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":true,"x":680,"y":480,"wires":[["4a8dbd0c.d1b6e4"]]},{"id":"9e298d71.55882","type":"trigger","z":"993670cc.78716","name":"","op1":"","op2":"","op1type":"nul","op2type":"payl","duration":"200","extend":true,"overrideDelay":false,"units":"ms","reset":"","bytopic":"all","topic":"topic","outputs":1,"x":850,"y":480,"wires":[["4a8dbd0c.d1b6e4"]]},{"id":"9f3c9741.d4a428","type":"delay","z":"993670cc.78716","name":"","pauseType":"rate","timeout":"5","timeoutUnits":"seconds","rate":"1","nbRateUnits":"0.1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":true,"x":680,"y":580,"wires":[["4a8dbd0c.d1b6e4"]]},{"id":"2393443a.e2e00c","type":"trigger","z":"993670cc.78716","name":"","op1":"","op2":"","op1type":"nul","op2type":"payl","duration":"200","extend":true,"overrideDelay":false,"units":"ms","reset":"","bytopic":"all","topic":"topic","outputs":1,"x":850,"y":580,"wires":[["4a8dbd0c.d1b6e4"]]},{"id":"30657a.3fa04a86","type":"delay","z":"993670cc.78716","name":"","pauseType":"rate","timeout":"5","timeoutUnits":"seconds","rate":"1","nbRateUnits":"0.1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":true,"x":680,"y":530,"wires":[["4a8dbd0c.d1b6e4"]]},{"id":"93658961.fa0e58","type":"trigger","z":"993670cc.78716","name":"","op1":"","op2":"","op1type":"nul","op2type":"payl","duration":"200","extend":true,"overrideDelay":false,"units":"ms","reset":"","bytopic":"all","topic":"topic","outputs":1,"x":850,"y":530,"wires":[["4a8dbd0c.d1b6e4"]]},{"id":"75eba16c.094f9","type":"mqtt-broker","name":"","broker":"127.0.0.1","port":"1883","clientid":"","usetls":false,"compatmode":true,"keepalive":"60","cleansession":true,"birthTopic":"online","birthQos":"0","birthPayload":"BULB-1/LWT","closeTopic":"","closeQos":"0","closePayload":"","willTopic":"offline","willQos":"0","willPayload":"BULB-1/LWT"},{"id":"793bb66e.729588","type":"ui_group","name":"Slider","tab":"4fefac8f.7fa254","order":1,"disp":false,"width":"6","collapse":false},{"id":"4fefac8f.7fa254","type":"ui_tab","name":"Slider","icon":"dashboard","disabled":false,"hidden":false}]