iMicknl / python-overkiz-api

Async Python wrapper to interact with internal Somfy TaHoma API, or other OverKiz API's.
MIT License
48 stars 29 forks source link

Atlantic DHW setAbsense fields #1293

Closed ALERTua closed 3 months ago

ALERTua commented 3 months ago

Adds support for setting away mode start and end dates, and getting the current datetime for Atlantic Water Heater.

This is a prerequisite for the future PR to ha_core that switches the away mode for Atlantic Water Heater not only to the on state but also sets its setAbsenceStartDate to the current date and setAbsenceEndDate to the future date (now + 1 year) for the away mode to work correctly.

ALERTua commented 3 months ago

Draft PR for ha_core https://github.com/home-assistant/core/pull/121801