Search found 2 matches

by bgl
27 Nov 2017 10:50
Forum: Device specific
Topic: HTTP DEVICE - parse XML response
Replies: 1
Views: 4540

Re: HTTP DEVICE - parse XML response

Hello, I could solve the problem. I had to enter the following values in the two fields below: "Inline Javascript to parse incoming data to 'on'/'off' strings" --> $$.findOne('/state/datapoint/@value') === 'true' ? 'on' : 'off' "Interval in seconds between polling requests" --> 5...
by bgl
22 Nov 2017 15:25
Forum: Device specific
Topic: HTTP DEVICE - parse XML response
Replies: 1
Views: 4540

HTTP DEVICE - parse XML response

PIC01.JPG Hello, I want to implement my Homematic bidcos devices as HTTP DEVICE in Z-WAY. Switching on and off works without any problems. What I have not solved yet, is the query of the current device status. As a return value, I get an XML response. I am still not sure which parse string I have t...