Anonym-tsk / home-assistant-components

Custom components for Home Assistant
29 stars 5 forks source link

Automatic mode temperature setting #2

Closed itanczos closed 5 years ago

itanczos commented 5 years ago

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

Anonym-tsk commented 5 years ago

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

itanczos commented 5 years ago

Hello, @Anonym-tsk!

Autó mode: ac2 Not changeable temperature.

Cool mode: ac1

Anonym-tsk commented 5 years ago

You need to add temperature to your config.

auto:
  low:
    16: ...
    17: ...
itanczos commented 5 years ago

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

Anonym-tsk commented 5 years ago

Please show full config

itanczos commented 5 years ago

HA config: climate:

Anonym-tsk commented 5 years ago

Please wrap code with ```

itanczos commented 5 years ago

Sorry! https://pastebin.com/wiRyjQQP

Anonym-tsk commented 5 years ago

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

itanczos commented 5 years ago

Oh, man!

I was careless! Thank you for your help!

Best regards, Istvan