Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

vedirect-1.1.0-py3-none-any.whl (2.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page