Skip to main content

Running OpenDT

Start the System

Start all services with the default configuration:

make up

Or specify a configuration file:

make up config=config/experiments/experiment_1.yaml

Access the Dashboard

Once services are running:

URLDescription
http://localhost:3000Grafana Dashboard
http://localhost:3001API Documentation

The Grafana dashboard shows real-time power consumption data as the simulation progresses.

Monitor Progress

View logs from a specific service:

make logs-simulator
make logs-dc-mock
make logs-api
make logs-calibrator

Stop the System

Stop all running services:

make down

Clean Up

Remove all data and volumes to start fresh:

make clean-volumes

This removes simulation results and resets Grafana to its initial state.