Gateway Network Connected Tags

Hello all!

I’m using the system Gateway Network connected tags to monitor gateway connectivity in a redundant (Master/Backup) setup, and I see multiple variations of the same gateway name in the tag browser:

  • _0:0:{GatewayName}

  • _0:1:{GatewayName}

  • _0:2:{GatewayName}

I wasn’t able to find documentation explaining these prefixes. My goal is to individually monitor the primary and backup gateways using two separate tags.

Can someone clarify which of these corresponds to the primary and which corresponds to the backup, and whether _0:1 / _0:2 are the correct tags to use for individual monitoring? Or if I should be using _0:0

_0:1 is the connection to the redundant master gateway. _0:2 is the connection to the redundant backup gateway. _0:0 is a “virtual” route in the sense that it can internally point to either the master gateway or the backup gateway, depending on which one is active. The idea is that you can use the _0:0 address in the settings of something like a remote tag provider, and the tag provider will always point to the gateway that is actively executing tags. That way, you have built-in gateway network failover. But if you want to monitor the actual gateways, stick to monitoring the _0:1 and _0:2 tags.

2 Likes