Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TWCManager webinterface not working without internet #536

Open
RichieB2B opened this issue Nov 17, 2023 · 1 comment
Open

TWCManager webinterface not working without internet #536

RichieB2B opened this issue Nov 17, 2023 · 1 comment

Comments

@RichieB2B
Copy link

Today my internet connection was down for a few hours. I wanted to switch TWCManager to the Charge Now profile but the web interface was not responding. Obviously the logfile has occasional connection errors to owner-api.teslamotors.com but this should not prevent the local web interface from responding.

After the HTTP/1.0 200 OK and headers there was a long wait and the connection was simply dropped.

$ curl -v http://10.1.2.3:8808/
*   Trying 10.1.2.3:8808...
* Connected to 10.1.2.3 (10.1.2.3) port 8808 (#0)
> GET / HTTP/1.1
> Host: 10.1.2.3:8808
> User-Agent: curl/8.1.2
> Accept: */*
> 
* HTTP 1.0, assume close after body
< HTTP/1.0 200 OK
< Server: BaseHTTP/0.6 Python/3.9.2
< Date: Fri, 17 Nov 2023 09:28:34 GMT
< Content-type: text/html
< 
* Closing connection 0
@RichieB2B
Copy link
Author

Hopefully fixed by 14e07a5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant