Two Doors and one Light

Inspired by what @jbudd suggested, tried to write a flow with switch nodes. Hope this works right for you.

[{"id":"0cf4858c2448c69b","type":"inject","z":"18c232f151ca7569","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"DOOR1-","payload":"OPEN","payloadType":"str","x":180,"y":80,"wires":[["5de493712b2f5927"]]},{"id":"740c3b8cdac10164","type":"inject","z":"18c232f151ca7569","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"DOOR1-","payload":"CLOSE","payloadType":"str","x":180,"y":120,"wires":[["23a8dce2244d7f82"]]},{"id":"3c0f1c943068fa9f","type":"change","z":"18c232f151ca7569","name":"LIGHT OFF SIGNAL","rules":[{"t":"set","p":"payload","pt":"msg","to":"OFF","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":635,"y":180,"wires":[["5f0be79c7dcee154"]],"l":false},{"id":"2d1cfbc66f75300d","type":"change","z":"18c232f151ca7569","name":"LIGHT ON SIGNAL","rules":[{"t":"set","p":"payload","pt":"msg","to":"ON","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":625,"y":120,"wires":[["5f0be79c7dcee154"]],"l":false},{"id":"ac2427c508e2bf5b","type":"debug","z":"18c232f151ca7569","name":"LIGHT STATUS","active":false,"tosidebar":false,"console":false,"tostatus":true,"complete":"payload","targetType":"msg","statusVal":"payload","statusType":"auto","x":900,"y":160,"wires":[]},{"id":"021c357b2c973430","type":"inject","z":"18c232f151ca7569","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"DOOR2-","payload":"OPEN","payloadType":"str","x":180,"y":180,"wires":[["64e15ad6b0346457"]]},{"id":"99d17c97c72c163b","type":"inject","z":"18c232f151ca7569","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"DOOR2-","payload":"CLOSE","payloadType":"str","x":180,"y":220,"wires":[["b1c53f62eae2177a"]]},{"id":"5de493712b2f5927","type":"change","z":"18c232f151ca7569","name":"","rules":[{"t":"set","p":"door1","pt":"flow","to":"OPEN","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":355,"y":80,"wires":[["82766a9528e88998"]],"l":false},{"id":"23a8dce2244d7f82","type":"change","z":"18c232f151ca7569","name":"","rules":[{"t":"set","p":"door1","pt":"flow","to":"CLOSE","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":355,"y":120,"wires":[["82766a9528e88998"]],"l":false},{"id":"64e15ad6b0346457","type":"change","z":"18c232f151ca7569","name":"","rules":[{"t":"set","p":"door2","pt":"flow","to":"OPEN","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":355,"y":180,"wires":[["82766a9528e88998"]],"l":false},{"id":"b1c53f62eae2177a","type":"change","z":"18c232f151ca7569","name":"","rules":[{"t":"set","p":"door2","pt":"flow","to":"CLOSE","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":355,"y":220,"wires":[["82766a9528e88998"]],"l":false},{"id":"82766a9528e88998","type":"switch","z":"18c232f151ca7569","name":"Door-1","property":"door1","propertyType":"flow","rules":[{"t":"eq","v":"OPEN","vt":"str"},{"t":"eq","v":"CLOSE","vt":"str"}],"checkall":"true","repair":false,"outputs":2,"x":505,"y":140,"wires":[["2d1cfbc66f75300d"],["d5c7191f656d1672"]],"l":false},{"id":"d5c7191f656d1672","type":"switch","z":"18c232f151ca7569","name":"Door-2","property":"door2","propertyType":"flow","rules":[{"t":"eq","v":"OPEN","vt":"str"},{"t":"eq","v":"CLOSE","vt":"str"}],"checkall":"true","repair":false,"outputs":2,"x":565,"y":180,"wires":[["2d1cfbc66f75300d"],["3c0f1c943068fa9f"]],"l":false},{"id":"5f0be79c7dcee154","type":"change","z":"18c232f151ca7569","name":"","rules":[{"t":"set","p":"payload1","pt":"msg","to":"door1","tot":"flow"},{"t":"set","p":"payload2","pt":"msg","to":"door2","tot":"flow"}],"action":"","property":"","from":"","to":"","reg":false,"x":695,"y":160,"wires":[["ac2427c508e2bf5b","c56867a87234e16b","a822aba6429f04b2"]],"l":false},{"id":"c56867a87234e16b","type":"debug","z":"18c232f151ca7569","name":"DOOR-1 STATUS","active":true,"tosidebar":false,"console":false,"tostatus":true,"complete":"payload1","targetType":"msg","statusVal":"payload","statusType":"auto","x":910,"y":100,"wires":[]},{"id":"a822aba6429f04b2","type":"debug","z":"18c232f151ca7569","name":"DOOR-2 STATUS","active":true,"tosidebar":false,"console":false,"tostatus":true,"complete":"payload2","targetType":"msg","statusVal":"payload","statusType":"auto","x":910,"y":220,"wires":[]}]

door_close_open

EDIT:

[{"id":"021c357b2c973430","type":"inject","z":"18c232f151ca7569","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"DOOR2-","payload":"OPEN","payloadType":"str","x":180,"y":180,"wires":[["64e15ad6b0346457"]]},{"id":"64e15ad6b0346457","type":"change","z":"18c232f151ca7569","name":"","rules":[{"t":"set","p":"door2","pt":"flow","to":"OPEN","tot":"str"},{"t":"set","p":"payload","pt":"msg","to":"true","tot":"bool"}],"action":"","property":"","from":"","to":"","reg":false,"x":355,"y":180,"wires":[["82766a9528e88998","09575bf2c882de67"]],"l":false},{"id":"57a1f46c7b0b6c0d","type":"switch","z":"18c232f151ca7569","name":"","property":"payload","propertyType":"msg","rules":[{"t":"true"},{"t":"false"}],"checkall":"true","repair":false,"outputs":2,"x":290,"y":280,"wires":[["64e15ad6b0346457"],["b1c53f62eae2177a"]]},{"id":"82766a9528e88998","type":"switch","z":"18c232f151ca7569","name":"Door-1","property":"door1","propertyType":"flow","rules":[{"t":"eq","v":"OPEN","vt":"str"},{"t":"eq","v":"CLOSE","vt":"str"}],"checkall":"true","repair":false,"outputs":2,"x":505,"y":140,"wires":[["2d1cfbc66f75300d"],["d5c7191f656d1672"]],"l":false},{"id":"09575bf2c882de67","type":"ui_switch","z":"18c232f151ca7569","name":"","label":"DOOR-2","tooltip":"","group":"fc00bf5aa1c7395c","order":5,"width":"6","height":"2","passthru":false,"decouple":"true","topic":"door2","topicType":"str","style":"","onvalue":"true","onvalueType":"bool","onicon":"","oncolor":"","offvalue":"false","offvalueType":"bool","officon":"","offcolor":"","animate":false,"className":"","x":140,"y":280,"wires":[["57a1f46c7b0b6c0d"]]},{"id":"b1c53f62eae2177a","type":"change","z":"18c232f151ca7569","name":"","rules":[{"t":"set","p":"door2","pt":"flow","to":"CLOSE","tot":"str"},{"t":"set","p":"payload","pt":"msg","to":"false","tot":"bool"}],"action":"","property":"","from":"","to":"","reg":false,"x":355,"y":220,"wires":[["82766a9528e88998","09575bf2c882de67"]],"l":false},{"id":"5de493712b2f5927","type":"change","z":"18c232f151ca7569","name":"","rules":[{"t":"set","p":"door1","pt":"flow","to":"OPEN","tot":"str"},{"t":"set","p":"payload","pt":"msg","to":"true","tot":"bool"}],"action":"","property":"","from":"","to":"","reg":false,"x":355,"y":80,"wires":[["82766a9528e88998","67f6f9f522e2e65c"]],"l":false},{"id":"23a8dce2244d7f82","type":"change","z":"18c232f151ca7569","name":"","rules":[{"t":"set","p":"door1","pt":"flow","to":"CLOSE","tot":"str"},{"t":"set","p":"payload","pt":"msg","to":"false","tot":"bool"}],"action":"","property":"","from":"","to":"","reg":false,"x":355,"y":120,"wires":[["82766a9528e88998","67f6f9f522e2e65c"]],"l":false},{"id":"2d1cfbc66f75300d","type":"change","z":"18c232f151ca7569","name":"LIGHT ON SIGNAL","rules":[{"t":"set","p":"payload","pt":"msg","to":"ON","tot":"str"},{"t":"set","p":"light","pt":"flow","to":"ON","tot":"str"},{"t":"set","p":"bc","pt":"msg","to":"green","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":625,"y":120,"wires":[["5f0be79c7dcee154"]],"l":false},{"id":"d5c7191f656d1672","type":"switch","z":"18c232f151ca7569","name":"Door-2","property":"door2","propertyType":"flow","rules":[{"t":"eq","v":"OPEN","vt":"str"},{"t":"eq","v":"CLOSE","vt":"str"}],"checkall":"true","repair":false,"outputs":2,"x":565,"y":180,"wires":[["2d1cfbc66f75300d"],["3c0f1c943068fa9f"]],"l":false},{"id":"99d17c97c72c163b","type":"inject","z":"18c232f151ca7569","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"DOOR2-","payload":"CLOSE","payloadType":"str","x":180,"y":220,"wires":[["b1c53f62eae2177a"]]},{"id":"0cf4858c2448c69b","type":"inject","z":"18c232f151ca7569","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"DOOR1-","payload":"OPEN","payloadType":"str","x":180,"y":80,"wires":[["5de493712b2f5927"]]},{"id":"263818cb76ec03e5","type":"switch","z":"18c232f151ca7569","name":"","property":"payload","propertyType":"msg","rules":[{"t":"true"},{"t":"false"}],"checkall":"true","repair":false,"outputs":2,"x":290,"y":40,"wires":[["5de493712b2f5927"],["23a8dce2244d7f82"]]},{"id":"67f6f9f522e2e65c","type":"ui_switch","z":"18c232f151ca7569","name":"","label":"DOOR-1","tooltip":"","group":"fc00bf5aa1c7395c","order":5,"width":"6","height":"2","passthru":false,"decouple":"true","topic":"door1","topicType":"str","style":"","onvalue":"true","onvalueType":"bool","onicon":"","oncolor":"","offvalue":"false","offvalueType":"bool","officon":"","offcolor":"","animate":false,"className":"","x":140,"y":40,"wires":[["263818cb76ec03e5"]]},{"id":"740c3b8cdac10164","type":"inject","z":"18c232f151ca7569","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"DOOR1-","payload":"CLOSE","payloadType":"str","x":180,"y":120,"wires":[["23a8dce2244d7f82"]]},{"id":"5f0be79c7dcee154","type":"change","z":"18c232f151ca7569","name":"","rules":[{"t":"set","p":"payload1","pt":"msg","to":"door1","tot":"flow"},{"t":"set","p":"payload2","pt":"msg","to":"door2","tot":"flow"}],"action":"","property":"","from":"","to":"","reg":false,"x":695,"y":160,"wires":[["ac2427c508e2bf5b","c56867a87234e16b","a822aba6429f04b2","b2b53a2ce2b58d7e"]],"l":false},{"id":"3c0f1c943068fa9f","type":"change","z":"18c232f151ca7569","name":"LIGHT OFF SIGNAL","rules":[{"t":"set","p":"payload","pt":"msg","to":"OFF","tot":"str"},{"t":"set","p":"light","pt":"flow","to":"OFF","tot":"str"},{"t":"set","p":"bc","pt":"msg","to":"black","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":625,"y":180,"wires":[["5f0be79c7dcee154"]],"l":false},{"id":"ac2427c508e2bf5b","type":"debug","z":"18c232f151ca7569","name":"LIGHT STATUS","active":false,"tosidebar":false,"console":false,"tostatus":true,"complete":"payload","targetType":"msg","statusVal":"payload","statusType":"auto","x":900,"y":160,"wires":[]},{"id":"c56867a87234e16b","type":"debug","z":"18c232f151ca7569","name":"DOOR-1 STATUS","active":true,"tosidebar":false,"console":false,"tostatus":true,"complete":"payload1","targetType":"msg","statusVal":"payload","statusType":"auto","x":910,"y":100,"wires":[]},{"id":"a822aba6429f04b2","type":"debug","z":"18c232f151ca7569","name":"DOOR-2 STATUS","active":true,"tosidebar":false,"console":false,"tostatus":true,"complete":"payload2","targetType":"msg","statusVal":"payload","statusType":"auto","x":910,"y":220,"wires":[]},{"id":"b2b53a2ce2b58d7e","type":"change","z":"18c232f151ca7569","name":"","rules":[{"t":"set","p":"door1","pt":"msg","to":"door1","tot":"flow"},{"t":"set","p":"door2","pt":"msg","to":"door2","tot":"flow"},{"t":"set","p":"light","pt":"msg","to":"light","tot":"flow"}],"action":"","property":"","from":"","to":"","reg":false,"x":1035,"y":160,"wires":[["8c8fc8109ef977dd"]],"l":false},{"id":"8c8fc8109ef977dd","type":"ui_button","z":"18c232f151ca7569","name":"light","group":"fc00bf5aa1c7395c","order":0,"width":"12","height":"3","passthru":false,"label":"LIGHT {{status}}","tooltip":"","color":"","bgcolor":"{{bc}}","className":"","icon":"","payload":"","payloadType":"str","topic":"light","topicType":"str","x":1130,"y":160,"wires":[[]]},{"id":"fc00bf5aa1c7395c","type":"ui_group","name":"Default","tab":"b73ef5220cb26d23","order":1,"disp":false,"width":"12","collapse":false,"className":""},{"id":"b73ef5220cb26d23","type":"ui_tab","name":"Home","icon":"dashboard","disabled":false,"hidden":false}]

With Dashboard

door_close_open1

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.