dahlb / ha_kia_hyundai

A Home Assistant HACS integration that supports Kia Connect(Uvo). The integration supports the USA.
MIT License
16 stars 6 forks source link
car homeassistant homeassistant-integration kia python3 uvo

GitHub Release GitHub Activity License hacs

Project Maintenance BuyMeCoffee

A custom integration for Kia Uvo Bluelink in the USA region. This project is mostly from looking at other core integrations, the callbacks and the config flow improvements.

Warning ahead; this is beta phase, this is mostly functional for USA Kia, if you notice something missing please open an issue.

Feature Highlights

Installation

You can install this either manually copying files or using HACS. Configuration can be done on UI, you need to enter your username and password, (I know, translations are missing!).

Supported entities

Supported services

this integration aims to automate what you can do in the official app, if you can't do it in the app because your subscription is expired then this integration won't be able to do it either.

device id is optional unless you have two vehicles setup then it becomes required, this is for common convenience but if you plan to add a second vehicle use the device_id parameter always.

Troubleshooting

If you receive an error while trying to login, please go through these steps;

  1. You can enable logging for this integration specifically and share your logs, so I can have a deep dive investigation. To enable logging, update your configuration.yaml like this, we can get more information in Configuration -> Logs page
    logger:
    default: warning
    logs:
    custom_components.ha_kia_hyundai: debug
    kia_hyundai_api: debug