mirror of https://github.com/sfeakes/AqualinkD.git
Update with new options
parent
0780f94a2b
commit
1315145444
|
@ -131,10 +131,14 @@ report_zero_pool_temp = no
|
|||
# Log any packets from this device.
|
||||
#serial_debug_filter = 0x00
|
||||
|
||||
# Not documented. These will change how RS485 / Serial works, Only use if asked to for problem solving purposes.
|
||||
# Not documented. These are experimental. Will change how RS485 / Serial works, Only use if asked to for problem solving purposes.
|
||||
#serial_readahead_b4_write = yes
|
||||
#ftdi_low_latency = no
|
||||
#prioritize_ack = yes
|
||||
|
||||
# Get rid of the startup warning message about no low latency. BETTER option is to buy a better adapter.
|
||||
#ftdi_low_latency = no
|
||||
|
||||
# Stop the SWG bounce from displaying when using VSP.
|
||||
#swg_zero_ignore_count = 20
|
||||
|
||||
|
||||
|
@ -153,6 +157,10 @@ enable_scheduler = 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
|
||||
|
||||
# AqualinkD can take sime time to find heater setpoints (if they exist), This will force the pool & spa
|
||||
# heaters to be listed as thermostats vs switches on startup, helps with homekit.
|
||||
force_PS_setpoints = no
|
||||
|
||||
# Lights can be programmed by control panel or AqualinkD (if controlpanel doesn;t support specific light or light mode you want)
|
||||
# IF YOU WANT AQUALINKD TO PROGRAM THE LIGHT, IT MUST NOT BE CONFIGURED AS A COLOR LIGHT IN THE JANDY CONTROL PANEL.
|
||||
# Light probramming mode. 0=safe mode, but slow.
|
||||
|
|
Loading…
Reference in New Issue