Skip to content

VOLTTRON/volttron-pnnl-aems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Volttron PNNL AEMS

This repository contains two projects: aems-edge and aems-ui. Below are the instructions for setting up and using each project independently.

aems-edge

Prerequisites

  • Python 3.7 or higher
  • Volttron platform installed

Installation

  1. Clone the aems-edge repository:

    git clone https://github.com/your-username/aems-edge.git
  2. Install the required Python packages:

    cd aems-edge
    pip install -r requirements.txt

Usage

  1. Start the Volttron platform:

    volttron -vv
  2. Start the aems-edge agent:

    cd aems-edge
    python3 aems_edge.py

aems-ui

Prerequisites

  • Node.js and npm installed

Installation

  1. Clone the aems-ui repository:

    git clone https://github.com/your-username/aems-ui.git
  2. Install the required dependencies:

    cd aems-ui
    npm install

Usage

  1. Start the aems-ui development server:

    cd aems-ui
    npm start
  2. Open your web browser and navigate to http://localhost:3000 to access the aems-ui application.

About

No description, website, or topics provided.

Resources

License

Unknown, BSD-2-Clause licenses found

Licenses found

Unknown
LICENSE
BSD-2-Clause
COPYRIGHT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •