-
Notifications
You must be signed in to change notification settings - Fork 26
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
Localize PowerFlow Animation #58
Conversation
You can test this container image (update your powerwall.yml file): jasonacox/pypowerwall:0.6.4t29 |
@mcbirse I just merged this. If you have time to test, I would like to roll this into the Powerwall-Dashboard pinning. |
Hi @jasonacox - This is fantastic! I have just tested and looks to be working correctly with the proxy serving assets from the local filesystem. The Power Flow animation loads about 10x faster as well. 😃 However, I did notice an issue perhaps? Is the "0.6.4t29" version of the pypowerwall container on Docker Hub actually installing "0.6.4" of pypowerwall from pip? To test I had created a version: "3.5"
services:
pypowerwall:
image: jasonacox/pypowerwall:0.6.4t29 To confirm the upgrade, I checked docker logs.
And noticed "0.6.2" for pyPowerwall. Proxy Server build however confirms the proxy build is updated, and I checked the container files contained the "web" directory/assets, and the logs in debug mode shows it is server assets from the local filesystem.
But if the the container should be using "0.6.4" of pypowerwall, Dockerfile needs an update before pushing to Docker Hub I believe - it has the version pinned to "0.6.2" - unless using that version is intended still? Current Dockerfile
Below line needs to be updated then re-pushed to Docker Hub.
As for the proxy serving assets from the local filesystem instead, it seems to work perfectly in my testing and the initial page load is significantly faster! |
GREAT catch! Fixed. I just pushed the new container.
|
Also, I pushed a teslacloud branch and a terrible placeholder cloud.py file. Feel free to work on it if you want (or push something different). I'm out until tomorrow. 💤 |
All good - I have re-tested and confirmed versions updated and everything working fine.
Nice - I've had a quick check and looks like a good start for working out the structure and what we need to determine relevant metrics we can interpret and return from the Tesla Cloud. Time for 💤 for me now also though... |
Proxy t29 Updates