All Collections
Camera Specific
ANPR Whitelist with IP Relay
ANPR Whitelist with IP Relay

How to set up TetherBox to trigger IP relay for gate automation

Roman Gaufman avatar
Written by Roman Gaufman
Updated over a week ago

Add your ANPR license plates to whitelist

1. Tap on the name of your ANPR camera

2. Select the ANPR plates tab and press New ANPR Plate:

Note: If you do not see this tab, please make sure your ANPR camera is set up and has successfully detected at least 1 license plate.

3. Fill in details of the license plate (without spaces), select if this should go to the whitelist or the blacklist. Optionally add an expiry date:

Add your IP Relay(s)

You can add your IP relay(s) either through the web interface or by using the API:

Using Web Interface

  1. Click New relay device under the Relay devices tab

2. Fill in details and click Create

3. Click the Camera edit button and adjust params under the Relay devices tab.

4. Click update


Using API

Relays can alternatively be added through the API. In order to add a relay, please send an appropriate request, for example:

curl -vvv "https://my.timeline.is/api/v3p/relay_devices" --data '{"username": "admin", "password": "admin", "device_id": "61b1c85883825a03a5193bc4", "outputs_number": 3 }' --request POST -H "Content-Type: application/json"

For full delays on how to use the API, please refer to our API Documentation.

Did this answer your question?