Hi,
why is it that apexchard-cards lags so far behind in terms of values?
Impossible to say without seeing the config but I suspect you are using the statistics option in apexcharts. Statistics only update every 5 minutes.
Sorry, Here ist my Code
type: custom:apexcharts-card
span:
offset: '-24h'
start: day
header:
show: true
title: Sophia
show_states: true
colorize_states: true
show:
last_updated: true
apex_config:
chart:
type: area
yaxis:
- id: left-yaxis
title:
text: Luftfeuchtigkeit (%)
xaxis:
type: datetime
title:
text: Zeit
labels:
datetimeUTC: false
legend:
show: false
series:
- entity: sensor.sophia_thermometer_humidity
name: Sophia
type: area
yaxis_id: left-yaxis
opacity: 0.2
stroke_width: 1
- entity: sensor.johanna_thermometer_humidity
name: Johanna
type: area
yaxis_id: left-yaxis
opacity: 0.2
stroke_width: 1
- entity: sensor.flur_thermometer_luftfeuchtigkeit
name: Flur
type: area
yaxis_id: left-yaxis
opacity: 0.2
stroke_width: 1
- entity: sensor.eltern_thermometer_luftfeuchtigkeit
name: Eltern
type: area
yaxis_id: left-yaxis
opacity: 0.2
stroke_width: 1