iMicknl / ha-tahoma

Custom component for Home Assistant to interact with smart devices via Somfy TaHoma or other OverKiz based API's.
MIT License
152 stars 30 forks source link

Atlantic Agilia IO heater : handling 'Prog' mode vs 'Auto' mode #784

Closed hergonoway closed 2 years ago

hergonoway commented 2 years ago

Did you read the instructions?

The problem

My heaters are all Agilia IO models from Atlantic, connected with cozytouch (from Atlantic) and integrated to HomeAssistant via ha-tahoma (latest stable).

Home Assistant 2022-02-26 00-14-06

(io:AtlanticElectricalHeaterWithAdjustableTemperatureSetpointIOComponent)

It's working mostly ok, but those heaters got 3 mode: Manual/Prog/Auto ; the main difference between Prog and Auto, is that the first mode got a classic schedule for heating where the latest automatically adapt the schedule based on occupancy habit. I only use the latest one ('Auto') since its more convenient.

If I set the heater in 'Auto' mode or in 'Prog' mode from the heater itself, the result is the same hvac mode : 'auto'

Home Assistant 2022-02-25 23-58-17

but if I set "auto" from HomeAssistant, it'll only result in 'Prog' mode on corresponding heaters. I'm unable to set heaters in 'Auto' mode whatsoever.

Is this a known issue? I see 'prog' and 'auto' in the presets list, do I need some extra conf in HA to pickup the preset 'auto' by default while change hvac mode to 'auto'?

What version of this integration (ha-tahoma) has the issue?

2.13

What version of Home Assistant Core has the issue?

core-2022.2.9

Which gateway / hub do you use?

CozyTouch (Atlantic)

Device model

AGILIA H PI-io par Atlantic Group

Home Assistant log

Logs ``` Copy/paste any log here, between the starting and ending backticks. The first log line must start with "Added device (Device...". ```

Additional information

hergonoway commented 2 years ago

hvac modes can't be customized to what I seek for in homeassitant. So it's mostly a limitation from homeassistant instead of a bug where the workaround would be an automation in HA triggered when the hvac mode change with an action to set the preset to 'auto'