OpenGarage Forums Comments, Suggestions, Requests Missing Options Page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1368

    [email protected]
    Participant

    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?

    #1372

    Ray
    Keymaster

    OK, will take a look at it. Quick question: if you reboot the controller, does the options pages show up again?

    #1373

    [email protected]
    Participant

    Just tried again to be sure, a reboot doesn’t seem to change anything.

    #1376

    Ray
    Keymaster

    I suspect this has to do with the flash memory layout. I recompiled firmware 1.0.9 with a different flash memory layout, you can give it a try (attached here) and see if it fixes the options page issue. Caution: before you update the firmware, please make sure to take snapshots or copy your existing configurations, as the new flash layout will cause the controller to lose configuration files and reset it back to AP mode, so you will need to repeat the WiFi setup step to get it log on to your WiFi router again.

    • This reply was modified 5 years, 3 months ago by Ray.
    • This reply was modified 5 years, 3 months ago by Ray.
    • This reply was modified 5 years, 3 months ago by Ray.
    Attachments:
    You must be logged in to view attached files.
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.

OpenGarage Forums Comments, Suggestions, Requests Missing Options Page