Skip to content

majamassarini/automate-sockets-example

Repository files navigation

automate-home sockets example project

An example project for the automate-home project.

A collection of files which define automation rules for different sockets Appliances.

Every Appliance automates a device, through a Performer. The automated devices are KNX switches.

To automate the sockets three sensors, other than the buttons, are used:

Run automate-home docker container using this project files

export AUTOMATE_HOME_CONFIGURATION=`pwd`
export NETWORK_NAME='qnet-static-eth0-a7611e'
export IP='172.31.10.248'

docker run -dit --privileged --name sockets --network $NETWORK_NAME --ip $IP -p 8181:8181 -v graphite-sockets:/opt/graphite/storage -v redis-sockets:/var/lib/redis -v "$AUTOMATE_HOME_CONFIGURATION:/etc/automate-home" -t majamassarini/automate-home:latest
docker exec -it lights /bin/bash

UI

GUI example