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

Temperature data missing #34

Closed
Olivier6767 opened this issue Sep 20, 2024 · 4 comments
Closed

Temperature data missing #34

Olivier6767 opened this issue Sep 20, 2024 · 4 comments

Comments

@Olivier6767
Copy link

I'm using this lovelace integration along with the gazpar integration version 1.3.5.
I'm getting the values and they display nicely, except that I don't have any temperature data in the weekly graph.
Is this temperature supposed to be retrieved from the GRDF site by the gazpar integration?
Is there anything I should setup or check?

Thanks!

@ssenart
Copy link
Owner

ssenart commented Sep 20, 2024

Hello, the temperature is retrieved and displayed only for daily graph.

Yes, the temperature is coming from GRDF.

@Olivier6767
Copy link
Author

Thanks for the information.
Is there a sensor created for in HA that I can check?
What is the name?
Do I need to set anything up for the temperature to work?

When connecting to my GRDF account I can see the temperature graph.

@ssenart
Copy link
Owner

ssenart commented Sep 22, 2024

The corresponding default entity name is sensor.gazpar.

Its attributes give the data values per period. For example:

daily: 
- time_period: 20/09/2024
  start_index_m3: 19338
  end_index_m3: 19340
  volume_m3: 1.8
  energy_kwh: 20
  converter_factor_kwh/m3: 11.26827
  temperature_degC: 18.55
  type: Mesuré
  timestamp: '2024-09-22T13:02:58.726288'

temperature_degC is the temperature.

@Olivier6767
Copy link
Author

Thank you, it looks like I'm getting the temperature in the sensor values.
The missing temperature line on the daily graphs is intermittent, and specifically on the mobile device (iOS).
It may be a browser cache issue, I will investigate more.

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

2 participants