I have a URL and XML response:
<?xml version="1.0" encoding="utf-8"?> <xml><result>200 OK</result><credit>277.0000</credit></xml>
I have added an sensor "HTTP XML/REST VALUE" , I just want the value of "credit".
But the sensor is now counting number of times "Credit" is used = "1".
What am I doing wrong?
Add comment