Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kia e-Niro Climate not fully funktionable #975

Open
rotknecht opened this issue Nov 17, 2024 · 5 comments
Open

Kia e-Niro Climate not fully funktionable #975

rotknecht opened this issue Nov 17, 2024 · 5 comments

Comments

@rotknecht
Copy link

I have a Kia e-Niro (2020, EU) and can also start the air conditioning with it. Unfortunately, the steering wheel heating, defrosting and rear window heating are not switched on, even though they are selected.

I can trigger this without any problem in the UVO app.

Use this automation:

alias: "Stromer: Klimaanlage starten"
description: ""
triggers:
  - trigger: time
    at: "07:30:00"
conditions:
  - condition: time
    weekday:
      - mon
      - tue
      - wed
      - thu
      - fri
actions:
  - action: kia_uvo.start_climate
    data:
      duration: 10
      climate: true
      temperature: 21
      defrost: true
      heating: "4"
      device_id: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
mode: single

What can i do?

@koetsmax
Copy link

No clue if this will work for you but give it a try, this worked on my 2020 Hyundai Kona, change heating: "4" to heating: "1" instead. Then ignore what the UI says.

@joseapdmota
Copy link

No clue if this will work for you but give it a try, this worked on my 2020 Hyundai Kona, change heating: "4" to heating: "1" instead. Then ignore what the UI says.

That did the trick for the steering wheel, but for some reason the seats are not warming up. Any tips here?

This is my yaml:

alias: Heat Kona
description: Morning Heating of Kona
triggers:
  - at: "08:00:00"
    trigger: time
conditions:
  - condition: numeric_state
    entity_id: sensor.temperature
    below: 10
actions:
  - data:
      climate: true
      temperature: 24
      defrost: true
      heating: "1"
      device_id: xxxxxxxxxxxxxxxxxxxxxxx
      flseat: "7"
      duration: 10
      frseat: "7"
    action: kia_uvo.start_climate
mode: single

Thanks.

@koetsmax
Copy link

Can you enable the heated seats from the app? afaik you can only enable things using the integration if you can also set it from the app. For example my Kona also has heated seats front and rear, but I cannot enable them remotely.

@joseapdmota
Copy link

Yeah, I think you are right, I cannot indeed do it through the app.

I just noticed though that i need to trigger the automation 2 times, in order to get the steering wheel and defrosting working.

You have the same issue?

@koetsmax
Copy link

It works fine for me first try, this is my yaml code if you want to give it a try:

I noticed on mine that the duration variable also does not work on my model, it just turns itself off after either 5 or 10 minutes

actions:
  - action: kia_uvo.start_climate
    metadata: {}
    data:
      climate: true
      temperature: "24"
      defrost: true
      heating: "1"
      device_id: 830dec80c6059a4bb3b81d9a14c660cc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants