🐛 Bug Fix
Fixed Climate Entity Turning Off After Temperature Setting
- ISSUE: Climate entity was showing as 'turned off' after setting target temperature
- ROOT CAUSE: Zone was not automatically switched to manual mode when setting temperature
- FIX: Ensure zone is in manual mode before setting target temperature
- IMPROVEMENT: Added debug logging for HVAC mode determination
🔧 What This Fixes
- ✅ Climate entity stays in correct mode (HEAT/AUTO) after temperature changes
- ✅ Temperature settings are properly applied without changing HVAC mode
- ✅ Better debugging with detailed HVAC mode logging
- ✅ Works for both GALEVO and BSB system types
📊 Technical Details
- Automatically switches zone to manual mode when setting temperature
- Maintains compatibility with both plant mode supported and non-supported devices
- Enhanced logging helps diagnose HVAC mode issues
Breaking Changes: None
Migration: No action required - existing installations will automatically benefit from this fix