Hobson smart device automation hub
254
Hobson is free "hub" or "gateway" software that integrates a wide range of incompatible smart devices together. It provides a common means of control and allows them to interact together in useful ways.
Think of it as an aggregator for the Internet of Things (IoT).
More information is available on the Hobson website.
$ docker run --name hobson -p 8182:8182 -v /some/local/data/dir:/opt/hobson/data -d whizzosoftware/hobson:latest
The Hobson container will write all configuration to the /opt/hobson/data directory. It's recommended to define a data volume mapping it to a local directory (as shown in the above command) so you don't lose your configuration when the container is updated or removed.
Once the container is running, simply navigate to port 8182 with your web browser. For example, if you ran the container locally:
http://localhost:8182
Content type
Image
Digest
Size
258.3 MB
Last updated
about 10 years ago
docker pull whizzosoftware/hobson:0.9.1