I’ve been bitten by this bug that’s preventing results being pushed to my custom HTTP server.
I thought I’d try switching to polling instead, and I can see hints around the internet that a GET request to http:///history might return data.
However, when I try that I get a 302 redirect:
$ curl -v "http://10.1.1.215/history"
* Trying 10.1.1.215:80...
* Connected to 10.1.1.215 (10.1.1.215) port 80 (#0)
> GET /history HTTP/1.1
> Host: 10.1.1.215
> User-Agent: curl/7.79.1
> Accept: */*
>
* Mark bundle as not supporting multiuse
< HTTP/1.1 302 Found
< Server: Ruuvi Gateway
< Location: http://10.1.1.215/auth.html
< Set-Cookie: RUUVI_PREV_URL=/history
Do I need to do anything to enable polling? Running firmware 1.9.2.