Hi,
I have a problem with the trigger node. If first a "1" is applied to the input and then a "0" then the trigger node makes the "0" again a "1"
But I would like that if a "1" is applied to the input this is also 5 seconds at the output. But if a "0" is applied to the input should continue to be a "0" at the output and not as now 5 seconds a "1".
[{"id":"64d54ff7.5e66f","type":"tab","label":"Flow 2","disabled":false,"info":""},{"id":"61ed6400.86d44c","type":"trigger","z":"64d54ff7.5e66f","op1":"1","op2":"0","op1type":"str","op2type":"str","duration":"5","extend":false,"units":"s","reset":"","bytopic":"all","name":"","x":350,"y":360,"wires":[["fc9a7f7f.3e85d8"]]},{"id":"fc9a7f7f.3e85d8","type":"debug","z":"64d54ff7.5e66f","name":"","active":true,"tosidebar":true,"console":false,"tostatus":true,"complete":"payload","targetType":"msg","x":750,"y":360,"wires":[]},{"id":"9cbd3877.9c64e8","type":"inject","z":"64d54ff7.5e66f","name":"","topic":"1","payload":"","payloadType":"num","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":150,"y":360,"wires":[["61ed6400.86d44c"]]},{"id":"bcfeb78c.4d3bf8","type":"inject","z":"64d54ff7.5e66f","name":"","topic":"0","payload":"","payloadType":"num","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":150,"y":420,"wires":[["61ed6400.86d44c"]]}]
Is there a solution to the problem?
Excuse my English. This text was written with a translator
Greeting Volker