--
http://nodered.org
Join us on Slack to continue the conversation: http://nodered.org/slack
---
You received this message because you are subscribed to the Google Groups "Node-RED" group.
To unsubscribe from this group and stop receiving emails from it, send an email to node-red+u...@googlegroups.com.
To post to this group, send email to node...@googlegroups.com.
Visit this group at https://groups.google.com/group/node-red.
For more options, visit https://groups.google.com/d/optout.
The Inject once at start option actually waits a short interval before firing to give other nodes a chance to instantiate properly.
I tried checking this at the Inject node and it did not work. I need it to fire once as soon the Node-Red instance is started, not to be triggered manually (pushing the button).
Any ideas would be appreciated.
Take care!
Is this feeding into a good pin node ? If so they do take a long time to initialise (hence why they have their own set initial state option). If not try adding a delay node after the inject... 0.5 sec or whatever makes sense/works.