-
Notifications
You must be signed in to change notification settings - Fork 38
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
Dacia/Renault integration 'err.func.403',' access is denied for this resource' #1205
Comments
Here is the log: 2024-05-29 07:25:48.070 DEBUG (MainThread) [renault_api.kamereon] Send Kamereon POST request to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/756de083-df4a-4bef-971f-4b2da6e2f134/kamereon/kca/car-adapter/v1/cars/UU1DBG004MU041359/actions/hvac-start?country=PT with body: {"data": {"type": "HvacStart", "attributes": {"action": "start", "targetTemperature": 21}}} The above exception was the direct cause of the following exception: Traceback (most recent call last): |
Hi:) I have a Dacia Spring. Starting the HVAC works in my case. I'm from Germany. Your request URL is correct. The only difference I can spot to what is sent in my case is the additional parameter "id" which is an UUID: {
"data": {
"type": "HvacStart",
"id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"attributes": {
"action": "start",
"targetTemperature": 21
}
}
} If this "id" is also sent in your case and is just not displayed in the log, you should contact Renault. It is possible that this API Endpoint is configured wrong for your Account. |
I Have this integration installed for some time now (1 year+/-) waiting for the day it gets fixed but so far it's always the same. I have a Dacia Spring and I'm able to add it to home assistant but it never worked properly. It shows many sensors but all its unavailable, the only available entities is the start/stop charging and AC ON but everytime I press on, it shows the err.func.403 error and does nothing. I searched for this topic in internet and it seems some people have this integration running fine. I wonder if this issue it's related to my country Renault server/api (Portugal) or it's something else. Thanks
The text was updated successfully, but these errors were encountered: