You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to manage the schedule or the load of my R5 electric on Home Assistant and I have an error code "renault_api.kamereon.exceptions.KamereonResponseException: ('err.func.wired.forbidden', 'The access is forbidden')".
So I test the python code :
To test my API access, I tried this simple code (with the good account parameters) to return the battery level and if works fine
Then, to identify the scheduling problem, I tried the same code but I ask to return the scheduler parameters instead of the battery level and it fails and it returns the "'The access is forbidden'" error.
Hello,
I try to manage the schedule or the load of my R5 electric on Home Assistant and I have an error code "renault_api.kamereon.exceptions.KamereonResponseException: ('err.func.wired.forbidden', 'The access is forbidden')".
So I test the python code :
To test my API access, I tried this simple code (with the good account parameters) to return the battery level and if works fine
Then, to identify the scheduling problem, I tried the same code but I ask to return the scheduler parameters instead of the battery level and it fails and it returns the "'The access is forbidden'" error.
Any idea ?
Thank you best regards.
The text was updated successfully, but these errors were encountered: