Kia Uvo Integration

Could you check if your “data” entity in HA contains the data you would you? If so please open an issue on github and we can add heated seats. Please include the data entity contents so we can map to it.

1 Like

sorry, did not see the data in the data. will open a Git issue. thanks!

Are you able to post the full data dump on github?

Super :grinning:

Right now this is adding HA

6 Likes

Hello,

Beautiful card. Is it possible to share the code of this one?

I used card, code from:

Has anyone checked this integration with Kia Connect? For new models, like the EV6, Kia says that the new App should be used. Can’t try it myself as I do not have a Kia at the moment. Will get the EV6 late January or early February.

They are all same thing with different naming :slight_smile: i have uvo v2, uvo v3 and kia connect working fine with my kia niro and integration is working

Thanks for info, will test as soon as I got the car. Great to have as much as possible in HA instead of different Apps.

So I installed this, but only found out about the “first car” issue when coming to this page. I have three cars in my Kia Connect account, two of which have UVO Connect. Of course, it pulled the one old car that doesn’t have anything, it’s just there for tracking purposes. Any plans to add support for multiple vehicles? Some way I can help? I’m not sure how I can change what the first car is in my account. I might just move them around to different accounts in the meantime.

we do not have a solution in place yet, you can track over here: Double car on account Hyundai · Issue #93 · fuatakgun/kia_uvo · GitHub

as a walk around, you can remove all other cars first, install integration to home assistant and add your cars later back into app. integration will only fetch the very first car.

Thanks, I’ll give that a shot!

Hello,

what should I do if I’m getting this when trying to install?
image

HA core 2021.5.1.

Open a github issue and please post your logs. A bug was also just reverted so may be worth a retry with master if you weren’t using v1.1.1.

1 Like

I was using master. I got v1.1.1 and this got installed. Now just to get the login working, probably have to wait 24hrs after password reset.

First, love this integration.
I do have a problem with turning on the A/C. Everytime I call the service I get this message:

“Failed to call service kia_uvo/start_climate. ‘Vehicle’ object has no attribute ‘region’”

What have I missed while setting this up?

Can you create an issue under repository and share your debug logs there please?

Sorry, quite new to all this, but you mean on github?

1 Like

Yes, under GitHub, i remember similar issue (if i am not mistaken) you can also follow it, if they are same

I made this little page to show all of my Kona sensors:

type: picture-elements
elements:
  - type: state-icon
    entity: lock.os_ev_czech_20_door_lock
    style:
      top: 25%
      left: 45%
  - type: state-icon
    entity: binary_sensor.os_ev_czech_20_defroster
    style:
      top: 25%
      left: 21%
  - type: state-icon
    entity: binary_sensor.os_ev_czech_20_back_window_heater
    style:
      top: 25%
      left: 58%
  - type: state-icon
    entity: binary_sensor.os_ev_czech_20_tire_pressure_front_left
    style:
      top: 76%
      left: 83%
  - type: state-icon
    entity: binary_sensor.os_ev_czech_20_tire_pressure_rear_left
    style:
      top: 70%
      left: 30%
  - type: state-icon
    entity: binary_sensor.os_ev_czech_20_tire_pressure_front_right
    style:
      top: 80%
      left: 52%
  - type: state-icon
    entity: binary_sensor.os_ev_czech_20_tire_pressure_front_right
    style:
      top: 67%
      left: 15%
  - type: state-icon
    entity: binary_sensor.os_ev_czech_20_plugged_in
    style:
      top: 48%
      left: 97%
image: /local/kona.png
type: vertical-stack
cards:
  - type: glance
    entities:
      - entity: sensor.os_ev_czech_20_ev_battery
      - entity: sensor.os_ev_czech_20_range_by_ev
      - entity: binary_sensor.os_ev_czech_20_air_conditioner
      - entity: lock.os_ev_czech_20_door_lock
      - entity: switch.lock
    state_color: true
  - type: glance
    entities:
      - entity: binary_sensor.os_ev_czech_20_door_front_left
      - entity: binary_sensor.os_ev_czech_20_door_front_right
      - entity: binary_sensor.os_ev_czech_20_door_rear_left
      - entity: binary_sensor.os_ev_czech_20_door_rear_right
      - entity: binary_sensor.os_ev_czech_20_trunk
    state_color: true
  - type: glance
    entities:
      - entity: sensor.os_ev_czech_20_odometer
      - entity: sensor.os_ev_czech_20_car_battery
      - entity: binary_sensor.os_ev_czech_20_charging
      - entity: sensor.os_ev_czech_20_estimated_current_charge_duration
    state_color: true
  - type: glance
    entities:
      - entity: binary_sensor.os_ev_czech_20_data
      - entity: binary_sensor.os_ev_czech_20_engine
      - entity: device_tracker.os_ev_czech_20_location
      - entity: sensor.os_ev_czech_20_last_update
      - entity: sensor.os_ev_czech_20_set_temperature
    state_color: true
  - type: entities
    entities:
      - entity: sensor.os_ev_czech_20_geocoded_location

kona copy

6 Likes