1thingsboard: 2 host: demo.thingsboard.io 3 port: 1883 4 remoteConfiguration: false 5 security: 6 accessToken: PUT_YOUR_GW_ACCESS_TOKEN_HERE 7storage: 8 type: memory 9 read_records_count: 100 10 max_records_count: 100000 11# type: file 12# data_folder_path: ./data/ 13# max_file_count: 10 14# max_read_records_count: 10 15# max_records_per_file: 10000 16connectors: 17 - 18 name: MQTT Broker Connector 19 type: mqtt 20 configuration: mqtt.json 21 22# - 23# name: Modbus Connector 24# type: modbus 25# configuration: modbus.json 26# 27# - 28# name: Modbus Connector 29# type: modbus 30# configuration: modbus_serial.json 31# 32# - 33# name: OPC-UA Connector 34# type: opcua 35# configuration: opcua.json 36# 37# - 38# name: BLE Connector 39# type: ble 40# configuration: ble.json 41# 42# - 43# name: REQUEST Connector 44# type: request 45# configuration: request.json 46# 47# - 48# name: CAN Connector 49# type: can 50# configuration: can.json 51# 52# - 53# name: BACnet Connector 54# type: bacnet 55# configuration: bacnet.json 56# 57# - 58# name: ODBC Connector 59# type: odbc 60# configuration: odbc.json 61# 62# - 63# name: Custom Serial Connector 64# type: serial 65# configuration: custom_serial.json 66# class: CustomSerialConnector 67