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:
- sensor.powermeter.Appliance; data come from a KNX sensor.
- sensor.luxmeter.Appliance; data come from a KNX sensor.
- sensor.alarm.Appliance; data come from KNX.
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