Hey Guys, love the mini graph card!
I am trying to get it right.
I got two Cards, one for the Temperature (-10 to +40°C ) and one for the Humidity (0% to 100%) to display the in and outdoor values and also the Heating pattern - yellow line.
That works fine.
I have some trouble adding some binary sensors and getting them into scale
I like to add
the open Window times (white fill) on the y-axis from 0 (open) to 1 (closed)
the Day and Night times (cyan fill) on the y-axis from 0 (Day) to 1 (Night)
the Sun elevation (yellow fill) on the y-axis from -10° to 60° (so you get an idea of the sunshine)
Could you tell me how I can get a different entities adjusts in y scale ?
Found a quite old post, with your code for a compact graph. I can not getting it to work, even if I copy all your code and only change the entiry. The “state” will not show on the -50 position, it will stay below the card. It do show on the right side. It is you post 2381 in this thread.
Something might have changed, or is your graph still working?
Using the same y-axis, you need to scale one of them to have the same range as the other. In other words, you need to make template sensors of your binary sensors with -10 for off and 60 for on. There are similar posts about this on this topic.
hi guys,
i try to use this card and have a question. is it possible to show the value of the points when doing the mouse over like in the original graph card?
the upper picture shows the graphs in the normal way. I activated for the orange one the points so that i can see the state. But if i move the mouse into the whole graph the points are “activated” (middle picture). If i move the mouse directly on the orange line, the points where “disabled” and i got the state values as it should (lower picture).
So is there a way to make the points invisible in the middle picture?
Hope that helps
Could be possible by card-mod (ask in the main card-mod thread) - where you can use some examples as starting points - but for further improvements/hacks/etc you are on your own.
But hiding points on hover has no sense: you will not see them → you will not be able to select any of them easily.
Here’s a strange one. I have several HAs with the mini graph card. The card is working fine on some of them, but not on one HA. On one system, the graphs are not displayed. It has, however, worked in the past. Both sensors have historical data stored… Any ideas?