Since a few weeks my template "allnet.template" I am using to monitor my temperature sensors does not work anymore with the PRTG Rest Custom Sensor.
The current one gives an error: Could not create channel Berlin hpa: expected number but got error (string).
Does anyone have an advice how I can solve it? Here is the contents of the template file:
{ "prtg":{ "result":[ { "value":{$[#0].name : $[*].value }, "float":1 } ] } }
Add comment