Commit Graph
2 Commits
Author SHA1 Message Date
rzen 591e66b208 Use the abs filter instead of an abs() call in the stove and HVAC blueprints
Home Assistant's template engine has no abs() function, so every run of
Stove On Detection failed at its first variable ("'abs' is undefined") and
the HVAC failure monitor would fail the same way. Deployment note now points
at labctl blueprints:pull ha.

Claude-Session: https://claude.ai/code/session_01JBPyi1vyBbme5DKykW3Z25
2026-09-06 07:11:26 -04:00
rzen bc2c10e2b7 Add stove activity detector blueprint using split-phase power balance heuristic
Experimental first draft: infers electric range activity (off/active/probably_on)
from whole-panel split-phase power alone, since there's no dedicated CT clamp on
the stove circuit. Uses phase-balance (240V loads both legs symmetrically) as the
primary discriminator against 120V kitchen appliances in the same wattage range.
2026-07-02 06:07:22 -04:00