Timeout node does not send payload

Strange thing I have noticed with @scargill 's timeout node.

When deploying, the 'unsafe' payload gets sent ok. But then after that the payload does not get sent when the node times-out.

If I set a 'safe' payload i.e. ON, then it works as expected. Bu I don't want to send a 'safe' payload. I could fix this with a switch node but should I have to?

Set up like this:

image
image

[{"id":"677fc673.bb6458","type":"inject","z":"be5275e8.e06c78","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":490,"y":680,"wires":[["985b7447.cb3a98"]]},{"id":"985b7447.cb3a98","type":"timeout","z":"be5275e8.e06c78","name":"My Timeout","outtopic":"","outsafe":"","outwarning":"","outunsafe":"OFF","warning":"","timer":"5","repeat":false,"again":false,"x":680,"y":680,"wires":[["3a1ad4f5.13b46c"]]},{"id":"3a1ad4f5.13b46c","type":"debug","z":"be5275e8.e06c78","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","x":870,"y":680,"wires":[]}]

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