🔧 Important Fix
Made HVAC Mode Read-Only - Let Thermostat Control Mode Changes
- ISSUE: Integration was interfering with thermostat HVAC mode control
- ROOT CAUSE: Integration was automatically changing zone modes when setting temperature
- FIX: Made HVAC mode read-only - integration only reads state, doesn't change it
🎯 Philosophy Change
- Before: Integration tried to "fix" HVAC mode by switching zones to manual mode
- After: Integration only reads current HVAC mode from device state
- Result: Physical thermostat has full control over HVAC mode changes
🔧 What Changed
- ✅ Read-Only HVAC Mode: Integration no longer changes HVAC mode
- ✅ Temperature Only: Integration only sets target temperature
- ✅ Thermostat Control: Physical thermostat controls all HVAC mode changes
- ✅ No Interference: Integration won't fight with thermostat settings
📊 Benefits
- Stable Operation: No more HVAC mode oscillation
- Thermostat Control: Physical thermostat has full control
- Simplified Logic: Integration focuses on temperature, not mode changes
- Better Compatibility: Works with any thermostat configuration
🔍 Technical Details
- Removed automatic zone mode switching in temperature setting
- HVAC mode property now only reads device state
- Removed stability tracking (not needed for read-only mode)
- Integration respects thermostat's mode decisions
Breaking Changes: None
Migration: No action required - existing installations will automatically benefit from this fix