13 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
rzenandClaude ce27677382 Add humidity-controlled fan blueprint with hysteresis and safety features
Includes support for multiple fans, configurable thresholds with hysteresis
to prevent flip-flopping, and runaway prevention mechanisms with max runtime
and cooldown periods. Optimized for Zooz ZSE11 and compatible humidity sensors.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
2025-09-01 19:44:50 -04:00
rzenandClaude 5917520903 Add deployment instructions to CLAUDE.md
Document kubectl command to deploy blueprints to Home Assistant pod after push

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
2025-08-09 18:01:41 -04:00
rzenandClaude 314657586f Add motion-activated light control blueprint and CLAUDE.md
- Create motion-light-control.yaml blueprint for motion-activated lighting
- Includes configurable quiet hours to prevent activation during night
- Supports multiple lights with brightness and transition controls
- Add CLAUDE.md documentation for repository guidance

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
2025-08-09 17:53:34 -04:00
rzen fbecc55c8f fix an issue with an input template 2025-07-06 16:52:31 -04:00
rzen a7274f6053 fix an issue with an input template 2025-07-06 16:49:44 -04:00
rzen 0a2381e91b cadence based fan management 2025-07-06 16:45:10 -04:00
rzen 93441c06e8 cadence based fan management 2025-07-06 16:41:45 -04:00
rzen d57df68cb5 another attempt at fixing fan management 2025-07-06 15:07:18 -04:00
rzen 28a69cd3d2 fix an issue where fan never gets turned off 2025-07-05 13:57:39 +00:00
rzen 99220e5db5 Merge branch 'main' of https://git.rzen.dev/rzen/blueprints 2025-07-04 20:22:25 +00:00
rzen b68e9ec3d2 initial commit 2025-07-04 20:16:15 +00:00