Jason Cox
Jason Cox
I did a [web search](https://python.plainenglish.io/setting-up-python-on-windows-subsystem-for-linux-wsl-26510f1b2d80) to see how to install python package manager (pip) on a Windows WSL system. Here is what I found: ```bash sudo apt install python3 python3-pip...
First of all, that's great news! Do you mind making the actual connection to ensure we aren't missing something? ```python # manually connect python3 import pypowerwall pw = pypowerwall.Powerwall("192.168.18.71","yourpassword") print(pw.site_name())...
@BJReplay thanks for the help - this one has me stumped. @SomermanM - thanks for trying that. Can you try to load this page: http://192.168.18.71:8675/stats - I want to see...
I'm glad you got it to work @SomermanM !!! @BJReplay thanks for those details. Did you find that was required to run the dashboard in WSL for you? Maybe we...
Awesome! Thanks for the update @nberardi ! Feel free to share details (or even screenshots). 😁 What caused you to move to InfluxDB 2.x? I attempted to upgrade and saw...
Awesome! Thanks @nberardi !
Hi @jaydkay - thanks for opening this issue. Did you try the `upgrade.sh` script first? I would have recommended doing that after the backup. The reason is that we have...
Hi @jaydkay ! You are correct. When you restored the database, it wiped out all the changes setup.sh made to InfluxDB (the backup is effectively a snapshot of the database...
That's great news @jaydkay ! In the future, I really recommend that you use the `upgrade.sh` tool to help save you the hassle. It's still good to do a backup...
Great to hear! Thanks @jaydkay !