Hallo zusammen,
weiß jemand, wie man die automatische Pegel-Kartenkonfiguration die Kartenfarben Reihenfolge drehen kann?
Wenn ich es so schreibe, dann kommt das blau an der ersten Stelle ganz unten.
Ich würde gerne das blau automatisch an der letzten Stelle haben, ohne einen großen Aufwand zu betreiben..
Habt Ihr einen Tipp für mich?

Nachtrag:
Hier eine andere Lösung gefunden:

Mit dieser Variante kann man auch ganz viele Segmente damit erstellen.

Hier noch einen anderen Farbverlauf:

weiß jemand, wie man die automatische Pegel-Kartenkonfiguration die Kartenfarben Reihenfolge drehen kann?
Wenn ich es so schreibe, dann kommt das blau an der ersten Stelle ganz unten.
Ich würde gerne das blau automatisch an der letzten Stelle haben, ohne einen großen Aufwand zu betreiben..
Habt Ihr einen Tipp für mich?

YAML:
type: gauge
entity: sensor.system_monitor_processor_temperature
needle: true
severity:
green: 1500
yellow: 1000
red: 500
unit: Liter
name: Zisterne-Test 7.697 Liter-V05
min: 0
max: 7697
Nachtrag:
Hier eine andere Lösung gefunden:

Mit dieser Variante kann man auch ganz viele Segmente damit erstellen.

YAML:
type: gauge
entity: sensor.system_monitor_processor_temperature
needle: true
segments:
- from: 0
color: '#ED2938'
- from: 770
color: '#ffe733'
- from: 1250
color: '#FF8C01'
- from: 1750
color: '#00efff'
- from: 2000
color: '#00DFFF'
- from: 2250
color: '#00D4FF'
- from: 2500
color: '#00C9FF'
- from: 2750
color: '#00BEFF'
- from: 3000
color: '#00B4FF'
- from: 3250
color: '#00A9FF'
- from: 3500
color: '#009EFF'
- from: 3750
color: '#0093FF'
- from: 4000
color: '#0089FF'
- from: 4250
color: '#007EFF'
- from: 4500
color: '#0073FF'
- from: 4750
color: '#0068FF'
- from: 5000
color: '#005EFF'
- from: 5250
color: '#0053FF'
- from: 5500
color: '#0048FF'
- from: 5750
color: '#003DFF'
- from: 6000
color: '#0033FF'
- from: 6250
color: '#0028FF'
unit: Liter
name: Zisterne-Test 7.697 Liter_V03
min: 0
max: 7697
Hier noch einen anderen Farbverlauf:

YAML:
type: gauge
entity: sensor.system_monitor_processor_temperature
name: Test
unit: °C
needle: true
min: 0
max: 100
segments:
- from: 0
color: '#ff0d00'
- from: 2.5
color: '#ff1a00'
- from: 5
color: '#ff2600'
- from: 7.5
color: '#ff3300'
- from: 10
color: '#ff4000'
- from: 12.5
color: '#ff4c00'
- from: 15
color: '#ff5900'
- from: 17.5
color: '#ff6600'
- from: 20
color: '#ff7300'
- from: 22.5
color: '#ff8000'
- from: 25
color: '#ff8c00'
- from: 27.5
color: '#ff9900'
- from: 30
color: '#ffa600'
- from: 32.5
color: '#ffb200'
- from: 35
color: '#ffbf00'
- from: 37.5
color: '#ffcc00'
- from: 40
color: '#ffd900'
- from: 42.5
color: '#ffe600'
- from: 45
color: '#fff200'
- from: 47.5
color: '#ffff00'
- from: 50
color: '#ffff00'
- from: 52.5
color: '#f2ff00'
- from: 55
color: '#e6ff00'
- from: 57.5
color: '#d9ff00'
- from: 60
color: '#ccff00'
- from: 62.5
color: '#bfff00'
- from: 65
color: '#b2ff00'
- from: 67.5
color: '#a6ff00'
- from: 70
color: '#99ff00'
- from: 72.5
color: '#8cff00'
- from: 75
color: '#80ff00'
- from: 77.5
color: '#73ff00'
- from: 80
color: '#66ff00'
- from: 82.5
color: '#59ff00'
- from: 85
color: '#4dff00'
- from: 87.5
color: '#40ff00'
- from: 90
color: '#33ff00'
- from: 92.5
color: '#26ff00'
- from: 95
color: '#19ff00'
- from: 97.5
color: '#0dff00'
Zuletzt bearbeitet: