Replies: 2 comments 5 replies
-
You could either use a second axis on the right or do as you did for heating. To do that, make another internal entity with the temperature, resample it with a filter, store it in a var, then take the fireplace entity, also resample it so the datapoints align in the x axis and in the map_y filter look at the stored var value (current temperature) by index |
Beta Was this translation helpful? Give feedback.
-
I'm gonna have to take your word on that, buddy. LOL But with the help of my frenemy ChatGTP, it spit out this...
This creates a card which appears to display fine, but has an error. Essentially, for reference, I'm trying to create a small bar underneath the main graph like the built in history card shows. I was trying to have the line show power usage on the tooltip, but that's not terribly important, just nice. Something like this... That history bar just uses the "switch.smart_plug_living_room_fireplace_blower_switch" entity and doesn't show power. I don't need the power reading if that makes this easier? I just need to figure out how to create the separate bar underneath the primary graph. Small, like in the original image would be ideal. Is that something that's possible, or am I approaching this wrong? Thanks, as always. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all,
I've created this card from samples in these forums, and help from ChatGPT.
As you see, the fireplace blower (red line on bottom) only shows "0 W" instead of the actual wattage. This line is drawn from a power use sensor and shows if it's drawing power (not "0"). I prefer the small line like it is, but ideally, it would be better if it showed the actual wattage. Even just showing "On" instead of "0 W" is fine.
One other thing is that it's showing up as a broken line. The reality is that it's steadily on during those periods instead of on/off repeatedly like the line would indicate.
Is there a better way to be doing this, and does anyone see any issues with the rest of the code?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions