Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Energy dashboard - data not showing #67

Open
francsoitv opened this issue Oct 13, 2024 · 12 comments
Open

Energy dashboard - data not showing #67

francsoitv opened this issue Oct 13, 2024 · 12 comments

Comments

@francsoitv
Copy link

francsoitv commented Oct 13, 2024

First, thanks for your work!

I have setup this addon and It works, I receive all the data :
Capture d’écran 2024-10-13 à 10 08 52

But when I try to add it to the energy dashboard, nothing shows on the graph (0kWh every day, every month, ...)

I tried with the alias, both kWh and m3, nothing seems to enable the data ingestion

I don't see any logs that might help me..

HA 2024.10.0

@ssenart
Copy link
Owner

ssenart commented Oct 13, 2024

Hello, the data start to feed the energy dashboard from the time you set it up.

You won't get the past data.

@C-Duv
Copy link

C-Duv commented Oct 13, 2024

Do you know any way to insert those old values manually?

@francsoitv
Copy link
Author

Ok thanks!
+1 i'd love to be able to get history

If that's of any help, it's possible for Linky (https://github.com/bokub/ha-linky)

@C-Duv
Copy link

C-Duv commented Oct 13, 2024

Too bad ha-linky is not in Python, it would have been easy to mimic the feature.

@francsoitv
Copy link
Author

francsoitv commented Oct 14, 2024

So I'm trying to get the history myself, with these steps:

  • Download the raw daily data from GRDF ("Donnees_informatives_xxx.csv")
Capture d’écran 2024-10-14 à 09 51 16
  • Convert it into a CSV to import into the SQL database
Capture d’écran 2024-10-14 à 09 53 16

With metadata_id = the ID of sensor.gazpar in the statistics_metadata table
Be careful to put everything in the same metrics, kWh only in my case. I had to average the m3<>kWh conversion so that I can use the total m3

I'm still struggling with the new data, it seems that there is confusion between state column (which should be differential) and sum column (which should be total)

@albebert
Copy link

albebert commented Nov 5, 2024

@francsoitv can you please explain how to transform data from exported data ?

thanks in advance

@enthalpie91
Copy link

enthalpie91 commented Nov 5, 2024

Screenshot_20241105_230724
It is automatic if you have subscribe the dayly index . you will see that in energy card or in gaspard card for HA

Screenshot_20241105_230832

@albebert
Copy link

albebert commented Nov 5, 2024

i've added the lovelace card and seems that i've data :

image

but nothing in energy dashboard :

image

i think that configuration of dashboard is ok :

image

@Gandulf78
Copy link

Gandulf78 commented Nov 17, 2024

Bonjour.
J'ai un problème similaire avec le Dashboard Energy. J'ai installé l'intégration hier matin. J'ai toutes les données dans le sensor.gazpar. Au bout de quelques heures, des données de consommation sont apparues à la date d'hier dans le Dashboard energy (en utilisant sensor.gazpar comme source des données). Le problème c'est qu'en vrai ces données sont datées du 13/11/2024 et non du 16/11/2024, comme cela apparaît dans Energy. Est-ce qu'il est possible de régler ce problème temporel pour le Dashboard Energy?
MyElectricalData arrive à gérer cela correctement à côté.
Merci pour cette intégration très prometteur.

@ssenart
Copy link
Owner

ssenart commented Dec 21, 2024

Hello, je viens de publier une nouvelle application spécialement conçu pour l'intégration avec le dashboard Energie de HA: https://github.com/ssenart/gazpar2haws

Elle permet d'uploader tout l'historique dans HA et de le maintenir à jour et respecte les dates des relevés.

@C-Duv
Copy link

C-Duv commented Dec 21, 2024

Hello, je viens de publier une nouvelle application spécialement conçu pour l'intégration avec le dashboard Energie de HA: https://github.com/ssenart/gazpar2haws

Elle permet d'uploader tout l'historique dans HA et de le maintenir à jour et respecte les dates des relevés.

gazpar2haws remplace home-assistant-gazpar ?

@ssenart
Copy link
Owner

ssenart commented Dec 21, 2024

Non, elle ne remplace pas. Elle est complémentaire et s'adresse seulement aux utilisateurs du dashboard énergie.

  • home-assistant-gazpar permet de publier l'état d'une entité à l'instant présent. Couplé au Recorder, cet état peut être historisé dans les tables statistics utilisés par le dashboard énergie. Ce fonctionnement d'historisation est décalé dans les dates d'autant que GrDF tarde à publier les valeurs du compteur.
  • gazpar2haws remplace le Recorder pour l'historisation et aligne les dates des relevés correctement. gazpar2haws sait immédiatement reconstruire tout l'historique au besoin, ou procède par delta en insérant juste les données manquantes (le paramètre reset gère ça).

Pour résumé:

A noter que gazpar2haws n'est pas une intégration, mais un programme indépendant qui se connecte à Home Assistant via les WebSocket (il faut donc déclarer un token dans HA).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants