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
Copy file name to clipboardExpand all lines: README.MD
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,20 +8,20 @@ A NodeServer for Polyglot v2 that interfaces to the iAquaLink™ cloud service t
8
8
3. Add the iAquaLink nodeserver as a Local (Co-Resident with Polyglot) nodeserver type.
9
9
4. Modify the following Configuration Parameters:
10
10
11
-
Advanced Configuration:
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.
15
-
```
16
-
Custom Configuration Parameters:
17
-
```
18
-
"username" = username (email address) for logging into the iAquaLink service.
19
-
"password" = password for logging into the iAquaLink service.
11
+
##### Advanced Configuration:
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.
15
+
16
+
##### Custom Configuration Parameters:
17
+
___
18
+
-username - username (email address) for logging into the iAquaLink service.
19
+
-password - password for logging into the iAquaLink service.
20
20
```
21
-
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.
21
+
5. Once the "iAquaLink NodeServer" node appears in ISY994i Adminisrative 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
22
23
23
### Notes:
24
24
25
-
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.
25
+
1. The API used is the same API utilized by the iAquaLink mobile app. As such, it relies on polling of the iAquaLink service and toggling of device states. Because of this, the nodeserver must first update the state before performing any On, Off, etc. commands. Please be patient and provide time (up to shortPoll seconds) for the state change to be reflected before retrying any commands.
26
26
27
-
For more information regarding this Polyglot Nodeserver, see https://forum.universal-devices.com/topic/28463-polyglot-bond-bridge-nodeserver/.
27
+
For more information regarding this Polyglot Nodeserver, see https://forum.universal-devices.com/topic/29262-polyglot-iaqualink-nodeserver/.
0 commit comments