deviceAccessLayer/config/niu_neng.json

207 lines
4.2 KiB
JSON

{
"name": "牛能专用",
"delay": 60,
"daemon": true,
"httpSvr": {
"port": 11000
},
"oss": {
"endpoint": "oss-cn-hangzhou.aliyuncs.com",
"bucketName": "hznn",
"ak": "LTAI5tCAqdSyUFAntUw2WSLf",
"sk": "JRvZqTIns5GUNxww7OJrZAOZvMJ8Lv"
},
"mqtts": [
{
"sn": "local",
"name": "本地",
"server": "127.0.0.1",
"port": 1883,
"clientId": "local",
"username": "dcs",
"password": "123456",
"subscribes": [
{
"topic": "stop",
"qos": 0
},
{
"topic": "device/eddb943a-70e9fd81/message/up/snapshot",
"qos": 0
},
{
"topic": "device/eddb943a-70e9fd81/message/down/snapshot/reply",
"qos": 0
},
{
"topic": "device/0122310d-75bdca05/message/up/snapshot",
"qos": 0
},
{
"topic": "device/0122310d-75bdca05/message/down/snapshot/reply",
"qos": 0
}
]
},
{
"sn": "remote",
"name": "远程",
"server": "47.110.45.35",
"port": 1883,
"clientId": "hznn",
"username": "dcs",
"password": "123456",
"subscribes": [
{
"topic": "hznn/1/barrier",
"qos": 0
},
{
"topic": "hznn/1/voice",
"qos": 0
}
]
}
],
"reportSvr": {
"server": "https://biz-api.zjnnhj.com",
"passUrl": "/api/site/report-car-pass?debug=1",
"reportUrl": "/api/site/report-v2?debug=1"
},
"barriers": [
{
"name": "进前置",
"sn": "0c4eac30-843f0746",
"ip": "192.168.1.201",
"io": 0,
"platformScale": "1",
"soundColumn": "1",
"vidicon": "1"
},
{
"name": "进",
"sn": "acd67e39-e6fa75ca",
"ip": "192.168.1.203",
"io": 0,
"platformScale": "1",
"soundColumn": "1",
"vidicon": "1"
},
{
"name": "出前置",
"sn": "4c351602-fdbe91e6",
"ip": "192.168.1.204",
"io": 0,
"platformScale": "1",
"soundColumn": "1",
"vidicon": "1"
},
{
"name": "出",
"sn": "3e90b931-e9981973",
"ip": "192.168.1.202",
"io": 0,
"platformScale": "1",
"soundColumn": "1",
"vidicon": "1"
},
{
"name": "进前置-2",
"sn": "79d08346-3bdc83c2",
"ip": "192.168.1.211",
"io": 0,
"platformScale": "2",
"soundColumn": "2",
"vidicon": "2"
},
{
"name": "进-2",
"sn": "6cf71a4a-1b4b58bc",
"ip": "192.168.1.213",
"io": 0,
"platformScale": "2",
"soundColumn": "2",
"vidicon": "2"
},
{
"name": "出前置-2",
"sn": "aa67e7eb-261904fb",
"ip": "192.168.1.214",
"io": 0,
"platformScale": "2",
"soundColumn": "2",
"vidicon": "2"
},
{
"name": "出-2",
"sn": "36e2b577-c4a72c18",
"ip": "192.168.1.212",
"io": 0,
"platformScale": "2",
"soundColumn": "2",
"vidicon": "2"
}
],
"platformScales": [
{
"sn": "1",
"name": "地磅",
"delay": 10,
"sample": 20,
"retries": 30,
"weight": 200.0,
"port": "COM2",
"baudRate": 9600,
"byteSize": 8,
"parity": 0,
"stopBits": 0
},
{
"sn": "2",
"name": "地磅",
"delay": 10,
"sample": 20,
"retries": 30,
"weight": 200.0,
"port": "COM3",
"baudRate": 9600,
"byteSize": 8,
"parity": 0,
"stopBits": 0
}
],
"soundColumns": [
{
"sn": "1",
"name": "音柱1",
"server": "http://192.168.1.205:80",
"path": "/v1/speech"
},
{
"sn": "2",
"name": "音柱2",
"server": "http://192.168.1.215:80",
"path": "/v1/speech"
}
],
"vidicons": [
{
"sn": "1",
"type": 1,
"name": "摄像头1",
"ip": "eddb943a-70e9fd81",
"port": 8000,
"username": "admin",
"passwd": "gk147258"
},
{
"sn": "2",
"type": 1,
"name": "摄像头2",
"ip": "0122310d-75bdca05",
"port": 8000,
"username": "admin",
"passwd": "gk147258"
}
]
}