Skip to content

Looking for ideas how to extract data to Home Assistant #40

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

You must be logged in to vote

Hi @damclarkd ! Thanks for the great feedback!

On the HA Tesla Powerwall integration, I think I may know why you see some issues connecting to the Powerwall. The reason I wrote the pyPowerwall API was because I couldn't find a good library that didn't have connection issues or that didn't cause the Powerwall Gateway to crash after a while. Upon examination, most of the other libraries flood the Powerwall Gateway API with a mountain of requests. The web server in the Gateway isn't that robust, especially if you are hitting it with many different monitoring tools. I decided to write a library that would help with that. The pyPowerwall library caches all API calls for 10s (default setting) a…

Replies: 3 comments 8 replies

Comment options

You must be logged in to vote
7 replies
@damclarkd
Comment options

@jasonacox
Comment options

@damclarkd
Comment options

@jasonacox
Comment options

@damclarkd
Comment options

Answer selected by damclarkd
Comment options

You must be logged in to vote
0 replies
Comment options

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

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