Skip to content

Bug fix

Choose a tag to compare

@smcneece smcneece released this 31 May 16:12

Release Date: May 31 2026
Type: Bug fix

What's New

Bug Fix: Outlier Protection Incorrectly Applied to PVS Uptime

The outlier protection added in v2026.05.6 was triggering on the PVS uptime sensor after a PVS reboot. Uptime legitimately resets to zero on reboot, but the protection was treating the drop as a bad read and holding the pre-reboot value indefinitely, causing log warnings and a stale uptime reading.

The fix scopes outlier protection to energy sensors only (SensorDeviceClass.ENERGY). Uptime, skipped scans, and any other TOTAL_INCREASING sensor that can legitimately reset will now pass through correctly.

Documentation: README Rewritten

The README was reorganized to get users to a working Energy Dashboard setup as quickly as possible. Energy Dashboard configuration now appears near the top, before feature descriptions and advanced options. Several sections have been trimmed or removed.

Battery Energy Dashboard setup is now documented with the expected sensor assignments, with a note that it has not been verified on a live battery system.

Upgrade Instructions

Update via HACS in the usual way. No configuration changes required.

User Impact

All Users

  • PVS uptime sensor will now correctly reset after a PVS reboot instead of holding the pre-reboot value and logging warnings.