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

steering wheel and heating seat #1007

Open
pragmatyczny opened this issue Jan 7, 2025 · 4 comments
Open

steering wheel and heating seat #1007

pragmatyczny opened this issue Jan 7, 2025 · 4 comments

Comments

@pragmatyczny
Copy link

I was able to "write" automatization with toggle button to turn on heating a car just pressing a button on my dashboard.
Im totalny noob with HA but chatgpt helped me.
However heating in car works. But seat and steering wheel won't start.
My automatization looks like this

`alias: klimatyzacja-kona
description: Starts the climate control for Hyundai Kona via a toggle button
triggers:

  • entity_id: input_boolean.kona_climate_toggle
    to: "on"
    trigger: state
    conditions:
  • condition: numeric_state
    entity_id: sensor.temperature_and_humidity_sensor_44c2_temperature_sensor_44c2
    below: 13
    actions:
  • data:
    message: Climate control triggered by the toggle button.
    title: Klimatyzacja Kona
    action: persistent_notification.create
  • data:
    duration: 2
    climate: true
    temperature: 21
    defrost: true
    heating: "4"
    device_id: cfd3701b2acb5b7efbeb91e10b24b378
    flseat: "6"
    action: kia_uvo.start_climate
    mode: single`

Any idea what should I change?

@Hans-Solo-Dolo
Copy link

What country are you in? Do you have the latest update with this integration?

@pragmatyczny
Copy link
Author

Poland in EU.
I haven't got the last one.
I will try again tomorrow

@badnbusy
Copy link

badnbusy commented Jan 9, 2025

What car/model do you have?

If you have a new car (2023+) and in the EU then the current integration doesn't work for heated seats. Myself and @cdnninja are working on getting this working and will hopefully provide a fix soon.

For steering wheel, try sending:

data:
duration: 2
climate: true
temperature: 21
defrost: true
heating: "1"
device_id: cfd3701b2acb5b7efbeb91e10b24b378
flseat: "6"
action: kia_uvo.start_climate
mode: single`

(i.e. change heating: "4" to heating: "1"` - works for me)

@pragmatyczny
Copy link
Author

I've changed heating steering wheel on "1" and works - thank you.
I also have changed flseat on 1 but won't work.
Now changed on 2 :)

I have Kona EV 2020 after interior lifting - bigger screen.

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