Skip to content

Commit

Permalink
Tesla PowerWall configuration note
Browse files Browse the repository at this point in the history
  • Loading branch information
glynhudson committed May 12, 2020
1 parent 33e98c1 commit e471f7d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,18 @@ The python client example needs to include the timestamp e.g:

s.sendall(str(time.time())+' 98 3.8 1.6 5.2 80.3\r\n')

### e.) Tesla Power Wall Interfacer

This interfacer fetches the state of charge of a Tesla Power Wall on the local network. Enter your PowerWall IP-address or hostname in the URL section of the following emonhub.conf configuration:

[[PowerWall]]
Type = EmonHubTeslaPowerWallInterfacer
[[[init_settings]]]
[[[runtimesettings]]]
pubchannels = ToEmonCMS,
name = powerwall
url = http://POWERWALL-IP/api/system_status/soe
readinterval = 10
***

Expand Down

0 comments on commit e471f7d

Please sign in to comment.