85 lines
2.8 KiB
Text
85 lines
2.8 KiB
Text
################################################################################
|
|
#
|
|
# Configuration file for tellstickController
|
|
#
|
|
# Copyright (C) 2008-2010 Rickard Andersson (ran42ran@gmail.com)
|
|
# Version: 2.0.0
|
|
#
|
|
################################################################################
|
|
#
|
|
# This program is free software: you can redistribute it and/or modify
|
|
# it under the terms of the GNU General Public License as published by
|
|
# the Free Software Foundation, either version 3 of the License, or
|
|
# (at your option) any later version.
|
|
#
|
|
# This program is distributed in the hope that it will be useful,
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
# GNU General Public License for more details.
|
|
#
|
|
# You should have received a copy of the GNU General Public License
|
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
#
|
|
################################################################################
|
|
|
|
# List of location settings.
|
|
#
|
|
# Usage example:
|
|
# Set Key Value
|
|
#
|
|
# Set Timezone Europe/Stockholm
|
|
#
|
|
Set Timezone Europe/Stockholm
|
|
Set Altitude -0.833
|
|
Set Latitude 58.24
|
|
Set Longitude 15.31
|
|
Set dbfile /var/lib/tellstickController.db
|
|
Set pidfile /var/run/tellstickController.pid
|
|
Set logfile /var/log/tellstickController.log
|
|
|
|
|
|
# Aliases for recevier devices.
|
|
#
|
|
# Usage example:
|
|
# Alias Name Sender Dimmer Protocol Housecode Channel
|
|
#
|
|
# Alias BedroomWindow /dev/tellstick0 yes Nexa A 1
|
|
# Alias device42 /dev/tellstick1 No Waveman B 3
|
|
#
|
|
# or
|
|
#
|
|
# Usage example:
|
|
# Alias Name Sender Dimmer Protocol Channel
|
|
#
|
|
# Alias MythTv_Backlight /dev/ttyUSB0 No Sartano 000000001
|
|
#
|
|
Alias device1 /dev/tellstick No Nexa A 1
|
|
Alias device2 /dev/tellstick No Nexa A 2
|
|
|
|
|
|
# Groups used for handling a list of aliases.
|
|
#
|
|
# Usage examples:
|
|
# Group Name Delay Aliases
|
|
# Group Livingroom_walls 60 Livingroom_wall_north Livingroom_wall_east
|
|
# Group Kitchen 5 Kitchen_cabinets Kitchen_window
|
|
#
|
|
Group allDevices 10 Device1 Device2
|
|
|
|
|
|
# Timer rules for reciever devices.
|
|
#
|
|
# Usage examples:
|
|
# Rule Alias DeviceOn DeviceOff
|
|
#
|
|
# Rule BedroomWindow Sunrise Sunrise+01:30
|
|
# Rule BedroomWindow 18:33 23:10+Random(00:45)
|
|
# Rule MythTv_Backlight Weekend/20:00 Weekend/Sunset
|
|
# Rule device42 2008-03-##/18:45 2008-03-##/22:11
|
|
# Rule device42 No 02:00
|
|
#
|
|
Rule device1 weekend/sunrise weekend/08:45
|
|
Rule device1 sunset+00:15 23:30+Random(00:20)
|
|
Rule device2 Workweek/07:00+Dimmer(00:02,0,200,25) weekend/08:45
|
|
Rule allDevices 16:45 23:45
|
|
|