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

Environmental Settings on Readme needs listing for PW_GW_PWD #127

Open
psmith3 opened this issue Dec 30, 2024 · 2 comments
Open

Environmental Settings on Readme needs listing for PW_GW_PWD #127

psmith3 opened this issue Dec 30, 2024 · 2 comments
Labels
documentation Improvements or additions to documentation

Comments

@psmith3
Copy link

psmith3 commented Dec 30, 2024

Took a while to figure out that the PW_PASSWORD was not the same as PW_GW_PWD. When setting up Powerwall 3 TEDAPI in local mode, you need the docker command to look like this: The docker example needs an example reference to PW_GW_PWD

sudo docker run \
    -d \
    -p 8675:8675 \
    -e PW_PORT='8675' \
    -e PW_HOST='192.168.91.1' \
    -e PW_GW_PWD='Gateway_Password' \
    -e PW_TIMEZONE='America/Chicago' \
    -e TZ='America/Chicago' \
    -e PW_CACHE_EXPIRE='5' \
    -e PW_DEBUG='no' \
    -e PW_HTTPS='no' \
    -e PW_STYLE='clear' \
    --name pypowerwall \
    --restart unless-stopped \
    jasonacox/pypowerwall
@jasonacox jasonacox added the documentation Improvements or additions to documentation label Dec 30, 2024
@jasonacox
Copy link
Owner

Thanks @psmith3 ! Yes, these were a bit outdated. I updated the docs. Let me know if this makes more sense. Feel free to suggest more or submit a PR. Thank you! 🙏

https://github.com/jasonacox/pypowerwall/tree/main/proxy

@psmith3
Copy link
Author

psmith3 commented Dec 31, 2024

Will do. Thanks!

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

No branches or pull requests

2 participants