Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hacf-fr/hassRenaultZE
đźš— Renault ZE sensor for home assistant
https://github.com/hacf-fr/hassRenaultZE
custom-components home-assistant renault renault-ze renault-zoe
Last synced: 3 months ago
JSON representation
đźš— Renault ZE sensor for home assistant
- Host: GitHub
- URL: https://github.com/hacf-fr/hassRenaultZE
- Owner: hacf-fr
- License: mit
- Archived: true
- Created: 2019-01-07T10:58:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-04T09:35:10.000Z (almost 3 years ago)
- Last Synced: 2024-07-29T00:46:36.141Z (3 months ago)
- Topics: custom-components, home-assistant, renault, renault-ze, renault-zoe
- Language: Python
- Homepage:
- Size: 198 KB
- Stars: 52
- Watchers: 15
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-francophone-home-assistant - hassRenaultZE - Pour accéder aux infos de votre véhicule électrique Renault ZE comme la Zoé. (Modules tiers utiles pour (ou par) des utilisateurs francophones / Intégrations Personnalisées (Custom Components))
README
# renault
[![GitHub Release][releases-shield]][releases]
[![GitHub Activity][commits-shield]][commits]
[![License][license-shield]](LICENSE)[![hacs][hacsbadge]][hacs]
![Project Maintenance][maintenance-shield][![Discord][discord-shield]][discord]
[![Community Forum][forum-shield]][forum]_Component to integrate with [Renault][renault]._
# :warning: 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][exampleimg]
## 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:
```text
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](CONFIGURE.md).## 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](CONTRIBUTING.md)
***
[renault]: https://github.com/hacf-fr/hassRenaultZE
[commits-shield]: https://img.shields.io/github/commit-activity/y/hacf-fr/hassRenaultZE.svg?style=for-the-badge
[commits]: https://github.com/hacf-fr/hassRenaultZE/commits/master
[hacs]: https://github.com/custom-components/hacs
[hacsbadge]: https://img.shields.io/badge/HACS-Custom-orange.svg?style=for-the-badge
[discord]: https://discord.gg/Qa5fW2R
[discord-shield]: https://img.shields.io/discord/330944238910963714.svg?style=for-the-badge
[exampleimg]: example.png
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg?style=for-the-badge
[forum]: https://community.home-assistant.io/
[license-shield]: https://img.shields.io/github/license/hacf-fr/hassRenaultZE.svg?style=for-the-badge
[maintenance-shield]: https://img.shields.io/badge/maintainer-epenet-blue.svg?style=for-the-badge
[releases-shield]: https://img.shields.io/github/release/hacf-fr/hassRenaultZE.svg?style=for-the-badge
[releases]: https://github.com/hacf-fr/hassRenaultZE/releases