2017-12-30 20:12:01 +00:00
|
|
|
# aqualinkd.conf
|
|
|
|
#
|
|
|
|
|
|
|
|
# The directory where the web files are stored
|
|
|
|
|
|
|
|
web_directory=/var/www/aqualinkd/
|
|
|
|
|
|
|
|
# Log to file, comment out if you do not want to log to file
|
|
|
|
#log_file=/var/log/aqualinkd.log
|
|
|
|
|
2018-03-10 20:35:22 +00:00
|
|
|
# The log level. [DEBUG_DERIAL, DEBUG, INFO, NOTICE, WARNING, ERROR]
|
2017-12-30 20:12:01 +00:00
|
|
|
# Pick the highest level, and all levels below will be sent to syslog.
|
|
|
|
# your syslog settings may be set to only display messages above a certian level
|
|
|
|
# in which case make sure you use the log_file settings to capture everything
|
|
|
|
# you want when debugging
|
|
|
|
# so, NOTICE also prints WARNING & ERROR
|
2018-03-10 20:35:22 +00:00
|
|
|
# DEBUG_SERIAL would print everything possible
|
|
|
|
|
2017-12-30 20:12:01 +00:00
|
|
|
#log_level=DEBUG
|
|
|
|
log_level=INFO
|
|
|
|
#log_level=NOTICE
|
|
|
|
|
|
|
|
# The socket port that the daemon listens to
|
|
|
|
# If you change this from 80, remember to update aqualink.service.avahi
|
|
|
|
socket_port=80
|
|
|
|
|
|
|
|
# The serial port the daemon access to read the Aqualink RS8
|
|
|
|
serial_port=/dev/ttyUSB0
|
|
|
|
|
2018-03-13 15:21:12 +00:00
|
|
|
# If equiptment is in freeze protect mode some commands like pump_off / spa_on are
|
|
|
|
# ignored. You can force these to work by setting the below.
|
|
|
|
override_freeze_protect = no
|
|
|
|
|
2017-12-30 20:12:01 +00:00
|
|
|
# mqtt stuff
|
2018-03-05 23:52:42 +00:00
|
|
|
#mqtt_address = localhost:1883
|
2017-12-30 20:12:01 +00:00
|
|
|
#mqtt_user = someusername
|
|
|
|
#mqtt_passwd = somepassword
|
2018-03-05 23:52:42 +00:00
|
|
|
#mqtt_dz_pub_topic = domoticz/in
|
|
|
|
#mqtt_dz_sub_topic = domoticz/out
|
|
|
|
#mqtt_aq_topic = aqualinkd
|
2017-12-30 20:12:01 +00:00
|
|
|
|
|
|
|
# The id of the Aqualink terminal device. Devices probed by RS8 master are:
|
|
|
|
# 08-0b, 10-13, 18-1b, 20-23,
|
2017-12-30 21:52:54 +00:00
|
|
|
#
|
2017-12-30 20:12:01 +00:00
|
|
|
device_id=0x0a
|
|
|
|
|
|
|
|
# Light probramming mode. 0=safe mode, but slow.
|
2017-12-31 16:37:08 +00:00
|
|
|
# any number greater is seconds to wait between button presses.
|
|
|
|
# 0.4 seems to be the minimum. (workd for light modes below 10 presses)
|
|
|
|
# 0.6 seems to work about 95% of the time, but above 20 presses can be hit or miss.
|
|
|
|
# 0 will simply wait for the controler to send the response back before sending the next, so is equivelent to about 1.2
|
2017-12-30 21:52:54 +00:00
|
|
|
light_programming_mode=0
|
2017-12-30 20:12:01 +00:00
|
|
|
|
|
|
|
# Domoticz ID's for temps.
|
|
|
|
air_temp_dzidx=13
|
|
|
|
pool_water_temp_dzidx=14
|
|
|
|
spa_water_temp_dzidx=15
|
2018-03-12 23:18:09 +00:00
|
|
|
#SWG_percent_dzidx=998
|
|
|
|
#SWG_PPM_dzidx=999
|
2017-12-30 20:12:01 +00:00
|
|
|
|
|
|
|
# Labels for standard butons (shown in web UI), and domoticz idx's
|
|
|
|
button_01_label=Filter Pump
|
|
|
|
button_01_dzidx=37
|
|
|
|
|
|
|
|
button_02_label=Spa Mode
|
|
|
|
button_02_dzidx=38
|
|
|
|
|
|
|
|
button_03_label=Cleaner
|
|
|
|
button_03_dzidx=39
|
|
|
|
|
|
|
|
button_04_label=Waterfall
|
|
|
|
button_04_dzidx=40
|
|
|
|
|
|
|
|
button_05_label=Spa Blower
|
|
|
|
button_05_dzidx=41
|
|
|
|
|
|
|
|
button_06_label=Pool Light
|
|
|
|
button_06_dzidx=42
|
|
|
|
|
|
|
|
button_07_label=Spa Light
|
|
|
|
button_07_dzidx=43
|
|
|
|
|
|
|
|
button_08_label=NONE
|
|
|
|
button_08_dzidx=NONE
|
|
|
|
|
|
|
|
button_09_label=NONE
|
|
|
|
button_09_dzidx=NONE
|
|
|
|
|
|
|
|
button_10_label=Pool Heater
|
|
|
|
button_10_dzidx=44
|
|
|
|
|
|
|
|
button_11_label=Spa Heater
|
|
|
|
button_11_dzidx=56
|
|
|
|
|
|
|
|
button_12_label=Solar Heater
|
|
|
|
button_12_dzidx=NONE
|