Name | carconnectivity-connector-tronity JSON |
Version |
0.1
JSON |
| download |
home_page | None |
Summary | CarConnectivity connector to retrieve vehicle data from Tronity |
upload_time | 2025-02-02 20:59:02 |
maintainer | None |
docs_url | None |
author | Till Steinbach |
requires_python | >=3.9 |
license | MIT License
Copyright (c) 2021 Till Steinbach
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
|
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# CarConnectivity Connector for Vehicles integrated in Tronity
[](https://github.com/tillsteinbach/CarConnectivity-connector-tronity/)
[](https://github.com/tillsteinbach/CarConnectivity-connector-tronity/releases/latest)
[](https://github.com/tillsteinbach/CarConnectivity-connector-tronity/blob/master/LICENSE)
[](https://github.com/tillsteinbach/CarConnectivity-connector-tronity/issues)
[](https://pypi.org/project/carconnectivity-connector-tronity/)
[](https://pypi.org/project/carconnectivity-connector-tronity/)
[](https://www.paypal.com/donate?hosted_button_id=2BVFF5GJ9SXAJ)
[](https://github.com/sponsors/tillsteinbach)
## CarConnectivity will become the successor of [WeConnect-python](https://github.com/tillsteinbach/WeConnect-python) in 2025 with similar functionality but support for other brands beyond Volkswagen!
[CarConnectivity](https://github.com/tillsteinbach/CarConnectivity) is a python API to connect to various car services. This connector enables the integration of vehicles that are conencted to tronity. This connector is meant for vehicles that do not yet have an implementation of a native connector. Look at [CarConnectivity](https://github.com/tillsteinbach/CarConnectivity) for native connectors for your vehicle.
## General
The possibilities of this connector are very limited to what tronity shares on their API. This connector does only make sense for users that drive a car that is not supported by a native carconnectivity-connector.
## Configuration
First go to [Tronity Platform Portal at https://app.tronity.tech/apps](https://app.tronity.tech/apps). Open `TRONITY Extension` and copy `Client Id` and `Client Secret` to your carconnectivity.json. Check that your vechile appears in `Assigned Vehciles`. If not use `Link to add vehicle`
In your carconnectivity.json configuration add a section for the tronity connector like this:
```
{
"carConnectivity": {
"connectors": [
{
"type": "tronity",
"config": {
"interval": 60,
"client_id": "68c623bf-dbbe-4569-1e9a-2eae9c45e4721c5",
"client_secret": "faeb52e8-954d-5feb-ee8f-e5280f78d915"
}
}
]
}
}
```
<img src="https://raw.githubusercontent.com/tillsteinbach/CarConnectivity-connector-tronity/main/screenshots/tronity1.png" width="400"><img src="https://raw.githubusercontent.com/tillsteinbach/CarConnectivity-connector-tronity/main/screenshots/tronity2.png" width="600">
Raw data
{
"_id": null,
"home_page": null,
"name": "carconnectivity-connector-tronity",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": null,
"author": "Till Steinbach",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/59/12/a9f647da66ba6fcf3ea6c46cbd2fca77db5af17eff7eb96fae6427fec616/carconnectivity_connector_tronity-0.1.tar.gz",
"platform": null,
"description": "\n\n# CarConnectivity Connector for Vehicles integrated in Tronity\n[](https://github.com/tillsteinbach/CarConnectivity-connector-tronity/)\n[](https://github.com/tillsteinbach/CarConnectivity-connector-tronity/releases/latest)\n[](https://github.com/tillsteinbach/CarConnectivity-connector-tronity/blob/master/LICENSE)\n[](https://github.com/tillsteinbach/CarConnectivity-connector-tronity/issues)\n[](https://pypi.org/project/carconnectivity-connector-tronity/)\n[](https://pypi.org/project/carconnectivity-connector-tronity/)\n[](https://www.paypal.com/donate?hosted_button_id=2BVFF5GJ9SXAJ)\n[](https://github.com/sponsors/tillsteinbach)\n\n\n## CarConnectivity will become the successor of [WeConnect-python](https://github.com/tillsteinbach/WeConnect-python) in 2025 with similar functionality but support for other brands beyond Volkswagen!\n\n[CarConnectivity](https://github.com/tillsteinbach/CarConnectivity) is a python API to connect to various car services. This connector enables the integration of vehicles that are conencted to tronity. This connector is meant for vehicles that do not yet have an implementation of a native connector. Look at [CarConnectivity](https://github.com/tillsteinbach/CarConnectivity) for native connectors for your vehicle.\n\n## General\nThe possibilities of this connector are very limited to what tronity shares on their API. This connector does only make sense for users that drive a car that is not supported by a native carconnectivity-connector.\n\n## Configuration\nFirst go to [Tronity Platform Portal at https://app.tronity.tech/apps](https://app.tronity.tech/apps). Open `TRONITY Extension` and copy `Client Id` and `Client Secret` to your carconnectivity.json. Check that your vechile appears in `Assigned Vehciles`. If not use `Link to add vehicle`\nIn your carconnectivity.json configuration add a section for the tronity connector like this:\n```\n{\n \"carConnectivity\": {\n \"connectors\": [\n {\n \"type\": \"tronity\",\n \"config\": {\n \"interval\": 60,\n \"client_id\": \"68c623bf-dbbe-4569-1e9a-2eae9c45e4721c5\",\n \"client_secret\": \"faeb52e8-954d-5feb-ee8f-e5280f78d915\"\n }\n }\n ]\n }\n}\n```\n\n<img src=\"https://raw.githubusercontent.com/tillsteinbach/CarConnectivity-connector-tronity/main/screenshots/tronity1.png\" width=\"400\"><img src=\"https://raw.githubusercontent.com/tillsteinbach/CarConnectivity-connector-tronity/main/screenshots/tronity2.png\" width=\"600\">\n",
"bugtrack_url": null,
"license": "MIT License\n \n Copyright (c) 2021 Till Steinbach\n \n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n \n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n \n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.\n ",
"summary": "CarConnectivity connector to retrieve vehicle data from Tronity",
"version": "0.1",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "e9f87c7647c36ecfc9f952aeb5f35126979371912d53554a936c001b8e4872d1",
"md5": "6372df0f7b7640ae44fc81d43cf67013",
"sha256": "d00fc3430eb5ec099e19814582a22c58bc5632b74a098dc06b0710ec9ecd38b6"
},
"downloads": -1,
"filename": "carconnectivity_connector_tronity-0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "6372df0f7b7640ae44fc81d43cf67013",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 20766,
"upload_time": "2025-02-02T20:59:00",
"upload_time_iso_8601": "2025-02-02T20:59:00.057810Z",
"url": "https://files.pythonhosted.org/packages/e9/f8/7c7647c36ecfc9f952aeb5f35126979371912d53554a936c001b8e4872d1/carconnectivity_connector_tronity-0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5912a9f647da66ba6fcf3ea6c46cbd2fca77db5af17eff7eb96fae6427fec616",
"md5": "52405c1020866dd935f4af6e687dcb36",
"sha256": "3cccd261ed83831dfaa3acfe5a5a61ddea8c74df83c685d198005c656186f02f"
},
"downloads": -1,
"filename": "carconnectivity_connector_tronity-0.1.tar.gz",
"has_sig": false,
"md5_digest": "52405c1020866dd935f4af6e687dcb36",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 268274,
"upload_time": "2025-02-02T20:59:02",
"upload_time_iso_8601": "2025-02-02T20:59:02.061944Z",
"url": "https://files.pythonhosted.org/packages/59/12/a9f647da66ba6fcf3ea6c46cbd2fca77db5af17eff7eb96fae6427fec616/carconnectivity_connector_tronity-0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-02 20:59:02",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "carconnectivity-connector-tronity"
}