-
Notifications
You must be signed in to change notification settings - Fork 26
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
Feature Request: access per API #248
Comments
til changing the charging mode also changes the access mode. :( which is kind of odd because there are both separate defined in the API |
If you set mode to 0 through the API, access is denied. If you set it 1 - 3 the different modes are switched. You also have charging state and if the vehicle is connected, so you can script it all, RTFM: |
you can RTFM all you want; but in the manual does not suggest there is any relation to access and mode. Even your own API gives different fields for mode and acces:
Based on that; asking to be able to change those settings independent for each other isn't that weird is it? |
Could the access setting be made available via the API?
Usercase: Connected is a pushbutton switch inside my home to enable/disable access to the charging station. I would like to set disable access as soon as the EVPlugState changes to Disconnected. So if someone unplugs the EV access should be denied until i push the button again.
The text was updated successfully, but these errors were encountered: