v1.13.15 - Fix TO-POZADOVANA Setting
🔧 Hotfix: TO-POZADOVANA Page Detection
Problem Fixed
Setting TO-POZADOVANA (room temperature) and other TO-* properties was failing because the XCC client was looking for them in the wrong XML page (STAVJED1.XML instead of OKRUH10.XML).
Changes
- ✅ Added
TO-prefix to OKRUH page detection keywords - ✅ Added debug logging for page detection to help diagnose issues
- ✅ Added test coverage for TO-* property page detection
Impact
All TO-* properties (TO-POZADOVANA, TO-UTLUMOVA, TO-POVOLENI, etc.) now correctly route to OKRUH10.XML and can be set via automations.
Upgrade Instructions
- Update to v1.13.15
- Restart Home Assistant
- Your TO-POZADOVANA automations should now work correctly
Technical Details
Before: ["OKRUH", "CIRCUIT"]
After: ["OKRUH", "CIRCUIT", "TO-"]
This ensures room temperature properties are correctly identified and routed to the heating circuit page (OKRUH10.XML).