vedirect


Namevedirect JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttp://github.com/Frankkkkk/python-vedirect
SummaryInterfaces with Victron VE.Direct devices
upload_time2023-04-18 17:43:59
maintainer
docs_urlNone
authorFrank Villaro-Dixon
requires_python
licenseMIT
keywords victron vedirect ve.direct ve direct mppt
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # python-VEDirect

## What is this lib ?
Small library to read Victron's VE.Direct frames.

This is useful in order to read Victron's MPPT charge controllers.

You need to use a VE.Direct to USB cable

## How to use this lib ?
First of all, install this library using pip:
```bash
pip3 install vedirect
```

Then, you simply need to import the lib and start asking values:
```python

>>> import vedirect
>>> device = vedirect.VEDirect()
>>> print(device.battery_volts)
27.5
```

The list of available parameters is:
```
battery_volts
battery_amps
solar_volts
solar_power
device_serial
device_MPPT_state
```

            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/Frankkkkk/python-vedirect",
    "name": "vedirect",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "victron vedirect ve.direct ve direct mppt",
    "author": "Frank Villaro-Dixon",
    "author_email": "frank@villaro-dixon.eu",
    "download_url": "https://files.pythonhosted.org/packages/a2/5c/38f46ac329448f99a7c742bab694724f598ef523027bf673616937979a69/vedirect-1.0.0.tar.gz",
    "platform": null,
    "description": "# python-VEDirect\n\n## What is this lib ?\nSmall library to read Victron's VE.Direct frames.\n\nThis is useful in order to read Victron's MPPT charge controllers.\n\nYou need to use a VE.Direct to USB cable\n\n## How to use this lib ?\nFirst of all, install this library using pip:\n```bash\npip3 install vedirect\n```\n\nThen, you simply need to import the lib and start asking values:\n```python\n\n>>> import vedirect\n>>> device = vedirect.VEDirect()\n>>> print(device.battery_volts)\n27.5\n```\n\nThe list of available parameters is:\n```\nbattery_volts\nbattery_amps\nsolar_volts\nsolar_power\ndevice_serial\ndevice_MPPT_state\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Interfaces with Victron VE.Direct devices",
    "version": "1.0.0",
    "split_keywords": [
        "victron",
        "vedirect",
        "ve.direct",
        "ve",
        "direct",
        "mppt"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5348ac943d5a5f2a8a02388ad926ca32d7ff79ba8ef43e980b7ba1a3903e097f",
                "md5": "8544e1834646925cd1f7ef8b62177d74",
                "sha256": "f344ff6d7422256ac05be5d17b6895c20b99c609786737401d9ce9d2399a7ed6"
            },
            "downloads": -1,
            "filename": "vedirect-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8544e1834646925cd1f7ef8b62177d74",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2683,
            "upload_time": "2023-04-18T17:43:56",
            "upload_time_iso_8601": "2023-04-18T17:43:56.876134Z",
            "url": "https://files.pythonhosted.org/packages/53/48/ac943d5a5f2a8a02388ad926ca32d7ff79ba8ef43e980b7ba1a3903e097f/vedirect-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a25c38f46ac329448f99a7c742bab694724f598ef523027bf673616937979a69",
                "md5": "d1d1b7eb9395c7b7e6ec073b3e1423ad",
                "sha256": "3366fc4cfa3e76cc340671ea741acaf695574c199da79b69bcf4b5b903a656b2"
            },
            "downloads": -1,
            "filename": "vedirect-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "d1d1b7eb9395c7b7e6ec073b3e1423ad",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2321,
            "upload_time": "2023-04-18T17:43:59",
            "upload_time_iso_8601": "2023-04-18T17:43:59.065953Z",
            "url": "https://files.pythonhosted.org/packages/a2/5c/38f46ac329448f99a7c742bab694724f598ef523027bf673616937979a69/vedirect-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-18 17:43:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "Frankkkkk",
    "github_project": "python-vedirect",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "vedirect"
}
        
Elapsed time: 0.05561s