telldus/tellstickd/tellstickd.conf

24 lines
1.5 KiB
Text

# Tellstickd file for control of remote switches with rfcmd.
#
#<protocol> <housecode> <channel> <on time> <off time> <daytime off yes/no> <off when bright delay in morning> <prelight in afternoon> <on time random interval> <off time random interval>
# (no = 0, yes = 1)
# Multiple definitions are possible for each device
#
# Setting <on time> and <off time> to the same means that the device will always be switched on.
# The random interval times defines the allowed interval within the switch may take place
# <off time>=22:15 and <on time random interval>=00:30 means that the actual switch will take
# place sometime between 22:15 and 22:44, with new randomized times set every night at 00:00.
#
# Time format xx:yy where xx is hour and yy is minute
# If no turn on time or turn off time should be used. Note this with -1. See the example line below. Only to be used on turn on or turn off times.
# NEXA A 1 -1 22:45 1 00:30 00:30
#
# Sample row for a SARTANO device. Note that the 0 in column three does not have a meaning. On time will always be 05:30, off time will always be 22:45.
SARTANO 0000000000 0 05:30 22:45 1 00:30 00:15 00:00 00:00
# Sample to control NEXA device A 1. Turn on device 05:30 turn off 22:45. Turn off the device 30 minutes after sunrise, turn on again 15 minutes before sunset. On time will be between 06:30 and 06:39, off time will be between 22:05 and 22:24.
NEXA A 1 06:30 22:05 1 00:30 00:15 00:10 00:20