Our summary
Node-RED builds automations by joining steps that pass messages between them. This add-on supplies a secure place for service credentials and a Jev question step. That step can ask several questions about one message and return named answers for later steps to use.
The guide shows a first connected workflow and explains how questions can be fixed or supplied by a message. Examples classify camera events and place a Jev check before a larger AI model, deciding whether more processing is needed.
Questions built from incoming messages can expose more information than intended. Limit what is sent, check how questions are formed, and connect the failure route as well as the success route. Decisions about cameras or safety need cautious rules rather than trust in one estimate.
Key takeaways
- Keep the private key in the credentials step, not in messages.
- Related questions can read the same message together.
- Connect the failure output so an unavailable answer has a defined response.