Files
haos-blueprints/Common/Thermostat Controller/README.md
alexei.dolgolyov 7b00899903 Restructure repository: organize blueprints into folders
Each blueprint now has its own folder containing:
- blueprint.yaml: The automation code with a short header
- README.md: Detailed documentation extracted from headers

Updated CLAUDE.md with repository structure guidelines.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-01 02:38:52 +03:00

27 lines
846 B
Markdown

# Thermostat Controller Blueprint
This blueprint controls a thermostat/climate entity based on schedules, presence, and various conditions.
## Features
- Schedule-based heating control (using HA schedule helper)
- Working and standby temperature modes
- Optional input_number overrides for temperatures
- External temperature sensor support
- Window/door sensor integration (disable when open)
- Force heating override
- Minimum on-time to prevent rapid cycling
- Configurable behavior when disabled (off vs standby)
- Debug notifications for troubleshooting
## Temperature Priority
1. Windows open → Turn off (or standby based on setting)
2. Force heating ON → Working temperature
3. Schedule active → Working temperature
4. Schedule inactive → Standby temperature (or off)
## Author
Alexei Dolgolyov (dolgolyov.alexei@gmail.com)