Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
type: custom:canvas-gauge
title: Mehrzeiger Gauge
entity: sensor.dein_sensor
min: 0
max: 100
gauge:
- value: sensor.wert1
label: Wert 1
color: "#00FF00"
- value: sensor.wert2
label: Max Wert
color: "#FF0000"
dial: true
dialColor: "#FF0000"
dialValue: 100
type: custom:gauge-card-pro
entity: sensor.wechselrichter_port_1_dc_leistung
entity2: sensor.daily_sensor
needle: true
min: "0"
max: "500"
segments:
- from: 0
color: var(--red-color)
- from: 100
color: var(--orange-color)
- from: 200
color: var(--yellow-color)
- from: 300
color: var(--light-green-color)
- from: 400
color: var(--green-color)
inner:
min: 0
max: 500
mode: needle
gradient: true
gradient_resolution: high
segments:
- from: 0
color: var(--red-color)
- from: 100
color: var(--orange-color)
- from: 200
color: var(--yellow-color)
- from: 300
color: var(--light-green-color)
- from: 400
color: var(--green-color)
gradient: true
gradient_resolution: high
value_texts:
primary: "{{ states(entity) | float | round(1) }} W"
secondary: max.{{ states(entity2) | float | round(1) }} W
secondary_color: "#aaa"
titles:
primary: Solar-Ertrag