home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
71.07k stars 29.73k forks source link

Renault integration Sensor #109387

Closed ProtossBlaster closed 4 months ago

ProtossBlaster commented 7 months ago

The problem

Hi to all, I have a Renault Megane eTech, and use the Renault Integration, but in the sensor I cannot see "chargingInstantaneousPower" with this sensor I can see the Power Charge of the car. Where is the possible solution

Thanks to all

What version of Home Assistant Core has the issue?

2024.1.6

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Renault

Link to integration documentation on our website

No response

Diagnostics information

home-assistant_renault_2024-02-02T15-27-02.696Z.log

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

home-assistant[bot] commented 7 months ago

Hey there @epenet, mind taking a look at this issue as it has been labeled with an integration (renault) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `renault` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign renault` Removes the current integration label and assignees on the issue, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


renault documentation renault source (message by IssueLinks)

epenet commented 7 months ago

Your log files shows two main issues:

Regarding the charging power, please provide a diagnostics file from the integration (... > download diagnostics)

IliasEagle commented 4 months ago

Hello @epenet my issues seems similar to the description (so I avoided opening a new one). The two sensor below are unavailable. I had the mileage unavailable issue which was fixed with release 2024.4.4 but I believe this is a new one for me since the update.

The only "Renault" relevant log entry I can see is:

Logger: homeassistant.components.renault.renault_vehicle
Source: components/renault/renault_vehicle.py:136
integration: Renault (documentation, issues)
First occurred: 09:50:46 (2 occurrences)
Last logged: 10:56:26

Ignoring endpoint ""REDACTED"" res_state as it is denied: This endpoint is denied: ('err.func.403', 'Access is denied for this resource')
brietman commented 4 months ago

With me some sensors just stopped working after 16 hours integrating my ZOE. Available energy kWh and battery temperature (Renault Zoe ZE50). Which is strange. This means Renault just stopped a function.

Some stuff never worked, like Admissible charging power. Some values only updates after driving, which is logical.

Looking at https://github.com/home-assistant/core/issues/67527, Ignoring endpoint ""REDACTED"" res_state as it is denied: can be ignored. It just states that some sensors are not available. What makes sense for stuff that isn't supported.

epenet commented 4 months ago

Please enable debug logging and reload the integration, then provide corresonding logs

brietman commented 4 months ago

It seems the Integration is only allowed to read the battery temperature once. HA shows as source: "long term statistic". Then HA show as source: "history". Schermafbeelding 2024-05-03 1
[home-assistant_renault_2024-05-03 edited.log](https://github.com/home-assistant/core/files/15198689/home-assistant_renault_2024-05-03.edited.log)
15310 My ZOE Firmware: X102VE

I attached the debug file. home-assistant_renault_2024-05-03 edited.log Removed my gps location and removed all other and repeated stuff.

Error logs:

Logger: homeassistant.components.renault.renault_vehicle
Bron: components/renault/renault_vehicle.py:136
integratie: Renault (documentatie, problemen)
Eerst voorgekomen: 09:34:04 (3 gebeurtenissen)
Laatst gelogd: 17:54:09

Ignoring endpoint VF1AG000664556961 res_state as it is denied: This endpoint is denied: ('err.func.403', 'Access is denied for this resource')
Logger: homeassistant.helpers.service
Bron: helpers/service.py:279
Eerst voorgekomen: 11:29:44 (2 gebeurtenissen)
Laatst gelogd: 17:54:09

Referenced entities select.h789sn_oplaadmodus are missing or not currently available

Two of these are indeed not working/double: instant and scheduled/planner. Planner gives a error:

Logger: homeassistant.components.websocket_api.http.connection
Bron: components/websocket_api/commands.py:239
integratie: Home Assistant WebSocket API (documentatie, problemen)
Eerst voorgekomen: 11:05:45 (2 gebeurtenissen)
Laatst gelogd: 18:00:05

[140393368105024] Unexpected exception
[140392407329472] Unexpected exception
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/renault/renault_vehicle.py", line 42, in wrapper
    return await func(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/renault/renault_vehicle.py", line 148, in set_charge_mode
    return await self._vehicle.set_charge_mode(charge_mode)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/renault_api/renault_vehicle.py", line 478, in set_charge_mode
    response = await self.session.set_vehicle_action(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/renault_api/renault_session.py", line 261, in set_vehicle_action
    return await kamereon.set_vehicle_action(
           ^

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/renault_api/kamereon/__init__.py", line 364, in set_vehicle_action
    await request(
  File "/usr/local/lib/python3.12/site-packages/renault_api/kamereon/__init__.py", line 157, in request
    kamereon_response.raise_for_error_code()
  File "/usr/local/lib/python3.12/site-packages/renault_api/kamereon/models.py", line 136, in raise_for_error_code
    error.raise_for_error_code()
  File "/usr/local/lib/python3.12/site-packages/renault_api/kamereon/models.py", line 97, in raise_for_error_code
    raise error_type(self.errorCode, error_details)
renault_api.kamereon.exceptions.InvalidInputException: ('err.func.400', 'Http message is not readable')

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 239, in handle_call_service
    response = await hass.services.async_call(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/core.py", line 2738, in async_call
    response_data = await coro
                    ^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/core.py", line 2779, in _execute_service
    return await target(service_call)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 975, in entity_service_call
    single_response = await _handle_entity_call(
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 1047, in _handle_entity_call
    result = await task
             ^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/select/__init__.py", line 191, in async_handle_select_option
    await self.async_select_option(option)
  File "/usr/src/homeassistant/homeassistant/components/renault/select.py", line 65, in async_select_option
    await self.vehicle.set_charge_mode(option)
  File "/usr/src/homeassistant/homeassistant/components/renault/renault_vehicle.py", line 44, in wrapper
    raise HomeAssistantError(err) from err
homeassistant.exceptions.HomeAssistantError: ('err.func.400', 'Http message is not readable')
IliasEagle commented 4 months ago

With debug logging enabled I still only get:

Logger: homeassistant.components.renault.renault_vehicle
Source: components/renault/renault_vehicle.py:136
integration: Renault (documentation, issues)
First occurred: 12:19:11 (1 occurrences)
Last logged: 12:19:11

Ignoring endpoint VF1AG000********** res_state as it is denied: This endpoint is denied: ('err.func.403', 'Access is denied for this resource')
epenet commented 4 months ago

The easiest way to enable debug is to use the integrations page: 1 => go to https:///config/integrations/integration/renault 2 => press "start debug logs" 3 => press "..." and "reload" 4 => press "stop debug logs"

This is what the results should look like:

2024-05-03 14:07:38.841 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 200 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/<account-id>/vehicles?country=FR: {"accountId":"<account-id>","country":"FR","vehicleLinks":[.....]}
2024-05-03 14:07:39.140 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 200 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/<account-id>/kamereon/kca/car-adapter/v1/cars/<VIN>/cockpit?country=FR: {"data":{"id":"<VIN>","attributes":{"totalMileage":100391}}}
2024-05-03 14:07:39.142 DEBUG (MainThread) [homeassistant.components.renault.renault_vehicle] Finished fetching <VIN> cockpit data in 0.289 seconds (success: True)
2024-05-03 14:07:39.718 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 200 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/<account-id>/kamereon/kca/car-adapter/v1/cars/<VIN>/hvac-status?country=FR: {"data":{"type":"Car","id":"<VIN>","attributes":{"hvacStatus":"off","externalTemperature":9.0}}}
2024-05-03 14:07:39.720 DEBUG (MainThread) [homeassistant.components.renault.renault_vehicle] Finished fetching <VIN> hvac_status data in 0.849 seconds (success: True)
2024-05-03 14:07:39.987 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 200 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/<account-id>/kamereon/kca/car-adapter/v2/cars/<VIN>/battery-status?country=FR: {"data":{"id":"<VIN>","attributes":{"timestamp":"2024-05-03T08:25:05Z","batteryAutonomy":125,"plugStatus":0,"chargingStatus":-1.1}}}
2024-05-03 14:07:39.990 DEBUG (MainThread) [homeassistant.components.renault.renault_vehicle] Finished fetching <VIN> battery data in 1.119 seconds (success: True)
2024-05-03 14:07:40.416 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 200 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/<account-id>/kamereon/kca/car-adapter/v1/cars/<VIN>/charge-mode?country=FR: {"data":{"type":"Car","id":"<VIN>","attributes":{"chargeMode":"always_charging"}}}
2024-05-03 14:07:40.419 DEBUG (MainThread) [homeassistant.components.renault.renault_vehicle] Finished fetching <VIN> charge_mode data in 1.548 seconds (success: True)
2024-05-03 14:07:40.726 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 403 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/<account-id>/kamereon/kca/car-adapter/v1/cars/<VIN>/res-state?country=FR: {"type":"FUNCTIONAL","messages":[{"code":"err.func.403","message":"{\"errors\":[{\"status\":\"403\",\"code\":\"security.access\",\"detail\":\"Access is denied for this resource\"}]}"}],"errors":[{"errorCode":"err.func.403","errorMessage":"{\"errors\":[{\"status\":\"403\",\"code\":\"security.access\",\"detail\":\"Access is denied for this resource\"}]}"}],"error_reference":"FUNCTIONAL"}
2024-05-03 14:07:40.728 DEBUG (MainThread) [homeassistant.components.renault.renault_vehicle] Finished fetching <VIN> res_state data in 1.857 seconds (success: False)
2024-05-03 14:07:40.729 WARNING (MainThread) [homeassistant.components.renault.renault_vehicle] Ignoring endpoint <VIN> res_state as it is denied: This endpoint is denied: ('err.func.403', 'Access is denied for this resource')
IliasEagle commented 4 months ago

Thank you pointing it out @epenet

here is the logs filtered against "DEBUG" and "Renault" text:

2024-05-03 12:19:08.817 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 200 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/5732bb1d-8600-44bc-9795-9b5538ddd8a5/vehicles?country=GB: {"accountId":"5732bb1d-8600-44bc-9795-9b5538ddd8a5","country":"GB","vehicleLinks":[{"brand":"RENAULT","vin":"VF1AG000***********","status":"ACTIVE","linkType":"USER","garageBrand":"RENAULT","startDate":"2024-03-27","createdDate":"2024-03-27T20:04:27.595800Z","lastModifiedDate":"2024-03-27T20:05:14.252500Z","cancellationReason":{},"connectedDriver":{"role":"MAIN_DRIVER","createdDate":"2024-03-27T20:05:14.252291006Z","lastModifiedDate":"2024-03-27T20:05:14.252291006Z"},"vehicleDetails":{"vin":"VF1AG000***********","registrationDate":"2022-03-20","firstRegistrationDate":"2022-03-20","engineType":"5AQ","engineRatio":"605","modelSCR":"ZOE","deliveryCountry":{"code":"GB","label":"GREAT BRITAIN"},"family":{"code":"X10","label":"","group":"007"},"tcu":{"code":"AIVCT","label":"WITH AIVC CONNECTION UNIT","group":"E70"},"navigationAssistanceLevel":{"code":"SAN408","label":"CRITERE DE CONTEXTE","group":"408"},"battery":{"code":"BT4AR1","label":"BT4AR1 BATTERY","group":"968"},"radioType":{"code":"NA418","label":"FULL NAV DAB ETH - AUDI","group":"425"},"registrationCountry":{"code":"GB"},"brand":{"label":"RENAULT"},"model":{"code":"X102VE","label":"ZOE","group":"971"},"gearbox":{"code":"BVEL","label":"ELEC.VAR.GEARBOX","group":"427"},"version":{"code":"2K3D MC 1LP"},"energy":{"code":"ELEC","label":"ELECTRICITY","group":"019"},"bodyType":{"code":"B10","label":"","group":"008"},"steeringSide":{"code":"DD","label":"RIGHT-HAND DRIVE","group":"027"},"registrationNumber":"HN22DXD","vcd":"STANDA/X10/B10/EA3/MC/ELEC/DD/TEMP/TR4X2/AFURGE/RV/ABS/CAREG/LAC/VSTLAR/SUPCPE/RET03/PROJAB/RALU16/CEAVRH/ADAC/AIRBA2/SERIE/DRA/DRAP18/HARM02/3ATRPH/SGAV01/BARRAB/TERQT/SFBANA/MILES/DPRPN/AVREPL/SSDECA/ABLAV/ASRESP/ALEVA/CACBL2/SOP02C/STHPLG/SKTGRV/VLCUI2/RETRCR/TRSEV1/RETC/LVAVIP/LVAREL/SASURV/KTGREP/SGACHA/GBR01/APL03/FSTPO/ALOUC5/CMAR3P/SAN408/NA418/BVEL/AUTAUG/SPREST/RDIF01/PNSTRD/ISOFIX/EQPEUR/HRGM01/PREALA/CHARAP/TL06A/SPRODI/SAN613/AIRBDE/PSMRSE/ELC1/SSPTLP/SANCML/DCONT2/SEXTIN/PE2019/PHAS2/SAN913/THABT2/SSTYAD/SSHYB/052KWH/BT4AR1/VEC357/X102VE/NBT022/5AQ/ASCOD0/DLIGM2/SSTINC/KITPOU/SKTPGR/SSCCPC/SDPSEC/FDIU2/SSMAP/SSCALL/FACBA1/DANGMO/AVRCAR/SSCABD/AIVCT/AVGSI/ITPK4/VOLCHA/REACTI/RGCNT1/AVOSP1/SWALBO/SSDWGE/AVC1A/1234Y/AEBS07/TCHA0/PRAHL/SPMIR/RRCAM/TCHB0/TCHM0","assets":[{"assetType":"PICTURE","viewpoint":"mybrand_2","renditions":[{"resolutionType":"ONE_MYRENAULT_LARGE","url":"https://3dv.renault.com/ImageFromBookmark?configuration=X10%2FB10%2FEA3%2FDD%2FCAREG%2FVSTLAR%2FRET03%2FPROJAB%2FRALU16%2FDRAP18%2FHARM02%2F3ATRPH%2FTERQT%2FALEVA%2FVLCUI2%2FRETRCR%2FRETC%2FLVAREL%2FSGACHA%2FNA418%2FRDIF01%2FTL06A%2FDCONT2%2FNBT022%2FDLIGM2%2FKITPOU%2FDANGMO%2FITPK4%2FVOLCHA%2FREACTI%2FRGCNT1%2FAEBS07%2FPRAHL%2FRRCAM&databaseId=81a762e0-4640-48af-a4bf-66832f080159&bookmarkSet=RSITE&bookmark=EXT_34_DESSUS&profile=HELIOS_OWNERSERVICES_LARGE"},{"resolutionType":"ONE_MYRENAULT_SMALL","url":"https://3dv.renault.com/ImageFromBookmark?configuration=X10%2FB10%2FEA3%2FDD%2FCAREG%2FVSTLAR%2FRET03%2FPROJAB%2FRALU16%2FDRAP18%2FHARM02%2F3ATRPH%2FTERQT%2FALEVA%2FVLCUI2%2FRETRCR%2FRETC%2FLVAREL%2FSGACHA%2FNA418%2FRDIF01%2FTL06A%2FDCONT2%2FNBT022%2FDLIGM2%2FKITPOU%2FDANGMO%2FITPK4%2FVOLCHA%2FREACTI%2FRGCNT1%2FAEBS07%2FPRAHL%2FRRCAM&databaseId=81a762e0-4640-48af-a4bf-66832f080159&bookmarkSet=RSITE&bookmark=EXT_34_DESSUS&profile=HELIOS_OWNERSERVICES_SMALL_V2"}]},{"assetType":"PICTURE","viewpoint":"mybrand_5","renditions":[{"resolutionType":"ONE_MYRENAULT_LARGE","url":"https://3dv.renault.com/ImageFromBookmark?configuration=X10%2FB10%2FEA3%2FDD%2FCAREG%2FVSTLAR%2FRET03%2FPROJAB%2FRALU16%2FDRAP18%2FHARM02%2F3ATRPH%2FTERQT%2FALEVA%2FVLCUI2%2FRETRCR%2FRETC%2FLVAREL%2FSGACHA%2FNA418%2FRDIF01%2FTL06A%2FDCONT2%2FNBT022%2FDLIGM2%2FKITPOU%2FDANGMO%2FITPK4%2FVOLCHA%2FREACTI%2FRGCNT1%2FAEBS07%2FPRAHL%2FRRCAM&databaseId=81a762e0-4640-48af-a4bf-66832f080159&bookmarkSet=RSITE&bookmark=EXT_34_AV&profile=HELIOS_OWNERSERVICES_LARGE"},{"resolutionType":"ONE_MYRENAULT_SMALL","url":"https://3dv.renault.com/ImageFromBookmark?configuration=X10%2FB10%2FEA3%2FDD%2FCAREG%2FVSTLAR%2FRET03%2FPROJAB%2FRALU16%2FDRAP18%2FHARM02%2F3ATRPH%2FTERQT%2FALEVA%2FVLCUI2%2FRETRCR%2FRETC%2FLVAREL%2FSGACHA%2FNA418%2FRDIF01%2FTL06A%2FDCONT2%2FNBT022%2FDLIGM2%2FKITPOU%2FDANGMO%2FITPK4%2FVOLCHA%2FREACTI%2FRGCNT1%2FAEBS07%2FPRAHL%2FRRCAM&databaseId=81a762e0-4640-48af-a4bf-66832f080159&bookmarkSet=RSITE&bookmark=EXT_34_AV&profile=HELIOS_OWNERSERVICES_SMALL_V2"}]},{"assetType":"PDF","assetRole":"GUIDE","title":"PDF Guide","description":"","renditions":[{"url":"https://cdn.group.renault.com/ren/gb/myr/assets/x102ve/manual.pdf.asset.pdf/29100d3cba.pdf"}]},{"assetType":"URL","assetRole":"GUIDE","title":"e-guide","description":"","renditions":[{"url":"https://gb.e-guide.renault.com/eng/Zoe-ph2"}]},{"assetType":"URL","assetRole":"CAR","title":"More videos","description":"","renditions":[{"url":"https://www.youtube.com/playlist?list=PLlH1HNPlQbpP3G82bMkzyh3-l3AzeZ0r5"}]},{"assetType":"VIDEO","assetRole":"CAR","title":"All-New ZOE: Welcome to your new car","description":"","renditions":[{"url":"1OGwwmWHB6o"}]},{"assetType":"VIDEO","assetRole":"CAR","title":"Renault ZOE: All you need to know","description":"","renditions":[{"url":"_BVH-Rd6e5I"}]}],"yearsOfMaintenance":12,"connectivityTechnology":"RLINK1","easyConnectStore":false,"electrical":true,"rlinkStore":false,"deliveryDate":"2022-03-20","retrievedFromDhs":false,"engineEnergyType":"ELEC","radioCode":""}}]}
2024-05-03 12:19:08.958 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 200 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/5732bb1d-8600-44bc-9795-9b5538ddd8a5/kamereon/kca/car-adapter/v1/cars/VF1AG000***********/cockpit?country=GB: {"data":{"id":"VF1AG000***********","attributes":{"fuelAutonomy":0,"fuelQuantity":0.0,"totalMileage":38880}}}
2024-05-03 12:19:08.961 DEBUG (MainThread) [homeassistant.components.renault.renault_vehicle] Finished fetching VF1AG000*********** cockpit data in 0.138 seconds (success: True)
2024-05-03 12:19:09.856 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 200 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/5732bb1d-8600-44bc-9795-9b5538ddd8a5/kamereon/kca/car-adapter/v1/cars/VF1AG000***********/hvac-status?country=GB: {"data":{"type":"Car","id":"VF1AG000***********","attributes":{"socThreshold":20.0,"hvacStatus":"off","lastUpdateTime":"2024-05-03T06:56:25Z"}}}
2024-05-03 12:19:09.857 DEBUG (MainThread) [homeassistant.components.renault.renault_vehicle] Finished fetching VF1AG000*********** hvac_status data in 1.032 seconds (success: True)
2024-05-03 12:19:10.041 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 200 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/5732bb1d-8600-44bc-9795-9b5538ddd8a5/kamereon/kca/car-adapter/v1/cars/VF1AG000***********/location?country=GB: {"data":{"id":"VF1AG000***********","attributes":{"lastUpdateTime":"2024-05-03T07:51:59Z","gpsLatitude":5*.****,"gpsLongitude":-1.****}}}
2024-05-03 12:19:10.043 DEBUG (MainThread) [homeassistant.components.renault.renault_vehicle] Finished fetching VF1AG000*********** location data in 1.217 seconds (success: True)
2024-05-03 12:19:10.304 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 200 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/5732bb1d-8600-44bc-9795-9b5538ddd8a5/kamereon/kca/car-adapter/v2/cars/VF1AG000***********/battery-status?country=GB: {"data":{"id":"VF1AG000***********","attributes":{"timestamp":"2024-05-03T07:52:13Z","batteryLevel":92,"batteryAutonomy":349,"plugStatus":0,"chargingStatus":0.0,"chargingRemainingTime":2555}}}
2024-05-03 12:19:10.306 DEBUG (MainThread) [homeassistant.components.renault.renault_vehicle] Finished fetching VF1AG000*********** battery data in 1.480 seconds (success: True)
2024-05-03 12:19:11.293 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 200 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/5732bb1d-8600-44bc-9795-9b5538ddd8a5/kamereon/kca/car-adapter/v1/cars/VF1AG000***********/charge-mode?country=GB: {"data":{"type":"Car","id":"VF1AG000***********","attributes":{}}}
2024-05-03 12:19:11.294 DEBUG (MainThread) [homeassistant.components.renault.renault_vehicle] Finished fetching VF1AG000*********** charge_mode data in 2.469 seconds (success: True)
2024-05-03 12:19:11.472 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 404 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/5732bb1d-8600-44bc-9795-9b5538ddd8a5/kamereon/kca/car-adapter/v1/cars/VF1AG000***********/lock-status?country=GB: {"type":"FUNCTIONAL","messages":[{"code":"err.func.wired.notFound","message":"{\"errors\":[{\"errorCode\":404,\"errorMessage\":\"There is no data for this vin and uid\",\"errorLevel\":\"error\",\"errorType\":\"functional\"}],\"error_reference\":\"rrt-071990d735b57f7a5-c-eu-30322-63374210-170\"}"}],"errors":[{"errorCode":"err.func.wired.notFound","errorMessage":"{\"errors\":[{\"errorCode\":404,\"errorMessage\":\"There is no data for this vin and uid\",\"errorLevel\":\"error\",\"errorType\":\"functional\"}],\"error_reference\":\"rrt-071990d735b57f7a5-c-eu-30322-63374210-170\"}"}],"error_reference":"FUNCTIONAL"}
2024-05-03 12:19:11.474 DEBUG (MainThread) [homeassistant.components.renault.renault_vehicle] Finished fetching VF1AG000*********** lock_status data in 2.648 seconds (success: False)
2024-05-03 12:19:11.698 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 403 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/5732bb1d-8600-44bc-9795-9b5538ddd8a5/kamereon/kca/car-adapter/v1/cars/VF1AG000***********/res-state?country=GB: {"type":"FUNCTIONAL","messages":[{"code":"err.func.403","message":"{\"errors\":[{\"status\":\"403\",\"code\":\"security.access\",\"detail\":\"Access is denied for this resource\"}]}"}],"errors":[{"errorCode":"err.func.403","errorMessage":"{\"errors\":[{\"status\":\"403\",\"code\":\"security.access\",\"detail\":\"Access is denied for this resource\"}]}"}],"error_reference":"FUNCTIONAL"}
2024-05-03 12:19:11.699 DEBUG (MainThread) [homeassistant.components.renault.renault_vehicle] Finished fetching VF1AG000*********** res_state data in 2.874 seconds (success: False)
2024-05-03 12:26:11.953 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 200 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/5732bb1d-8600-44bc-9795-9b5538ddd8a5/kamereon/kca/car-adapter/v1/cars/VF1AG000***********/location?country=GB: {"data":{"id":"VF1AG000***********","attributes":{"lastUpdateTime":"2024-05-03T07:51:59Z","gpsLatitude":5*.****,"gpsLongitude":-1.****}}}
2024-05-03 12:26:11.954 DEBUG (MainThread) [homeassistant.components.renault.renault_vehicle] Finished fetching VF1AG000*********** location data in 0.190 seconds (success: True)
2024-05-03 12:26:12.102 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 200 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/5732bb1d-8600-44bc-9795-9b5538ddd8a5/kamereon/kca/car-adapter/v2/cars/VF1AG000***********/battery-status?country=GB: {"data":{"id":"VF1AG000***********","attributes":{"timestamp":"2024-05-03T07:52:13Z","batteryLevel":92,"batteryAutonomy":349,"plugStatus":0,"chargingStatus":0.0,"chargingRemainingTime":2555}}}
2024-05-03 12:26:12.104 DEBUG (MainThread) [homeassistant.components.renault.renault_vehicle] Finished fetching VF1AG000*********** battery data in 0.114 seconds (success: True)
2024-05-03 12:26:12.279 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 200 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/5732bb1d-8600-44bc-9795-9b5538ddd8a5/kamereon/kca/car-adapter/v1/cars/VF1AG000***********/cockpit?country=GB: {"data":{"id":"VF1AG000***********","attributes":{"fuelAutonomy":0,"fuelQuantity":0.0,"totalMileage":38880}}}
2024-05-03 12:26:12.281 DEBUG (MainThread) [homeassistant.components.renault.renault_vehicle] Finished fetching VF1AG000*********** cockpit data in 0.192 seconds (success: True)
2024-05-03 12:33:11.993 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 200 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/5732bb1d-8600-44bc-9795-9b5538ddd8a5/kamereon/kca/car-adapter/v1/cars/VF1AG000***********/location?country=GB: {"data":{"id":"VF1AG000***********","attributes":{"lastUpdateTime":"2024-05-03T07:51:59Z","gpsLatitude":5*.****,"gpsLongitude":-1.****}}}
2024-05-03 12:33:11.996 DEBUG (MainThread) [homeassistant.components.renault.renault_vehicle] Finished fetching VF1AG000*********** location data in 0.231 seconds (success: True)
2024-05-03 12:33:12.118 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 200 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/5732bb1d-8600-44bc-9795-9b5538ddd8a5/kamereon/kca/car-adapter/v2/cars/VF1AG000***********/battery-status?country=GB: {"data":{"id":"VF1AG000***********","attributes":{"timestamp":"2024-05-03T07:52:13Z","batteryLevel":92,"batteryAutonomy":349,"plugStatus":0,"chargingStatus":0.0,"chargingRemainingTime":2555}}}
2024-05-03 12:33:12.120 DEBUG (MainThread) [homeassistant.components.renault.renault_vehicle] Finished fetching VF1AG000*********** battery data in 0.128 seconds (success: True)
2024-05-03 12:33:12.305 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 200 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/5732bb1d-8600-44bc-9795-9b5538ddd8a5/kamereon/kca/car-adapter/v1/cars/VF1AG000***********/cockpit?country=GB: {"data":{"id":"VF1AG000***********","attributes":{"fuelAutonomy":0,"fuelQuantity":0.0,"totalMileage":38880}}}
2024-05-03 12:33:12.306 DEBUG (MainThread) [homeassistant.components.renault.renault_vehicle] Finished fetching VF1AG000*********** cockpit data in 0.217 seconds (success: True)
2024-05-03 12:40:12.365 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 200 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/5732bb1d-8600-44bc-9795-9b5538ddd8a5/kamereon/kca/car-adapter/v1/cars/VF1AG000***********/location?country=GB: {"data":{"id":"VF1AG000***********","attributes":{"lastUpdateTime":"2024-05-03T07:51:59Z","gpsLatitude":5*.****,"gpsLongitude":-1.****}}}
2024-05-03 12:40:12.367 DEBUG (MainThread) [homeassistant.components.renault.renault_vehicle] Finished fetching VF1AG000*********** location data in 0.602 seconds (success: True)
2024-05-03 12:40:12.494 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 200 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/5732bb1d-8600-44bc-9795-9b5538ddd8a5/kamereon/kca/car-adapter/v2/cars/VF1AG000***********/battery-status?country=GB: {"data":{"id":"VF1AG000***********","attributes":{"timestamp":"2024-05-03T07:52:13Z","batteryLevel":92,"batteryAutonomy":349,"plugStatus":0,"chargingStatus":0.0,"chargingRemainingTime":2555}}}
2024-05-03 12:40:12.495 DEBUG (MainThread) [homeassistant.components.renault.renault_vehicle] Finished fetching VF1AG000*********** battery data in 0.506 seconds (success: True)
2024-05-03 12:40:12.669 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 200 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/5732bb1d-8600-44bc-9795-9b5538ddd8a5/kamereon/kca/car-adapter/v1/cars/VF1AG000***********/cockpit?country=GB: {"data":{"id":"VF1AG000***********","attributes":{"fuelAutonomy":0,"fuelQuantity":0.0,"totalMileage":38880}}}
2024-05-03 12:40:12.670 DEBUG (MainThread) [homeassistant.components.renault.renault_vehicle] Finished fetching VF1AG000*********** cockpit data in 0.581 seconds (success: True)
2024-05-03 12:47:11.996 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 200 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/5732bb1d-8600-44bc-9795-9b5538ddd8a5/kamereon/kca/car-adapter/v1/cars/VF1AG000***********/location?country=GB: {"data":{"id":"VF1AG000***********","attributes":{"lastUpdateTime":"2024-05-03T07:51:59Z","gpsLatitude":5*.****,"gpsLongitude":-1.****}}}
2024-05-03 12:47:11.998 DEBUG (MainThread) [homeassistant.components.renault.renault_vehicle] Finished fetching VF1AG000*********** location data in 0.233 seconds (success: True)
2024-05-03 12:47:12.121 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 200 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/5732bb1d-8600-44bc-9795-9b5538ddd8a5/kamereon/kca/car-adapter/v2/cars/VF1AG000***********/battery-status?country=GB: {"data":{"id":"VF1AG000***********","attributes":{"timestamp":"2024-05-03T07:52:13Z","batteryLevel":92,"batteryAutonomy":349,"plugStatus":0,"chargingStatus":0.0,"chargingRemainingTime":2555}}}
2024-05-03 12:47:12.123 DEBUG (MainThread) [homeassistant.components.renault.renault_vehicle] Finished fetching VF1AG000*********** battery data in 0.132 seconds (success: True)
2024-05-03 12:47:13.202 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 200 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/5732bb1d-8600-44bc-9795-9b5538ddd8a5/kamereon/kca/car-adapter/v1/cars/VF1AG000***********/cockpit?country=GB: {"data":{"id":"VF1AG000***********","attributes":{"fuelAutonomy":0,"fuelQuantity":0.0,"totalMileage":38880}}}
2024-05-03 12:47:13.203 DEBUG (MainThread) [homeassistant.components.renault.renault_vehicle] Finished fetching VF1AG000*********** cockpit data in 0.114 seconds (success: True)
2024-05-03 12:54:11.946 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 200 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/5732bb1d-8600-44bc-9795-9b5538ddd8a5/kamereon/kca/car-adapter/v1/cars/VF1AG000***********/location?country=GB: {"data":{"id":"VF1AG000***********","attributes":{"lastUpdateTime":"2024-05-03T07:51:59Z","gpsLatitude":5*.****,"gpsLongitude":-1.****}}}
2024-05-03 12:54:11.947 DEBUG (MainThread) [homeassistant.components.renault.renault_vehicle] Finished fetching VF1AG000*********** location data in 0.183 seconds (success: True)
2024-05-03 12:54:12.133 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 200 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/5732bb1d-8600-44bc-9795-9b5538ddd8a5/kamereon/kca/car-adapter/v2/cars/VF1AG000***********/battery-status?country=GB: {"data":{"id":"VF1AG000***********","attributes":{"timestamp":"2024-05-03T07:52:13Z","batteryLevel":92,"batteryAutonomy":349,"plugStatus":0,"chargingStatus":0.0,"chargingRemainingTime":2555}}}
2024-05-03 12:54:12.134 DEBUG (MainThread) [homeassistant.components.renault.renault_vehicle] Finished fetching VF1AG000*********** battery data in 0.144 seconds (success: True)
2024-05-03 12:54:13.201 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 200 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/5732bb1d-8600-44bc-9795-9b5538ddd8a5/kamereon/kca/car-adapter/v1/cars/VF1AG000***********/cockpit?country=GB: {"data":{"id":"VF1AG000***********","attributes":{"fuelAutonomy":0,"fuelQuantity":0.0,"totalMileage":38880}}}
2024-05-03 12:54:13.203 DEBUG (MainThread) [homeassistant.components.renault.renault_vehicle] Finished fetching VF1AG000*********** cockpit data in 0.113 seconds (success: True)
2024-05-03 13:01:12.111 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 200 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/5732bb1d-8600-44bc-9795-9b5538ddd8a5/kamereon/kca/car-adapter/v1/cars/VF1AG000***********/location?country=GB: {"data":{"id":"VF1AG000***********","attributes":{"lastUpdateTime":"2024-05-03T07:51:59Z","gpsLatitude":5*.****,"gpsLongitude":-1.****}}}
2024-05-03 13:01:12.112 DEBUG (MainThread) [homeassistant.components.renault.renault_vehicle] Finished fetching VF1AG000*********** location data in 0.349 seconds (success: True)
2024-05-03 13:01:12.232 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 200 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/5732bb1d-8600-44bc-9795-9b5538ddd8a5/kamereon/kca/car-adapter/v2/cars/VF1AG000***********/battery-status?country=GB: {"data":{"id":"VF1AG000***********","attributes":{"timestamp":"2024-05-03T07:52:13Z","batteryLevel":92,"batteryAutonomy":349,"plugStatus":0,"chargingStatus":0.0,"chargingRemainingTime":2555}}}
2024-05-03 13:01:12.234 DEBUG (MainThread) [homeassistant.components.renault.renault_vehicle] Finished fetching VF1AG000*********** battery data in 0.245 seconds (success: True)
2024-05-03 13:01:13.203 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 200 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/5732bb1d-8600-44bc-9795-9b5538ddd8a5/kamereon/kca/car-adapter/v1/cars/VF1AG000***********/cockpit?country=GB: {"data":{"id":"VF1AG000***********","attributes":{"fuelAutonomy":0,"fuelQuantity":0.0,"totalMileage":38880}}}
2024-05-03 13:01:13.205 DEBUG (MainThread) [homeassistant.components.renault.renault_vehicle] Finished fetching VF1AG000*********** cockpit data in 0.116 seconds (success: True)
2024-05-03 13:08:11.939 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 200 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/5732bb1d-8600-44bc-9795-9b5538ddd8a5/kamereon/kca/car-adapter/v1/cars/VF1AG000***********/location?country=GB: {"data":{"id":"VF1AG000***********","attributes":{"lastUpdateTime":"2024-05-03T07:51:59Z","gpsLatitude":5*.****,"gpsLongitude":-1.****}}}
2024-05-03 13:08:11.940 DEBUG (MainThread) [homeassistant.components.renault.renault_vehicle] Finished fetching VF1AG000*********** location data in 0.175 seconds (success: True)
2024-05-03 13:08:12.145 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 200 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/5732bb1d-8600-44bc-9795-9b5538ddd8a5/kamereon/kca/car-adapter/v2/cars/VF1AG000***********/battery-status?country=GB: {"data":{"id":"VF1AG000***********","attributes":{"timestamp":"2024-05-03T07:52:13Z","batteryLevel":92,"batteryAutonomy":349,"plugStatus":0,"chargingStatus":0.0,"chargingRemainingTime":2555}}}
2024-05-03 13:08:12.147 DEBUG (MainThread) [homeassistant.components.renault.renault_vehicle] Finished fetching VF1AG000*********** battery data in 0.156 seconds (success: True)
2024-05-03 13:08:13.222 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 200 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/5732bb1d-8600-44bc-9795-9b5538ddd8a5/kamereon/kca/car-adapter/v1/cars/VF1AG000***********/cockpit?country=GB: {"data":{"id":"VF1AG000***********","attributes":{"fuelAutonomy":0,"fuelQuantity":0.0,"totalMileage":38880}}}
2024-05-03 13:08:13.223 DEBUG (MainThread) [homeassistant.components.renault.renault_vehicle] Finished fetching VF1AG000*********** cockpit data in 0.134 seconds (success: True)
2024-05-03 13:15:12.029 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 200 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/5732bb1d-8600-44bc-9795-9b5538ddd8a5/kamereon/kca/car-adapter/v1/cars/VF1AG000***********/location?country=GB: {"data":{"id":"VF1AG000***********","attributes":{"lastUpdateTime":"2024-05-03T07:51:59Z","gpsLatitude":5*.****,"gpsLongitude":-1.****}}}
2024-05-03 13:15:12.030 DEBUG (MainThread) [homeassistant.components.renault.renault_vehicle] Finished fetching VF1AG000*********** location data in 0.266 seconds (success: True)
2024-05-03 13:15:12.386 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 200 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/5732bb1d-8600-44bc-9795-9b5538ddd8a5/kamereon/kca/car-adapter/v2/cars/VF1AG000***********/battery-status?country=GB: {"data":{"id":"VF1AG000***********","attributes":{"timestamp":"2024-05-03T07:52:13Z","batteryLevel":92,"batteryAutonomy":349,"plugStatus":0,"chargingStatus":0.0,"chargingRemainingTime":2555}}}
2024-05-03 13:15:12.388 DEBUG (MainThread) [homeassistant.components.renault.renault_vehicle] Finished fetching VF1AG000*********** battery data in 0.398 seconds (success: True)
2024-05-03 13:15:13.267 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 200 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/5732bb1d-8600-44bc-9795-9b5538ddd8a5/kamereon/kca/car-adapter/v1/cars/VF1AG000***********/cockpit?country=GB: {"data":{"id":"VF1AG000***********","attributes":{"fuelAutonomy":0,"fuelQuantity":0.0,"totalMileage":38880}}}
2024-05-03 13:15:13.269 DEBUG (MainThread) [homeassistant.components.renault.renault_vehicle] Finished fetching VF1AG000*********** cockpit data in 0.179 seconds (success: True)
2024-05-03 13:22:12.080 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 200 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/5732bb1d-8600-44bc-9795-9b5538ddd8a5/kamereon/kca/car-adapter/v1/cars/VF1AG000***********/location?country=GB: {"data":{"id":"VF1AG000***********","attributes":{"lastUpdateTime":"2024-05-03T07:51:59Z","gpsLatitude":5*.****,"gpsLongitude":-1.****}}}
2024-05-03 13:22:12.082 DEBUG (MainThread) [homeassistant.components.renault.renault_vehicle] Finished fetching VF1AG000*********** location data in 0.318 seconds (success: True)
2024-05-03 13:22:12.195 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 200 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/5732bb1d-8600-44bc-9795-9b5538ddd8a5/kamereon/kca/car-adapter/v2/cars/VF1AG000***********/battery-status?country=GB: {"data":{"id":"VF1AG000***********","attributes":{"timestamp":"2024-05-03T07:52:13Z","batteryLevel":92,"batteryAutonomy":349,"plugStatus":0,"chargingStatus":0.0,"chargingRemainingTime":2555}}}
2024-05-03 13:22:12.197 DEBUG (MainThread) [homeassistant.components.renault.renault_vehicle] Finished fetching VF1AG000*********** battery data in 0.207 seconds (success: True)
2024-05-03 13:22:13.262 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 200 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/5732bb1d-8600-44bc-9795-9b5538ddd8a5/kamereon/kca/car-adapter/v1/cars/VF1AG000***********/cockpit?country=GB: {"data":{"id":"VF1AG000***********","attributes":{"fuelAutonomy":0,"fuelQuantity":0.0,"totalMileage":38880}}}
2024-05-03 13:22:13.265 DEBUG (MainThread) [homeassistant.components.renault.renault_vehicle] Finished fetching VF1AG000*********** cockpit data in 0.175 seconds (success: True)
2024-05-03 13:29:12.016 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 200 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/5732bb1d-8600-44bc-9795-9b5538ddd8a5/kamereon/kca/car-adapter/v1/cars/VF1AG000***********/location?country=GB: {"data":{"id":"VF1AG000***********","attributes":{"lastUpdateTime":"2024-05-03T07:51:59Z","gpsLatitude":5*.****,"gpsLongitude":-1.****}}}
2024-05-03 13:29:12.018 DEBUG (MainThread) [homeassistant.components.renault.renault_vehicle] Finished fetching VF1AG000*********** location data in 0.254 seconds (success: True)
2024-05-03 13:29:12.136 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 200 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/5732bb1d-8600-44bc-9795-9b5538ddd8a5/kamereon/kca/car-adapter/v2/cars/VF1AG000***********/battery-status?country=GB: {"data":{"id":"VF1AG000***********","attributes":{"timestamp":"2024-05-03T07:52:13Z","batteryLevel":92,"batteryAutonomy":349,"plugStatus":0,"chargingStatus":0.0,"chargingRemainingTime":2555}}}
2024-05-03 13:29:12.138 DEBUG (MainThread) [homeassistant.components.renault.renault_vehicle] Finished fetching VF1AG000*********** battery data in 0.148 seconds (success: True)
2024-05-03 13:29:13.200 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 200 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/5732bb1d-8600-44bc-9795-9b5538ddd8a5/kamereon/kca/car-adapter/v1/cars/VF1AG000***********/cockpit?country=GB: {"data":{"id":"VF1AG000***********","attributes":{"fuelAutonomy":0,"fuelQuantity":0.0,"totalMileage":38880}}}
2024-05-03 13:29:13.201 DEBUG (MainThread) [homeassistant.components.renault.renault_vehicle] Finished fetching VF1AG000*********** cockpit data in 0.112 seconds (success: True)
2024-05-03 13:36:12.032 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 200 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/5732bb1d-8600-44bc-9795-9b5538ddd8a5/kamereon/kca/car-adapter/v1/cars/VF1AG000***********/location?country=GB: {"data":{"id":"VF1AG000***********","attributes":{"lastUpdateTime":"2024-05-03T07:51:59Z","gpsLatitude":5*.****,"gpsLongitude":-1.****}}}
2024-05-03 13:36:12.034 DEBUG (MainThread) [homeassistant.components.renault.renault_vehicle] Finished fetching VF1AG000*********** location data in 0.269 seconds (success: True)
2024-05-03 13:36:12.170 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 200 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/5732bb1d-8600-44bc-9795-9b5538ddd8a5/kamereon/kca/car-adapter/v2/cars/VF1AG000***********/battery-status?country=GB: {"data":{"id":"VF1AG000***********","attributes":{"timestamp":"2024-05-03T07:52:13Z","batteryLevel":92,"batteryAutonomy":349,"plugStatus":0,"chargingStatus":0.0,"chargingRemainingTime":2555}}}
2024-05-03 13:36:12.172 DEBUG (MainThread) [homeassistant.components.renault.renault_vehicle] Finished fetching VF1AG000*********** battery data in 0.183 seconds (success: True)
2024-05-03 13:36:13.200 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 200 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/5732bb1d-8600-44bc-9795-9b5538ddd8a5/kamereon/kca/car-adapter/v1/cars/VF1AG000***********/cockpit?country=GB: {"data":{"id":"VF1AG000***********","attributes":{"fuelAutonomy":0,"fuelQuantity":0.0,"totalMileage":38880}}}
2024-05-03 13:36:13.202 DEBUG (MainThread) [homeassistant.components.renault.renault_vehicle] Finished fetching VF1AG000*********** cockpit data in 0.112 seconds (success: True)
2024-05-03 13:43:12.084 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 200 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/5732bb1d-8600-44bc-9795-9b5538ddd8a5/kamereon/kca/car-adapter/v1/cars/VF1AG000***********/location?country=GB: {"data":{"id":"VF1AG000***********","attributes":{"lastUpdateTime":"2024-05-03T07:51:59Z","gpsLatitude":5*.****,"gpsLongitude":-1.****}}}
2024-05-03 13:43:12.086 DEBUG (MainThread) [homeassistant.components.renault.renault_vehicle] Finished fetching VF1AG000*********** location data in 0.321 seconds (success: True)
2024-05-03 13:43:12.218 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 200 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/5732bb1d-8600-44bc-9795-9b5538ddd8a5/kamereon/kca/car-adapter/v2/cars/VF1AG000***********/battery-status?country=GB: {"data":{"id":"VF1AG000***********","attributes":{"timestamp":"2024-05-03T07:52:13Z","batteryLevel":92,"batteryAutonomy":349,"plugStatus":0,"chargingStatus":0.0,"chargingRemainingTime":2555}}}
2024-05-03 13:43:12.220 DEBUG (MainThread) [homeassistant.components.renault.renault_vehicle] Finished fetching VF1AG000*********** battery data in 0.230 seconds (success: True)
2024-05-03 13:43:13.217 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 200 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/5732bb1d-8600-44bc-9795-9b5538ddd8a5/kamereon/kca/car-adapter/v1/cars/VF1AG000***********/cockpit?country=GB: {"data":{"id":"VF1AG000***********","attributes":{"fuelAutonomy":0,"fuelQuantity":0.0,"totalMileage":38880}}}
2024-05-03 13:43:13.218 DEBUG (MainThread) [homeassistant.components.renault.renault_vehicle] Finished fetching VF1AG000*********** cockpit data in 0.129 seconds (success: True)
2024-05-03 13:50:12.169 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 200 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/5732bb1d-8600-44bc-9795-9b5538ddd8a5/kamereon/kca/car-adapter/v1/cars/VF1AG000***********/location?country=GB: {"data":{"id":"VF1AG000***********","attributes":{"lastUpdateTime":"2024-05-03T07:51:59Z","gpsLatitude":5*.****,"gpsLongitude":-1.****}}}
2024-05-03 13:50:12.171 DEBUG (MainThread) [homeassistant.components.renault.renault_vehicle] Finished fetching VF1AG000*********** location data in 0.407 seconds (success: True)
2024-05-03 13:50:12.454 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 200 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/5732bb1d-8600-44bc-9795-9b5538ddd8a5/kamereon/kca/car-adapter/v2/cars/VF1AG000***********/battery-status?country=GB: {"data":{"id":"VF1AG000***********","attributes":{"timestamp":"2024-05-03T07:52:13Z","batteryLevel":92,"batteryAutonomy":349,"plugStatus":0,"chargingStatus":0.0,"chargingRemainingTime":2555}}}
2024-05-03 13:50:12.456 DEBUG (MainThread) [homeassistant.components.renault.renault_vehicle] Finished fetching VF1AG000*********** battery data in 0.466 seconds (success: True)
2024-05-03 13:50:13.214 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 200 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/5732bb1d-8600-44bc-9795-9b5538ddd8a5/kamereon/kca/car-adapter/v1/cars/VF1AG000***********/cockpit?country=GB: {"data":{"id":"VF1AG000***********","attributes":{"fuelAutonomy":0,"fuelQuantity":0.0,"totalMileage":38880}}}
2024-05-03 13:50:13.215 DEBUG (MainThread) [homeassistant.components.renault.renault_vehicle] Finished fetching VF1AG000*********** cockpit data in 0.126 seconds (success: True)
2024-05-03 13:52:03.995 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 200 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/5732bb1d-8600-44bc-9795-9b5538ddd8a5/vehicles?country=GB: {"accountId":"5732bb1d-8600-44bc-9795-9b5538ddd8a5","country":"GB","vehicleLinks":[{"brand":"RENAULT","vin":"VF1AG000***********","status":"ACTIVE","linkType":"USER","garageBrand":"RENAULT","startDate":"2024-03-27","createdDate":"2024-03-27T20:04:27.595800Z","lastModifiedDate":"2024-03-27T20:05:14.252500Z","cancellationReason":{},"connectedDriver":{"role":"MAIN_DRIVER","createdDate":"2024-03-27T20:05:14.252291006Z","lastModifiedDate":"2024-03-27T20:05:14.252291006Z"},"vehicleDetails":{"vin":"VF1AG000***********","registrationDate":"2022-03-20","firstRegistrationDate":"2022-03-20","engineType":"5AQ","engineRatio":"605","modelSCR":"ZOE","deliveryCountry":{"code":"GB","label":"GREAT BRITAIN"},"family":{"code":"X10","label":"","group":"007"},"tcu":{"code":"AIVCT","label":"WITH AIVC CONNECTION UNIT","group":"E70"},"navigationAssistanceLevel":{"code":"SAN408","label":"CRITERE DE CONTEXTE","group":"408"},"battery":{"code":"BT4AR1","label":"BT4AR1 BATTERY","group":"968"},"radioType":{"code":"NA418","label":"FULL NAV DAB ETH - AUDI","group":"425"},"registrationCountry":{"code":"GB"},"brand":{"label":"RENAULT"},"model":{"code":"X102VE","label":"ZOE","group":"971"},"gearbox":{"code":"BVEL","label":"ELEC.VAR.GEARBOX","group":"427"},"version":{"code":"2K3D MC 1LP"},"energy":{"code":"ELEC","label":"ELECTRICITY","group":"019"},"bodyType":{"code":"B10","label":"","group":"008"},"steeringSide":{"code":"DD","label":"RIGHT-HAND DRIVE","group":"027"},"registrationNumber":"HN22DXD","vcd":"STANDA/X10/B10/EA3/MC/ELEC/DD/TEMP/TR4X2/AFURGE/RV/ABS/CAREG/LAC/VSTLAR/SUPCPE/RET03/PROJAB/RALU16/CEAVRH/ADAC/AIRBA2/SERIE/DRA/DRAP18/HARM02/3ATRPH/SGAV01/BARRAB/TERQT/SFBANA/MILES/DPRPN/AVREPL/SSDECA/ABLAV/ASRESP/ALEVA/CACBL2/SOP02C/STHPLG/SKTGRV/VLCUI2/RETRCR/TRSEV1/RETC/LVAVIP/LVAREL/SASURV/KTGREP/SGACHA/GBR01/APL03/FSTPO/ALOUC5/CMAR3P/SAN408/NA418/BVEL/AUTAUG/SPREST/RDIF01/PNSTRD/ISOFIX/EQPEUR/HRGM01/PREALA/CHARAP/TL06A/SPRODI/SAN613/AIRBDE/PSMRSE/ELC1/SSPTLP/SANCML/DCONT2/SEXTIN/PE2019/PHAS2/SAN913/THABT2/SSTYAD/SSHYB/052KWH/BT4AR1/VEC357/X102VE/NBT022/5AQ/ASCOD0/DLIGM2/SSTINC/KITPOU/SKTPGR/SSCCPC/SDPSEC/FDIU2/SSMAP/SSCALL/FACBA1/DANGMO/AVRCAR/SSCABD/AIVCT/AVGSI/ITPK4/VOLCHA/REACTI/RGCNT1/AVOSP1/SWALBO/SSDWGE/AVC1A/1234Y/AEBS07/TCHA0/PRAHL/SPMIR/RRCAM/TCHB0/TCHM0","assets":[{"assetType":"PICTURE","viewpoint":"mybrand_2","renditions":[{"resolutionType":"ONE_MYRENAULT_LARGE","url":"https://3dv.renault.com/ImageFromBookmark?configuration=X10%2FB10%2FEA3%2FDD%2FCAREG%2FVSTLAR%2FRET03%2FPROJAB%2FRALU16%2FDRAP18%2FHARM02%2F3ATRPH%2FTERQT%2FALEVA%2FVLCUI2%2FRETRCR%2FRETC%2FLVAREL%2FSGACHA%2FNA418%2FRDIF01%2FTL06A%2FDCONT2%2FNBT022%2FDLIGM2%2FKITPOU%2FDANGMO%2FITPK4%2FVOLCHA%2FREACTI%2FRGCNT1%2FAEBS07%2FPRAHL%2FRRCAM&databaseId=81a762e0-4640-48af-a4bf-66832f080159&bookmarkSet=RSITE&bookmark=EXT_34_DESSUS&profile=HELIOS_OWNERSERVICES_LARGE"},{"resolutionType":"ONE_MYRENAULT_SMALL","url":"https://3dv.renault.com/ImageFromBookmark?configuration=X10%2FB10%2FEA3%2FDD%2FCAREG%2FVSTLAR%2FRET03%2FPROJAB%2FRALU16%2FDRAP18%2FHARM02%2F3ATRPH%2FTERQT%2FALEVA%2FVLCUI2%2FRETRCR%2FRETC%2FLVAREL%2FSGACHA%2FNA418%2FRDIF01%2FTL06A%2FDCONT2%2FNBT022%2FDLIGM2%2FKITPOU%2FDANGMO%2FITPK4%2FVOLCHA%2FREACTI%2FRGCNT1%2FAEBS07%2FPRAHL%2FRRCAM&databaseId=81a762e0-4640-48af-a4bf-66832f080159&bookmarkSet=RSITE&bookmark=EXT_34_DESSUS&profile=HELIOS_OWNERSERVICES_SMALL_V2"}]},{"assetType":"PICTURE","viewpoint":"mybrand_5","renditions":[{"resolutionType":"ONE_MYRENAULT_LARGE","url":"https://3dv.renault.com/ImageFromBookmark?configuration=X10%2FB10%2FEA3%2FDD%2FCAREG%2FVSTLAR%2FRET03%2FPROJAB%2FRALU16%2FDRAP18%2FHARM02%2F3ATRPH%2FTERQT%2FALEVA%2FVLCUI2%2FRETRCR%2FRETC%2FLVAREL%2FSGACHA%2FNA418%2FRDIF01%2FTL06A%2FDCONT2%2FNBT022%2FDLIGM2%2FKITPOU%2FDANGMO%2FITPK4%2FVOLCHA%2FREACTI%2FRGCNT1%2FAEBS07%2FPRAHL%2FRRCAM&databaseId=81a762e0-4640-48af-a4bf-66832f080159&bookmarkSet=RSITE&bookmark=EXT_34_AV&profile=HELIOS_OWNERSERVICES_LARGE"},{"resolutionType":"ONE_MYRENAULT_SMALL","url":"https://3dv.renault.com/ImageFromBookmark?configuration=X10%2FB10%2FEA3%2FDD%2FCAREG%2FVSTLAR%2FRET03%2FPROJAB%2FRALU16%2FDRAP18%2FHARM02%2F3ATRPH%2FTERQT%2FALEVA%2FVLCUI2%2FRETRCR%2FRETC%2FLVAREL%2FSGACHA%2FNA418%2FRDIF01%2FTL06A%2FDCONT2%2FNBT022%2FDLIGM2%2FKITPOU%2FDANGMO%2FITPK4%2FVOLCHA%2FREACTI%2FRGCNT1%2FAEBS07%2FPRAHL%2FRRCAM&databaseId=81a762e0-4640-48af-a4bf-66832f080159&bookmarkSet=RSITE&bookmark=EXT_34_AV&profile=HELIOS_OWNERSERVICES_SMALL_V2"}]},{"assetType":"PDF","assetRole":"GUIDE","title":"PDF Guide","description":"","renditions":[{"url":"https://cdn.group.renault.com/ren/gb/myr/assets/x102ve/manual.pdf.asset.pdf/29100d3cba.pdf"}]},{"assetType":"URL","assetRole":"GUIDE","title":"e-guide","description":"","renditions":[{"url":"https://gb.e-guide.renault.com/eng/Zoe-ph2"}]},{"assetType":"URL","assetRole":"CAR","title":"More videos","description":"","renditions":[{"url":"https://www.youtube.com/playlist?list=PLlH1HNPlQbpP3G82bMkzyh3-l3AzeZ0r5"}]},{"assetType":"VIDEO","assetRole":"CAR","title":"All-New ZOE: Welcome to your new car","description":"","renditions":[{"url":"1OGwwmWHB6o"}]},{"assetType":"VIDEO","assetRole":"CAR","title":"Renault ZOE: All you need to know","description":"","renditions":[{"url":"_BVH-Rd6e5I"}]}],"yearsOfMaintenance":12,"connectivityTechnology":"RLINK1","easyConnectStore":false,"electrical":true,"rlinkStore":false,"deliveryDate":"2022-03-20","retrievedFromDhs":false,"engineEnergyType":"ELEC","radioCode":""}}]}
2024-05-03 13:52:04.124 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 200 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/5732bb1d-8600-44bc-9795-9b5538ddd8a5/kamereon/kca/car-adapter/v1/cars/VF1AG000***********/cockpit?country=GB: {"data":{"id":"VF1AG000***********","attributes":{"fuelAutonomy":0,"fuelQuantity":0.0,"totalMileage":38880}}}
2024-05-03 13:52:04.125 DEBUG (MainThread) [homeassistant.components.renault.renault_vehicle] Finished fetching VF1AG000*********** cockpit data in 0.125 seconds (success: True)
2024-05-03 13:52:05.021 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 200 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/5732bb1d-8600-44bc-9795-9b5538ddd8a5/kamereon/kca/car-adapter/v1/cars/VF1AG000***********/hvac-status?country=GB: {"data":{"type":"Car","id":"VF1AG000***********","attributes":{"socThreshold":20.0,"hvacStatus":"off","lastUpdateTime":"2024-05-03T06:56:25Z"}}}
2024-05-03 13:52:05.022 DEBUG (MainThread) [homeassistant.components.renault.renault_vehicle] Finished fetching VF1AG000*********** hvac_status data in 1.019 seconds (success: True)
2024-05-03 13:52:05.154 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 200 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/5732bb1d-8600-44bc-9795-9b5538ddd8a5/kamereon/kca/car-adapter/v1/cars/VF1AG000***********/location?country=GB: {"data":{"id":"VF1AG000***********","attributes":{"lastUpdateTime":"2024-05-03T07:51:59Z","gpsLatitude":5*.****,"gpsLongitude":-1.****}}}
2024-05-03 13:52:05.157 DEBUG (MainThread) [homeassistant.components.renault.renault_vehicle] Finished fetching VF1AG000*********** location data in 1.153 seconds (success: True)
2024-05-03 13:52:05.285 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 200 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/5732bb1d-8600-44bc-9795-9b5538ddd8a5/kamereon/kca/car-adapter/v2/cars/VF1AG000***********/battery-status?country=GB: {"data":{"id":"VF1AG000***********","attributes":{"timestamp":"2024-05-03T07:52:13Z","batteryLevel":92,"batteryAutonomy":349,"plugStatus":0,"chargingStatus":0.0,"chargingRemainingTime":2555}}}
2024-05-03 13:52:05.287 DEBUG (MainThread) [homeassistant.components.renault.renault_vehicle] Finished fetching VF1AG000*********** battery data in 1.284 seconds (success: True)
2024-05-03 13:52:05.529 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 200 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/5732bb1d-8600-44bc-9795-9b5538ddd8a5/kamereon/kca/car-adapter/v1/cars/VF1AG000***********/charge-mode?country=GB: {"data":{"type":"Car","id":"VF1AG000***********","attributes":{}}}
2024-05-03 13:52:05.530 DEBUG (MainThread) [homeassistant.components.renault.renault_vehicle] Finished fetching VF1AG000*********** charge_mode data in 1.527 seconds (success: True)
2024-05-03 13:52:05.667 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 404 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/5732bb1d-8600-44bc-9795-9b5538ddd8a5/kamereon/kca/car-adapter/v1/cars/VF1AG000***********/lock-status?country=GB: {"type":"FUNCTIONAL","messages":[{"code":"err.func.wired.notFound","message":"{\"errors\":[{\"errorCode\":404,\"errorMessage\":\"There is no data for this vin and uid\",\"errorLevel\":\"error\",\"errorType\":\"functional\"}],\"error_reference\":\"rrt-034f3290e66c5a57e-c-eu-13996-64071220-107\"}"}],"errors":[{"errorCode":"err.func.wired.notFound","errorMessage":"{\"errors\":[{\"errorCode\":404,\"errorMessage\":\"There is no data for this vin and uid\",\"errorLevel\":\"error\",\"errorType\":\"functional\"}],\"error_reference\":\"rrt-034f3290e66c5a57e-c-eu-13996-64071220-107\"}"}],"error_reference":"FUNCTIONAL"}
2024-05-03 13:52:05.668 DEBUG (MainThread) [homeassistant.components.renault.renault_vehicle] Finished fetching VF1AG000*********** lock_status data in 1.663 seconds (success: False)
2024-05-03 13:52:05.878 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 403 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/5732bb1d-8600-44bc-9795-9b5538ddd8a5/kamereon/kca/car-adapter/v1/cars/VF1AG000***********/res-state?country=GB: {"type":"FUNCTIONAL","messages":[{"code":"err.func.403","message":"{\"errors\":[{\"status\":\"403\",\"code\":\"security.access\",\"detail\":\"Access is denied for this resource\"}]}"}],"errors":[{"errorCode":"err.func.403","errorMessage":"{\"errors\":[{\"status\":\"403\",\"code\":\"security.access\",\"detail\":\"Access is denied for this resource\"}]}"}],"error_reference":"FUNCTIONAL"}
2024-05-03 13:52:05.879 DEBUG (MainThread) [homeassistant.components.renault.renault_vehicle] Finished fetching VF1AG000*********** res_state data in 1.874 seconds (success: False)
2024-05-03 13:54:42.847 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 200 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/5732bb1d-8600-44bc-9795-9b5538ddd8a5/vehicles?country=GB: {"accountId":"5732bb1d-8600-44bc-9795-9b5538ddd8a5","country":"GB","vehicleLinks":[{"brand":"RENAULT","vin":"VF1AG000***********","status":"ACTIVE","linkType":"USER","garageBrand":"RENAULT","startDate":"2024-03-27","createdDate":"2024-03-27T20:04:27.595800Z","lastModifiedDate":"2024-03-27T20:05:14.252500Z","cancellationReason":{},"connectedDriver":{"role":"MAIN_DRIVER","createdDate":"2024-03-27T20:05:14.252291006Z","lastModifiedDate":"2024-03-27T20:05:14.252291006Z"},"vehicleDetails":{"vin":"VF1AG000***********","registrationDate":"2022-03-20","firstRegistrationDate":"2022-03-20","engineType":"5AQ","engineRatio":"605","modelSCR":"ZOE","deliveryCountry":{"code":"GB","label":"GREAT BRITAIN"},"family":{"code":"X10","label":"","group":"007"},"tcu":{"code":"AIVCT","label":"WITH AIVC CONNECTION UNIT","group":"E70"},"navigationAssistanceLevel":{"code":"SAN408","label":"CRITERE DE CONTEXTE","group":"408"},"battery":{"code":"BT4AR1","label":"BT4AR1 BATTERY","group":"968"},"radioType":{"code":"NA418","label":"FULL NAV DAB ETH - AUDI","group":"425"},"registrationCountry":{"code":"GB"},"brand":{"label":"RENAULT"},"model":{"code":"X102VE","label":"ZOE","group":"971"},"gearbox":{"code":"BVEL","label":"ELEC.VAR.GEARBOX","group":"427"},"version":{"code":"2K3D MC 1LP"},"energy":{"code":"ELEC","label":"ELECTRICITY","group":"019"},"bodyType":{"code":"B10","label":"","group":"008"},"steeringSide":{"code":"DD","label":"RIGHT-HAND DRIVE","group":"027"},"registrationNumber":"HN22DXD","vcd":"STANDA/X10/B10/EA3/MC/ELEC/DD/TEMP/TR4X2/AFURGE/RV/ABS/CAREG/LAC/VSTLAR/SUPCPE/RET03/PROJAB/RALU16/CEAVRH/ADAC/AIRBA2/SERIE/DRA/DRAP18/HARM02/3ATRPH/SGAV01/BARRAB/TERQT/SFBANA/MILES/DPRPN/AVREPL/SSDECA/ABLAV/ASRESP/ALEVA/CACBL2/SOP02C/STHPLG/SKTGRV/VLCUI2/RETRCR/TRSEV1/RETC/LVAVIP/LVAREL/SASURV/KTGREP/SGACHA/GBR01/APL03/FSTPO/ALOUC5/CMAR3P/SAN408/NA418/BVEL/AUTAUG/SPREST/RDIF01/PNSTRD/ISOFIX/EQPEUR/HRGM01/PREALA/CHARAP/TL06A/SPRODI/SAN613/AIRBDE/PSMRSE/ELC1/SSPTLP/SANCML/DCONT2/SEXTIN/PE2019/PHAS2/SAN913/THABT2/SSTYAD/SSHYB/052KWH/BT4AR1/VEC357/X102VE/NBT022/5AQ/ASCOD0/DLIGM2/SSTINC/KITPOU/SKTPGR/SSCCPC/SDPSEC/FDIU2/SSMAP/SSCALL/FACBA1/DANGMO/AVRCAR/SSCABD/AIVCT/AVGSI/ITPK4/VOLCHA/REACTI/RGCNT1/AVOSP1/SWALBO/SSDWGE/AVC1A/1234Y/AEBS07/TCHA0/PRAHL/SPMIR/RRCAM/TCHB0/TCHM0","assets":[{"assetType":"PICTURE","viewpoint":"mybrand_2","renditions":[{"resolutionType":"ONE_MYRENAULT_LARGE","url":"https://3dv.renault.com/ImageFromBookmark?configuration=X10%2FB10%2FEA3%2FDD%2FCAREG%2FVSTLAR%2FRET03%2FPROJAB%2FRALU16%2FDRAP18%2FHARM02%2F3ATRPH%2FTERQT%2FALEVA%2FVLCUI2%2FRETRCR%2FRETC%2FLVAREL%2FSGACHA%2FNA418%2FRDIF01%2FTL06A%2FDCONT2%2FNBT022%2FDLIGM2%2FKITPOU%2FDANGMO%2FITPK4%2FVOLCHA%2FREACTI%2FRGCNT1%2FAEBS07%2FPRAHL%2FRRCAM&databaseId=81a762e0-4640-48af-a4bf-66832f080159&bookmarkSet=RSITE&bookmark=EXT_34_DESSUS&profile=HELIOS_OWNERSERVICES_LARGE"},{"resolutionType":"ONE_MYRENAULT_SMALL","url":"https://3dv.renault.com/ImageFromBookmark?configuration=X10%2FB10%2FEA3%2FDD%2FCAREG%2FVSTLAR%2FRET03%2FPROJAB%2FRALU16%2FDRAP18%2FHARM02%2F3ATRPH%2FTERQT%2FALEVA%2FVLCUI2%2FRETRCR%2FRETC%2FLVAREL%2FSGACHA%2FNA418%2FRDIF01%2FTL06A%2FDCONT2%2FNBT022%2FDLIGM2%2FKITPOU%2FDANGMO%2FITPK4%2FVOLCHA%2FREACTI%2FRGCNT1%2FAEBS07%2FPRAHL%2FRRCAM&databaseId=81a762e0-4640-48af-a4bf-66832f080159&bookmarkSet=RSITE&bookmark=EXT_34_DESSUS&profile=HELIOS_OWNERSERVICES_SMALL_V2"}]},{"assetType":"PICTURE","viewpoint":"mybrand_5","renditions":[{"resolutionType":"ONE_MYRENAULT_LARGE","url":"https://3dv.renault.com/ImageFromBookmark?configuration=X10%2FB10%2FEA3%2FDD%2FCAREG%2FVSTLAR%2FRET03%2FPROJAB%2FRALU16%2FDRAP18%2FHARM02%2F3ATRPH%2FTERQT%2FALEVA%2FVLCUI2%2FRETRCR%2FRETC%2FLVAREL%2FSGACHA%2FNA418%2FRDIF01%2FTL06A%2FDCONT2%2FNBT022%2FDLIGM2%2FKITPOU%2FDANGMO%2FITPK4%2FVOLCHA%2FREACTI%2FRGCNT1%2FAEBS07%2FPRAHL%2FRRCAM&databaseId=81a762e0-4640-48af-a4bf-66832f080159&bookmarkSet=RSITE&bookmark=EXT_34_AV&profile=HELIOS_OWNERSERVICES_LARGE"},{"resolutionType":"ONE_MYRENAULT_SMALL","url":"https://3dv.renault.com/ImageFromBookmark?configuration=X10%2FB10%2FEA3%2FDD%2FCAREG%2FVSTLAR%2FRET03%2FPROJAB%2FRALU16%2FDRAP18%2FHARM02%2F3ATRPH%2FTERQT%2FALEVA%2FVLCUI2%2FRETRCR%2FRETC%2FLVAREL%2FSGACHA%2FNA418%2FRDIF01%2FTL06A%2FDCONT2%2FNBT022%2FDLIGM2%2FKITPOU%2FDANGMO%2FITPK4%2FVOLCHA%2FREACTI%2FRGCNT1%2FAEBS07%2FPRAHL%2FRRCAM&databaseId=81a762e0-4640-48af-a4bf-66832f080159&bookmarkSet=RSITE&bookmark=EXT_34_AV&profile=HELIOS_OWNERSERVICES_SMALL_V2"}]},{"assetType":"PDF","assetRole":"GUIDE","title":"PDF Guide","description":"","renditions":[{"url":"https://cdn.group.renault.com/ren/gb/myr/assets/x102ve/manual.pdf.asset.pdf/29100d3cba.pdf"}]},{"assetType":"URL","assetRole":"GUIDE","title":"e-guide","description":"","renditions":[{"url":"https://gb.e-guide.renault.com/eng/Zoe-ph2"}]},{"assetType":"URL","assetRole":"CAR","title":"More videos","description":"","renditions":[{"url":"https://www.youtube.com/playlist?list=PLlH1HNPlQbpP3G82bMkzyh3-l3AzeZ0r5"}]},{"assetType":"VIDEO","assetRole":"CAR","title":"All-New ZOE: Welcome to your new car","description":"","renditions":[{"url":"1OGwwmWHB6o"}]},{"assetType":"VIDEO","assetRole":"CAR","title":"Renault ZOE: All you need to know","description":"","renditions":[{"url":"_BVH-Rd6e5I"}]}],"yearsOfMaintenance":12,"connectivityTechnology":"RLINK1","easyConnectStore":false,"electrical":true,"rlinkStore":false,"deliveryDate":"2022-03-20","retrievedFromDhs":false,"engineEnergyType":"ELEC","radioCode":""}}]}
2024-05-03 13:54:42.972 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 200 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/5732bb1d-8600-44bc-9795-9b5538ddd8a5/kamereon/kca/car-adapter/v1/cars/VF1AG000***********/cockpit?country=GB: {"data":{"id":"VF1AG000***********","attributes":{"fuelAutonomy":0,"fuelQuantity":0.0,"totalMileage":38880}}}
2024-05-03 13:54:42.973 DEBUG (MainThread) [homeassistant.components.renault.renault_vehicle] Finished fetching VF1AG000*********** cockpit data in 0.120 seconds (success: True)
2024-05-03 13:54:43.617 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 200 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/5732bb1d-8600-44bc-9795-9b5538ddd8a5/kamereon/kca/car-adapter/v1/cars/VF1AG000***********/hvac-status?country=GB: {"data":{"type":"Car","id":"VF1AG000***********","attributes":{"socThreshold":20.0,"hvacStatus":"off","lastUpdateTime":"2024-05-03T06:56:25Z"}}}
2024-05-03 13:54:43.619 DEBUG (MainThread) [homeassistant.components.renault.renault_vehicle] Finished fetching VF1AG000*********** hvac_status data in 0.764 seconds (success: True)
2024-05-03 13:54:43.827 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 200 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/5732bb1d-8600-44bc-9795-9b5538ddd8a5/kamereon/kca/car-adapter/v1/cars/VF1AG000***********/location?country=GB: {"data":{"id":"VF1AG000***********","attributes":{"lastUpdateTime":"2024-05-03T07:51:59Z","gpsLatitude":5*.****,"gpsLongitude":-1.****}}}
2024-05-03 13:54:43.828 DEBUG (MainThread) [homeassistant.components.renault.renault_vehicle] Finished fetching VF1AG000*********** location data in 0.973 seconds (success: True)
2024-05-03 13:54:43.970 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 200 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/5732bb1d-8600-44bc-9795-9b5538ddd8a5/kamereon/kca/car-adapter/v2/cars/VF1AG000***********/battery-status?country=GB: {"data":{"id":"VF1AG000***********","attributes":{"timestamp":"2024-05-03T07:52:13Z","batteryLevel":92,"batteryAutonomy":349,"plugStatus":0,"chargingStatus":0.0,"chargingRemainingTime":2555}}}
2024-05-03 13:54:43.972 DEBUG (MainThread) [homeassistant.components.renault.renault_vehicle] Finished fetching VF1AG000*********** battery data in 1.116 seconds (success: True)
2024-05-03 13:54:44.225 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 200 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/5732bb1d-8600-44bc-9795-9b5538ddd8a5/kamereon/kca/car-adapter/v1/cars/VF1AG000***********/charge-mode?country=GB: {"data":{"type":"Car","id":"VF1AG000***********","attributes":{}}}
2024-05-03 13:54:44.227 DEBUG (MainThread) [homeassistant.components.renault.renault_vehicle] Finished fetching VF1AG000*********** charge_mode data in 1.371 seconds (success: True)
2024-05-03 13:54:44.344 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 404 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/5732bb1d-8600-44bc-9795-9b5538ddd8a5/kamereon/kca/car-adapter/v1/cars/VF1AG000***********/lock-status?country=GB: {"type":"FUNCTIONAL","messages":[{"code":"err.func.wired.notFound","message":"{\"errors\":[{\"errorCode\":404,\"errorMessage\":\"There is no data for this vin and uid\",\"errorLevel\":\"error\",\"errorType\":\"functional\"}],\"error_reference\":\"rrt-034f3290e66c5a57e-c-eu-13995-64086128-20\"}"}],"errors":[{"errorCode":"err.func.wired.notFound","errorMessage":"{\"errors\":[{\"errorCode\":404,\"errorMessage\":\"There is no data for this vin and uid\",\"errorLevel\":\"error\",\"errorType\":\"functional\"}],\"error_reference\":\"rrt-034f3290e66c5a57e-c-eu-13995-64086128-20\"}"}],"error_reference":"FUNCTIONAL"}
2024-05-03 13:54:44.346 DEBUG (MainThread) [homeassistant.components.renault.renault_vehicle] Finished fetching VF1AG000*********** lock_status data in 1.491 seconds (success: False)
2024-05-03 13:54:44.561 DEBUG (MainThread) [renault_api.kamereon] Received Kamereon response 403 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/5732bb1d-8600-44bc-9795-9b5538ddd8a5/kamereon/kca/car-adapter/v1/cars/VF1AG000***********/res-state?country=GB: {"type":"FUNCTIONAL","messages":[{"code":"err.func.403","message":"{\"errors\":[{\"status\":\"403\",\"code\":\"security.access\",\"detail\":\"Access is denied for this resource\"}]}"}],"errors":[{"errorCode":"err.func.403","errorMessage":"{\"errors\":[{\"status\":\"403\",\"code\":\"security.access\",\"detail\":\"Access is denied for this resource\"}]}"}],"error_reference":"FUNCTIONAL"}
2024-05-03 13:54:44.562 DEBUG (MainThread) [homeassistant.components.renault.renault_vehicle] Finished fetching VF1AG000*********** res_state data in 1.707 seconds (success: False)
epenet commented 4 months ago

Now you can see exactly what Renault servers are sending back. For example, Renault servers are not sending back chargingInstantaneousPower in your battery-status

{"data": 
  {
  "id":"VF1AG000***********",
  "attributes": 
    {
    "timestamp":"2024-05-03T07:52:13Z",
    "batteryLevel":92,
    "batteryAutonomy":349,
    "plugStatus":0,
    "chargingStatus":0.0,
    "chargingRemainingTime":2555
    }
  }
}

If Renault servers don't return the data, there is no possibility for the Home Assistant integration to show anything.

It seems that for these past few weeks Renault has been changing the data returned - and even the Android app is missing information now so maybe you want to contact Renault directly...

IliasEagle commented 4 months ago

I see what you mean @epenet. Many thanks for your time and effort to respond to the issues and of course for maintaining the integration :)

Is the Renault api reserve engineered? The app provides information on charge history but of course this is not available in HA. Equally, I never saw the battery energy in the Renault app but, until recently, it used to be in HA.

brietman commented 4 months ago

Now you can see exactly what Renault servers are sending back. For example, Renault servers are not sending back chargingInstantaneousPower in your battery-status

{"data": 
  {
  "id":"VF1AG000***********",
  "attributes": 
    {
    "timestamp":"2024-05-03T07:52:13Z",
    "batteryLevel":92,
    "batteryAutonomy":349,
    "plugStatus":0,
    "chargingStatus":0.0,
    "chargingRemainingTime":2555
    }
  }
}

If Renault servers don't return the data, there is no possibility for the Home Assistant integration to show anything.

It seems that for these past few weeks Renault has been changing the data returned - and even the Android app is missing information now so maybe you want to contact Renault directly...

With me it's the same. Which means just after 16 hours integrating my Renault ZOE in my HA, Renault changed their API en stopped sending back other data 🤔?

My data is the same:

https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/1e24b6aa-cc7d-48d8-bdb6-b3a1949f7312/kamereon/kca/car-adapter/v2/cars/VF1AG001/battery-status?country=NL: {"data":{"id":"VF1AG00","attributes":{"timestamp":"2024-05-03T09:05:44Z","batteryLevel":90,"batteryAutonomy":285,"plugStatus":0,"chargingStatus":0.0,"chargingRemainingTime":2555}}}
2024-05-03 11:50:54.221 DEBUG (MainThread) [homeassistant.components.renault.renault_vehicle] Finished fetching VF1AG00 battery data in 1.454 seconds (success: True)
epenet commented 4 months ago

You should feel lucky! For me, the batteryLevel has simply disappeared! I still get the batteryAutonomy, but I have no indication left of what percentage that represents (and it's also disappeared from the Android App)

Welcome to the Renault API !!!

epenet commented 4 months ago

I see what you mean @epenet. Many thanks for your time and effort to respond to the issues and of course for maintaining the integration :)

Is the Renault api reserve engineered? The app provides information on charge history but of course this is not available in HA. Equally, I never saw the battery energy in the Renault app but, until recently, it used to be in HA.

Yes it is fully reverse engineered. All contributions are welcome on https://github.com/hacf-fr/renault-api

IliasEagle commented 4 months ago

Just like that, the available energy reading reappeared for me. The remaining charging time has also returned to normal values. image

epenet commented 4 months ago

batteryLevel reappeared for me too Since all these issues are not linked to Home Assistant, and seem resolved I will now close the issue.

brietman commented 4 months ago

Same here. From the debug log: ","batteryLevel":70,"batteryTemperature":20,"batteryAutonomy":246,"batteryCapacity":0,"batteryAvailableEnergy":33,"plugStatus":0,"chargingStatus":0.0,"chargingRemainingTime":270,"chargingInstantaneousPower":27.7}}} Outside temperature didn't show up, like before.

brietman commented 3 months ago

Do more poeple have issues with the Renault Connected or is it just me? In HA and the app I can only activate pre-cool/warm function. Everything else is not available. I tried to re-connect in the app, But I can't reconnect eiter. It tells me to activate a subscription (thay I already have). When I try to rebuy, I get a 404 in my browser.

I know Renault is working on some improvements, like setting a % limit for charging. Or could Renault ban me or having issues.

epenet commented 3 months ago

If the Renault app doesn't work - you should contact Renault directly.