Skip to content

Commit

Permalink
Fix typo in TEDAPI README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonacox committed Jun 9, 2024
1 parent cb848c0 commit dd31f4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/tedapi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pip install -U pypowerwall
python3 -m pypowerwall.tedapi
```

You will be prompted for the Powerwall Gateway password (usually printed on the QR code on the gateway). It will then query the Powerwall for config and curren site data. The payloads will be written to `config.json` and `status.json` in the current directory. Example:
You will be prompted for the Powerwall Gateway password (usually printed on the QR code on the gateway). It will then query the Powerwall for config and current site data. The payloads will be written to `config.json` and `status.json` in the current directory. Example:

```
Tesla Powerwall Gateway TEDAPI Reader
Expand Down Expand Up @@ -53,7 +53,7 @@ Connecting to Powerwall Gateway 192.168.91.1
The [web.py](web.py) script is a simple prototype web proxy that will access and display the TEDAPI data.

```python
# Run imple Test Proxy
# Run Simple Test Proxy
python3 web.py <gateway_password>
```

Expand Down

0 comments on commit dd31f4c

Please sign in to comment.