diff --git a/source/_docs/tools/dev-tools.markdown b/source/_docs/tools/dev-tools.markdown index 566c10a488a..babe4cde4d7 100644 --- a/source/_docs/tools/dev-tools.markdown +++ b/source/_docs/tools/dev-tools.markdown @@ -114,3 +114,15 @@ Event 0 fired 9:53 AM: } } ``` + +## Statistics + +The **Statistics** tab shows a list of long-term statistic entities. If the long term statistics is not working for an entity, a **Fix Issue** link is shown. Select it to view a description of the issue. There might also be an option to fix the issue. + +![Statistics issue message](/images/docs/developer-tools/statistics_issue.png) + +Another use of the {% my developer_statistics title="statistics developer tool" %} is to correct any measurements. Select the + +icon. Use date & time to search for the incorrect data point and adjust the value. + +![Screenshot showing adjusting the long-term statistic history value](/images/blog/2022-04/adjust-statistics.png) diff --git a/source/images/docs/developer-tools/statistics_issue.png b/source/images/docs/developer-tools/statistics_issue.png new file mode 100644 index 00000000000..653c14a7a6d Binary files /dev/null and b/source/images/docs/developer-tools/statistics_issue.png differ