Skip to main content
The Power Platform controller relies on devices file, configuration file, and address maps to manage and monitor the microgrid system. To get started with development, you can use the starter repository dep-ppl-base on GitHub as a foundation for your work. GitHub is a powerful tool for version control, allowing you to safely track changes, collaborate with others, and maintain your own copy of the repository.

Starter Repository

This starter repository provides a basic starting point for development. It includes:
  • Sample config file
  • Sample devices file
  • Reference address maps
This repository is the foundation for creating your own customized setup. Set up a GitHub account, fork and clone the dep-ppl-base repository, and then modify or add the necessary files to customize your setup. After making your changes, be sure to commit and push your latest changes to GitHub, and then pull the changes on the Power Platform controller to keep it up to date. All these steps and concepts will be explained in detail in the next sections.
GitHub will help you safely track and save your changes as you work.