The car has actually driven 14893 km.
However, the binding shows 7502 kmā¦
I installed the python script linked in the binding documentation to test it and it returns the correct values:
---------------- -------------------------
Battery level 79 %
Last updated 2024-07-22 06:51:55
Range estimate 243 km
Plug state PlugState.UNPLUGGED
Charging state ChargeState.NOT_IN_CHARGE
Time remaining 25 min
Charge mode always_charging
Total mileage 14893.0 km
Fuel autonomy 0.0 km
Fuel quantity 0.0 L
GPS Latitude xx.48328194444445
GPS Longitude x.828936666666666
GPS last updated 2024-07-22 06:51:00
HVAC status off
---------------- -------------------------
Can you add suport for channels from fuel Renault?
When I use this binding with my car (it is Arkana 1.3TCe) i get ex. odometr , location, last update but there is missing or not working - remaining fuel and remaining millage . I need them to see in OH that I need go to the gas station.
If everything @sihui says fails then check the openhab.log Is there an error?
I had the problem yesterday that the data services were deactivated⦠The error was in the Andriod App, but not the binding⦠The binding reported: āEnsure the car is paired in your MyRenault Appā in the log file.
Renault App show the battery% accurately, the remaining range as well⦠(and not that many other info, but this is more because I believe the app is relatively poor than another type of problem ).
The credentials seem to be ok: I tried removing one letter from the password and the thing turns offline immediately with an explicit error message in Main UI. And the thing goes back online when I fix the password. I thought it might have been the way I entered the VIN but when I change it to something wrong intentionally, I have a very explicit error message + the thing goes offline immediatelyā¦
If there is nothing in the openhab.log to indicate an error I am not sure what the issue is. You can set the logging level to debug and post the log output here (removing private info) and maybe that will give us some clues.
Hi, sorry for coming back to you so late⦠I found the problem : I used the plate number instead of the VIN⦠The thing became online and there was no error message in the log.
I thought I had tested changing the number (the plate number) to a fake one and got the thing to turn offline, so I thought that this input was ok, but Iām not able to reproduce this, soā¦
Anyways, entering the proper V.I.N it worked right away.
Anyone not getting updates from the car? Do you have this error in your log?
[WARN ] [ault.internal.handler.RenaultHandler] - Error My Renault Http Session.
org.openhab.binding.renault.internal.api.exceptions.RenaultNotImplementedException: Kamereon service not found
I think something has changed on the server side. I will add a catch to try and fix this. Disabling and re-enabling the thing got it working again for me. Any info from users would be helpful.