Jump to content

Template:Networking rutXxx manual data to server: Difference between revisions

From Teltonika Telematics Wiki
No edit summary
m Protected "Template:Networking rutXxx manual data to server" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
 
(5 intermediate revisions by the same user not shown)
Line 5: Line 5:
==Data senders==
==Data senders==


[[File:{{{file_status}}}]]
[[File:{{{file_sender}}}]]


123
123
Line 14: Line 14:
123
123


[[File:{{{file_status}}}]]
[[File:{{{file_sender_settings}}}]]


<table class="nd-mantable">
<table class="nd-mantable">
Line 29: Line 29:
     <tr>
     <tr>
       <td>Name</td>
       <td>Name</td>
       <td>Default:</b></td>
       <td>Default:</td>
       <td>Name of the data sender. Used for easier data senders management purposes only (optional)</td>
       <td>Name of the data sender. Used for easier data senders management purposes only (optional)</td>
     </tr>
     </tr>
Line 35: Line 35:
       <td>Data source</td>
       <td>Data source</td>
       <td>Default: '''Bluetooth data'''</td>
       <td>Default: '''Bluetooth data'''</td>
       <td>Source of the data to be sent to server. Available options:</td>
       <td>Source of the data to be sent to server. Available options:
 
* '''Bluetooth data'''
* '''Modbus data'''
</td>
     </tr>
     </tr>
     <tr>
     <tr>
       <td>Protocol</td>
       <td>Protocol</td>
       <td></td>
       <td>Default: '''HTTP(S)'''</td>
       <td></td>
       <td>Protocol used for sending the data to server. Available options:
 
* '''HTTP(S)'''
* '''MQTT'''
</td>
     </tr>
     </tr>
     <tr>
     <tr>
       <td>JSON format</td>
       <td>JSON format</td>
       <td></td>
       <td>Default: '''{"TS":"%t", "D":"%d","MAC":"%m","DT":"%b"}'''</td>
       <td></td>
       <td>You can fully customize JSON segment</td>
     </tr>
     </tr>
     <tr>
     <tr>
       <td>Segment count</td>
       <td>Segment count</td>
       <td></td>
       <td>Default: '''1'''</td>
       <td></td>
       <td>Max segment count in one JSON string sent to server. Available options:
 
* '''1'''
* '''2'''
* '''3'''
* '''4'''
* '''5'''
* '''6'''
* '''7'''
* '''8'''
* '''9'''
* '''10'''
</td>
     </tr>
     </tr>
     <tr>
     <tr>
       <td>URL/Host/Connection string</td>
       <td>URL/Host/Connection string</td>
       <td></td>
       <td>Default:</td>
       <td></td>
       <td>URL for HTTP(S); Host for MQTT; Connection string for Azure MQTT</td>
     </tr>
     </tr>
     <tr>
     <tr>
       <td>Period</td>
       <td>Period</td>
       <td></td>
       <td>Default: '''60'''</td>
       <td></td>
       <td>Interval for sending the collected data to server (in seconds, 1-86400)</td>
     </tr>
     </tr>
     <tr>
     <tr>
       <td>Data filtering</td>
       <td>Data filtering</td>
       <td></td>
       <td>Default: '''All data'''</td>
       <td></td>
       <td>Choose which data this sender will send to server. Available options:
 
* '''All data'''
* '''By slave ID'''
* '''By slave IP'''
* '''By MAC address'''
* '''By device name'''
</td>
     </tr>
     </tr>
     <tr>
     <tr>
       <td>Retry on fail</td>
       <td>Retry on fail</td>
       <td></td>
       <td>off | on; default: '''off'''</td>
       <td></td>
       <td>In case of a failed attempt, retry to send the same data to server later (Retry until successful)</td>
     </tr>
     </tr>
     <tr>
     <tr>
       <td>Custom header</td>
       <td>Custom header</td>
       <td></td>
       <td>Default:</td>
       <td></td>
       <td>Allows to add custom headers to the HTTP requests</td>
     </tr>
     </tr>
</table>
</table>
[[Category:{{{name}}} WebUI]]

Latest revision as of 10:44, 10 February 2020

Summary

123

Data senders

[[File:{{{file_sender}}}]]

123

Data sender settings


123

[[File:{{{file_sender_settings}}}]]

Field Value Description
Enabled off | on; default: off Check to enable data sender
Name Default: Name of the data sender. Used for easier data senders management purposes only (optional)
Data source Default: Bluetooth data Source of the data to be sent to server. Available options:
  • Bluetooth data
  • Modbus data
Protocol Default: HTTP(S) Protocol used for sending the data to server. Available options:
  • HTTP(S)
  • MQTT
JSON format Default: {"TS":"%t", "D":"%d","MAC":"%m","DT":"%b"} You can fully customize JSON segment
Segment count Default: 1 Max segment count in one JSON string sent to server. Available options:
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
URL/Host/Connection string Default: URL for HTTP(S); Host for MQTT; Connection string for Azure MQTT
Period Default: 60 Interval for sending the collected data to server (in seconds, 1-86400)
Data filtering Default: All data Choose which data this sender will send to server. Available options:
  • All data
  • By slave ID
  • By slave IP
  • By MAC address
  • By device name
Retry on fail off | on; default: off In case of a failed attempt, retry to send the same data to server later (Retry until successful)
Custom header Default: Allows to add custom headers to the HTTP requests

[[Category:{{{name}}} WebUI]]