fhs-enyaq-data


Namefhs-enyaq-data JSON
Version 0.1.4 PyPI version JSON
download
home_pagehttps://github.com/foxhunt72/fhs-enyaq-data
Summaryenyaq car data
upload_time2024-05-06 16:37:33
maintainerNone
docs_urlNone
authorRichard de Vos
requires_pythonNone
licenseMIT license
keywords
VCS
bugtrack_url
requirements skodaconnect typer pyyaml appdirs requests pyyaml rich paho-mqtt
Travis-CI No Travis.
coveralls test coverage No coveralls.
            fhs_enyaq_data
==============


enyaq car data to external services for now
abrp

Usage
-----
fhs-enyaq-data send-data-loop

Installation
------------
.. code-block:: bash

  git clone repo
  cd <to_repo>
  pipx install .


or

.. code-block:: bash

  pipx install fhs-enyaq-data


create a yaml config file:
location:  $HOME/.config/fhs_enyaq_data/config.yaml

.. code-block:: bash

  ---
  skoda:
    username: <skoda_username>
    password: <skoda_password>
    vehicle_vin: ""
  abrp:
    token: <abrp generic token>

You can optional add also mqtt publishing for the data,
add the following block if you want to publish to a hivemq mqtt server
or use any host, username, password and tls are optional.

.. code-block:: bash

  mqtt:
    host: "mqtt-hostname.hivemq.cloud"
    port: 8883
    tls: true
    username: <username>
    password: <password>
    topic: my/topic/path


Compatibility
-------------
python 3.x

Extra info
----------

- about abrp: https://documenter.getpostman.com/view/7396339/SWTK5a8w?version=latest

Licence
-------
MIT

Authors
-------

`fhs_enyaq_data` was written by `Richard de Vos <rdevos72@gmail.com>`_.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/foxhunt72/fhs-enyaq-data",
    "name": "fhs-enyaq-data",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Richard de Vos",
    "author_email": "rdevos72@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/52/7c/1a710677268a05ead62de23a376e8fc440a173c1821eeb028303ea2471af/fhs-enyaq-data-0.1.4.tar.gz",
    "platform": null,
    "description": "fhs_enyaq_data\n==============\n\n\nenyaq car data to external services for now\nabrp\n\nUsage\n-----\nfhs-enyaq-data send-data-loop\n\nInstallation\n------------\n.. code-block:: bash\n\n  git clone repo\n  cd <to_repo>\n  pipx install .\n\n\nor\n\n.. code-block:: bash\n\n  pipx install fhs-enyaq-data\n\n\ncreate a yaml config file:\nlocation:  $HOME/.config/fhs_enyaq_data/config.yaml\n\n.. code-block:: bash\n\n  ---\n  skoda:\n    username: <skoda_username>\n    password: <skoda_password>\n    vehicle_vin: \"\"\n  abrp:\n    token: <abrp generic token>\n\nYou can optional add also mqtt publishing for the data,\nadd the following block if you want to publish to a hivemq mqtt server\nor use any host, username, password and tls are optional.\n\n.. code-block:: bash\n\n  mqtt:\n    host: \"mqtt-hostname.hivemq.cloud\"\n    port: 8883\n    tls: true\n    username: <username>\n    password: <password>\n    topic: my/topic/path\n\n\nCompatibility\n-------------\npython 3.x\n\nExtra info\n----------\n\n- about abrp: https://documenter.getpostman.com/view/7396339/SWTK5a8w?version=latest\n\nLicence\n-------\nMIT\n\nAuthors\n-------\n\n`fhs_enyaq_data` was written by `Richard de Vos <rdevos72@gmail.com>`_.\n",
    "bugtrack_url": null,
    "license": "MIT license",
    "summary": "enyaq car data",
    "version": "0.1.4",
    "project_urls": {
        "Homepage": "https://github.com/foxhunt72/fhs-enyaq-data"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "527c1a710677268a05ead62de23a376e8fc440a173c1821eeb028303ea2471af",
                "md5": "f874bda9e7aff211e0da2b9ec9387bbd",
                "sha256": "6ed9039877445b422de964085b5526fee650add087c8305a686a382d2260670f"
            },
            "downloads": -1,
            "filename": "fhs-enyaq-data-0.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "f874bda9e7aff211e0da2b9ec9387bbd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 10497,
            "upload_time": "2024-05-06T16:37:33",
            "upload_time_iso_8601": "2024-05-06T16:37:33.883582Z",
            "url": "https://files.pythonhosted.org/packages/52/7c/1a710677268a05ead62de23a376e8fc440a173c1821eeb028303ea2471af/fhs-enyaq-data-0.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-06 16:37:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "foxhunt72",
    "github_project": "fhs-enyaq-data",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "skodaconnect",
            "specs": []
        },
        {
            "name": "typer",
            "specs": []
        },
        {
            "name": "pyyaml",
            "specs": []
        },
        {
            "name": "appdirs",
            "specs": []
        },
        {
            "name": "requests",
            "specs": []
        },
        {
            "name": "pyyaml",
            "specs": []
        },
        {
            "name": "rich",
            "specs": []
        },
        {
            "name": "paho-mqtt",
            "specs": []
        }
    ],
    "tox": true,
    "lcname": "fhs-enyaq-data"
}
        
Elapsed time: 0.20498s