updating charging profile window? #577
Unanswered
dougstarfish
asked this question in
General
Replies: 1 comment 1 reply
-
Currently, setting the window is not possible. I don't have an EV so cannot test it and I am not sure if we would want some kind of validation on the payload (which adds even more complexity). We could start by adding |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does anybody know how to update the charging window?
Running this is easy enough: result = asyncio.run(vehicle.remote_services.trigger_charging_profile_update(charging_mode= 'DELAYED_CHARGING')
But I haven't been able to figure out how to set the window. None of the methods under remote_services seem to take an object that corresponds to a profile/window.
Beta Was this translation helpful? Give feedback.
All reactions