hello,
i need some help…
i want to setup a 2nd yaxis on the right for SolarPower, but i always get an error
/// apexcharts-card version 1.10.0 /// Multiple yaxis detected: Some yaxis are missing an 'id'.
- panel: true
title: MPPT Tag
path: mppt-graph
badges: []
cards:
- type: 'custom:apexcharts-card'
update_interval: 5min
cache: true
graph_span: 1d
span:
start: day
header:
show: false
series:
- entity: sensor.solar_output_voltage
yaxis_id: output_voltage
- entity: sensor.solar_output_current
yaxis_id: output_current
- entity: sensor.solar_input_power
yaxis_id: input_power
- entity: sensor.solar_input_voltage
yaxis_id: input_voltage
- entity: sensor.solar_input_current
yaxis_id: input_current
- entity: sensor.solar_mppt_temp
yaxis_id: mppt_temp
- entity: sensor.solar_output_power
yaxis_id: output_power
yaxis:
- id: output_power
- show: true
min: 0
max: 400
opposite: true
- id: output_voltage
- show: true
min: 0
max: 16
opposite: false
- id: output_current
- show: true
min: 0
max: 30
opposite: false
- id: input_voltage
- show: true
min: 0
max: 50
opposite: false
- id: input_current
- show: true
min: 0
max: 30
opposite: false
- id: input_power
- show: true
min: 0
max: 400
opposite: true
- id: mppt_temp
- show: true
min: 0
max: 60
opposite: false
all_series_config:
type: area
curve: smooth
extend_to_end: false
apex_config:
stroke:
width: 1
fill:
type: gradient
gradient:
shadeIntensity: 1
inverseColors: false
opacityFrom: 0.45
opacityTo: 0.05
stops:
- 20
- 40
- 70
- 100
what do i do wrong?
Someone can help me?