| AM123,mytype,12.2,45 | [13:17] | 12.2 | Extracting temperature value |
For more information about MQTT connector configuration use the [official documentation](https://thingsboard.io/docs/iot-gateway/config/mqtt/?MqttConverterTypeConfig=json#subsection-security).
"device-name-filter-hint":"Regular expression for device name.",
"device-name-filter-hint":"This field supports Regular expressions to filter incoming data by device name.",
"device-name-filter-required":"Device name filter is required.",
"details":"Details",
"delete-mapping-title":"Delete mapping ?",
@ -2797,9 +2797,9 @@
"payload-type":"Payload type",
"platform-side":"Platform side",
"JSON":"JSON",
"JSON-hint":"Converter for this payload type processes MQTT messages in JSON format. It uses JSON Path expressions to extract vital details such as device names, device profile names, attributes, and timeseries from the message. And regular expressions to get device details from topics.",
"JSON-hint":"Converter for this payload type processes MQTT messages in JSON format. It uses JSON Path expressions to extract vital details such as device names, device profile names, attributes, and timeseries from the message. And regular expressions to get device details from topics.",
"bytes":"Bytes",
"bytes-hint":"Converter for this payload type designed for binary MQTT payloads, this converter directly interprets binary data to retrieve device names and device profile names, along with attributes and timeseries, using specific byte positions for data extraction.",
"bytes-hint":"Converter for this payload type designed for binary MQTT payloads, this converter directly interprets binary data to retrieve device names and device profile names, along with attributes and timeseries, using specific byte positions for data extraction.",
"custom":"Custom",
"custom-hint":"This option allows you to use a custom converter for specific data tasks. You need to add your custom converter to the extension folder and enter its class name in the UI settings. Any keys you provide will be sent as configuration to your custom converter.",
"client-cert-path":"Path to client certificate file",
@ -2807,22 +2807,25 @@
"client-id":"Client ID",
"data-conversion":"Data conversion",
"data-mapping":"Data mapping",
"data-mapping-hint":"Data mapping provides the capability to parse and convert the data received from a MQTT client in incoming messages into specific attributes and timeseries data keys.",
"data-mapping-hint":"Data mapping provides the capability to parse and convert the data received from a MQTT client in incoming messages into specific attributes and timeseries data keys.",
"delete":"Delete configuration",
"delete-attribute":"Delete attribute",
"delete-key":"Delete key",
"delete-timeseries":"Delete timeseries",
"delete-timeseries":"Delete timeseries",
"default":"Default",
"download-tip":"Download configuration file",
"drop-file":"Drop file here or",
"extension":"Extension",
"extension-hint":"Put your converter classname in the field. Custom converter with such class should be in extension/mqtt folder.",
"to-device-response-settings-hint":"For these fields you can use the following variables and they will be replaced with actual values: ${deviceName}, ${attributeKey}, ${attributeValue}",
"gateway":"Gateway",
"gateway-exists":"Device with same name is already exists.",
"gateway-name":"Gateway name",
@ -2862,6 +2865,7 @@
"host-required":"Host is required.",
"json-parse":"Not valid JSON.",
"json-required":"Field cannot be empty.",
"JSONPath-hint":"This field supports constants and JSONPath expressions.",
"logs":{
"logs":"Logs",
"days":"days",
@ -2903,7 +2907,7 @@
"no-data":"No configurations",
"no-gateway-found":"No gateway found.",
"no-gateway-matching":" '{{item}}' not found.",
"no-timeseries":"No timeseries",
"no-timeseries":"No timeseries",
"no-keys":"No keys",
"path-hint":"The path is local to the gateway file system",
"path-logs":"Path to log files",
@ -2913,6 +2917,7 @@
"permit-without-calls":"Keep alive permit without calls",
"port":"Port",
"port-required":"Port is required.",
"port-limits-error":"Port should be number from {{min}} to {{max}}.",
"private-key-path":"Path to private key file",
"path-to-private-key-required":"Path to private key file is required.",
"select-connector":"Select connector to display config",
"send-change-data":"Send data only on change",
"send-change-data-hint":"The values will be saved to the database only if they are different from the corresponding values in the previous converted message. This functionality applies to both attributes and timeseries in the converter output.",
"send-change-data-hint":"The values will be saved to the database only if they are different from the corresponding values in the previous converted message. This functionality applies to both attributes and timeseries in the converter output.",
"server-port":"Server port",
"set":"Set",
"statistics":{
@ -3126,13 +3130,13 @@
"workers-settings":"Workers settings",
"thingsboard":"ThingsBoard",
"general":"General",
"timeseries":"Timeseries",
"timeseries":"Timeseries",
"key":"Key",
"keys":"Keys",
"key-required":"Key is required.",
"thingsboard-host":"ThingsBoard host",
"thingsboard-host":"Platform host",
"thingsboard-host-required":"Host is required.",
"thingsboard-port":"ThingsBoard port",
"thingsboard-port":"Platform port",
"thingsboard-port-max":"Maximum port number is 65535.",
"thingsboard-port-min":"Minimum port number is 1.",
"thingsboard-port-pattern":"Port is not valid.",
@ -3146,7 +3150,7 @@
"tls-path-ca-certificate":"Path to CA certificate on gateway",
"tls-path-client-certificate":"Path to client certificate on gateway",
"method-filter":"Method filter",
"method-filter-hint":"Regular expression for RPC method.",
"method-filter-hint":"Regular expression to filter incoming RPC method from platform.",
"method-filter-required":"Method filter is required.",
"messages-ttl-check-in-hours":"Messages TTL check in hours",
"messages-ttl-check-in-hours-required":"Messages TTL check in hours is required.",
@ -3173,12 +3177,12 @@
"hints":{
"remote-configuration":"Enables remote configuration and management of the gateway",
"remote-shell":"Enables remote control of the operating system with the gateway from the Remote Shell widget",
"host":"Hostname or IP address of ThingsBoard server",
"port":"Port of MQTT service on ThingsBoard server",
"token":"Access token for the gateway from ThingsBoard server",
"client-id":"MQTT client id for the gateway form ThingsBoard server",
"username":"MQTT username for the gateway form ThingsBoard server",
"password":"MQTT password for the gateway form ThingsBoard server",
"host":"Hostname or IP address of platform server",
"port":"Port of MQTT service on platform server",
"token":"Access token for the gateway from platform server",
"client-id":"MQTT client id for the gateway form platform server",
"username":"MQTT username for the gateway form platform server",
"password":"MQTT password for the gateway form platform server",
"ca-cert":"Path to CA certificate file",
"date-form":"Date format in log message",
"data-folder":"Path to folder, that will contains data (Relative or Absolute)",
@ -3187,10 +3191,10 @@
"backup-count":"If backup count is > 0, when a rollover is done, no more than backup count files are kept - the oldest ones are deleted",
"storage":"Provides configuration for saving incoming data before it is sent to the platform",
"max-file-count":"Maximum count of file that will be created",
"max-read-count":"Count of messages to get from storage and send to ThingsBoard",
"max-read-count":"Count of messages to get from storage and send to platform",
"max-records":"Maximum count of records that will be stored in one file",
"read-record-count":"Count of messages to get from storage and send to ThingsBoard",
"max-records-count":"Maximum count of data in storage before send to ThingsBoard",
"read-record-count":"Count of messages to get from storage and send to platform",
"max-records-count":"Maximum count of data in storage before send to platform",
"ttl-check-hour":"How often will Gateway check data for obsolescence",
"ttl-messages-day":"Maximum days that storage will save data",
"commands":"Commands for collecting additional statistic",