#429 - Updating with Powerwall Grid Status

This commit is contained in:
ccostan 2018-11-14 13:04:38 -05:00
parent 06b8976848
commit 1329c19cad
2 changed files with 8 additions and 0 deletions

View File

@ -18,6 +18,14 @@ group:
sensor:
- platform: rest
resource: https://192.168.10.90/api/system_status/grid_status
verify_ssl: false
method: GET
name: Grid Status
scan_interval: 60
value_template: "{{ value_json.grid_status == 'SystemGridConnected' }}"
- platform: rest
name: House now
resource: https://192.168.10.90/api/meters/aggregates

Binary file not shown.

Before

Width:  |  Height:  |  Size: 120 KiB

After

Width:  |  Height:  |  Size: 126 KiB