-
Notifications
You must be signed in to change notification settings - Fork 98
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
Comments
What country are you in? Do you have the latest update with this integration? |
Poland in EU. |
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:
(i.e. change |
I've changed heating steering wheel on "1" and works - thank you. I have Kona EV 2020 after interior lifting - bigger screen. |
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:
to: "on"
trigger: state
conditions:
entity_id: sensor.temperature_and_humidity_sensor_44c2_temperature_sensor_44c2
below: 13
actions:
message: Climate control triggered by the toggle button.
title: Klimatyzacja Kona
action: persistent_notification.create
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?
The text was updated successfully, but these errors were encountered: