Hej,
Kieruję do was prośbę o pomoc w znalezieniu błędu w kodzie yaml, do użycia w dodatku ApexCharts, w celu wyświetlenia wykresu liniowego z temperaturą falownika.
Po użyciu kody po prawej stronie wyświetla błąd:
/// apexcharts-card version 2.1.2 /// value.xaxis is extraneous
Kod poniżej:
type: custom:apexcharts-card
header:
show: true
title: 📈 Temperatura falownika
show_states: true
graph_span: 24h
update_interval: 5min
span:
start: day
yaxis:
- id: temp
min: 25
max: 70
decimals: 0
apex_config:
title:
text: Temperatura [°C]
style:
fontSize: 14px
xaxis:
show: true
labels:
format: HH:mm
series:
- entity: sensor.deyeesp_heat_sink_temperature
name: Temperatura falownika
type: line
yaxis_id: temp
stroke_width: 3
show:
legend_value: true
apex_config:
chart:
height: 300
legend:
show: true
position: top
tooltip:
enabled: true
x:
format: HH:mm