I have been playing with #HomeAssistant dashboards yet again. I find them fascinating.
I asked earlier is there was a way for a card to show live and maximum values at the same time. I want to see my #SolarPV watts compared to the max for the year. I came up with the below. I just with I could make that header a bit smaller. I will put the YAML in the next post in this thread 1/2
@homeassistant@fosstodon.org @homeassistant@a.gup.pe
@homeassistant@lemmy.world
@homeassistant@chirp.social

1 Comments
bazcurtis@mastodon.social · 1 pts · 2y
YAML for one of these cards
type: custom:apexcharts-card
header:
show: true
title: Front Watts
show_states: true
colorize_states: true
chart_type: radialBar
apex_config:
chart:
height: 200px
series:
- entity: sensor.lux_solar_output_array_2_live
name: Front Live
unit: watts
max: 3200
- entity: sensor.maximum_incoming_watts_front
name: Front Max
max: 3200
unit: watts
@homeassistant@fosstodon.org @homeassistant@a.gup.pe @homeassistant@lemmy.world @homeassistant@chirp.social