Multiple light switch: individual and all control, also with IKEA RC
Overview
This satisfies both individual on collective control of all external security lights (which are inline switched by Sonoff Basics) by Node-Red buttons. The same nodes are used by an IKEA Tradfri Remote Control (5 button) to toggle all the lights on and off. To make this work, the topics were split out into separate change nodes so that multiple switches on/off/toggle can use the end nodes. Makes extensive use of the excellent node-red-contrib-toggle
Chain
node-red <--webapp-->
mosquitto <--wifi--> sonoffs <> LED lights
tradfri RC <--zigbee2mqtt-->
[{"id":"cd16c060.0cd84","type":"group","z":"a4a1072d.f080e8","style":{"stroke":"#999999","stroke-opacity":"1","fill":"none","fill-opacity":"1","label":true,"label-position":"nw","color":"#a4a4a4"},"nodes":["e890139c.07d4f","645b65f3.64506c","bad59389.9b867","3e45c24f.259ece","8c3c805.c4c4d8","5a443046.1bb44","8051185a.af7528","d04caf74.63419","4af77439.e6c3bc","b4f88a2e.8c82d8","183e79bb.837c76","c3a64424.4bac38","96375e63.cb7ce","ea3bfacb.2f87d8","e764ea1.157fa18","92eda44d.84e9b8","dbd1e77a.43cd48","4a8da449.ac4d0c","96d63c49.54a61","385dc4a0.3cb24c","effbb573.2e76d8","e01b2957.e19c68","ff6779f2.9ec258","a29eb654.72d1f8","be38653.e7ea198","e019f2d8.1dd3a","684fbf08.032cc","fca70ee9.e567"],"x":94,"y":879,"w":1032,"h":342},{"id":"e890139c.07d4f","type":"mqtt in","z":"a4a1072d.f080e8","g":"cd16c060.0cd84","name":"","topic":"zigbee2mqtt/TradfriRemoteControl1","qos":"2","datatype":"json","broker":"2a8957f2.2dd3b8","x":260,"y":980,"wires":[["645b65f3.64506c"]]},{"id":"645b65f3.64506c","type":"switch","z":"a4a1072d.f080e8","g":"cd16c060.0cd84","name":"Button Pressed","property":"payload.action","propertyType":"msg","rules":[{"t":"eq","v":"toggle","vt":"str"},{"t":"eq","v":"brightness_down_click","vt":"str"},{"t":"eq","v":"brightness_up_click","vt":"str"},{"t":"eq","v":"arrow_left_click","vt":"str"},{"t":"eq","v":"arrow_right_click","vt":"str"}],"checkall":"true","repair":false,"outputs":5,"x":510,"y":980,"wires":[["385dc4a0.3cb24c","effbb573.2e76d8","e01b2957.e19c68"],[],[],[],[]],"outputLabels":["ALL security lights","","","",""]},{"id":"bad59389.9b867","type":"mqtt out","z":"a4a1072d.f080e8","g":"cd16c060.0cd84","name":"North","topic":"cmnd/security/light/north/POWER","qos":"","retain":"true","broker":"2a8957f2.2dd3b8","x":1050,"y":1100,"wires":[]},{"id":"3e45c24f.259ece","type":"mqtt out","z":"a4a1072d.f080e8","g":"cd16c060.0cd84","name":"South","topic":"cmnd/security/light/south/POWER","qos":"","retain":"true","broker":"2a8957f2.2dd3b8","x":1050,"y":1180,"wires":[]},{"id":"8c3c805.c4c4d8","type":"mqtt out","z":"a4a1072d.f080e8","g":"cd16c060.0cd84","name":"West","topic":"cmnd/security/light/west/POWER","qos":"","retain":"true","broker":"2a8957f2.2dd3b8","x":1050,"y":1140,"wires":[]},{"id":"5a443046.1bb44","type":"comment","z":"a4a1072d.f080e8","g":"cd16c060.0cd84","name":"All Security Lights","info":"","x":210,"y":920,"wires":[]},{"id":"8051185a.af7528","type":"inject","z":"a4a1072d.f080e8","g":"cd16c060.0cd84","name":"OFF","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"-","payload":"false","payloadType":"bool","x":450,"y":1060,"wires":[[]]},{"id":"d04caf74.63419","type":"inject","z":"a4a1072d.f080e8","g":"cd16c060.0cd84","name":"ON","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"-","payload":"true","payloadType":"bool","x":310,"y":1060,"wires":[[]]},{"id":"4af77439.e6c3bc","type":"inject","z":"a4a1072d.f080e8","g":"cd16c060.0cd84","name":"TOGGLE","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"-","payload":"-","payloadType":"str","x":600,"y":1060,"wires":[["385dc4a0.3cb24c","effbb573.2e76d8","e01b2957.e19c68"]]},{"id":"b4f88a2e.8c82d8","type":"comment","z":"a4a1072d.f080e8","g":"cd16c060.0cd84","name":"ALL","info":"","x":170,"y":1060,"wires":[]},{"id":"183e79bb.837c76","type":"toggle","z":"a4a1072d.f080e8","g":"cd16c060.0cd84","name":"Toggle Logic","onOffTopic":"","onValue":"true","onType":"bool","offValue":"false","offType":"bool","toggleTopic":"","toggleValue":"","toggleType":"any","passOnOff":"ifChanged","x":910,"y":1100,"wires":[["bad59389.9b867"]]},{"id":"c3a64424.4bac38","type":"inject","z":"a4a1072d.f080e8","g":"cd16c060.0cd84","name":"TOGGLE","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"-","payloadType":"str","x":600,"y":1100,"wires":[["385dc4a0.3cb24c"]]},{"id":"96375e63.cb7ce","type":"comment","z":"a4a1072d.f080e8","g":"cd16c060.0cd84","name":"North","info":"","x":170,"y":1100,"wires":[]},{"id":"ea3bfacb.2f87d8","type":"toggle","z":"a4a1072d.f080e8","g":"cd16c060.0cd84","name":"Toggle Logic","onOffTopic":"cmnd/security/light/west/POWER","onValue":"true","onType":"bool","offValue":"false","offType":"bool","toggleTopic":"cmnd/security/light/west/POWER","toggleValue":"","toggleType":"any","passOnOff":"ifChanged","x":910,"y":1140,"wires":[["8c3c805.c4c4d8"]]},{"id":"e764ea1.157fa18","type":"inject","z":"a4a1072d.f080e8","g":"cd16c060.0cd84","name":"TOGGLE","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"-","payload":"-","payloadType":"str","x":600,"y":1140,"wires":[["effbb573.2e76d8"]]},{"id":"92eda44d.84e9b8","type":"comment","z":"a4a1072d.f080e8","g":"cd16c060.0cd84","name":"West","info":"","x":170,"y":1140,"wires":[]},{"id":"dbd1e77a.43cd48","type":"toggle","z":"a4a1072d.f080e8","g":"cd16c060.0cd84","name":"Toggle Logic","onOffTopic":"cmnd/security/light/south/POWER","onValue":"true","onType":"bool","offValue":"false","offType":"bool","toggleTopic":"cmnd/security/light/south/POWER","toggleValue":"","toggleType":"any","passOnOff":"ifChanged","x":910,"y":1180,"wires":[["3e45c24f.259ece"]]},{"id":"4a8da449.ac4d0c","type":"inject","z":"a4a1072d.f080e8","g":"cd16c060.0cd84","name":"TOGGLE","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"-","payload":"-","payloadType":"str","x":600,"y":1180,"wires":[["e01b2957.e19c68"]]},{"id":"96d63c49.54a61","type":"comment","z":"a4a1072d.f080e8","g":"cd16c060.0cd84","name":"South","info":"","x":170,"y":1180,"wires":[]},{"id":"385dc4a0.3cb24c","type":"change","z":"a4a1072d.f080e8","g":"cd16c060.0cd84","name":"set North","rules":[{"t":"set","p":"topic","pt":"msg","to":"cmnd/security/light/north/POWER","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":760,"y":1100,"wires":[["183e79bb.837c76"]]},{"id":"effbb573.2e76d8","type":"change","z":"a4a1072d.f080e8","g":"cd16c060.0cd84","name":"set West","rules":[{"t":"set","p":"topic","pt":"msg","to":"cmnd/security/light/west/POWER","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":760,"y":1140,"wires":[["ea3bfacb.2f87d8"]]},{"id":"e01b2957.e19c68","type":"change","z":"a4a1072d.f080e8","g":"cd16c060.0cd84","name":"set South","rules":[{"t":"set","p":"topic","pt":"msg","to":"cmnd/security/light/south/POWER","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":760,"y":1180,"wires":[["dbd1e77a.43cd48"]]},{"id":"ff6779f2.9ec258","type":"inject","z":"a4a1072d.f080e8","g":"cd16c060.0cd84","name":"OFF","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"-","payload":"false","payloadType":"bool","x":450,"y":1100,"wires":[[]]},{"id":"a29eb654.72d1f8","type":"inject","z":"a4a1072d.f080e8","g":"cd16c060.0cd84","name":"ON","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"-","payload":"true","payloadType":"bool","x":310,"y":1100,"wires":[[]]},{"id":"be38653.e7ea198","type":"inject","z":"a4a1072d.f080e8","g":"cd16c060.0cd84","name":"OFF","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"-","payload":"false","payloadType":"bool","x":450,"y":1140,"wires":[[]]},{"id":"e019f2d8.1dd3a","type":"inject","z":"a4a1072d.f080e8","g":"cd16c060.0cd84","name":"ON","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"-","payload":"true","payloadType":"bool","x":310,"y":1140,"wires":[[]]},{"id":"684fbf08.032cc","type":"inject","z":"a4a1072d.f080e8","g":"cd16c060.0cd84","name":"OFF","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"-","payload":"false","payloadType":"bool","x":450,"y":1180,"wires":[[]]},{"id":"fca70ee9.e567","type":"inject","z":"a4a1072d.f080e8","g":"cd16c060.0cd84","name":"ON","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"-","payload":"true","payloadType":"bool","x":310,"y":1180,"wires":[[]]},{"id":"2a8957f2.2dd3b8","type":"mqtt-broker","name":"ns2","broker":"192.168.1.8","port":"1883","clientid":"","usetls":false,"compatmode":false,"keepalive":"60","cleansession":true,"birthTopic":"","birthQos":"0","birthPayload":"","closeTopic":"","closeQos":"0","closePayload":"","willTopic":"","willQos":"0","willPayload":""}]