You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am talking about the prices of tomorrow and a "horizontal line" of 20 cent as the verge line when I might consider charging up the battery during night.
For today it is easy cause if I use an inputhelper with 20 cent I have at least 1 data point from today and can plot the line to the end of the day with extend_to: end as seen here
But for tomorrow it does not work if push the focus 1 day ahead with offset: +1d
graph_span: 24h
span:
start: day
offset: +1d
The my 2nd entity the inputhelper can not be displayed cause that has no datapoint in that time span from midnight on.
So I would have to create such data point but I have no clue how to create that 00:00:01 datapoint for tomorrow with the value of 20 aks the input helper verge.
Any ideas of how to achieve that for the day of tomorrow only?
I mean i will not work for me to push the span from 1 day to 2 days in a chart cause I want to show both days in 2 different cards next to each other which is a must at least for now cause the whole dashboard is based on 2 columns of cards for today and the other for tomorrow and there might be also a third one soon for yesterday.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am talking about the prices of tomorrow and a "horizontal line" of 20 cent as the verge line when I might consider charging up the battery during night.
For today it is easy cause if I use an inputhelper with 20 cent I have at least 1 data point from today and can plot the line to the end of the day with
extend_to: end
as seen hereBut for tomorrow it does not work if push the focus 1 day ahead with
offset: +1d
The my 2nd entity the inputhelper can not be displayed cause that has no datapoint in that time span from midnight on.
So I would have to create such data point but I have no clue how to create that 00:00:01 datapoint for tomorrow with the value of 20 aks the input helper verge.
Any ideas of how to achieve that for the day of tomorrow only?
I mean i will not work for me to push the span from 1 day to 2 days in a chart cause I want to show both days in 2 different cards next to each other which is a must at least for now cause the whole dashboard is based on 2 columns of cards for today and the other for tomorrow and there might be also a third one soon for yesterday.
Beta Was this translation helpful? Give feedback.
All reactions