Hi there,
Iâm trying to use mini-graph with a climate entity from Honywell but it canât display any values.
If i take the same entity with a history-graph it works as seen bellow :
This card doesnât support climate entities out of the box, youâd need to create a template sensor from the temperature attribute and use that template sensor in the card.
Thx, Iâve just learned how to create template (not so hard), and now itâs working. Just have to wait I think a little bit to collect historical data
Hi,
is there a possibility at mini graphic card to display values exactly for one day from 0:00 to 24:00 oâclock or do I have to solve this with the data source.
I want to show the house performance of the current day on my overview page and not the last 24 hours.
Hi Karl Kihlström,
First I want to thank you for developing this card and much more, your work is awesome,
I have a request regarding the âmini graph cardâ what Iâm asking is the option to use a custom image instead of an icon, like RomRider did in his great button-card.
Can you please consider integrate this option in future releases?
Thanks a lot.
I used this card before for different entities and they worked fine but trying to match sensor values from Dexcom but the graph is not matching with sensor values. How do I achieve that?
So I finally have a proper way to make a range of sensors for forecasted precipitation with climacell API. All the other Hass buienalarm & buienradar components where not flexible enough for my taste.
This will result in a range of sensors, e.g.
sensor.cc_rain_forecast_precipitation_00m
sensor.cc_rain_forecast_precipitation_05m
sensor.cc_rain_forecast_precipitation_10m
âŠ
sensor.cc_rain_forecast_precipitation_120m
Each sensor also has an attribute âobservation_timeâ
What I would like to do is create a graph connecting these 25 rain forecasts (amount of rain as Y-axis value) and use the observation time as x-axis value. So youâll get something like buienalarm.nl
Is this possible with mini-graph? If not, anyone knows how I can achieve this?
Home assistant sensors are value vs time series. You have 25 separate value vs time points you want to graph all located in different sensors. The only way you are going to be able to graph that is with a scatter plot, like in a spreadsheet. Or maybe the JuypiterLab addon (I donât use this so am not sure).
I think a two variable scatter plot would be a great addition to home assistant (e.g. graph hourly bins of inside vs outside temperature to see how well your house is insulated) but as yet this does not exist. Not even possible in Grafana. Again they are time series graphs only.
Has there ever been a request to have an option to show data between two sets of hour ranges? If not would this be possible please?
For example, I currently have a graph showing the last 5 days worth of temperature readings, but I would also like another graph next to it showing the last 5-10 days data as well. Iâd like two separate graphs so that the data isnât too squashed up.
Maybe an extra field in addition to hours_to_show could be hours_to_show_from that then ties into the existing option, so to achieve 5-10 days it would be:
No, but this is a great idea, should default to whatâs specific in HA, Iâm pretty sure that information is exposed to custom cards so should hopefully be possible to implement.