thingsboard 二次开发

保存到设备

准备

ak
tenantId
deviceType
userId

https://tzhb.tzshkhb.com/openApi/getMnData 拉取所有设备信息然后进行写入到 device 表即可。

保存到警报

写入 alarm 表即可,注意 id 的生成条件。

下发命令

{
“method”: “EleDevice”,
“params”: {
“ID”: “202401050001”,
“RequestPush”:true
}
}

{
“method”: “TwoWay”,
“params”: {
“ID”: “202401050001”,
“GetConfig”:true
}
}

“{
“method””: ““EleDevice””,
“params”“: {
“ID””: “231205012”,
“reboot”:true
}
}"

"{
““method””: ““EleDevice””,
““params””: {
““ID””: "“231205012"”,
““GetConfig””:true
}
}

任务参数

http://czw.menhey.cn/wdk?action=obj.interface&method=getAlarmInfoByXF&transdata={fcity_code%3A331000%2Csecret%3A119E7377B2CC45668CF91AE019990000}