-
-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use input_datetime
for completion time
#226
Comments
Thanks for the suggestion. However, your example to set it to complete by "monday 07:00" already on Friday will be difficult to implement. On Friday, there are no price information available for Sunday and Monday. Would it make sense if "monday 07:00" would mean:
Is this really what you want? Or would you prefer that step 3) is "don't schedule any more"? |
That's actually a fair point. I'm not sure how I envisioned this 😉 Maybe the example in the request isn't valid - the issue I have most is this:
So if I return at noon today and need the car by 14.00 tomorrow, I can't currently use 14:00 as a setting because it'll start charging right away. |
I have a similar request. It would be nice to be able to set a one-off completion time. For example, on Friday i would prefer if the car didn't finish charging by 7 am, since Saturday's electricity prices are already known when I get home, and they're much cheaper during Saturday noon. So being able to set a "finish charging by 16.00 tomorrow" would at least work pretty good for my needs. It would then ideally reset to my regular "7 am" finish time. Edit: just realized this can be achieved with automations 😅 |
Is your feature request related to a problem? Please describe.
The current implementation with
select.ev_smart_charging_charge_completion_time
does not allow me to set i.e. "14:00 tomorrow" if the current time is still before "14:00 today".Describe the solution you'd like
I'd very much like to set a date/time combination, so you could (for example) set it to complete by "monday 07:00" on Friday and let the integration figure out what to do (knowing that chances are it'll charge on Saturday already)
Describe alternatives you've considered
Not really sure if there is an alternative?
Additional context
n/a
The text was updated successfully, but these errors were encountered: