Addressing - WaveNet
You define the addressing during initial setup (when you add your first RouterNode). If you want to change these settings later, you must reset all WaveNet devices (see Resetting/Deleting).
Network ID
The WaveNet uses a network ID. The network ID must meet the following requirements:
- Length: Four characters
- Permitted characters: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F
- Invalid combinations: 0000, 0001, DDDD, FFFF
The Network ID, in combination with a password, ensures that your WaveNet is unique and prevents accidental reprogramming of networks.
Address in network/network mask
Devices in WaveNet have a network address (16-bit). The WaveNet uses a network mask for the address in the network. The network mask defines the division of bits between GROUP-ID (RouterNode) and MEMBER-ID (LockNode) and therefore the maximum number of RouterNodes and the maximum number of LockNodes and RouterNodes.
An 11_5 network mask sees 11 bits (211=2048 addresses, of which 1790 can be used. Some addresses are reserved for addressing serially accessible RouterNodes, i.e. "RouterNodes behind RouterNodes" and addressing the entire network or for broadcasts) for the RouterNodes and 5 bits (25=32 addresses, of which 25 can be used) for the LockNodes.
You can choose from the following network masks:
Network mask | Number of RouterNodes | Number of LockNodes |
|---|---|---|
8_8 | Max. 249 | Max. 249 per RouterNode |
11_5 | Max. 1790 | Max. 25 per RouterNode |
12_4 | Max. 3200 | Max. 9 per RouterNode |
If you do not make any other selection, the network mask is preset with 11_5. Based on experience, this value has proven to be universally applicable.
Convert address to GROUP-ID and MEMBER-ID
You can convert the displayed address to the binary system to read the GROUP-ID and MEMBER-ID from the displayed address. Example:
Displayed address | 0xA23F | |||
Division hexadecimal | A | 2 | 3 | F |
Division decimal | 10 | 2 | 3 | 15 |
Division binary | 1010 | 0010 | 0011 | 1111 |
Total binary | 1010001000111111 | |||
Distribution after 8_8 | 8 GROUP-ID: 10100010 (=A2), 8 MEMBER-ID: 00111111 (=3F) | |||
Distribution according to 11_5 | 11 GROUP-ID: 10100010001, 5 MEMBER-ID: 11111 | |||
Distribution after 12_4 | 12 GROUP-ID: 101000100011 (=A23), 4 MEMBER-ID: 1111 (=F) | |||
In the case of 8_8 and 12_4 network masks, you can also read the GROUP-ID and MEMBER-ID in the hexadecimal system directly from the displayed address.