From bbe6163b4950dadd24d0f7e3da7fac2230f97459 Mon Sep 17 00:00:00 2001 From: lzq Date: Sat, 4 Oct 2025 11:26:35 +0800 Subject: [PATCH] 1 --- config/chu_zhou-cheng_nan.json | 106 +++++++++++++++++++++++++++++++++ 1 file changed, 106 insertions(+) create mode 100644 config/chu_zhou-cheng_nan.json diff --git a/config/chu_zhou-cheng_nan.json b/config/chu_zhou-cheng_nan.json new file mode 100644 index 0000000..6dae0d4 --- /dev/null +++ b/config/chu_zhou-cheng_nan.json @@ -0,0 +1,106 @@ +{ + "name": "滁州", + "delay": 60, + "daemon": true, + "httpSvr": { + "port": 11000 + }, + "oss": { + "endpoint": "oss-cn-shanghai.aliyuncs.com", + "bucketName": "cdn-zsy", + "ak": "LTAI5tJJu2WayYchExrT5W1E", + "sk": "zllX0ZJ1EwsZXT6dE6swCLgTF4ImGg" + }, + "mqtts": [ + { + "sn": "local", + "name": "本地", + "server": "127.0.0.1", + "port": 1883, + "clientId": "local", + "username": "dcs", + "password": "123456", + "subscribes": [ + { + "topic": "stop", + "qos": 0 + } + ] + }, + { + "sn": "remote", + "name": "远程", + "server": "139.224.54.144", + "port": 1883, + "clientId": "czcn", + "username": "gps", + "password": "TKG4TV3dF7CeazDnUdCF", + "subscribes": [ + { + "topic": "czcn/1/barrier", + "qos": 0 + }, + { + "topic": "czcn/1/voice", + "qos": 0 + } + ] + } + ], + "reportSvr": { + "server": "https://supervisory.njzscloud.com", + "passUrl": "/api/device_info/report1", + "reportUrl": "/api/device_info/report2" + }, + "barriers": [ + { + "name": "进前置", + "sn": "b559c687-45a6f7d1", + "ip": "192.168.110.201", + "io": 0, + "platformScale": "1", + "soundColumn": "1", + "vidicon": "1" + }, + { + "name": "进", + "sn": "49a2c57a-9c56e55e", + "ip": "192.168.110.202", + "io": 0, + "platformScale": "1", + "soundColumn": "1", + "vidicon": "1" + } + ], + "platformScales": [ + { + "sn": "1", + "name": "地磅", + "sample": 20, + "port": "COM7", + "baudRate": 9600, + "byteSize": 8, + "parity": 0, + "stopBits": 0 + } + ], + "soundColumns": [ + { + "sn": "1", + "name": "音柱1", + "server": "http://192.168.110.205", + "path": "/v1/speech" + } + ], + "vidicons": [ + { + "sn": "1", + "type": 0, + "name": "摄像头", + "ip": "192.168.110.206", + "port": 8000, + "username": "admin", + "passwd": "@Cz251002!" + } + ] +} \ No newline at end of file