[
{
"id": "904dc4b7.b8de28",
"type": "tab",
"label": "抓取天气预报",
"disabled": false,
"info": ""
},
{
"id": "98466e5d.9ce5e",
"type": "inject",
"z": "904dc4b7.b8de28",
"name": "",
"topic": "",
"payload": "",
"payloadType": "date",
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"x": 130,
"y": 235,
"wires": [
[
"3bd5f3d2.93709c"
]
]
},
{
"id": "3bd5f3d2.93709c",
"type": "http request",
"z": "904dc4b7.b8de28",
"name": "天气预报",
"method": "GET",
"ret": "obj",
"url": "http://t.weather.sojson.com/api/weather/city/101040100",
"tls": "",
"x": 318,
"y": 235,
"wires": [
[
"1616770a.be51e9"
]
]
},
{
"id": "4f1a815e.449b1",
"type": "debug",
"z": "904dc4b7.b8de28",
"name": "",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "payload",
"x": 784,
"y": 179,
"wires": []
},
{
"id": "1616770a.be51e9",
"type": "function",
"z": "904dc4b7.b8de28",
"name": "处理天气json数据",
"func": "var p = msg.payload["cityInfo"]["city"]\nvar t = msg.payload["cityInfo"]["updateTime"]\nvar s = msg.payload["data"]["shidu"]\nvar d1_LowTemp = msg.payload["data"]["forecast"][0]["low"]\nvar d1_HighTemp = msg.payload["data"]["forecast"][0]["high"]\nvar d1_AQI = msg.payload["data"]["forecast"][0]["aqi"]\nvar d1_TYPE = msg.payload["data"]["forecast"][0]["type"]\nmsg.payload = {}\nmsg.payload['City'] = p\nmsg.payload['UP-Time'] = t\nmsg.payload['Shidu'] = s\nmsg.payload['d1_LowTemp']=d1_LowTemp\nmsg.payload['d1_HighTemp']=d1_HighTemp\nmsg.payload['d1_AQI'] = d1_AQI\nmsg.payload['d1_TYPE'] = d1_TYPE\nreturn msg;",
"outputs": 1,
"noerr": 0,
"x": 568,
"y": 234,
"wires": [
[
"8f19c22e.853f1",
"4f1a815e.449b1"
]
]
},
{
"id": "8f19c22e.853f1",
"type": "pushbear",
"z": "904dc4b7.b8de28",
"server": "697fc2c2.1acb0c",
"title": "重庆市天气预报",
"content": "",
"x": 777.5,
"y": 309,
"wires": [
[]
]
},
{
"id": "697fc2c2.1acb0c",
"type": "pushbear-server",
"z": "",
"name": "#6505 Smart home",
"sendkey": "6505-978ebd176c8b635b8c68b371c7330f04",
"title": "天气预报"
}
]