kia-hyundai-api


Namekia-hyundai-api JSON
Version 1.4.2 PyPI version JSON
download
home_pageNone
SummaryKia Uvo Api Wrapper
upload_time2024-12-30 12:42:30
maintainerNone
docs_urlNone
authorNone
requires_python<4,>=3.12.0
licenseNone
keywords kia uvo rest-mini api
VCS
bugtrack_url
requirements ruff aiohttp pytz certifi
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": null,
    "name": "kia-hyundai-api",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4,>=3.12.0",
    "maintainer_email": null,
    "keywords": "Kia, Uvo, rest-mini, api",
    "author": null,
    "author_email": "Brendan Dahl <dahl.brendan@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/d2/e7/7a1b078f4f6d65b14eb08f36bc8dc479f73ce33954128c2ebed36a781b6f/kia_hyundai_api-1.4.2.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 Api Wrapper",
    "version": "1.4.2",
    "project_urls": {
        "Bug Tracker": "https://github.com/dahlb/kia_hyundai_api/issues",
        "Homepage": "https://github.com/dahlb/kia_hyundai_api"
    },
    "split_keywords": [
        "kia",
        " uvo",
        " rest-mini",
        " api"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bdfcf320784561468be4a07d171f5b6ff077b4bbfd8e13c1c7149361967748ce",
                "md5": "679dcd104ba7df9b28c2936055bba571",
                "sha256": "8e8dede2916c74d84e6bf2719b700d6815c8cadcd3eb2c9f1a52d4cb31f354d8"
            },
            "downloads": -1,
            "filename": "kia_hyundai_api-1.4.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "679dcd104ba7df9b28c2936055bba571",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4,>=3.12.0",
            "size": 12132,
            "upload_time": "2024-12-30T12:42:28",
            "upload_time_iso_8601": "2024-12-30T12:42:28.760111Z",
            "url": "https://files.pythonhosted.org/packages/bd/fc/f320784561468be4a07d171f5b6ff077b4bbfd8e13c1c7149361967748ce/kia_hyundai_api-1.4.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d2e77a1b078f4f6d65b14eb08f36bc8dc479f73ce33954128c2ebed36a781b6f",
                "md5": "a7d719e28acf784d0296e2b1960a659d",
                "sha256": "327461d25d602690f96adc658c6ce596adae24c9565740189503b5b39ddecd43"
            },
            "downloads": -1,
            "filename": "kia_hyundai_api-1.4.2.tar.gz",
            "has_sig": false,
            "md5_digest": "a7d719e28acf784d0296e2b1960a659d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.12.0",
            "size": 11558,
            "upload_time": "2024-12-30T12:42:30",
            "upload_time_iso_8601": "2024-12-30T12:42:30.842911Z",
            "url": "https://files.pythonhosted.org/packages/d2/e7/7a1b078f4f6d65b14eb08f36bc8dc479f73ce33954128c2ebed36a781b6f/kia_hyundai_api-1.4.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-30 12:42:30",
    "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": [
        {
            "name": "ruff",
            "specs": [
                [
                    "==",
                    "0.8.4"
                ]
            ]
        },
        {
            "name": "aiohttp",
            "specs": [
                [
                    ">=",
                    "3.8.1"
                ]
            ]
        },
        {
            "name": "pytz",
            "specs": []
        },
        {
            "name": "certifi",
            "specs": []
        }
    ],
    "lcname": "kia-hyundai-api"
}
        
Elapsed time: 0.53521s