This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * UNIFIED HEATING CONTROLLER v21 (Clean Logs & Always Visible Params) | |
| * * LOGIC: | |
| * - Cycle Time: Every ~30s. | |
| * - TRV Data: Read and Logged EVERY cycle (Always visible). | |
| * - Pushing: Happens only every N cycles (defined by CYCLES_PER_PUSH). | |
| * - Logs: "PUSHING" appears only when data is actually sent. | |
| */ | |
| // --- CONFIGURATION --- |