What's Changed
Features
- load from power calc by @springfall2008 in #3248
The load_power_fill_enable feature (on by default, set in apps.yaml) helps to improve the accuracy of historical load data by using instantaneous power readings to fill gaps and smooth
out load_today sensors that update infrequently (e.g., sensors that increment in kWh units may only update every hour). This preprocessing happens before
the main load data analysis and can significantly improve prediction accuracy, especially for systems with coarse-grained energy sensors.
Bug fixes
- Modal filter fixes for gap filling
Full Changelog: v8.32.3...v8.32.4