home-assistant / frontend

:lollipop: Frontend for Home Assistant
https://demo.home-assistant.io
Other
4.11k stars 2.81k forks source link

Graphs are missing data since update #21866

Open dshefman opened 2 months ago

dshefman commented 2 months ago

Checklist

Describe the issue you are experiencing

After the most recent update, the graphs in my history view are not connecting cleanly anymore. I can confirm that the data has been available the whole time.

image

Describe the behavior you expected

I expect to see continuous lines for the continuous data. This started breaking once I updated.

Steps to reproduce the issue

  1. I'm tracking my solar production and consumption via enphase's integration.
  2. Over the course of the day, it randomly doesn't appear to log data.

What version of Home Assistant Core has the issue?

2024.8.3

What was the last working version of Home Assistant Core?

No response

In which browser are you experiencing the issue with?

No response

Which operating system are you using to run this browser?

No response

State of relevant entities

sensor.envoy_121950047565_current_power_consumption
Envoy 121950047565 Current power consumption
unavailable state_class: measurement
unit_of_measurement: kW
device_class: power
icon: mdi:flash
friendly_name: Envoy 121950047565 Current power consumption
sensor.envoy_121950047565_current_power_production
Envoy 121950047565 Current power production
unavailable state_class: measurement
unit_of_measurement: kW
device_class: power
icon: mdi:flash
friendly_name: Envoy 121950047565 Current power production

Problem-relevant frontend configuration

No response

Javascript errors shown in your browser console/inspector

none

Additional information

No response

karwosts commented 2 months ago

If there are gaps in the graph that likely means the sensor is going temporarily unavailable or unknown, which would be an issue with the integration, not with frontend.