I am using the http xml/rest sensor
The xml result is: <int>15</int>
I configured the sensor with "int" as the XML Node
However, I get the error: Node int not found in xml result.
In another case, the xml result is: <AddResponse><AddResult>50</AddResult></AddResponse>
I configured the sensor with "AddResponse AddResult" as the XML Node
However, I get the error" Node AddResponse AddResult not found in the xml result.
Can anyone please advise on what I may be doing wrong. Or make some suggestions on how I can debug this.
Thank you.
Add comment