OpenPDU project
Go to file
Paolo Asperti e20f6a4597
add ENV config support
2022-06-03 16:35:04 +02:00
.vscode fix run config 2021-12-09 10:16:36 +01:00
src add ENV config support 2022-06-03 16:35:04 +02:00
static Update .jshintrc 2020-12-23 10:12:04 +01:00
templates outlet power status 2022-06-03 12:44:54 +02:00
.editorconfig initial ups support 2020-12-27 22:29:16 +01:00
.gitignore Update .gitignore 2020-12-23 15:33:34 +01:00
README.md docs 2021-10-01 16:50:05 +02:00
openpdu_example.yaml Update openpdu_example.yaml, board.go, and 11 more files... 2021-01-04 18:37:10 +01:00

README.md

The OpenPDU project

OpenPDU is an OpenHardware and OpenSource project for a network-connected PDU.

We want to build the best firmware possible for a smart PDU, giving you the possibility to customize your own. You can build a custom PDU or retrofit an existing one. You can control as many outlet as you want, and manage a shared UPS.

development tips

start a local mqtt container

docker run --rm -d --name mqtt -p 1883:1883 docker.asperti.com/paspo/mqtt
docker logs -f mqtt