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

Documentation of EV features? #181

Open
andig opened this issue Nov 24, 2021 · 7 comments
Open

Documentation of EV features? #181

andig opened this issue Nov 24, 2021 · 7 comments
Labels
documentation Improvements or additions to documentation

Comments

@andig
Copy link

andig commented Nov 24, 2021

According to readme startCharge is supported (EV feature?) and additional EV features:

  • EV: driveHistory
  • EV: getChargeTargets
  • EV: setChargeLimits

It would be great if these could be added to the docs as well? Would stopCharge also be supported?

@Hacksore
Copy link
Owner

if someone wants to use this issue to suggest the markdown documentation I'll add it to the readme.io docs.

@andig
Copy link
Author

andig commented Nov 24, 2021

Note: also found stopCharge in the code, should be under EV same as startCharge

@neoPix
Copy link
Contributor

neoPix commented Dec 21, 2021

Those three are only EVs :

  • getChargeTargets
  • setChargeLimits
  • driveHistory

Those two are limited to plugin hybrids and EVs :

  • startCharge
  • stopCharge

@binderth
Copy link

I try to set the charge limit(s), but it seems, I don't get the payload right. What das setChargeLimits expect as payload to set the limit for AC (and/or DC) charging?

@PierreLevres
Copy link
Contributor

PierreLevres commented Jan 14, 2022

I try to set the charge limit(s), but it seems, I don't get the payload right. What das setChargeLimits expect as payload to set the limit for AC (and/or DC) charging?
What kind of client application are you using?
It needs a JSON object {"fast": xx, "slow": yy}. Charge target values are limited to 50, 60, 70, 80, 90, 100
Make sure you send a JSON object, not a string that looks like a JSON object.

@bogdannedelcu
Copy link

image do you know an option to send charging current options for EV?

@PierreLevres
Copy link
Contributor

PierreLevres commented May 4, 2022 via email

@Hacksore Hacksore added the documentation Improvements or additions to documentation label Dec 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

6 participants