Hello
I have a question and need some help
I install this card and it works fine
But i prefer have Line graph for 7 or 14 days, only for the Percent from Heures creuses an Heures pleines, not for the total
For example in the graph here, 24% and 76% for today. this value are modifed all the day and the day -1 the value is fixed for the %
Do you think is it possible, or i must created one or more template?
Hi
I don’t think this is possible, but I would like to show a graph using a graph_span that is the entire history of the sensor.
For example, if the sensor first logged data 8 months ago, I want the graph to start at 8 months ago to present day, and have this continue to scale and increase the span of the x axis as time goes on.
I can’t seem to find information on time strings that are relative like this. Is it possible?
obviously shows the full year in the x axis, but if the sensor in question only has 2-3 weeks of data it looks super odd and crammed up against the right side of the graph.
I have two entities: sensor.total_energy_daily_electricity_cost and sensor.total_energy_daily_electricity_kwh. In one’s attributes I have the total cost per day and in the others’ attributes I have the total energy.
Is it possible to create a chart in Apex to show the cost per kwh per day, so I would need to be able to divide the values from two different entities’ attributes.
excellent, thanks! I will have a play
It’s a manual measurement so even with 2 years of measurements it’s unlikely to get >100 data points, didn’t anticipate DB issues
Manual will also end up in ‘history’ unless you make it statistics, HA does not check the number of rows…history will be purged along the HA settings (default 10days) and it is not at all recommended to increase that…statistics is the way to go imo
For example I have one tracking my Spotify and Plex usage, but it would be nice if I could include two entities added together as there’s two TV’s with different ID’s.
How to adjust the bar span only to the right of a data point?
Hourly prices are now off from the data point by a considerable amount (30 min) which is clearly visible in the chart and shows wrong price for half of the time period.
I may have found a bug in apex-charts or something is not quite right. So I have a monthly utility sensor used to capture energy usage from a smart plug. And then I use apex-charts to plot that monthly usage.
But if I use the color option under series, the data from July is not shown in the chart.
I have this simple electricity market price card, and it has price values for today and updates later also for tomorrows prices, I was able to get that dotted line to show current time, but I don’t find a way to show that value above, instead the number above is always the last number of the array of prices.
Is it possible to define somehow what is the “now” value?
Hi, I have a sensor that shows me the electricity consumption of the previous day every day. The sensor changes value every night at 00:30 Is it possible to take this value of the sensor every day at noon to create a graph of monthly consumption?
Question on color_threshold and days shown. My chart looks good for 5 days but as soon as I go to 6days I have a red (high threshold) line showing across the whole range even though it shouldn’t.