Da ich auch hauptsächlich mit dem Handy den WLANThermo betreibe, wäre es möglich, dass du deinen YAML Dashboard Code zur Verfügung stellst?

Die bisherigen Lösungen sind leider nicht Handy geeignet und selber bringe ich es nicht ansatzweise so schön wie deine Übersicht hin. Danke!
Kein Problem, hier der Code des Dashboards. Muss dann natürlich auf deine Entities angepasst werden.
Falls irgendwas unklar ist, einfach melden.
Tipp, falls du es schnell haben willst pack den Code in Chat GPT zusammen mit deinen Entitäten, dann baut der dir alles zurecht.
title: Maverick Grill
path: grill
icon: mdi:grill
cards:
- type: horizontal-stack
cards:
- type: markdown
content: >
#

Fleisch 1
## {{ states('sensor.wlanthermo_kanal_1') }}°C

{{ states('input_number.wlanthermo_channel_1_min') }}–{{
states('input_number.wlanthermo_channel_1_max') }}°C
⏱ {{ states('sensor.grill_eta_kanal_1') }}
- type: markdown
content: >
#

Fleisch 2
## {{ states('sensor.wlanthermo_kanal_2') }}°C

{{ states('input_number.wlanthermo_channel_2_min') }}–{{
states('input_number.wlanthermo_channel_2_max') }}°C
⏱ {{ states('sensor.grill_eta_kanal_2') }}
- type: horizontal-stack
cards:
- type: markdown
content: >
#

Garraum 1
## {{ states('sensor.wlanthermo_kanal_3') }}°C

{{ states('input_number.wlanthermo_channel_3_min') }}–{{
states('input_number.wlanthermo_channel_3_max') }}°C
- type: markdown
content: >
#

Garraum 2
## {{ states('sensor.wlanthermo_kanal_4') }}°C

{{ states('input_number.wlanthermo_channel_4_min') }}–{{
states('input_number.wlanthermo_channel_4_max') }}°C
- type: entities
title:

BBQ Status
show_header_toggle: false
entities:
- entity: input_select.grill_modus
name: BBQ Modus
- entity: sensor.grill_status
name: Status
- entity: input_boolean.grill_alarm_mute
name:

Alarm stumm
- type: entities
title:

Pitmaster
show_header_toggle: false
entities:
- entity: input_select.wlanthermo_pitmaster_modus
name: Modus
- entity: input_select.wlanthermo_pitmaster_kanal
name: Regelkanal
- type: conditional
conditions:
- entity: input_select.wlanthermo_pitmaster_modus
state: auto
card:
type: entities
title:

Auto-Regelung
entities:
- entity: input_number.wlanthermo_pitmaster_soll
name: Solltemperatur
- type: divider
- entity: sensor.wlanthermo_pitmaster_ist
name: Aktuelle Garraumtemperatur
- entity: sensor.wlanthermo_pitmaster_soll
name: Sollwert
- entity: sensor.wlanthermo_pitmaster_output
name: Lüfterleistung
- type: conditional
conditions:
- entity: input_select.wlanthermo_pitmaster_modus
state: manual
card:
type: entities
title:

Manuelle Lüftersteuerung
entities:
- entity: input_number.wlanthermo_pitmaster_output
name: Lüfterleistung (%)
- type: divider
- entity: sensor.wlanthermo_pitmaster_output
name: Aktuelle Lüfterleistung
- entity: sensor.wlanthermo_pitmaster_ist
name: Garraumtemperatur
- type: conditional
conditions:
- entity: input_select.wlanthermo_pitmaster_modus
state: "off"
card:
type: entities
title:

Pitmaster Aus
entities:
- entity: sensor.wlanthermo_pitmaster_modus
name: Status
- type: custom:apexcharts-card
header:
show: true
title:

Pitmaster Regelung
show_states: true
colorize_states: true
graph_span: 4h
update_interval: 10s
apex_config:
chart:
height: 220
stroke:
width: 3
curve: smooth
legend:
show: true
grid:
show: true
yaxis:
- id: temp
min: 0
max: 250
decimals: 0
- id: fan
opposite: true
min: 0
max: 100
decimals: 0
series:
- entity: sensor.wlanthermo_pitmaster_ist
name: Garraum
yaxis_id: temp
stroke_width: 4
group_by:
duration: 10s
func: avg
- entity: sensor.wlanthermo_pitmaster_soll
name: Soll
yaxis_id: temp
stroke_width: 2
group_by:
duration: 10s
func: last
- entity: sensor.wlanthermo_pitmaster_output
name: Lüfter %
yaxis_id: fan
curve: stepline
stroke_width: 2
group_by:
duration: 10s
func: avg
- type: custom:apexcharts-card
header:
show: true
title:

Fleisch Temperaturen
show_states: true
colorize_states: true
graph_span: 6h
update_interval: 10s
apex_config:
chart:
height: 220
stroke:
width: 3
curve: smooth
legend:
show: true
grid:
show: true
yaxis:
- decimals: 0
min: 10
series:
- entity: sensor.wlanthermo_kanal_1
name: Fleisch 1
type: line
group_by:
duration: 10s
func: avg
- entity: sensor.wlanthermo_kanal_2
name: Fleisch 2
type: line
group_by:
duration: 10s
func: avg
- type: custom:apexcharts-card
header:
show: true
title:

Garraum Temperaturen
show_states: true
colorize_states: true
graph_span: 6h
update_interval: 10s
apex_config:
chart:
height: 220
stroke:
width: 3
curve: smooth
legend:
show: true
grid:
show: true
yaxis:
- decimals: 0
min: 0
series:
- entity: sensor.wlanthermo_kanal_3
name: Garraum 1
type: line
group_by:
duration: 10s
func: avg
- entity: sensor.wlanthermo_kanal_4
name: Garraum 2
type: line
group_by:
duration: 10s
func: avg
- type: entities
title:

Temperaturgrenzen
show_header_toggle: false
entities:
- entity: input_number.wlanthermo_channel_1_min
name:

Fleisch 1 Min
- entity: input_number.wlanthermo_channel_1_max
name:

Fleisch 1 Max
- entity: input_number.wlanthermo_channel_2_min
name:

Fleisch 2 Min
- entity: input_number.wlanthermo_channel_2_max
name:

Fleisch 2 Max
- entity: input_number.wlanthermo_channel_3_min
name:

Garraum 1 Min
- entity: input_number.wlanthermo_channel_3_max
name:

Garraum 1 Max
- entity: input_number.wlanthermo_channel_4_min
name:

Garraum 2 Min
- entity: input_number.wlanthermo_channel_4_max
name:

Garraum 2 Max
- type: entities
title:

System
show_header_toggle: false
entities:
- entity: sensor.wlanthermo_akku
- entity: sensor.wlanthermo_rssi