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
Describe the feature you wish to make a request for
I would like to request additional attributes that behave like today_min, today_max and today_mean but disregard the past.
These might be called e.g. today_remaining_min, today_remaining_max and today_remaining_mean.
My use case is: When automating or evaluating charging, chores or whatever, based on price, I find that e.g. today_min might very well have been at 02:00 this morning, which doesn't tell me anything about the rest of the day.
Best regards,
Søren
Describe alternatives you've considered
At this time, I have sort of met my own need by periodically running a home cooked function node in Node Red which runs through the today array, but starting at new Date().getHours(), and deposits the value in two helpers for me.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the feature you wish to make a request for
I would like to request additional attributes that behave like
today_min
,today_max
andtoday_mean
but disregard the past.These might be called e.g.
today_remaining_min
,today_remaining_max
andtoday_remaining_mean
.My use case is: When automating or evaluating charging, chores or whatever, based on price, I find that e.g.
today_min
might very well have been at 02:00 this morning, which doesn't tell me anything about the rest of the day.Best regards,
Søren
Describe alternatives you've considered
At this time, I have sort of met my own need by periodically running a home cooked function node in Node Red which runs through the
today
array, but starting atnew Date().getHours()
, and deposits the value in two helpers for me.Additional context
No response
The text was updated successfully, but these errors were encountered: