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
fix: EWT/LWT anomaly rule fires on large delta, not small
The original rule warned when delta < 2°F, labelling it a flow
restriction. This is backwards: Q = flow_gpm × 500 × ΔT, so a
*large* delta at a given load means low flow (pump not moving enough
water). A small delta is normal — low compressor load or high flow.
Changed threshold to > 10°F (normal range is 5–10°F). Added two unit
tests — one for the real 7-series case that triggered the false
positive (1.9°F, now silent) and one for the alert case (11°F).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments