#429 - Updating with Powerwall Grid Status
This commit is contained in:
parent
06b8976848
commit
1329c19cad
|
@ -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 |
Loading…
Reference in New Issue