tillsteinbach/WeConnect-python

Not sure if it's a bug, but I can't find a way to set the value of targetSOC_pct. Setting the value in vehicle.domains["charging"]["chargingSettings"].targetSOC_pct does not seem to have any effect, and I can't find anything in vehicle.controls. Is there any way to set it? Otherwise, a great library which has been extremely useful - thank you!

brian-rayner opened this issue · 3 comments

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Logs
IF applicable logs that show the problem. Please take care to remove any confidential data from the logs (e.g. your vehicles VIN number, usernames or passwords)

  • OS: [e.g. Windows, Linux, MacOS, ...]
  • Version used [e.g. 0.6.2]

Additional context
Add any other context about the problem here.

hmmm, this should work. What type of car is it?

OK, it's working now. It appears that the car will only accept increments of 10%, so was not allowing me to set it to 85%. When I set it to 90% all was well!