kia-hyundai-api


Namekia-hyundai-api JSON
Version 1.3.2 PyPI version JSON
download
home_pageNone
SummaryKia Uvo Api Wrapper
upload_time2024-10-05 10:41:00
maintainerNone
docs_urlNone
authorNone
requires_python<4,>=3.12.0
licenseNone
keywords kia uvo rest-mini api
VCS
bugtrack_url
requirements setuptools wheel pip 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/ce/42/110dee392a97e4aa55e72c7b18b7b3caaf2c4ced07eda21afe3dd3e1c5e2/kia_hyundai_api-1.3.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.3.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": "91161e923477496b4bd594f7ff339bcbcbfc804f0edfd574cc6cce2ffb8363d0",
                "md5": "48be6355652a26d8a9330f8046bac037",
                "sha256": "d3f4a78fccff3362613a442f6248d100912c6e025db4d360dbea89183f6679e5"
            },
            "downloads": -1,
            "filename": "kia_hyundai_api-1.3.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "48be6355652a26d8a9330f8046bac037",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4,>=3.12.0",
            "size": 11596,
            "upload_time": "2024-10-05T10:40:58",
            "upload_time_iso_8601": "2024-10-05T10:40:58.991489Z",
            "url": "https://files.pythonhosted.org/packages/91/16/1e923477496b4bd594f7ff339bcbcbfc804f0edfd574cc6cce2ffb8363d0/kia_hyundai_api-1.3.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ce42110dee392a97e4aa55e72c7b18b7b3caaf2c4ced07eda21afe3dd3e1c5e2",
                "md5": "308eaca2480d11479470aaac875d3e0f",
                "sha256": "b7bcc52d1ef5c064373afc990505578c81a592d98e84bce7a81ba29ccace0d8c"
            },
            "downloads": -1,
            "filename": "kia_hyundai_api-1.3.2.tar.gz",
            "has_sig": false,
            "md5_digest": "308eaca2480d11479470aaac875d3e0f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.12.0",
            "size": 11076,
            "upload_time": "2024-10-05T10:41:00",
            "upload_time_iso_8601": "2024-10-05T10:41:00.235849Z",
            "url": "https://files.pythonhosted.org/packages/ce/42/110dee392a97e4aa55e72c7b18b7b3caaf2c4ced07eda21afe3dd3e1c5e2/kia_hyundai_api-1.3.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-05 10:41:00",
    "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": "setuptools",
            "specs": [
                [
                    ">=",
                    "42"
                ]
            ]
        },
        {
            "name": "wheel",
            "specs": []
        },
        {
            "name": "pip",
            "specs": [
                [
                    "<",
                    "24.3"
                ],
                [
                    ">=",
                    "8.0.3"
                ]
            ]
        },
        {
            "name": "ruff",
            "specs": [
                [
                    "==",
                    "0.6.9"
                ]
            ]
        },
        {
            "name": "aiohttp",
            "specs": [
                [
                    ">=",
                    "3.8.1"
                ]
            ]
        },
        {
            "name": "pytz",
            "specs": []
        },
        {
            "name": "certifi",
            "specs": []
        }
    ],
    "lcname": "kia-hyundai-api"
}
        
Elapsed time: 0.44936s