You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I track some measurements in homeassistant and show the max value as well.
I use the statistic card to show the max value for the current year.
However it seems like theses don't update anymore during December - the last update was in November
core-2024.11.3 and core-2024.11.4 both seem to be at least affected
What version of Home Assistant Core has the issue?
core-2024.11.4
What was the last working version of Home Assistant Core?
Based on further analysis, this might have never worked
What type of installation are you running?
Home Assistant Container
Integration causing the issue
Not sure if it's an integration
I'm using the statistics card to show the max value
However it does not update anymore since about a month and it's current value is higher:
Link to integration documentation on our website
No response
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
When I set to "this month" it works - the current value is shown.
Is December not counted into "this year" maybe? Could be some < and <= issue somewhere
I also found a workaround for the yaml config of the statistic card:
This counts from 1st of Jan to end of December and gives the correct value. So I'm relatively certain that the calculation for "this year" does not include December. I haven't found the right place in the code to double check though.
Additional information
No response
The text was updated successfully, but these errors were encountered:
peteh
changed the title
Max value does not update anymore
Max value does not update anymore if set to "this Year"
Dec 3, 2024
peteh
changed the title
Max value does not update anymore if set to "this Year"
Max value does not update in December if set to "this Year"
Dec 3, 2024
peteh
changed the title
Max value does not update in December if set to "this Year"
Max value does not update in December if set to "this Year" and this year is Leap year
Dec 3, 2024
The problem
I track some measurements in homeassistant and show the max value as well.
I use the statistic card to show the max value for the current year.
However it seems like theses don't update anymore during December - the last update was in November
core-2024.11.3 and core-2024.11.4 both seem to be at least affected
What version of Home Assistant Core has the issue?
core-2024.11.4
What was the last working version of Home Assistant Core?
Based on further analysis, this might have never worked
What type of installation are you running?
Home Assistant Container
Integration causing the issue
Not sure if it's an integration
I'm using the statistics card to show the max value
However it does not update anymore since about a month and it's current value is higher:
Link to integration documentation on our website
No response
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
When I set to "this month" it works - the current value is shown.
Is December not counted into "this year" maybe? Could be some < and <= issue somewhere
I also found a workaround for the yaml config of the statistic card:
This counts from 1st of Jan to end of December and gives the correct value. So I'm relatively certain that the calculation for "this year" does not include December. I haven't found the right place in the code to double check though.
Additional information
No response
The text was updated successfully, but these errors were encountered: