Anonym-tsk/home-assistant-components

Automatic mode temperature setting

itanczos opened this issue · 10 comments

First of all, thank you very much for your work.
Yesterday, I put in the addon.
My air conditioner (Midea) can set the temperature in automatic mode.
Is there a possibility to display the option for adjustment here?

Thanks

Hello, @itanczos
What is "temperature in automatic mode"?

Hello, @Anonym-tsk!

Autó mode:
ac2
Not changeable temperature.

Cool mode:
ac1

You need to add temperature to your config.

auto:
  low:
    16: ...
    17: ...

If I insert the desired lines, I get an error message:

Error loading /config/configuration.yaml: mapping values are not allowed here
in "/config/Midea.yaml", line 233, column 7

Please show full config

HA config:
climate:

  • platform: xiaomi_remote
    name: Légkondi
    remote: remote.nappaliir
    commands: !include Midea.yaml
    temp_sensor: sensor.temperature_158d0001715ba9
    min_temp: 22
    max_temp: 26
    target_temp_step: 1
    customize:
    operation_list:
    - cool
    - heat
    - dry
    - fan_only
    - auto
    fan_list:
    - low
    - medium
    - high
    - auto

Please wrap code with ```

Error in 'auto' section.
Your config:

auto:
  auto: ... <-- error here, code not needed in this line
    16: ...
    17: ...

And the same errors in lines auto/high, auto/medium and auto/low

Oh, man!

I was careless!
Thank you for your help!

Best regards,
Istvan