我在Node-Red中的配置文件:
[
{
"id": "eee43054.2bb8d",
"type": "tab",
"label": "流程1",
"disabled": false,
"info": ""
},
{
"id": "bf829562.c914f8",
"type": "ttn event",
"z": "eee43054.2bb8d",
"name": "smoke_detector",
"app": "f718b5c3.e623a8",
"dev_id": "smoke_detecter_11",
"event": "#activations",
"x": 180,
"y": 240,
"wires": [
[
"885a855c.c94f98"
]
]
},
{
"id": "885a855c.c94f98",
"type": "debug",
"z": "eee43054.2bb8d",
"name": "",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "payload",
"targetType": "msg",
"x": 380,
"y": 240,
"wires": []
},
{
"id": "f718b5c3.e623a8",
"type": "ttn app",
"z": "",
"appId": "smoke_detector_lora",
"accessKey": "ttn-account-v2.-xxxxxxxxxx",
"discovery": "asia-se"
}
]
当我尝试部署项目时,它返回"Error on connection for TTN application smoke_detector_lora: Error: 14 UNAVAILABLE: DNS resolution failed"
。
有人知道这是怎么回事吗?
我遵循了https://www.thethingsnetwork.org/docs/applications/nodered/quick-start.html中的教程 但是节点红色版本被更改了