Skip to content

v1.13.15 - Fix TO-POZADOVANA Setting

Choose a tag to compare

@pvyleta pvyleta released this 19 Oct 13:17

🔧 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

  1. Update to v1.13.15
  2. Restart Home Assistant
  3. 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).