Skip to content

Renault ZE sensor for home assistant

License

Notifications You must be signed in to change notification settings

PysX/hassRenaultZE

 
 

Repository files navigation

renault

GitHub Release GitHub Activity License

hacs Project Maintenance

Discord Community Forum

Component to integrate with Renault.

This component will set up the following platforms.

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

example

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/__init__.py
custom_components/renault/binary_sensor.py
custom_components/renault/climate.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/pyzeproxy.py
custom_components/renault/pyzevehicleproxy.py
custom_components/renault/renaultentity.py
custom_components/renault/sensor.py
custom_components/renault/services.py
custom_components/renault/services.yaml
custom_components/renault/strings.json

Configuration is done in the UI

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


About

Renault ZE sensor for home assistant

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%