thingsboard:
|
host: demo.thingsboard.io
|
port: 1883
|
remoteConfiguration: false
|
security:
|
accessToken: PUT_YOUR_GW_ACCESS_TOKEN_HERE
|
storage:
|
type: memory
|
read_records_count: 100
|
max_records_count: 100000
|
# type: file
|
# data_folder_path: ./data/
|
# max_file_count: 10
|
# max_read_records_count: 10
|
# max_records_per_file: 10000
|
connectors:
|
-
|
name: MQTT Broker Connector
|
type: mqtt
|
configuration: mqtt.json
|
|
# -
|
# name: Modbus Connector
|
# type: modbus
|
# configuration: modbus.json
|
#
|
# -
|
# name: Modbus Connector
|
# type: modbus
|
# configuration: modbus_serial.json
|
#
|
# -
|
# name: OPC-UA Connector
|
# type: opcua
|
# configuration: opcua.json
|
#
|
# -
|
# name: BLE Connector
|
# type: ble
|
# configuration: ble.json
|
#
|
# -
|
# name: REQUEST Connector
|
# type: request
|
# configuration: request.json
|
#
|
# -
|
# name: CAN Connector
|
# type: can
|
# configuration: can.json
|
#
|
# -
|
# name: BACnet Connector
|
# type: bacnet
|
# configuration: bacnet.json
|
#
|
# -
|
# name: ODBC Connector
|
# type: odbc
|
# configuration: odbc.json
|
#
|
# -
|
# name: Custom Serial Connector
|
# type: serial
|
# configuration: custom_serial.json
|
# class: CustomSerialConnector
|