Hello,
I wanted to check out the REST API, I tried the example of chapter 3.6 of the manual (realtime data) like this:
curl -v "http://192.168.0.137:8080/sensor/260b2a7e322ef13dd392c8686d39d4bee1?version=1.0&interval=minute&
unit=watt&callback=realtime"
But it tells me this error: "Malformed query string interval, unit and version query parameters are required.", although all these parameters are specified.
Since all other examples include a token, I suspect this has something to do with it. But I can't find this token thing, the manual is rather obscure about this.
So: where can I find this token or is something else wrong?
thanks,
dvrslype