Hallo,
Ik probeer de flukso via de wired verbinding direct uit te lezen omdat ik via de site geen waarden in de grafiek zie.
Als ik de handleiding volg en mijn sensor id invul krijg ik onderstaande meldingiemand enig idee?
Dank
hugo
hugo@vaio ~ $ curl -v "http://192.168.255.1:8080/sensor/
0371cbb8ce1802f29b156ca5760bd544?version=1.0&interval=minute&
unit=watt&callback=realtime"
* About to connect() to 192.168.255.1 port 8080 (#0)
* Trying 192.168.255.1... connected
> GET /sensor/ HTTP/1.1
> User-Agent: curl/7.22.0 (x86_64-pc-linux-gnu) libcurl/7.22.0 OpenSSL/1.0.1 zlib/1.2.3.4 libidn/1.23 librtmp/2.3
> Host: 192.168.255.1:8080
> Accept: */*
>
< HTTP/1.1 403 Forbidden
< Connection: close
< Content-Type: text/plain
< Transfer-Encoding: chunked
<
Access to this resource is forbidden
* Closing connection #0
Did you check the 'Enable the local JSON/REST API' checkbox on the local sensor configuration page [1]?
[1] http://192.168.255.1/cgi-bin/luci/sensor
yes it is checked
I can't seem to reproduce this error on my test setup. I can trigger 404's but no 403's.