Skip to main content

VOLTTRON™ is an open source platform for distributed sensing and control. The platform provides services for collecting and storing data from buildings and devices and provides an environment for developing applications which interact with that data.

Project description

Eclipse VOLTTRON™

Eclipse VOLTTRON (eclipse-volttron/volttron-core) is an open source platform for distributed sensing and control. The platform provides services for collecting and storing data from buildings and devices and provides an environment for developing applications which interact with that data.

Eclipse VOLTTRON™ Python 3.10 Python 3.11 Pytests pypi version

Prerequisites

  • poetry >= 2.0.1

  • python >= 3.10

  • pip >= 24.0

    Note: Ubuntu 22.04 comes with python 3.10. To upgrade pip run python -m pip install --upgrade pip

Installation

This package installs the main components of Eclipse VOLTTRON (volttron-core, volttron-lib-auth, volttron-lib-zmq).

It is highly recommended you use a virtual environment for installing volttron.

python -m venv <directory name for your virtual env. for example .venv>
source .venv/bin/activate
export VOLTTRON_HOME=</path/to/volttron/home>
pip install volttron

Note you can also run pip install volttron-core volttron-lib-zmq volttron-lib-auth

Quick Start

  1. Setup VOLTTRON_HOME environment variable: export VOLTTRON_HOME=/path/to/volttron_home/dir

    NOTE This is mandatory if you have/had in the past, a monolithic VOLTTRON version that used the default VOLTTRON_HOME $HOME/.volttron. This modular version of VOLTTRON cannot work with volttron_home used by monolithic version of VOLTTRON(version 8.3 or earlier)

  2. Start the platform:

    volttron -vv -l volttron.log &>/dev/null &
    
  3. Install agents and optional libraries:

    Each volttron agent is in it own repository. Each agent's repository will have its own readme with instructions on how to install the agent and any optional libraries that could be used with the agent. But in general, agents should be installed using vctl install command.

    For example,

    vctl install volttron-listener
    

    All libraries that the agent depends on will automatically get installed in your current python environment.

    Optional Libraries

    In addition to mandatory libraries that are automatically installed during agent install, some agents could have optional features that are enabled or disabled based on availability of additional libraries. For example, an agent could support unit conversion if the python pint library is installed in the python environment. In order to install optional libraries use

    vctl install-lib <library name>
    

    Modular VOLTTRON uses poetry for dependency management. When VOLTTRON is started, it creates a poetry project (pyproject.toml file) in VOLTTRON_HOME directory and uses that for keeping track of all installed packages. For example, when you run vctl install volttron-listener an entry for that agent's package name and version gets added to $VOLTTRON_HOME/pyproject.toml. If you are installing optional libraries, such as pint use vctl install-lib pint instead of pip install. vctl install-lib will internally use poetry and poetry will check if the version of volttron-core (and other librabries) in your current activated environment is compatible with requirements of the version of library you are installing.

    :warning: WARNING
    You could use pip to install libraries, but pip will not check dependent library versions for compatibility and would simply overwrite packages in the current environment.

    For example, if you are running volttron-core version 2.0.0 and volttron-lib-bacnet-driver has dependency on volttron-core version 1.0.0, pip install volttron-lib-bacnet-driver would overwrite volttron-core version 2.0.0 with version 1.0.0. However poetry add --directory $VOLTTRON_HOME volttron-lib-bacnet-driver will fail because of a version incompatibility error.
  4. View status of platform

    vctl status
    
  5. Shutdown the platform

    vctl shutdown --platform
    

Available Agents

Libraries

Links to important documentation

Contributing to VOLTTRON

Please see the contributing.md document before contributing to this repository.

Please see developing_on_modular.md document for developing your agents against volttron.

Disclaimer Notice

This material was prepared as an account of work sponsored by an agency of the United States Government. Neither the United States Government nor the United States Department of Energy, nor Battelle, nor any of their employees, nor any jurisdiction or organization that has cooperated in the development of these materials, makes any warranty, express or implied, or assumes any legal liability or responsibility for the accuracy, completeness, or usefulness or any information, apparatus, product, software, or process disclosed, or represents that its use would not infringe privately owned rights.

Reference herein to any specific commercial product, process, or service by trade name, trademark, manufacturer, or otherwise does not necessarily constitute or imply its endorsement, recommendation, or favoring by the United States Government or any agency thereof, or Battelle Memorial Institute. The views and opinions of authors expressed herein do not necessarily state or reflect those of the United States Government or any agency thereof.

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

volttron_core-2.0.0rc7.tar.gz (221.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

volttron_core-2.0.0rc7-py3-none-any.whl (286.6 kB view details)

Uploaded Python 3

File details

Details for the file volttron_core-2.0.0rc7.tar.gz.

File metadata

  • Download URL: volttron_core-2.0.0rc7.tar.gz
  • Upload date:
  • Size: 221.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.1 CPython/3.10.17 Linux/6.8.0-1027-azure

File hashes

Hashes for volttron_core-2.0.0rc7.tar.gz
Algorithm Hash digest
SHA256 cdec9827f48a1d9b1a05825f2eba61cdbb64b098e7e6bc4a4800e9700fa9de2e
MD5 7793e5a1da48d06cba17cd023901e1ae
BLAKE2b-256 0d95b3c02193511567c74daf814b92301b5ed5cfb92d55bafb2011e100683a62

See more details on using hashes here.

File details

Details for the file volttron_core-2.0.0rc7-py3-none-any.whl.

File metadata

  • Download URL: volttron_core-2.0.0rc7-py3-none-any.whl
  • Upload date:
  • Size: 286.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.1 CPython/3.10.17 Linux/6.8.0-1027-azure

File hashes

Hashes for volttron_core-2.0.0rc7-py3-none-any.whl
Algorithm Hash digest
SHA256 60ca8359dc125497e32b3aecd3df70a0c054154b5cb994216d9ab389228f62d1
MD5 8e4b90a4d135a7a41346f29de64f971d
BLAKE2b-256 90941853604263028da91c81b6f58dbc9d0b6c90545975ca1cb42a9e3b81c8c6

See more details on using hashes here.

Supported by

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