Hi Guys,
I hope someone can help my by my Stubid question :-)
So I woud use the REST Custom Sensor to get data from Freifunk Node the URL is https://map.ffrn.de/data/nodes.json
So I Create a Template with following entries:
{
"prtg": {
"description" : {
"device": "SLR-Offloader-003",
"comment": "demo"
},
"result": [
{
"channel": "online",
"value": nodes.000c2904305e.flags.online
}
]
}
}
But when I create the Sensor I get
Parsing error: { "prtg": { "description" : { "device": "SLR-Offloader-003", "comment": "demo" }, "result": [ { "channel": "online", "value": nodes.000c2904305e.flags.online } ] } }:10:23 - 10:27 unexpected Float while scanning object end expected "," or "}".
Hase someone a Idea to fix it and whats wrong?
Thanks all
Add comment