Skip to content
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

scheduled charging #20

Open
Vagabond80 opened this issue Apr 17, 2023 · 3 comments
Open

scheduled charging #20

Vagabond80 opened this issue Apr 17, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@Vagabond80
Copy link

I might be able to do that with an automation that controls this automation, but I want to ask if you have any plans to implement scheduled charging which is a wallbox cornercase probably. I basically want to be able to configure times (either through a calendar implementation or manually) where I need my car charged so the wallbox should charge regardless of pv excess power and battery level. Right now I would probably need to create some automation that disables the pv excess automation and switches on the wallbox at a time calculated by battery state/max. current and battery capacity.

@InventoCasa
Copy link
Owner

InventoCasa commented Apr 19, 2023

Hi there,

No plans to implement this at the moment, however I recognize that controlling a wallbox is one of the top use cases for the script. Maybe I can think of a way to implement this without making the rest of the blueprint more complex (e.g. through passing a date/time helper variable to the script)

@InventoCasa InventoCasa added the enhancement New feature or request label Apr 19, 2023
@Vagabond80
Copy link
Author

Maybe we can work with an optional second blueprint that can control the pv excess automation. If I find some time I can look into it as well.

@madeinoz67
Copy link

I'm also happy to help.

I like the idea of a seperate wallbox blueprint that uses the underlying pyscript.

Some possible features:

  • different modes, e.g. eco, eco trickle, trip (will use solar but also non-solar to charge)
  • scheduling as per original intention of this issue
  • script variables that can be controlled from a dashboard, e.g. mode, max current, start, stop, scheduled times

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants