https://github.com/delphiki/hass-tarif-edf
Home Assistant integration to retrieve EDF Tariffs
https://github.com/delphiki/hass-tarif-edf
edf prix tarif
Last synced: 12 months ago
JSON representation
Home Assistant integration to retrieve EDF Tariffs
- Host: GitHub
- URL: https://github.com/delphiki/hass-tarif-edf
- Owner: delphiki
- Created: 2024-02-19T22:13:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-27T23:29:49.000Z (about 1 year ago)
- Last Synced: 2025-03-28T00:26:54.623Z (about 1 year ago)
- Topics: edf, prix, tarif
- Language: Python
- Homepage:
- Size: 37.1 KB
- Stars: 40
- Watchers: 2
- Forks: 8
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tarif EDF integration for Home Assistant
## Installation
### Using HACS
[](https://my.home-assistant.io/redirect/hacs_repository/?owner=delphiki&repository=hass-tarif-edf&category=integration)
### Manual install
Copy the `tarif_edf` folder from latest release to the `custom_components` folder in your `config` folder.
## Configuration
[](https://my.home-assistant.io/redirect/config_flow_start/?domain=tarif_edf)
## Available Sensors
### Common Sensors (All Contracts)
| Sensor | Description | Unit | Example |
|--------|-------------|------|---------|
| `sensor.tarif_actuel_[type]_[power]kva_ttc` | Current applicable rate | EUR/kWh | `sensor.tarif_actuel_base_6kva_ttc` |
### Base Contract
| Sensor | Description | Unit |
|--------|-------------|------|
| `sensor.tarif_base_ttc` | Base rate | EUR/kWh |
### HP/HC Contract (Peak/Off-Peak)
| Sensor | Description | Unit |
|--------|-------------|------|
| `sensor.tarif_heures_creuses_ttc` | Off-peak hours rate | EUR/kWh |
| `sensor.tarif_heures_pleines_ttc` | Peak hours rate | EUR/kWh |
### Tempo Contract
| Sensor | Description | Unit |
|--------|-------------|------|
| `sensor.tarif_tempo_couleur` | Current Tempo color | - |
| `sensor.tarif_tempo_couleur_hier` | Yesterday's Tempo color | - |
| `sensor.tarif_tempo_couleur_aujourd_hui` | Today's Tempo color | - |
| `sensor.tarif_tempo_couleur_demain` | Tomorrow's Tempo color | - |
| `sensor.tarif_tempo_heures_creuses_ttc` | Current off-peak hours rate | EUR/kWh |
| `sensor.tarif_tempo_heures_pleines_ttc` | Current peak hours rate | EUR/kWh |
| `sensor.tarif_bleu_tempo_heures_creuses_ttc` | Blue days off-peak rate | EUR/kWh |
| `sensor.tarif_bleu_tempo_heures_pleines_ttc` | Blue days peak rate | EUR/kWh |
| `sensor.tarif_blanc_tempo_heures_creuses_ttc` | White days off-peak rate | EUR/kWh |
| `sensor.tarif_blanc_tempo_heures_pleines_ttc` | White days peak rate | EUR/kWh |
| `sensor.tarif_rouge_tempo_heures_creuses_ttc` | Red days off-peak rate | EUR/kWh |
| `sensor.tarif_rouge_tempo_heures_pleines_ttc` | Red days peak rate | EUR/kWh |