Advertisement
pmfernandes

Flow_CriarSensores

Jan 7th, 2024
917
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.48 KB | None | 0 0
  1. [{"id":"2d3fcabc47c06b33","type":"inject","z":"d77746207a4253d3","name":"","props":[],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","x":90,"y":220,"wires":[["13d59f800878e5b0","38652d44a9ffdc51","dbcacf93fb0c3a8d","9332aa90707518a2","3d2096c48e96096a"]]},{"id":"9cdf348b0a59f2cf","type":"file in","z":"d77746207a4253d3","name":"","filename":"/data/sensorCreation/radio.yaml","filenameType":"str","format":"utf8","chunk":false,"sendError":false,"encoding":"none","allProps":false,"x":390,"y":60,"wires":[["7314500f39995499"]]},{"id":"37e004361a92e6da","type":"yaml","z":"d77746207a4253d3","property":"payload","name":"","x":870,"y":220,"wires":[["b25b2a5598382e3b"]]},{"id":"b25b2a5598382e3b","type":"splitter","z":"d77746207a4253d3","name":"Devices | Splitter","property":"payload.devices","x":1030,"y":220,"wires":[["5889ae65d7abe36e"]]},{"id":"5889ae65d7abe36e","type":"change","z":"d77746207a4253d3","name":"Save Device Information","rules":[{"t":"set","p":"deviceInformation","pt":"msg","to":"payload.device","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":1250,"y":220,"wires":[["38a52a1b886beb8f"]]},{"id":"38a52a1b886beb8f","type":"splitter","z":"d77746207a4253d3","name":"Topics | Splitter","property":"payload.topics","x":1460,"y":220,"wires":[["10c2d33ff7f38447"]]},{"id":"10c2d33ff7f38447","type":"change","z":"d77746207a4253d3","name":"Prepare Message to Publish","rules":[{"t":"set","p":"topic","pt":"msg","to":"payload.topic","tot":"msg"},{"t":"set","p":"retain","pt":"msg","to":"payload.retain","tot":"msg"},{"t":"set","p":"payload","pt":"msg","to":"payload.payload","tot":"msg"},{"t":"change","p":"payload","pt":"msg","from":"##device##","fromt":"str","to":"deviceInformation","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":1680,"y":220,"wires":[["81facf5151a228d5"]]},{"id":"81facf5151a228d5","type":"mqtt out","z":"d77746207a4253d3","name":"","topic":"","qos":"","retain":"true","respTopic":"","contentType":"","userProps":"","correl":"","expiry":"","broker":"928647851a6d335f","x":1890,"y":220,"wires":[]},{"id":"928647851a6d335f","type":"mqtt-broker","name":"EQMX","broker":"mqtt.pmf.local","port":"1883","clientid":"node-red-publish","autoConnect":true,"usetls":false,"protocolVersion":"4","keepalive":"60","cleansession":true,"birthTopic":"","birthQos":"0","birthPayload":"","birthMsg":{},"closeTopic":"","closeQos":"0","closePayload":"","closeMsg":{},"willTopic":"","willQos":"0","willPayload":"","willMsg":{},"userProps":"","sessionExpiry":""}]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement