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

Setting EVSENotification.RE_NEGOTIATION does not trigger renegotiation with Tesla EV #193

Closed
nex2software opened this issue Jan 23, 2023 · 1 comment

Comments

@nex2software
Copy link

nex2software commented Jan 23, 2023

We are testing renegotiation with a Tesla model 3.
We are no table to start the renegotiation by sending a CurrentDemandRes with the following information:

return DCEVSEStatus(
    evse_notification=EVSENotification.RE_NEGOTIATION,
    notification_max_delay=100,
    evse_isolation_status=isolation_level,
    evse_status_code=DCEVSEStatusCode.EVSE_READY,
)

What are we missing?

@nex2software
Copy link
Author

Fixed by also setting optional evse_max_voltage_limit, evse_max_current_limit, evse_max_power_limit

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

No branches or pull requests

1 participant