-
Notifications
You must be signed in to change notification settings - Fork 2
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
Comments
Hello, the temperature is retrieved and displayed only for daily graph. Yes, the temperature is coming from GRDF. |
Thanks for the information. When connecting to my GRDF account I can see the temperature graph. |
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. |
Thank you, it looks like I'm getting the temperature in the sensor values. |
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!
The text was updated successfully, but these errors were encountered: