From 719aa3cfd9585150d8f017d732c37b7f4b848f18 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Sun, 12 Apr 2026 11:54:11 +0200 Subject: [PATCH] Added prediction & updated to 30 days recording information to enalble prediction --- configuration.yaml | 6 ++++++ log/recorder.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/configuration.yaml b/configuration.yaml index 4e2ce5c2..152b89d8 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -61,10 +61,16 @@ counter: !include_dir_merge_named counters/ # Energy energy: +# Estimates future energy consumption and production based on historical data. +usage_prediction: + # Enables the frontend frontend: themes: !include_dir_merge_named themes +# File integration to read from and write to text files in support of system sensors, scripts, and automations. +# file: + # Go2rtc stream protocol # got2rtc diff --git a/log/recorder.yaml b/log/recorder.yaml index 62c896d0..e6bafe3c 100644 --- a/log/recorder.yaml +++ b/log/recorder.yaml @@ -2,7 +2,7 @@ # Recorder Configuration ###################################################################### -purge_keep_days: 6 +purge_keep_days: 30 auto_purge: true exclude: domains: -- 2.47.3