Hi all:
I have an OpenGarage that I just received that is running firmware 1.0.9.
Unlike the other poster here, I do have a working log page.
But accessing the options page (http://[deviceip]/vo) returns a 200 status but no actual body data. A curl request looks like this:
$ curl -v http://[deviceip]/vo
> GET /vo HTTP/1.1
> Host: [deviceip]
> User-Agent: curl/7.54.0
> Accept: */*
>
< HTTP/1.1 200 OK
< Content-Type: text/html
< Access-Control-Allow-Origin: *
< Content-Length: 0
< Connection: close
Getting/setting options via the API works fine.
Any thoughts?