The goal of the Smart Grid project is to integrate a photovoltaic (PV) array, a storage device, and an external grid with dynamic buy and sell prices into an intelligent energy management system. With the use of real-time data on irradiance, demand, and energy prices from a server, the system must manage deferrable and immediate loads while remaining profitable. The main task is creating an optimal algorithm that can meet these specifications while beating a naïve approach that disregards profit margins.
ChargeIt is a web application designed to manage and track the charging status of electric vehicles. It provides real-time updates, historical data, and efficient management tools for EV owners and operators.
- Real-time tracking of charging status
- Historical data analysis
- User-friendly dashboard
Follow these steps to set up the project locally:
- Clone the repository:
git clone https://github.com/Nimosteve88/ChargeIt.git
- Navigate to the project directory:
cd ChargeIt
- Install the required dependencies:
pip install -r requirements.txt
To start the application, run the following command:
cd EIE_Work_Space
cd UserInterface
python backend.py