Skip to content

Homebridge with support for HS100 plugs in a docker container - contains hardcoded IP at present

Notifications You must be signed in to change notification settings

malcsmith/docker-homebridge-kasa

Repository files navigation

docker: homebridge (with kasa plugin)

This is a docker image to run the homebridge tool with the homebridge-indigo plugin enabled.

Adapted from https://github.com/moutten/docker-homebridge

Build from docker file

If you want to build the docker container image yourself you can do so with the following commands:

git clone git@github.com:malcsmith/docker-homebridge-kasa.git
cd docker-homebridge-kasa
docker build -t homebridge .

Running the image

In order to run the homebridge server command in daemonized mode, use the following:

docker run -d --net="host" -v /PATH_TO_HOMEBRIDGE_CONFIG_DIRECTORY:/config malcsmith/homebridge

About

Homebridge with support for HS100 plugs in a docker container - contains hardcoded IP at present

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages