Interfaces with Victron VE.Direct devices
Project description
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:
pip3 install vedirect
Then, you simply need to import the lib and start asking values:
>>> 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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
vedirect-1.0.0.tar.gz
(2.3 kB
view details)
Built Distribution
File details
Details for the file vedirect-1.0.0.tar.gz
.
File metadata
- Download URL: vedirect-1.0.0.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3366fc4cfa3e76cc340671ea741acaf695574c199da79b69bcf4b5b903a656b2 |
|
MD5 | d1d1b7eb9395c7b7e6ec073b3e1423ad |
|
BLAKE2b-256 | a25c38f46ac329448f99a7c742bab694724f598ef523027bf673616937979a69 |
File details
Details for the file vedirect-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: vedirect-1.0.0-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f344ff6d7422256ac05be5d17b6895c20b99c609786737401d9ce9d2399a7ed6 |
|
MD5 | 8544e1834646925cd1f7ef8b62177d74 |
|
BLAKE2b-256 | 5348ac943d5a5f2a8a02388ad926ca32d7ff79ba8ef43e980b7ba1a3903e097f |