Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
98 changes: 41 additions & 57 deletions homeassistant/lovelace.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
resources:
- type: js
url: /local/vertical-stack-in-card.js?v=0.1.2
- type: module
url: /local/circle-sensor-card.js?v=0
title: Solar Dashboard

views:
- badges: []
- title: Home
cards:
- cards:
- type: vertical-stack
cards:
- type: markdown
content: '# Core System & Configuration'
- type: conditional
conditions:
- entity: sensor.voltronic_inverter_mode
Expand Down Expand Up @@ -51,102 +47,90 @@ views:
card:
type: picture
image: /local/inverter-modes/6.png
- content: |
---
type: markdown
- type: entities
entities:
- entity: input_select.solar_output_source_priority
icon: 'mdi:battery'
icon: mdi:battery
- entity: input_select.solar_charger_priority
icon: 'mdi:format-list-numbered'
icon: mdi:format-list-numbered
- entity: automation.auto_switch_to_solar_only_charging_at_sunrise
- entity: automation.switch_to_battery_preferred_output_late_evenings
show_header_toggle: false
title: null
type: 'custom:vertical-stack-in-card'
- cards:
- type: vertical-stack
cards:
- type: markdown
content: '# System Overview'
- entities:
- entity: sensor.voltronic_pv_in_voltage
name: PV Voltage (V)
icon: 'mdi:grid'
type: sensor
icon: mdi:grid
- entity: sensor.voltronic_pv_in_watts
name: PV Watts (W)
icon: 'mdi:battery-charging-70'
type: sensor
icon: mdi:battery-charging-70
type: glance
- entities:
- entity: sensor.voltronic_load_watt
name: Inverter Output Load
type: history-graph
hours_to_show: 24
refresh_interval: 0
- entities:
- entity: sensor.voltronic_ac_grid_frequency
icon: 'mdi:current-ac'
icon: mdi:current-ac
name: Grid Frequency
- entity: sensor.voltronic_ac_grid_voltage
icon: 'mdi:power-plug'
icon: mdi:power-plug
name: Grid Voltage
- entity: sensor.voltronic_ac_out_frequency
icon: 'mdi:current-ac'
icon: mdi:current-ac
name: Output Freq
- entity: sensor.voltronic_ac_out_voltage
icon: 'mdi:power-plug'
icon: mdi:power-plug
name: Output Voltage
type: glance
show_header_toggle: false
title: System Overview
type: 'custom:vertical-stack-in-card'
- cards:
- type: vertical-stack
cards:
- type: markdown
content: '# Battery Management'
- cards:
- color_stops:
'40': '#00dc10'
'60': '#ff0000'
'80': '#ffe400'
- severity:
green: 40
yellow: 60
red: 80
entity: sensor.voltronic_load_pct
font_style:
font-size: 1.5em
gradient: true
name: System Load (%)
stroke_width: 10
type: 'custom:circle-sensor-card'
- color_stops:
'50': '#ff0000'
'75': '#ffe400'
'100': '#00dc10'
type: gauge
min: 0
max: 100
- severity:
green: 100
yellow: 75
red: 50
entity: sensor.voltronic_battery_capacity
font_style:
font-size: 1.5em
gradient: true
name: Battery Capacity
stroke_width: 10
type: 'custom:circle-sensor-card'
type: gauge
type: horizontal-stack
- entities:
- entity: sensor.voltronic_battery_charge_current
name: Battery Charge Current (A)
- entity: sensor.voltronic_battery_discharge_current
name: Battery Discharge Current (A)
type: history-graph
hours_to_show: 24
refresh_interval: 0
- entities:
- entity: sensor.voltronic_battery_float_voltage
icon: 'mdi:battery-charging'
icon: mdi:battery-charging
name: Float Point
- entity: sensor.voltronic_battery_recharge_voltage
icon: 'mdi:battery-negative'
icon: mdi:battery-negative
name: Recharge Lvl
- entity: sensor.voltronic_battery_redischarge_voltage
icon: 'mdi:battery-plus'
icon: mdi:battery-plus
name: Discharge Lvl
- entity: sensor.voltronic_battery_under_voltage
icon: 'mdi:battery-charging-wireless-outline'
icon: mdi:battery-charging-wireless-outline
name: Critical Cutoff
type: glance
- entity: sensor.voltronic_battery_voltage
name: Battery Voltage (V)
type: sensor
show_header_toggle: false
title: null
type: 'custom:vertical-stack-in-card'
icon: 'mdi:grid'
title: Solar Configuration