pypowerwall icon indicating copy to clipboard operation
pypowerwall copied to clipboard

[Feature Request] Proxy - shortcuts to endpoints

Open dcod3d opened this issue 1 year ago • 2 comments

Currently, the root path on the proxy only shows the animation. It would be nice to have links to all the proxy and api endpoints as a hyperlink on that page too.

dcod3d avatar Jul 31 '23 19:07 dcod3d

Good feature request. Help me flesh out a bit of the details you are proposing:

Navigate to http://localhost:8675/ and see an html rendered page that hosts information and links about the pypowerwall connection:

  • Link to animation (perhaps even http://localhost:8675/example.html)
  • Links to APIs and link to more descriptions (see current http://localhost:8675/help)
  • Info about health or stats (see http://localhost:8675/stats)
  • Info about Powerwall version (see http://localhost:8675/version)
  • others?

jasonacox avatar Jul 31 '23 22:07 jasonacox

I think just having a simple list of links (listed here) is fine, probably without the iframe (unless there's a way to allow 3rd party cookies on a single site on iOS). Bonus would be having the JSON result beautified (formatted/colored).

dcod3d avatar Aug 01 '23 01:08 dcod3d