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

hacf-fr/hassRenaultZE

Repository files navigation

renault

GitHub Release GitHub Activity License

hacs Project Maintenance

Discord Community Forum

Component to integrate with Renault.

⚠️ The Renault integration was originally merged into core in 2021.8 and finalised in 2021.10. The use of this custom component has been deprecated since then and should no longer be used

This component will set up the following platforms.

Platform Description
binary_sensor Show car charge and plug status as True or False.
device_tracker Show car location.
sensor Show various information about the car status.

example

Requirements

This component requires Home Assistant version 0.115 or greater.

Installation

  1. Using the tool of choice open the directory (folder) for your HA configuration (where you find configuration.yaml).
  2. If you do not have a custom_components directory (folder) there, you need to create it.
  3. In the custom_components directory (folder) create a new folder called renault.
  4. Download all the files from the custom_components/renault/ directory (folder) in this repository.
  5. Place the files you downloaded in the new directory (folder) you created.
  6. Restart Home Assistant
  7. In the HA UI go to "Configuration" -> "Integrations" click "+" and search for "Renault"

Using your HA configuration directory (folder) as a starting point you should now also have this:

custom_components/renault/translations/en.json
custom_components/renault/translations/fr.json
custom_components/renault/translations/sensor.en.json
custom_components/renault/translations/sensor.fr.json
custom_components/renault/__init__.py
custom_components/renault/binary_sensor.py
custom_components/renault/config_flow.py
custom_components/renault/const.py
custom_components/renault/device_tracker.json
custom_components/renault/manifest.json
custom_components/renault/renault_coordinator.py
custom_components/renault/renault_entities.py
custom_components/renault/renault_hub.py
custom_components/renault/renault_vehicle.py
custom_components/renault/sensor.py
custom_components/renault/services.py
custom_components/renault/services.yaml
custom_components/renault/strings.json

Configuration

Configuration is done in the UI, but some cases need specific configuration.

Logging

If you are having issues with the component, please enable debug logging in your configuration.yaml, for example:

logger:
  default: error
  logs:
    renault_api: debug
    custom_components.renault: debug

Contributions are welcome!

If you want to contribute to this please read the Contribution guidelines