Skip to content

pypowerwall no longer listening on 8675 #464

Answered by jasonacox
ViktorJp asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @ViktorJp

The error means the pypowerwall.env is missing the TZ= setting. That file is created during setup.sh and should look like:

[email protected]
PW_PASSWORD=password
PW_HOST=10.0.1.2
PW_TIMEZONE=America/Los_Angeles
TZ=America/Los_Angeles
PW_DEBUG=no
PW_STYLE=grafana-dark

The TZ line is relatively new but the upgrade.sh script should have added it if it was missing. It is odd that verify.sh is reporting that it is missing. It would be good to check that file to ensure it isn't corrupt. It would also be good to see what pypowerwall says:

docker logs pypowerwall`

That should help explain why the container is not starting. You can also run setup.sh to have it reset the sett…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by ViktorJp
Comment options

You must be logged in to vote
1 reply
@ViktorJp
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants