JurajNyiri / HomeAssistant-Atrea

Custom component allowing control of Atrea ventilation units
Apache License 2.0
23 stars 12 forks source link

Can't change Presets #20

Closed miakcz closed 10 months ago

miakcz commented 10 months ago

How to reproduce In Integration entries click on configure. If I change fan modes and click on Submit, it works. But if I change for example D1 preset (have it selected) it doesn't appear in frontend and also I can't set it using Developer tools service call climate.set_preset_mode. It gives me: Preset mode D1 is not valid. Valid preset modes are: Off, Automatic, Ventilation, Night precooling.

Home assistant

Core 2024.1.3 Supervisor 2023.12.1 Operating System 11.4 Frontend 20240104.0

Atrea unit ECV380 RD5

Integration 2.3.25

JurajNyiri commented 10 months ago

Please provide screenshots of what you see in web interface

miakcz commented 10 months ago

atrea-preset-setting atrea-thermostat atrea-unit

JurajNyiri commented 10 months ago

Screenshots form the web interface of atrea where you change the modes.

miakcz commented 10 months ago

OK, I get it now. Sorry, my bad. I thought that I can force the D1 preset but it is limited to the preset done in Atrea. So that means I can't set the D1...D4 settings, am I right?

atrea-setting

JurajNyiri commented 10 months ago

That is not currently supported. I am not sure what the d settings are and what is their purpose?

miakcz commented 10 months ago

D1, D2, D3 and D4 are external inputs - youconnect them to push buttons (physical). For example toilet - it overrides for preset time current mode to let's say Ventilation, fan speed 80% for 300 seconds. atrea-inputs

JurajNyiri commented 10 months ago

These can be replaced by automations in Home Assistant which are better in every way. I would recommend to use those instead.

miakcz commented 10 months ago

Ok, thank you