Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

This article is for advanced users who has some experience with Vertex controller or E2Dali system and it is regarded as a supplementation for Setting up the network article.

Vertex Cluster is a system which allows sending information between devices connected to controller(s) and you are able to create big lighting management system.

Some important definitions:

  • Vertex Group - is a part of Vertex Cluster. You can separate gateways into Vertex Groups in your cluster. Inside Vertex Group, gateways are communicating each other and send commands. Vertex Group can see other Vertex Groups (routing table), but commands from other Vertex Groups are not received.

  • CUID (Cluster Unique Identifier) - is a Node.js based software that returns collision-resistant identifiers.

To manage your cluster you should enter netconfig http://VERTEX_IP/netconfig/home

...

After that you will see all units which you want to configure as groups. Vertex group in netconfig it is NOT the same as vertex group in GUI/Node-RED. You have available 15 Vertex groups in one network, so you can create 15 stand alone Vertex groups. (recommended limit of Vertex controllers in one cluster is 25.)

...

The last step od netconfig is sending new configuration to Vertexes with CUID (Cluster UID). We can choose sending configuration with old CUID or generate new (default). It is important when you are replacing one Vertex and don't want to change setup of a network. (generating new CUID for Vertexes causes creating new routing table).

...

  1. Vertex controllers in one Vertex group in one cluster in one network

    Image RemovedImage Added
  2. Vertex controllers in different Vertex group in one cluster in one network

Usually, one

Info

One LAN network = one

Cluster UID and we do not recommend to make more Cluster UIDs in one network.

CUID

Hardware explanation of clusters

You can see below structure diagram of vertex communication in cluster. Prosody XMPP server due to routing table is able to trasmit and receive commands or messages to other Vertex prosody XMPP server by ethernet connection.

...