AqualinkD/release/aqualinkd.conf

163 lines
5.3 KiB
Plaintext
Raw Normal View History

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
2018-04-18 00:33:17 +00:00
log_level=DEBUG
#log_level=INFO
2017-12-30 20:12:01 +00:00
#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
2018-07-15 19:36:19 +00:00
# Confert Deg F to Deg C when posting to Domoticz or MQTT.
convert_mqtt_temp_to_c = yes
convert_dz_temp_to_c = yes
2018-07-20 17:29:13 +00:00
# default is to use pool water temp as spa water temp when spa is off (and there for not able to report water temp)
# enable below to report 0 as the spa temp when spa is off.
# This is for MQTT cnnections only, WEB socket and WEB API always report TEMP_UNKNOWN (-999) allowing the consumer to
# decide how to report.
2018-07-15 19:36:19 +00:00
report_zero_spa_temp = no
2019-01-24 14:56:58 +00:00
# default is to not report changes to pool temp when the filter pump is off or in spa mode
# enable below to report 0 as the pool temp when the filter pump is off or when in spa mode.
# This is for MQTT cnnections only, WEB socket and WEB API always report TEMP_UNKNOWN (-999) allowing the consumer to
# decide how to report.
report_zero_pool_temp = 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:
2018-03-14 00:15:05 +00:00
# 08-0b, 10-13, 18-1b, 20-23, 28-2b, 30-33, 38-3b, 40-43
2018-03-16 15:26:47 +00:00
# Working RS ID's are 0x0a 0x0b 0x09 0x08 <- 0x08 is usually taken
2017-12-30 20:12:01 +00:00
device_id=0x0a
2019-05-25 16:52:36 +00:00
# Please see forum for this, only set to yes when logging information to support
# new devices. Inflrmation will be written to /tmp/RS485.log
#debug_RSProtocol_packets = no
#Only for PDA mode
# set PDA mode
#pda_mode = yes
#
# Put AqualinkD to sleep when in PDA mode after inactivity.
# If you have Jandy PDA then this MUST be set to yes as the controller can only support one PDA.
# If you don't have a Jandy PDA leave this at no as AqualinkD will be a lot quicker.
# Sleep timer is around 2 mins of inactivity, then wake after 2 mins of sleep.
#pda_sleep_mode = yes
2019-03-01 15:22:03 +00:00
# Read status information from other devices on the RS485 bus.
# At the moment just Salt Water Generators are supported.
read_all_devices = yes
2019-05-25 16:52:36 +00:00
# If you have a SWG connected to the control panel, set this to yes.
# AqualinkD can only detect a SWG if it's on, so after a restart you will not see/access a SWG until the the next time the pump is on.
force_SWG = no
2019-03-01 15:22:03 +00:00
2018-07-15 19:36:19 +00:00
# Button inxed light probramming button is assigned to. (look at your button labels below)
2018-09-23 21:54:15 +00:00
light_programming_button = 0
2018-03-15 14:09:29 +00:00
2017-12-30 20:12:01 +00:00
# Light probramming mode. 0=safe mode, but slow.
# 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
2018-07-15 19:36:19 +00:00
# Light programming assumes light needs to be on before sending pulse (above setting)
# If the light is off when request is made to change "light show", then the below value are used
light_programming_initial_on=15
# Turn the light off for below time before start programmig puleses.
light_programming_initial_off=12
# Everything below here, if it ends with dzidx, then that's the ID for domoticz,
# so not needed if you are not suing dooticz.
2017-12-30 20:12:01 +00:00
# Domoticz ID's for temps.
2018-09-23 21:54:15 +00:00
air_temp_dzidx=0
pool_water_temp_dzidx=0
spa_water_temp_dzidx=0
SWG_percent_dzidx=0
SWG_PPM_dzidx=0
2017-12-30 20:12:01 +00:00
2019-05-25 16:52:36 +00:00
# Try to use labels from Control Panel.
use_panel_aux_labels=yes
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
2018-09-02 21:45:24 +00:00
#button_01_dzidx=37
#button_01_PDA_label=FILTER PUMP
2017-12-30 20:12:01 +00:00
button_02_label=Spa Mode
2018-09-02 21:45:24 +00:00
#button_02_dzidx=38
#button_02_PDA_label=SPA
2017-12-30 20:12:01 +00:00
button_03_label=Cleaner
2018-09-02 21:45:24 +00:00
#button_03_dzidx=39
#button_03_PDA_label=AUX1
2017-12-30 20:12:01 +00:00
button_04_label=Waterfall
2018-07-15 19:36:19 +00:00
#button_04_dzidx=40
2018-09-02 21:45:24 +00:00
#button_04_PDA_label=AUX2
2017-12-30 20:12:01 +00:00
button_05_label=Spa Blower
2018-07-15 19:36:19 +00:00
#button_05_dzidx=41
2018-09-02 21:45:24 +00:00
#button_05_PDA_label=AUX3
2017-12-30 20:12:01 +00:00
button_06_label=Pool Light
2018-07-15 19:36:19 +00:00
#button_06_dzidx=42
2018-09-02 21:45:24 +00:00
#button_06_PDA_label=AUX4
2017-12-30 20:12:01 +00:00
button_07_label=Spa Light
2018-07-15 19:36:19 +00:00
#button_07_dzidx=43
2018-09-02 21:45:24 +00:00
#button_07_PDA_label=AUX5
2017-12-30 20:12:01 +00:00
button_08_label=NONE
2018-07-15 19:36:19 +00:00
#button_08_dzidx=NONE
2018-09-02 21:45:24 +00:00
#button_08_PDA_label=AUX6
2017-12-30 20:12:01 +00:00
button_09_label=NONE
2018-07-15 19:36:19 +00:00
#button_09_dzidx=NONE
2018-09-02 21:45:24 +00:00
#button_09_PDA_label=AUX7
2017-12-30 20:12:01 +00:00
button_10_label=Pool Heater
2018-07-15 19:36:19 +00:00
#button_10_dzidx=44
2018-09-02 21:45:24 +00:00
#button_09_PDA_label=POOL HEAT
2017-12-30 20:12:01 +00:00
button_11_label=Spa Heater
2018-07-15 19:36:19 +00:00
#button_11_dzidx=56
2018-09-02 21:45:24 +00:00
#button_09_PDA_label=SPA HEAT
2017-12-30 20:12:01 +00:00
button_12_label=Solar Heater
2018-07-15 19:36:19 +00:00
#button_12_dzidx=NONE
2018-09-02 21:45:24 +00:00
#button_09_PDA_label=EXTRA AUX