feat: replace iot adapter with mqtt command pipeline

This commit is contained in:
2026-08-03 13:18:11 +08:00
parent 6ed417c8c1
commit fefdba470a
48 changed files with 1620 additions and 338 deletions

View File

@@ -0,0 +1,23 @@
Service: platform-iot-server
MQTT:
Broker: tcp://127.0.0.1:1883
ClientID: heqi-iot-server-dev
Username: heqi-dev
Password: change-me
UpTopic: devices/+/up
DownTopic: devices/{deviceId}/down
AckTopic: devices/+/ack
QoS: 1
TLS: false
CAFile: ""
CertificateFile: ""
PrivateKeyFile: ""
HTTP:
Address: 127.0.0.1:12428
InternalToken: change-me-iot-internal-token
CallbackURL: http://127.0.0.1:12429/internal/v1/device-messages
Protocol:
# 仅为本地开发占位。生产通过 HEQI_IOT_KEY_1/2/3 或密钥注入覆盖。
Key1: "00000000000000000000000000000000"
Key2: "11111111111111111111111111111111"
Key3: "22222222222222222222222222222222"