Modbus and Bluetooth data sending to Node-RED: Difference between revisions
Modbus and Bluetooth data sending to Node-RED (view source)
Revision as of 11:43, 2 February 2023
, 2 February 2023→Device configuration
Justas.Cip (talk | contribs) |
Justas.Cip (talk | contribs) |
||
Line 260: | Line 260: | ||
Look into Modbus data to server via MQTT section for Modbus Slave and Master setup. Navigate to navigate to '''Services -> Data to server.''' Add new data sender and configure settings accordingly: | Look into Modbus data to server via MQTT section for Modbus Slave and Master setup. Navigate to navigate to '''Services -> Data to server.''' Add new data sender and configure settings accordingly: | ||
# '''Enable''': on | |||
# '''Name''': tcp (input any preferred name) | |||
# '''Data source''': MODBUS data | |||
# '''Protocol''': HTTP(S) | |||
# '''JSON format''': {"Data": %a} - adjust this according to your needs | |||
# '''URL/Host/Connection string''': 192.168.10.139:8080 (virtual machine address and port number) | |||
[[File:Modbus data http to node red.png|border|800px|class=tlt-border]] | [[File:Modbus data http to node red.png|border|800px|class=tlt-border]] |