Skip to content

Commit b3d06d8

Browse files
committed
Merged changes to README.MD from GitHub
2 parents 35b3b20 + 0c6f76e commit b3d06d8

File tree

2 files changed

+21
-22
lines changed

2 files changed

+21
-22
lines changed

POLYGLOT_CONFIG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
## iAquaLink NodeServer Configuration
2-
####Advanced Configuration:
3-
- key: shortPoll, value: polling interval for iAquaLink cloud service in "active" polling mode (defaults to 15 seconds).
2+
##### Advanced Configuration:
3+
- 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).
44
- key: longPoll, value: polling interval for iAquaLink cloud service when not in "active" polling mode (defaults to 180 seconds).
55

6-
####Custom Configuration Parameters:
6+
##### Custom Configuration Parameters:
77
- key: username, value: username (email address) for logging into the iAquaLink service (required).
88
- key: password, value: password for logging into the iAquaLink service (required).
9+
- key: sessionTTL, value: number of seconds that the session ID is refreshed in order to avoid timeout (optional - defaults to 43200 (12 hours))
910

1011
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.

README.MD

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,25 @@ A NodeServer for Polyglot v2 that interfaces to the iAquaLink™ cloud service t
33

44
### Instructions for local Polyglot-V2 installation:
55

6+
From the Polyglot Dashboard:
67
1. Install the iAquaLink nodeserver from the Polyglot Nodeserver Store.
7-
2. Log into the Polyglot Dashboard (https://<Polyglot Server IP Address>:3000)
8-
3. Add the iAquaLink nodeserver as a Local (Co-Resident with Polyglot) nodeserver type.
9-
4. Modify the following Configuration Parameters:
10-
11-
Advanced Configuration:
12-
```
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-
```
16-
Custom Configuration Parameters:
17-
```
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))
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.
23-
24-
###Notes:
8+
2. Add the iAquaLink nodeserver as a Local (Co-Resident with Polyglot) nodeserver type.
9+
3. Modify the following Configuration Parameters:
10+
11+
##### Advanced Configuration:
12+
- 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).
13+
- key: longPoll, value: polling interval for iAquaLink cloud service when not in "active" polling mode (defaults to 180 seconds).
14+
15+
##### Custom Configuration Parameters:
16+
- key: username, value: username (email address) for logging into the iAquaLink service (required).
17+
- key: password, value: password for logging into the iAquaLink service (required).
18+
- key: sessionTTL, value: number of seconds that the session ID is refreshed in order to avoid timeout (optional - defaults to 43200 (12 hours))
19+
20+
4. 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.
21+
22+
### Notes:
2523

2624
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.
2725
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.
2826

29-
For more information regarding this Polyglot Nodeserver, see https://forum.universal-devices.com/topic/29262-polyglot-iaqualink-nodeserver/.
27+
For more information regarding this Polyglot Nodeserver, see https://forum.universal-devices.com/topic/29262-polyglot-iaqualink-nodeserver/.

0 commit comments

Comments
 (0)