forked from OpenPDU/acf-openpdu
Compare commits
1 Commits
master
...
new-builde
Author | SHA1 | Date | |
---|---|---|---|
9a53f2c9a9 |
@ -11,7 +11,7 @@ clone:
|
|||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
build:
|
build:
|
||||||
image: arm32v6/abuild:latest
|
image: openpdu/builder:3.7
|
||||||
environment:
|
environment:
|
||||||
- REPODEST=/home/builder/package
|
- REPODEST=/home/builder/package
|
||||||
secrets:
|
secrets:
|
||||||
|
2
APKBUILD
2
APKBUILD
@ -4,7 +4,7 @@ pkgname=acf-openpdu
|
|||||||
pkgver=0.3
|
pkgver=0.3
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="ACF interface for the OpenPDU project"
|
pkgdesc="ACF interface for the OpenPDU project"
|
||||||
url="https://git.asperti.com/OpenPDU/acf-openpdu"
|
url="https://github.com/openpdu/acf-openpdu"
|
||||||
arch="noarch"
|
arch="noarch"
|
||||||
license="GPL2"
|
license="GPL2"
|
||||||
depends="acf-core openpdu lua-cjson"
|
depends="acf-core openpdu lua-cjson"
|
||||||
|
@ -1,21 +1,19 @@
|
|||||||
# ACF interface for the OpenPDU project.
|
ACF interface for the OpenPDU project.
|
||||||
|
|
||||||
[![Build Status](https://drone.asperti.com/api/badges/OpenPDU/acf-openpdu/status.svg)](https://drone.asperti.com/OpenPDU/acf-openpdu)
|
|
||||||
|
|
||||||
Connect the wires, and install this package.
|
Connect the wires, and install this package.
|
||||||
Then go to https://[YOUR_IP], enter user/pass so you can login to ACF.
|
Then go to https://[YOUR_IP], enter user/pass so you can login to ACF.
|
||||||
Under "OpenPDU" you can control your outlets.
|
Under "OpenPDU" you can control your outlets.
|
||||||
|
|
||||||
## DONE:
|
DONE:
|
||||||
* Basic Outlet Status (almost everything hardcoded :( )
|
* Basic Outlet Status (almost everything hardcoded :( )
|
||||||
* Power control (ON/OFF) for each socket
|
* Power control (ON/OFF) for each socket
|
||||||
* All the outlets are powered ON on boot
|
* All the outlets are powered ON on boot
|
||||||
* ACF package
|
* ACF package
|
||||||
* configuration file editing
|
* configuration file editing
|
||||||
|
|
||||||
## TODO:
|
TODO:
|
||||||
* editing outlet parameters
|
* editing outlet parameters
|
||||||
* everything else (there's a long list)
|
* everything else (there's a long list)
|
||||||
|
|
||||||
## BUGS:
|
BUGS:
|
||||||
* At the moment, the "Edit" button doesn't work
|
* At the moment, the "Edit" button doesn't work
|
Loading…
Reference in New Issue
Block a user