Pls help! - Trying to get multiple Y axis #254
jazzmonger
started this conversation in
General
Replies: 2 comments 7 replies
-
@dbuezas any advice here? |
Beta Was this translation helpful? Give feedback.
2 replies
-
@dbuezas type: custom:plotly-graph
entities:
- entity: sensor.qpigs_bus_voltage_2
name: BUS V
yaxis: y1
- entity: sensor.qpigs_pv_input_voltage_2
name: PV V
yaxis: y1
- entity: sensor.qpigs_inverter_heat_sink_temperature_2
name: Inv temp
yaxis: y2
- entity: sensor.qpigs_ac_output_voltage_2
yaxis: y1
- entity: sensor.qpigs_ac_input_voltage_2
yaxis: y1
- entity: sensor.aub_2_watt
yaxis: y1
- entity: sensor.aubess_20a_2_power
yaxis: y2
- entity: sensor.atorch_at4pw_phase_a_power
yaxis: y2
- entity: sensor.power_production_now
name: FS Sun 1h
yaxis: y2
- entity: sensor.qpigs_ac_output_active_power_2
name: Watts out
yaxis: y1
line:
color: red
ha_theme: true
raw_plotly_config: true
hours_to_show: 24
refresh_interval: 6
layout:
xaxis:
rangeselector:
'y': 1.2
buttons:
- count: 30
step: minute
- count: 6
step: hour
- count: 12
step: hour
- count: 1
step: day
- count: 3
step: day
- count: 7
step: day
dragmode: pan
margin:
t: 30
l: 45
r: 30
b: 50
showlegend: true
height: 850
legend:
x: 1
'y': 0
bgcolor: rgba(0,0,0,.7)
orientation: v
itemsizing: constant
font:
size: 10
grid:
rows: 2
columns: 1
roworder: top to bottom
yaxes:
fixedrange: true
yaxis:
title:
text: V / A / W
yaxis2:
title:
text: Temp
color_scheme:
- '#1f77b4'
- '#1f77b4'
- '#aec7e8'
- '#aec7e8'
- '#ff7f0e'
- '#ff7f0e'
- '#ffbb78'
- '#ffbb78'
- '#2ca02c'
- '#2ca02c'
- '#98df8a'
- '#98df8a'
- '#d62728'
- '#d62728'
- '#ff9896'
- '#ff9896'
- '#9467bd'
- '#9467bd' Any ideas what is wrong? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What am I doing wrong?? I can't get the graphs to separate - they all end up in the top graph...
Beta Was this translation helpful? Give feedback.
All reactions