ERROR: Charging status not available from api #366
Unanswered
ioudeveldhuis
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I can observe the same behavior on my installation. Think I found the responsible line in the code (psa_car_controller/psacc/application/psa_client.py#206), but I‘m not sure if the json model provided by PSA has changed or something else is forcing the ‚AttributeError‘. |
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
-
In my log file I see the following error passing by every 2 minutes:
10 13:28:59,901 :: ERROR :: charging status not available from api
10 13:30:58,123 :: ERROR :: charging status not available from api
10 13:32:58,576 :: ERROR :: charging status not available from api
10 13:34:58,239 :: ERROR :: charging status not available from api
Is this an error from the controller (incorrect command send) or is this on the PSA end (functionality not available through API for certain country's)?
Beta Was this translation helpful? Give feedback.
All reactions