(→Install ago control) |
(→Install ago control) |
||
Line 17: | Line 17: | ||
* agocontrol-meloware - Device for Meloware iPhone App | * agocontrol-meloware - Device for Meloware iPhone App | ||
− | Systemd Startup Script Support - If you want the ago control services to be started automatically we '''strongly''' recommend to install this: | + | '''HINT:''' Systemd Startup Script Support - If you want the ago control services to be started automatically we '''strongly''' recommend to install this: |
apt-get install systemd systemd-sysv | apt-get install systemd systemd-sysv | ||
Contents |
Please mind we use systemd. You can download Debian Wheezy here: http://www.debian.org/devel/debian-installer/
echo "deb http://mirror.at.agocontrol.com/debian wheezy main" >> /etc/apt/sources.list
apt-get update apt-get install agocontrol agocontrol-admin
Optional packages for hardware and extra feature support:
HINT: Systemd Startup Script Support - If you want the ago control services to be started automatically we strongly recommend to install this:
apt-get install systemd systemd-sysv
Configuring qpidd at installation dialog
Please enter the password for the Qpid daemon administrator. Administrator password:
type any password you want
The config.ini file is located here:
/etc/opt/agocontrol/config.ini
This page lists all available sections: config.ini
echo '# OWFS 1 Wire USB Adapter LinkUSBi SUBSYSTEMS=="usb", ATTRS{idVendor}=="0403", ATTRS{idProduct} =="6001", SYMLINK+="usbowfs", RUN+="/bin/systemctl restart agoowfs.service" # Vera Z-Wave USB Stick - Cygnal Integrated Products, Inc. SUBSYSTEMS=="usb", ATTRS{idVendor}=="10c4", ATTRS{idProduct} =="ea60", SYMLINK+="usbzwave", RUN+="/bin/systemctl restart agozwave.service"'> /etc/udev/rules.d/99-agocontrol.rules
You can test the rules via:
udevadm trigger
Or display detailed USB device info with:
udevadm info --query=all --attribute-walk --name=/dev/ttyUSB0
Configue service autostart This will enable all services:
/opt/agocontrol/bin/agoctrl.sh enable
You can also use "systemctl enable <service>" to manually enable specific services. ""Start components"" This will start all installed components:
/opt/agocontrol/bin/agoctrl.sh start
If you do not have additional hardware like Z-Wave or 1-Wire you can start the ago simulator to simulate some devices. You need to check it out from SVN.
apt-get install subversion cd /usr/src svn co http://svn.agocontrol.com/svn/ agocontrol
Start the simulator:
python /usr/src/agocontrol/agocontrol/devices/agosimulator.py
You can see some console output if you play with the devices in ago's web interface.
Hint: You may change "127.0.0.1" to your hostname or ip-address.