Skip to content

feat: vacation mode, TRV off-temp fix, setup crash fix#2

Merged
duczz merged 1 commit intomainfrom
feat/vacation-mode-and-fixes
Apr 6, 2026
Merged

feat: vacation mode, TRV off-temp fix, setup crash fix#2
duczz merged 1 commit intomainfrom
feat/vacation-mode-and-fixes

Conversation

@duczz
Copy link
Copy Markdown
Owner

@duczz duczz commented Apr 6, 2026

Summary

  • Vacation Mode (L-9): Neues switch.vacation_mode + number.vacation_temperature (Default 15°C) übersteuert alle anderen Zustände. Frost Protection greift als Untergrenze. Alternativ: vacation: 15 als Kalender-Tag in der Event-Beschreibung aktiviert denselben Modus.
  • Bugfix TRV 8°C bei off: Bei hvac_mode=off wurde valve_temp fälschlicherweise auf min_temp (z.B. 8°C) geclampt und mitgesendet. Clamping und Temperatur im Change-Dict werden jetzt bei off übersprungen.
  • Bugfix Setup-Absturz bei Reload: Ein CancelledError beim initialen Coordinator-Update (z.B. wenn fritzbox beim Reload noch nicht bereit ist) bricht den Setup nicht mehr ab.

…n reload

- Vacation Mode (L-9): switch.vacation_mode + number.vacation_temperature (default 15°C)
  overrides all other states; frost protection applies as lower bound.
  Calendar tag vacation: 15 activates the same mode via event description.
- Fix: TRV no longer receives temperature=min_temp when hvac_mode=off —
  clamping and temperature field are now skipped for off changes.
- Fix: CancelledError during initial coordinator update (e.g. fritzbox not
  ready on reload) no longer aborts integration setup.
@duczz duczz merged commit 1098706 into main Apr 6, 2026
2 checks passed
@duczz duczz deleted the feat/vacation-mode-and-fixes branch April 6, 2026 06:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant