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

Add power history retrieval to FleetAPI #105

Merged
merged 1 commit into from
Jul 7, 2024
Merged

Add power history retrieval to FleetAPI #105

merged 1 commit into from
Jul 7, 2024

Conversation

jasonacox
Copy link
Owner

v0.10.7 - Energy History

  • FleetAPI - Add get_history() and get_calendar_history() to return energy, power, soe, and other history data.
import pypowerwall

pw = pypowerwall.Powerwall(host=PW_HOST, email=PW_EMAIL, fleetapi=True)
pw.client.fleet.get_calendar_history(kind="soe")
pw.client.fleet.get_history(kind="power")

@jasonacox jasonacox merged commit f2d54f2 into main Jul 7, 2024
25 checks passed
@jasonacox jasonacox deleted the v0.10.7 branch July 7, 2024 03:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant