Sign inSign up

kamermans/orvfms

By kamermans

•Updated almost 10 years ago

Control your Orvibo S20 IoT power outlets from a web browser

Image
0

433

kamermans/orvfms repository overview

Run a webserver that controls your Orvibo S20 sockets in a single command (assuming you have Docker installed):

docker run -d \
    --name orvfms \
    -p80:80 \
    --net=host \
    -e "IP_BROADCAST=192.168.1.255" \
    kamermans/orvfms

You should replace 192.168.1.255 with your broadcast IP.

Tag summary

Content type

Image

Digest

Size

126.5 MB

Last updated

almost 10 years ago

docker pull kamermans/orvfms