Node-RED MQTT Broker
- This topic has 0 replies, 1 voice, and was last updated 4 years, 8 months ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Home › Forums › Conduit: AEP Model › Node-RED MQTT Broker
Tagged: node-red mqtt conduit aep broker
Good Day –
Does anyone know a method to configure Node-RED mqtt broker node information programmatically (Linux or JavaScript)? Specifically, we’d like to use the Conduit’s serial number as Client Id.
It would also be convenient to specify the TLS/SSL cert files programmatically for the mqtt broker.
We know that Topic, QoS and Retain Flag can be set for an mqtt-out node, using msg.topic, msg.qos and msg.retain.
Any help appreciated!