You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- shortPoll - polling interval for iAquaLink cloud service in "active" polling mode (15 seconds)
4
-
- longPoll - polling interval for iAquaLink cloud service when not in "active" polling mode (60 seconds)
3
+
-key: shortPoll, value: polling interval for iAquaLink cloud service in "active" polling mode (defaults to 15 seconds).
4
+
-key: longPoll, value: polling interval for iAquaLink cloud service when not in "active" polling mode (defaults to 180 seconds).
5
5
6
6
####Custom Configuration Parameters:
7
-
- username - username (email address) for logging into the iAquaLink service
8
-
- password - password for logging into the iAquaLink service.
7
+
- key: username, value: username (email address) for logging into the iAquaLink service (required).
8
+
- key: password, value: password for logging into the iAquaLink service (required).
9
+
10
+
Once the "iAquaLink Nodeserver" node appears in The ISY Administrative Console and shows as Online, press the "Discover Devices" button to load the systems and devices configured in your iAquaLink profile.
Copy file name to clipboardExpand all lines: README.MD
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,18 +10,20 @@ A NodeServer for Polyglot v2 that interfaces to the iAquaLink™ cloud service t
10
10
11
11
Advanced Configuration:
12
12
```
13
-
"shortPoll" = polling interval for iAquaLink cloud service in "active" polling mode - defaults to 15 seconds (better to go no more frequent than this).
14
-
"longPoll" = polling interval for iAquaLink cloud service when not in "active" polling mode - defaults to 60 seconds.
13
+
key: shortPoll, value: polling interval for iAquaLink cloud service in "active" polling mode (defaults to 15 seconds - better to not go more frequent than this).
14
+
key: longPoll, value: polling interval for iAquaLink cloud service when not in "active" polling mode (defaults to 180 seconds).
15
15
```
16
16
Custom Configuration Parameters:
17
17
```
18
-
"username" = username (email address) for logging into the iAquaLink service.
19
-
"password" = password for logging into the iAquaLink service.
18
+
key: username, value: username (email address) for logging into the iAquaLink service (required).
19
+
key: password, value: password for logging into the iAquaLink service (required).
20
+
key: sessionTTL, value: number of seconds that the session ID is refreshed in order to avoid timeout (optional - defaults to 43200 (12 hours))
20
21
```
21
22
5. Once the "iAquaLink NodeServer" node appears in ISY994i Adminstative Console, click "Discover Devices" to load nodes for each of the system devices and aux relays on the pool controller(s) in your profile. THIS PROCESS MAY TAKE SEVERAL SECONDS depending on the number of systems you have and the activity on the iAqauLink service, so please be patient and wait 30 seconds or more before retrying. Also, please check the Polyglot Dashboard for messages regarding Discover Devices failure conditions.
22
23
23
24
###Notes:
24
25
25
26
1. The nodeserver relies on polling of the iAquaLink service and toggling of device states. Because of this, the nodeserver must first update the state before peforming any On, Off, etc. commands. Please be patient and provide time (up to shortPoll seconds) for the state change to be reflected before retrying your command.
27
+
2. If you change the setup on your AquaLink (temperature unit, type of devices assigned to the AUX relays, etc.), you must delete all the nodes EXCEPT the iAquaLink Nodeserver node from the Polyglot Dashboard (not the ISY), restart the nodeserver, and perform the "Discover Devices" procedure again.
26
28
27
-
For more information regarding this Polyglot Nodeserver, see https://forum.universal-devices.com/topic/28463-polyglot-bond-bridge-nodeserver/.
29
+
For more information regarding this Polyglot Nodeserver, see https://forum.universal-devices.com/topic/29262-polyglot-iaqualink-nodeserver/.
0 commit comments