Hi Mr. @BartButenaers
First of all, thank you for the excellent contribution of the ONVIF packages for Node red.
I have been doing tests and it works perfectly, the only thing, I would like to know if it is possible to configure a new device configuration by external variables, that is, configure the IP, user and password by payload, topic or specific msg
Since I am trying to create a camera configuration section using the dahboard by text input ui nodes.
Thank you very much for your help!
Regards
Hi @achrafb,
Currently it works like this:
- You add an Ovif node on your flow.
- You create a config node for you camera (ip address, user name, password).
- You select that config node in your Onvif node.
- From here on you can communicate with your camera via the Onvif protocol.
Now you want to create a new camera dynamically via an input message. This seems to me a very useful case, to do everything via a dashboard instead from the flow editor.
But I don't see at the moment how I could accomplish this.
In the following discussion, Nick explains 3 different mechanisms:
But not sure what is the best way to continue with this.
Everybody is welcome to give ideas!!!!!!
@achrafb: I'm not developing at the moment, so please take into account that you won't have this feature in at least 6 weeks from now!
Bart
Hi @BartButenaers
Thank you very much for the answers!
I'll try to see if I can do something to make it automated settings using variables.
It only remains for me to say: Thank you for the excellent contribution.
Endless functions can be done with the ONVIF protocol
We'll keep in touch 
Regards
Achraf