/OpenDTU-docs

Documentation for OpenDTU

OpenDTU documentation

Read the documentation

The published documentation can be found here: https://opendtu.solar/

Testing

Install the required dependencies:

python3 -m venv venv
source ./venv/bin/activate
pip3 install -r requirements.txt

Run a local webserver:

mkdocs serve