ILC supports traditional demand response as well as transactive energy services. ILC manages controllable loads while also mitigating service-level excursions (e.g., occupant comfort, minimizing equipment ON/OFF cycling) by dynamically prioritizing available loads for curtailment using both quantitative (deviation of zone conditions from set point) and qualitative rules (type of zone).IXME
Project description
Intelligent Load Control (ILC) Agent
ILC supports traditional demand response as well as transactive energy services. ILC manages controllable loads while also mitigating service-level excursions (e.g., occupant comfort, minimizing equipment ON/OFF cycling) by dynamically prioritizing available loads for curtailment using both quantitative (deviation of zone conditions from set point) and qualitative rules (type of zone).
Requirements
- python >= 3.10
- volttron >= 10.0
- sympy >= 1.12
- transitions >= 0.9.0
Documentation
More detailed documentation can be found on ReadTheDocs. The RST source of the documentation for this agent is located in the "docs" directory of this repository.
ILC Agent Configuration
The ILC agent, requires four configuration files per device cluster (i.e., homogenous set of devices). These files should be loaded into the agent's config store via vctl config command line interface. Samples of these files may be found in the sample_configs directory of this repository:
- config - ILC (main) configuration.
- control_config - Contains information related to the control of device cluster.
- criteria_config - Contains information related to the use of real time data to prioritize devices within cluster for load management.
- pairwise_criteria.json - Contains information related to the relative importance of each criteria for a device cluster.
Full documentation of ILC configurations can be found on ReadTheDocs. A web-based configuration tool has been developed to simplify creation of the configuration files for ILC. The web tool can be accessed here.
Instructions for the configuration web-tool can be found here.
Installation
Before installing, VOLTTRON should be installed and running. Its virtual environment should be active. Information on how to install of the VOLTTRON platform can be found here.
Install and start the Intelligent Load Control Agent.
vctl config store ilc.agent config <path of config file>
vctl config store ilc.agent control_config <path to device_control_config>
vctl config store ilc.agent criteria_config <path to device_criteria_config>
vctl config store ilc.agent pairwise_criteria.json <path to pairwise_criteria_config>
vctl install volttron-ilc --vip-identity ilc.agent --tag ilc --start
View the status of the installed agent
vctl status
Development
Please see the following for contributing guidelines contributing.
Please see the following helpful guide about developing modular VOLTTRON agents
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
Built Distribution
Hashes for volttron_ilc-2.2.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | dbdf2d18a7c939296fa89d8996d4f83380570a1cbfef5243489efca43d61653b |
|
MD5 | 1a875529dbb784cb08d2f65d134b6d1c |
|
BLAKE2b-256 | 099388478a93ce10d8e7d894857fd2a1c5bf04ce3722491ed41eddefb4a8f46f |