deviceAccessLayer/config/niu_neng.json

191 lines
3.8 KiB
JSON

{
"name": "牛能专用",
"delay": 0,
"daemon": false,
"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/0122310d-75bdca05/message/up/snapshot",
"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": "e0c74597-e14536e8",
"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": "e2185b08-5329f143",
"ip": "192.168.1.202",
"io": 0,
"platformScale": "1",
"soundColumn": "1",
"vidicon": "1"
},
{
"name": "进前置-2",
"sn": "4400df6a-b6d861c9",
"ip": "192.168.1.211",
"io": 0,
"platformScale": "2",
"soundColumn": "2",
"vidicon": "2"
},
{
"name": "进-2",
"sn": "ebb33384-2837f6b5",
"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": "fc7c2a68-c118e693",
"ip": "192.168.1.212",
"io": 0,
"platformScale": "2",
"soundColumn": "2",
"vidicon": "2"
}
],
"platformScales": [
{
"sn": "1",
"name": "地磅",
"sample": 20,
"port": "COM2",
"baudRate": 9600,
"byteSize": 8,
"parity": 0,
"stopBits": 0
},
{
"sn": "2",
"name": "地磅",
"sample": 20,
"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",
"name": "摄像头1",
"ip": "eddb943a-70e9fd81",
"port": 8000,
"username": "admin",
"passwd": "gk147258"
},
{
"sn": "2",
"name": "摄像头2",
"ip": "0122310d-75bdca05",
"port": 8000,
"username": "admin",
"passwd": "gk147258"
}
]
}