diff --git a/config/packages/powerwall.yaml b/config/packages/powerwall.yaml index dd9a394f..40ad5fb8 100755 --- a/config/packages/powerwall.yaml +++ b/config/packages/powerwall.yaml @@ -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 diff --git a/config/www/custom_ui/floorplan/images/branding/solar_readings.png b/config/www/custom_ui/floorplan/images/branding/solar_readings.png index 27075816..d9df4b07 100644 Binary files a/config/www/custom_ui/floorplan/images/branding/solar_readings.png and b/config/www/custom_ui/floorplan/images/branding/solar_readings.png differ