Skip to content

Commit

Permalink
Fix programming example
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonacox committed Dec 21, 2024
1 parent c82f599 commit 2c93ce9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ and call function to poll data. Here is an example:
#email="[email protected]"

# Connect to Powerwall - auto_select mode (local, fleetapi, cloud, tedapi)
pw = pypowerwall.Powerwall(host,password,email,timezone,gw_pw=gw_pw,auto_select=True)
pw = pypowerwall.Powerwall(host, password, email, timezone, gw_pwd=gw_pwd, auto_select=True)

# Some System Info
print("Site Name: %s - Firmware: %s - DIN: %s" % (pw.site_name(), pw.version(), pw.din()))
Expand Down
2 changes: 1 addition & 1 deletion proxy/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pypowerwall==0.12.0
pypowerwall==0.12.1
bs4==0.0.2

0 comments on commit 2c93ce9

Please sign in to comment.