Hello,
I've been trying to build a simple IF THEN logic for a few days now. But do not get it. The idea is that if one value is over 40 and the other value is "ON" something should be done. Somewhere is still the worm in it Can someone help me?
Here is my Try:
[{"id":"7419f1f4.3e9738","type":"switch","z":"75b2223b.041e54","name":"","property":"topic","propertyType":"msg","rules":[{"t":"cont","v":"brightness","vt":"str"},{"t":"cont","v":"switch","vt":"str"}],"checkall":"true","repair":false,"outputs":2,"x":290,"y":200,"wires":[["e34034ec.12b678","e8e30a8a.39a7a8"],["3cccf729.f457","e8e30a8a.39a7a8"]]},{"id":"e34034ec.12b678","type":"switch","z":"75b2223b.041e54","name":"","property":"payload.value","propertyType":"msg","rules":[{"t":"gt","v":"40","vt":"msg"}],"checkall":"true","repair":false,"outputs":1,"x":490,"y":160,"wires":[["658b2098.307928","6c632cc2.16d534"]]},{"id":"658b2098.307928","type":"change","z":"75b2223b.041e54","name":"","rules":[{"t":"set","p":"dummy","pt":"flow","to":"true","tot":"bool"}],"action":"","property":"","from":"","to":"","reg":false,"x":700,"y":160,"wires":[["9c5545c3.c2fe18","ca216d67.2f438"]]},{"id":"ed54a45b.9f5da8","type":"change","z":"75b2223b.041e54","name":"","rules":[{"t":"set","p":"dummy2","pt":"flow","to":"true","tot":"bool"}],"action":"","property":"","from":"","to":"","reg":false,"x":700,"y":240,"wires":[["9c5545c3.c2fe18","ca216d67.2f438"]]},{"id":"3cccf729.f457","type":"switch","z":"75b2223b.041e54","name":"","property":"payload.value","propertyType":"msg","rules":[{"t":"eq","v":"ON","vt":"msg"}],"checkall":"true","repair":false,"outputs":1,"x":490,"y":240,"wires":[["ed54a45b.9f5da8","6c632cc2.16d534"]]},{"id":"9c5545c3.c2fe18","type":"switch","z":"75b2223b.041e54","name":"","property":"dummy","propertyType":"flow","rules":[{"t":"true"},{"t":"else"}],"checkall":"true","repair":false,"outputs":2,"x":940,"y":198,"wires":[["db2c3abb.5ddc5"],[]]},{"id":"e8e30a8a.39a7a8","type":"debug","z":"75b2223b.041e54","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":493,"y":519,"wires":[]},{"id":"6c632cc2.16d534","type":"debug","z":"75b2223b.041e54","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":794,"y":529,"wires":[]},{"id":"ca216d67.2f438","type":"debug","z":"75b2223b.041e54","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":1086,"y":517,"wires":[]},{"id":"db2c3abb.5ddc5","type":"debug","z":"75b2223b.041e54","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":1327,"y":513,"wires":[]},{"id":"5e6032c.272094c","type":"inject","z":"75b2223b.041e54","name":"","topic":"brightness","payload":"45","payloadType":"num","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":105,"y":127,"wires":[["7419f1f4.3e9738"]]},{"id":"36389b1e.4ec74c","type":"inject","z":"75b2223b.041e54","name":"","topic":"switch","payload":"ON","payloadType":"str","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":94,"y":285,"wires":[["7419f1f4.3e9738"]]},{"id":"209f6e74.7ea272","type":"inject","z":"75b2223b.041e54","name":"","topic":"switch","payload":"OFF","payloadType":"str","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":89,"y":322,"wires":[["7419f1f4.3e9738"]]},{"id":"fb83322f.688ef","type":"inject","z":"75b2223b.041e54","name":"","topic":"brightness","payload":"30","payloadType":"num","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":108,"y":168,"wires":[["7419f1f4.3e9738"]]}]