Stacked temperature graphs with heating information & control #219
MathieuIci
started this conversation in
Show and tell
Replies: 2 comments 4 replies
-
Amazing! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Would you be happy to share the template? This is similar to something I've been doing which also suffers from very long YAMLs that are hard to manage and I'd like to experiment with stacking them as you have done here. |
Beta Was this translation helpful? Give feedback.
4 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.
-
Using the new universal functions feature of the 3.0.0 release, I created stacked temperature graphs with heating information & the ability to display the "more-info" screen for each graph.
It does the following:
Here is the YAML for 2 sensors (one climate entity and one sensor)
The YAML for 5 entities is almost 400 lines long 😲. That is hard to manage when testing and making tweaks, so for this reason I created a Jinja2 template that reads a variables YAML and produces the card YAML used in Home Assistant.
Here is the variables YAML for my 5 entities:
This is all I need to write to have the Jinja2 template produce the required card YAML for Home Assistant 🙂
Here is a video of the card in action, showing adjusting the temperature set point and current heating status:
Stacked.temperature.graphs.with.heating.information.control.webm
Beta Was this translation helpful? Give feedback.
All reactions