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

Added charge override capability #5

Merged
merged 3 commits into from
Mar 7, 2024
Merged

Added charge override capability #5

merged 3 commits into from
Mar 7, 2024

Commits on Mar 6, 2024

  1. Add check when starting to charge, to ensure charging will be for mor…

    …e than 1% (tesla-control will refuse to charge only 1%)
    sftman18 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    8342dbe View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Added ability to override/delay charging for a period of time. Useful…

    … when an intermittent load like a dryer is causing more grid power usage than you would like.
    
    Delaying by ~30min would allow smoother charging.
    New MQTT control topic: topic_base/charge_delay
    Commands: "delay" = delay charge for 1 hour, ## = minutes to delay charge, (other text, i.e. "cancel") = resume normal charge
    sftman18 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    b0a241f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34873ae View commit details
    Browse the repository at this point in the history