Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Confirm what sensors are available for which model of car #123

Closed
lonebaggie opened this issue Feb 2, 2021 · 6 comments
Closed

Confirm what sensors are available for which model of car #123

lonebaggie opened this issue Feb 2, 2021 · 6 comments
Labels
question Further information is requested

Comments

@lonebaggie
Copy link

I realise this component is developing extremely quickly, but I’m struggling to work out what sensors have been replaced or do not work for my model of Zoe (ZE40). As I update versions , I have a number of sensors which are now unavailable
I assume location does not work for my model , but I still have sensors for .zoe_range, zoe_millage and climate.zoe_HVAC are these no longer supported?

Again many thanks for this intergration, I use this in conjuction with my energy tariff and it has saved me money

@epenet
Copy link
Collaborator

epenet commented Feb 2, 2021

location doesn't work for Zoe 40 (previous versions caused error in log, new version checks model code and doesn't even attempt it)
range was replaced with battery autonomy to keep in line with Renault API and to avoid clash with fuel vehicles
climate was removed due to inconsistencies (see discussion #51, PR #114 and #116 and documentation at https://github.com/hacf-fr/hassRenaultZE/blob/master/CONFIGURE.md)

For mileage I don't have any problem. What is your issue with mileage? Maybe a spelling issue?

@epenet epenet added the question Further information is requested label Feb 2, 2021
@lonebaggie
Copy link
Author

Thanks for the update, still no mileage data

running the renault-api

renault-api --log status
cockpit: Access is denied for this resource


Battery level 73 %
Last updated 2021-02-03 04:34:45
Range estimate 159 km
Plug state PlugState.UNPLUGGED
Charging state ChargeState.NOT_IN_CHARGE
Charge mode always_charging
HVAC status off
External temperature 6.0 °C

Is mileage data in the cockpit data ?

@epenet
Copy link
Collaborator

epenet commented Feb 3, 2021

Yes mileage is part of the cockpit data. I've never heard of the cockpit data being unavailable!
What vehicle do you have?
Does the mileage show up correctly inside the Renault application?

Also, if you replace --log with --debug you should be able to see the full API responses directly in the console:
renault-api --debug status

@epenet
Copy link
Collaborator

epenet commented Feb 3, 2021

Note 1: This should probably be discussed on renault-api rather than hassRenaultZE...
Note 2: You can take a look at this directory https://github.com/hacf-fr/renault-api/tree/main/tests/fixtures/kamereon/vehicles to check if your vehicle is in the list - if it is not then please generate a new file
Note 3: You may with to participate at this conversation hacf-fr/renault-api#157

@lonebaggie
Copy link
Author

OK many thanks for the update . will look at renault-api github .

for info my car is
Zoe 40 Dynamique Nav R110
Renault App does not show mileage , but will allow me to manually update it

You can close this ticket. Its just looks like a documentation issue, Just was'nt sure what sensors were now supported ,Now I know :) I can delete all the orphaned sensors from my HA.

@epenet epenet closed this as completed Feb 3, 2021
@epenet
Copy link
Collaborator

epenet commented Feb 3, 2021

We're still trying to figure out how to know if an endpoint is available, or not available. So any input on the renault-api conversations would be very welcome.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants