Hello, I’m new to the mini-graph and I have a small problem. I’m trying to display the slightest variation on my temperature graph.
In the graph I’m sending you, the variations are of the order of 10 degrees. (0.10) And I don’t want this to be really visible on the graph. Would you have a solution?
I’m lost here… love the look, but cannot get this to work. Is this intended to be used as custom / manual card on a dashboard or a complete dashboard of its own? Sorry, new to this…
I am playing with the mini-graph-card and have three questions:
Is it possible to display the axis? I know it has a minimalist look, but maybe there is an option that I missed?
The points_to_show seems a bit off to me.
I would like to show up to 500 per hour but mini-graph-card does not use the value as a max but artificially creates fake data points to reach that number.
Is this a known bug?
E.g. if you have 10 data points for an entity over the frame of 1 h, then set points_to_show to 1000, the mini-graph_card will show 1000 data points, 900 of which it created itself.
When plotting multiple entities, the first entity has its state shown top left and the others are vertically aligned on the right.
The state colors match the line colors.
But, when I hover over a datapoint, the information for that datapoint is displayed but the color of the top left state value (equals selected data point) does not change color to the selected entity. Only the title switches color.
Is this a known bug or am I missing a setting?
Ofc, what else do you expect?
If your sensor is updated every 60 sec and “points_per_hour=10”, some points will be missed. If smoothing is ON, then you will probably get a picture which differs a lot from “history-graph”.
If you set “points_per_hour=60” - then your curve will be closer to the “history-graph”.
If you set “points_per_hour=600” - then most of points will be SAME as real (you may call them “fake” if you like but they are same as real).
So, set this value accordingly to the real frequency.
You may find an answer in Github issues: if this bug is described - then yes, this is a famous bug))).
I expect it to be the upper limit.
Max_points_per_hour.
It makes absolutely no sense to create fake data points.
And yes, Data points that are not in the database are fake. No if or buts
And none of my devices update with defined frequency. They are all based on value changes. So it is impossible to know how many data points there are without reading the database.
Idea of points_per_hour is reduction of system resource usage.
But this feature does the opposite. You either enter a value that is definitely below the real one (for all displayed entities!) or you will be artificially consuming resources.
That makes absolutely no sense
It should be:
If points_per_hour > real Then
show real
Else
show points_per_hour
Believe me, I would. And I have been trying to be actively involved in other projects wherever I can. But this would by far exceed my coding capabilities
If I knew how to do that, I would have written quite a few integrations in the past
And my own hybrid of mini-graph-card, apexcharts-card, plotly-graph-card, auto-entities and config-template
I have a graph that shows the humidity level for the past 168 hours. Is it possible to add another graph showing the humidity level for the 168 hours before that, i.e. comparing the current period with the previous one? If so, how?
Is there ways to troubleshoot this function of date/time not working with the hours to show?
I’ve included your ‘hours_to_show’ and my card is now blank, including after hard reload of the webpage.
Oh, okay… I thought the entity below that referenced it being another card you had (within a grid or something).
(I made sure to download config-template-card from HACS).
Not sure I undertand what you mena, you can specify multiple entities and they will be shown, if you share your code and a screenshot maybe it gets easier to understand any issue you’re facing.
That said, the code I used is still on GitHub, it would be one of those 3, probably the second would be the best place:
Does anybody know, if it is possible to use the complete card height with a graph?
I mean, no header, no labels, nothing? just the pure line of graph.
even if i disable everything, i still have unused space above the graph (above the 100) , especially visible at small card heights.