Sun.Sun::elevation #38
Answered
by
dbuezas
ChrisKoh83
asked this question in
Q&A
-
Hello, I tried to plot the suns elevation like this: type: custom:plotly-graph
entities:
- entity: sensor.garage_west_oben_generated_power
yaxis: y1
- entity: sensor.garage_west_unten_generated_power
yaxis: y1
- entity: sensor.garage_ost_oben_generated_power
yaxis: y1
- entity: sensor.pv_leistung_gesamt
yaxis: y1
- entity: sun.sun::elevation
yaxis: y2
hours_to_show: 24
refresh_interval: 10
|
Beta Was this translation helpful? Give feedback.
Answered by
dbuezas
May 3, 2022
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
dbuezas
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Interesting, HomeAssistant only includes the "friendly_name" attribute in its response.
Here's the network tab in chrome:
This used to work in previous home assistant versions. And it is specific for the sun.sun entity. All other I have work perfectly.
The only solution I see at the moment is too add a template sensor to your
configuration.yaml
:I'd say this is a bug in home assistant.