Hi, everyone I try to post the JSON data into influx but when I post it database by http://localhost:8086/write?db=weathermap it doesn't work. How can I fix this issue
[
{
"id": "82c273f1293e06ae",
"type": "tab",
"label": "Flow 6",
"disabled": false,
"info": ""
},
{
"id": "ca3dd8686bec984b",
"type": "http request",
"z": "82c273f1293e06ae",
"name": "http GET",
"method": "GET",
"ret": "txt",
"paytoqs": "ignore",
"url": "",
"tls": "",
"persist": false,
"proxy": "",
"authType": "",
"credentials": {},
"x": 140,
"y": 300,
"wires": [
[
"0372ae89187ebc26"
]
]
},
{
"id": "c40f27e9377b4b66",
"type": "debug",
"z": "82c273f1293e06ae",
"name": "LogPosttoDB",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "payload",
"targetType": "msg",
"statusVal": "",
"statusType": "auto",
"x": 610,
"y": 180,
"wires": []
},
{
"id": "bd51bb60b3fd81e4",
"type": "inject",
"z": "82c273f1293e06ae",
"name": "",
"props": [
{
"p": "payload"
},
{
"p": "topic",
"vt": "str"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"payloadType": "date",
"x": 110,
"y": 200,
"wires": [
[
"ca3dd8686bec984b"
]
]
},
{
"id": "b63dea331e7a0a70",
"type": "http request",
"z": "82c273f1293e06ae",
"name": "http POST",
"method": "POST",
"ret": "txt",
"paytoqs": "ignore",
"url": "http://localhost:8086/write?db=weathermap",
"tls": "",
"persist": false,
"proxy": "",
"authType": "",
"credentials": {
"user": "",
"password": ""
},
"x": 450,
"y": 240,
"wires": [
[
"c40f27e9377b4b66"
]
]
},
{
"id": "cc94f94035038243",
"type": "debug",
"z": "82c273f1293e06ae",
"name": "LogJSON",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "payload",
"targetType": "msg",
"statusVal": "",
"statusType": "auto",
"x": 420,
"y": 400,
"wires": []
},
{
"id": "0372ae89187ebc26",
"type": "json",
"z": "82c273f1293e06ae",
"name": "",
"property": "payload",
"action": "",
"pretty": true,
"x": 310,
"y": 300,
"wires": [
[
"cc94f94035038243",
"b63dea331e7a0a70"
]
]
}
]