mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
home assistant updates
This commit is contained in:
122
systems/brain/services/home_assistant/dashboard_overview.yaml
Normal file
122
systems/brain/services/home_assistant/dashboard_overview.yaml
Normal file
@@ -0,0 +1,122 @@
|
||||
title: Van Overview
|
||||
views:
|
||||
- title: Overview
|
||||
path: overview
|
||||
type: sections
|
||||
sections:
|
||||
# Battery Status Section
|
||||
- type: grid
|
||||
title: Battery Status
|
||||
cards:
|
||||
- type: gauge
|
||||
entity: sensor.jk0_soc
|
||||
name: Battery 0
|
||||
min: 0
|
||||
max: 100
|
||||
severity:
|
||||
green: 50
|
||||
yellow: 20
|
||||
red: 0
|
||||
needle: true
|
||||
|
||||
- type: gauge
|
||||
entity: sensor.jk1_soc
|
||||
name: Battery 1
|
||||
min: 0
|
||||
max: 100
|
||||
severity:
|
||||
green: 50
|
||||
yellow: 20
|
||||
red: 0
|
||||
needle: true
|
||||
|
||||
- type: entity
|
||||
entity: sensor.jk0_total_voltage
|
||||
name: Batt 0 Voltage
|
||||
|
||||
- type: entity
|
||||
entity: sensor.jk1_total_voltage
|
||||
name: Batt 1 Voltage
|
||||
|
||||
# Solar Production Section
|
||||
- type: grid
|
||||
title: Solar Production
|
||||
cards:
|
||||
- type: gauge
|
||||
entity: sensor.solar_wattage
|
||||
name: Solar Now
|
||||
min: 0
|
||||
max: 400
|
||||
severity:
|
||||
green: 100
|
||||
yellow: 50
|
||||
red: 0
|
||||
needle: true
|
||||
|
||||
- type: entity
|
||||
entity: sensor.solar_yield_today
|
||||
name: Today's Yield
|
||||
|
||||
- type: entity
|
||||
entity: sensor.estimated_energy_production_today
|
||||
name: Forecast Today
|
||||
|
||||
- type: entity
|
||||
entity: sensor.estimated_energy_production_tomorrow
|
||||
name: Forecast Tomorrow
|
||||
|
||||
# Environment Section
|
||||
- type: grid
|
||||
title: Van Environment
|
||||
cards:
|
||||
- type: entity
|
||||
entity: sensor.environment_temperature
|
||||
name: Inside Temp
|
||||
|
||||
- type: entity
|
||||
entity: sensor.environment_humidity
|
||||
name: Inside Humidity
|
||||
|
||||
- type: entity
|
||||
entity: sensor.current_weather_temperature
|
||||
name: Outside Temp
|
||||
|
||||
- type: entity
|
||||
entity: sensor.current_weather_humidity
|
||||
name: Outside Humidity
|
||||
|
||||
- type: entity
|
||||
entity: sensor.current_weather_condition
|
||||
name: Weather
|
||||
|
||||
# Charger Status Section
|
||||
- type: grid
|
||||
title: Charger
|
||||
cards:
|
||||
- type: entity
|
||||
entity: sensor.charger_dc_wattage
|
||||
name: Charging Power
|
||||
|
||||
- type: entity
|
||||
entity: sensor.charger_charge_state
|
||||
name: Charge State
|
||||
|
||||
- type: entity
|
||||
entity: sensor.charger_dc_wattage_daily
|
||||
name: Charged Today
|
||||
|
||||
# Location Section
|
||||
- type: grid
|
||||
title: Location
|
||||
cards:
|
||||
- type: entity
|
||||
entity: sensor.gps_location
|
||||
name: Current Location
|
||||
|
||||
- type: entity
|
||||
entity: sensor.gps_speed
|
||||
name: Speed
|
||||
|
||||
- type: entity
|
||||
entity: binary_sensor.gps_fix_available
|
||||
name: GPS Fix
|
||||
@@ -77,7 +77,7 @@ modbus:
|
||||
|
||||
# GPS
|
||||
- name: GPS Latitude
|
||||
slave: 1
|
||||
slave: 100
|
||||
address: 2800
|
||||
input_type: holding
|
||||
data_type: int32
|
||||
@@ -87,7 +87,7 @@ modbus:
|
||||
unique_id: gps_latitude
|
||||
|
||||
- name: GPS Longitude
|
||||
slave: 1
|
||||
slave: 100
|
||||
address: 2802
|
||||
input_type: holding
|
||||
data_type: int32
|
||||
@@ -97,7 +97,7 @@ modbus:
|
||||
unique_id: gps_longitude
|
||||
|
||||
- name: GPS Course
|
||||
slave: 1
|
||||
slave: 100
|
||||
address: 2804
|
||||
input_type: holding
|
||||
data_type: uint16
|
||||
@@ -108,7 +108,7 @@ modbus:
|
||||
unique_id: gps_course
|
||||
|
||||
- name: GPS Speed
|
||||
slave: 1
|
||||
slave: 100
|
||||
address: 2805
|
||||
input_type: holding
|
||||
data_type: uint16
|
||||
@@ -119,7 +119,7 @@ modbus:
|
||||
unique_id: gps_speed
|
||||
|
||||
- name: GPS Fix
|
||||
slave: 1
|
||||
slave: 100
|
||||
address: 2806
|
||||
input_type: holding
|
||||
data_type: uint16
|
||||
@@ -128,7 +128,7 @@ modbus:
|
||||
unique_id: gps_fix
|
||||
|
||||
- name: GPS Satellites
|
||||
slave: 1
|
||||
slave: 100
|
||||
address: 2807
|
||||
input_type: holding
|
||||
data_type: uint16
|
||||
@@ -137,7 +137,7 @@ modbus:
|
||||
unique_id: gps_satellites
|
||||
|
||||
- name: GPS Altitude
|
||||
slave: 1
|
||||
slave: 100
|
||||
address: 2808
|
||||
input_type: holding
|
||||
data_type: int32
|
||||
|
||||
Reference in New Issue
Block a user