Modbus and Bluetooth data sending to Node-RED: Difference between revisions
Modbus and Bluetooth data sending to Node-RED (view source)
Revision as of 08:43, 8 February 2023
, 8 February 2023→MQTT Gateway
Justas.Cip (talk | contribs) |
Justas.Cip (talk | contribs) |
||
Line 55: | Line 55: | ||
MQTT Gateway allows to query the device from MQTT Clients, in this section we will configure it to work with the Node-RED. Here is connection topology for this use case: | MQTT Gateway allows to query the device from MQTT Clients, in this section we will configure it to work with the Node-RED. Here is connection topology for this use case: | ||
===Using Teltonika device as an MQTT broker=== | ===Using Teltonika device as an MQTT broker=== | ||
Line 138: | Line 136: | ||
===Using Node-RED as an MQTT broker=== | ===Using Node-RED as an MQTT broker=== | ||
---- | ---- | ||
Here we are using Node-RED as MQTT Broker, so we are going to do necessary changes in order for this functionality to work. | |||
Here is the connection topology for this use case: | |||
[[File:Nodered configurationexample topo1.png|border|600px|class=tlt-border]] | |||
====Adjusting Node-RED configuration==== | ====Adjusting Node-RED configuration==== | ||