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
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.1.0.tar.gz
(2.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vedirect-1.1.0.tar.gz.
File metadata
- Download URL: vedirect-1.1.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 |
39a77d9fe1feee5e0e4eb2ad4433e29bf6e73f27937ae60d0eff6e001adca0bc
|
|
| MD5 |
1bb7f65176697a15b683c5174d8440d4
|
|
| BLAKE2b-256 |
ddbbf05239625379a0fca1ad6c2011625c3e6122464852de6120e212a160245b
|
File details
Details for the file vedirect-1.1.0-py3-none-any.whl.
File metadata
- Download URL: vedirect-1.1.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 |
81af60fc5608a372547755645ebd05f634c6bc5d006ecdd8d0545b1ee6cb8696
|
|
| MD5 |
66dc0b66da6f78d62832b7fd205baaa0
|
|
| BLAKE2b-256 |
57b3c503fb93da887d34b6762b1b5524e001624ff0cdb885f2de0062df1451c0
|