kia-hyundai-api


Namekia-hyundai-api JSON
Version 1.3.1 PyPI version JSON
download
home_pagehttps://github.com/dahlb/kia_hyundai_api
SummaryKia Uvo/Hyundai Blue Link Api Wrapper
upload_time2024-09-11 09:58:35
maintainerNone
docs_urlNone
authorBrendan Dahl
requires_python<4,>=3.9
licenseNone
keywords kia uvo api hyundai bluelink
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![GitHub Release][releases-shield]][releases]
[![GitHub Activity][commits-shield]][commits]
[![License][license-shield]](LICENSE)

![Project Maintenance][maintenance-shield]
[![BuyMeCoffee][buymecoffeebadge]][buymecoffee]

Api Wrapper for Kia/Hyundai API using async in python, this was inspired by [this guide](https://developers.home-assistant.io/docs/api_lib_index) to be a lightweight wrapper, with simple error handling.

a lot of this is a port of [Bluelinky](https://github.com/Hacksore/bluelinky) from node.

# US Kia

- login
- get_vehicles
- get_cached_vehicle_status
- request_vehicle_data_sync
- check_last_action_status - allows verification actions have completed on vehicle
- lock
- unlock
- start_climate
- stop_climate
- start_charge
- stop_charge
- set_charge_limits

# US Hyundai

- login
- get_vehicles
- get_cached_vehicle_status
- get_location
- lock
- unlock
- start_climate
- stop_climate

# CA Kia/Hyundai

- login
- get_vehicles
- get_cached_vehicle_status
- get_next_service_status
- get_pin_token
- get_location
- request_vehicle_data_sync
- check_last_action_status - allows verification actions have completed on vehicle
- lock
- unlock
- start_climate
- start_climate_ev
- stop_climate
- stop_climate_ev
- start_charge
- stop_charge
- set_charge_limits

***

[kia_hyundai_api]: https://github.com/dahlb/kia_hyundai_api
[commits-shield]: https://img.shields.io/github/commit-activity/y/dahlb/kia_hyundai_api.svg?style=for-the-badge
[commits]: https://github.com/dahlb/kia_hyundai_api/commits/main
[forum]: https://community.home-assistant.io/
[license-shield]: https://img.shields.io/github/license/dahlb/kia_hyundai_api.svg?style=for-the-badge
[maintenance-shield]: https://img.shields.io/badge/maintainer-Bren%20Dahl%20%40dahlb-blue.svg?style=for-the-badge
[releases-shield]: https://img.shields.io/github/release/dahlb/kia_hyundai_api.svg?style=for-the-badge
[releases]: https://github.com/dahlb/kia_hyundai_api/releases
[buymecoffee]: https://www.buymeacoffee.com/dahlb
[buymecoffeebadge]: https://img.shields.io/badge/buy%20me%20a%20coffee-donate-yellow.svg?style=for-the-badge

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/dahlb/kia_hyundai_api",
    "name": "kia-hyundai-api",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4,>=3.9",
    "maintainer_email": null,
    "keywords": "Kia, Uvo, Api, Hyundai, Bluelink",
    "author": "Brendan Dahl",
    "author_email": "dahl.brendan@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/82/dc/826555c6c40f89ae3e1059f5f4b50f00898b5e2a4c85e6ff6f94dd4f58ce/kia_hyundai_api-1.3.1.tar.gz",
    "platform": null,
    "description": "[![GitHub Release][releases-shield]][releases]\n[![GitHub Activity][commits-shield]][commits]\n[![License][license-shield]](LICENSE)\n\n![Project Maintenance][maintenance-shield]\n[![BuyMeCoffee][buymecoffeebadge]][buymecoffee]\n\nApi Wrapper for Kia/Hyundai API using async in python, this was inspired by [this guide](https://developers.home-assistant.io/docs/api_lib_index) to be a lightweight wrapper, with simple error handling.\n\na lot of this is a port of [Bluelinky](https://github.com/Hacksore/bluelinky) from node.\n\n# US Kia\n\n- login\n- get_vehicles\n- get_cached_vehicle_status\n- request_vehicle_data_sync\n- check_last_action_status - allows verification actions have completed on vehicle\n- lock\n- unlock\n- start_climate\n- stop_climate\n- start_charge\n- stop_charge\n- set_charge_limits\n\n# US Hyundai\n\n- login\n- get_vehicles\n- get_cached_vehicle_status\n- get_location\n- lock\n- unlock\n- start_climate\n- stop_climate\n\n# CA Kia/Hyundai\n\n- login\n- get_vehicles\n- get_cached_vehicle_status\n- get_next_service_status\n- get_pin_token\n- get_location\n- request_vehicle_data_sync\n- check_last_action_status - allows verification actions have completed on vehicle\n- lock\n- unlock\n- start_climate\n- start_climate_ev\n- stop_climate\n- stop_climate_ev\n- start_charge\n- stop_charge\n- set_charge_limits\n\n***\n\n[kia_hyundai_api]: https://github.com/dahlb/kia_hyundai_api\n[commits-shield]: https://img.shields.io/github/commit-activity/y/dahlb/kia_hyundai_api.svg?style=for-the-badge\n[commits]: https://github.com/dahlb/kia_hyundai_api/commits/main\n[forum]: https://community.home-assistant.io/\n[license-shield]: https://img.shields.io/github/license/dahlb/kia_hyundai_api.svg?style=for-the-badge\n[maintenance-shield]: https://img.shields.io/badge/maintainer-Bren%20Dahl%20%40dahlb-blue.svg?style=for-the-badge\n[releases-shield]: https://img.shields.io/github/release/dahlb/kia_hyundai_api.svg?style=for-the-badge\n[releases]: https://github.com/dahlb/kia_hyundai_api/releases\n[buymecoffee]: https://www.buymeacoffee.com/dahlb\n[buymecoffeebadge]: https://img.shields.io/badge/buy%20me%20a%20coffee-donate-yellow.svg?style=for-the-badge\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Kia Uvo/Hyundai Blue Link Api Wrapper",
    "version": "1.3.1",
    "project_urls": {
        "Bug Reports": "https://github.com/dahlb/kia_hyundai_api/issues",
        "Homepage": "https://github.com/dahlb/kia_hyundai_api",
        "Source": "https://github.com/dahlb/kia_hyundai_api"
    },
    "split_keywords": [
        "kia",
        " uvo",
        " api",
        " hyundai",
        " bluelink"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a6c91478f87c9dc86f26b1bdb27d8f2bd328d8c5fe80aa4685f54be61214a8db",
                "md5": "f52fe350508868a2a9b1c29b686304f1",
                "sha256": "71e355b58eac850d5066ef1fd71afe01a03c62dfd6b02d72393ecc39b367d2f8"
            },
            "downloads": -1,
            "filename": "kia_hyundai_api-1.3.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f52fe350508868a2a9b1c29b686304f1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4,>=3.9",
            "size": 11624,
            "upload_time": "2024-09-11T09:58:34",
            "upload_time_iso_8601": "2024-09-11T09:58:34.067440Z",
            "url": "https://files.pythonhosted.org/packages/a6/c9/1478f87c9dc86f26b1bdb27d8f2bd328d8c5fe80aa4685f54be61214a8db/kia_hyundai_api-1.3.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "82dc826555c6c40f89ae3e1059f5f4b50f00898b5e2a4c85e6ff6f94dd4f58ce",
                "md5": "de66c5d728e162a05979320635bee91c",
                "sha256": "82d6cc14c4f1c558475c7130161fd287ebc3e7013b7da9bce4cef6ed5b677cc9"
            },
            "downloads": -1,
            "filename": "kia_hyundai_api-1.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "de66c5d728e162a05979320635bee91c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.9",
            "size": 11428,
            "upload_time": "2024-09-11T09:58:35",
            "upload_time_iso_8601": "2024-09-11T09:58:35.986742Z",
            "url": "https://files.pythonhosted.org/packages/82/dc/826555c6c40f89ae3e1059f5f4b50f00898b5e2a4c85e6ff6f94dd4f58ce/kia_hyundai_api-1.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-11 09:58:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "dahlb",
    "github_project": "kia_hyundai_api",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "kia-hyundai-api"
}
        
Elapsed time: 0.91829s