-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Recalculate bills in service reprocess_energy_data
- Loading branch information
Showing
3 changed files
with
14 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
import_energy_data: | ||
name: Obtener nuevos datos de energía | ||
description: Obtiene nuevos datos de energía desde el último día hasta dos menos del actual. Se ejecuta automáticamnete todos los días a las 7:05. | ||
force_import_energy_data: | ||
reprocess_statistics: | ||
name: Forzar obtención de datos de energía | ||
description: Obtiene los datos de energía (consumo y coste) de los dos últimos años y actualiza los datos existentes, las estadísticas y las facturas. | ||
reprocess_energy_data: | ||
name: Reprocesar datos (panel de energía y facturas) | ||
description: Reprocesa los datos existentes y regenera las estadísticas del panel de energía y las facturas. |