Skip to content

Commit

Permalink
👌 IMPROVE: Readability
Browse files Browse the repository at this point in the history
  • Loading branch information
Piers Dawson-Damer committed Jun 20, 2019
1 parent 255332e commit e9851cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Python module to access local Tesla Powerwall JSON API
https://github.com/piersdd/tesla-powerwall-json-py

NOTE: Tesla offer no official API to their Powerwall & Gateway; therefore, this library may well stop working at any time without warning.
**NOTE**: Tesla offer no official API to their Powerwall & Gateway; therefore, this library may well stop working at any time without warning.

Written by Piers Dawson-Damer

Expand All @@ -17,7 +17,8 @@ Principlly developed to interface with the excellent **Home Assistant** project

# Credits
Many thanks to:
Vince Loschiavo for documenting the API. (https://github.com/vloschiavo/powerwall2)
Vince Loschiavo for documenting the API (https://github.com/vloschiavo/powerwall2)

Božo Stojković for his JSON-Python object code (https://stackoverflow.com/users/4936137/božo-stojković)


Expand Down
2 changes: 1 addition & 1 deletion tesla-powerwall-json-py/powerwall_site.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


def main():
gateway_host = 'powerwall.local'
gateway_host = 'powerwall.sb'
password = 'ST17I0054321'
backup_reserve_percent = float("5.1")

Expand Down

0 comments on commit e9851cd

Please sign in to comment.