hacf-fr / renault-api

https://readthedocs.org/projects/renault-api/
MIT License
106 stars 38 forks source link

Megane E-Tech : meaning of batteryTemperature #805

Open Malimalo opened 1 year ago

Malimalo commented 1 year ago

Hi, Do you know if the data batteryTemperature in the renault_api.kamereon.models.KamereonVehicleBatteryStatusData works for the Megane E-Tech ? Thank you for your help

Malimalo commented 1 year ago

I always get a fix value : 20. It seems not to be actually updated... Do you have the possibility to add this parameter in the API for Megane E-Tech ?

epenet commented 1 year ago

I don't understand your problem. If the data is a fixed value, then that is what the Renault servers provide.

You can enable debug and provide logs to confirm...

Malimalo commented 1 year ago

I'm trying to understand what is provided by Renault servers in the field "battery temperature" as it does not seem to be related to the battery temperature in Celsius degrees

oliv3r commented 4 months ago

This is what I saw in home-assistant for my Zoe ZE40 before it stopped working all together ...

The battery temperature varries a great deal; or rather, it varies. image

Outside temperature is unrelated (it's 18C where it now shows 25C battery temp)

Malimalo commented 3 months ago

My guess would be that we do not have the key to decode the value provided by the car. It could be something that requires a special function to have the actual temperature in °C... Such function might be proprietary and not available to us...