Hi, I got this message as error:
XML: The returned XML does not match the expected schema. (code: PE233) -- JSON: The returned JSON does not match the expected structure ('0.1055' is not a valid integer value). (code: PE231)
That is the entire output:
{ "prtg": { "result": [ { "channel": "LastBackup", "Value": "0.1064" }, { "channel": "LastStatus", "Value": "2" } ] } }
If I round the first value to "0" the custom sensor works. But I need 3 decimal places to measure the changes. How can I work with decimal numbers?
Add comment