Skip to content

Commit 0c6f76e

Browse files
authored
Add UDI Forum link to README.md
1 parent d3ccc77 commit 0c6f76e

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.MD

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@ A NodeServer for Polyglot v2 that interfaces to the iAquaLink™ cloud service t
88
3. Add the iAquaLink nodeserver as a Local (Co-Resident with Polyglot) nodeserver type.
99
4. Modify the following Configuration Parameters:
1010

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.
2020
```
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.
2222
2323
### Notes:
2424
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.
2626
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

Comments
 (0)