Versions Compared

Key

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

...

Expand
titlePrerequisite Setup
Expand
title Setup Tank Monitor Interface

1. Go to System Manager, select Company Configuration menu. This will open the Company Configuration screen.

2. Navigate to Tank Management, Tank Monitor tab, click Interface Type.

3. Select Anova Gaslog.

4. Enter details, then click Save

Expand
titlePost credentials to the token API to retrieve a current Bearer token

Note: Download and install Postman.

1. Open Postman, click "+" buttonGET New Request will be added on your tab.

2. On New Request tab, change the selection on dropdown menu to POST.

3. Enter request URL: https://auwweb.gaslogtelemetry.com/api/v1/connect/token?

4. On New Request tab, navigate to Body tab. Select x-www-form-urlencoded, then enter the following details:

KEYVALUE
grant_typepassword
usernamewoodford.irely
passwordBBA@2n56
client_idWoodfordOilCo
client_secret0B3B0F8DCA374CC0A9BC03804DFA09


6. Click Send button.
Image RemovedResponse will be generated. 

Image Added

Note: access_token change every send

Expand
titleCall the tankinfo API to retrieve a list of all tanks


Expand
titlePrerequisite - Setup Tank Monitor Interface

The following should be setup/ready before the import:

1. Go to System Manager, select Company Configuration menu. This will open the Company Configuration screen.

2. Navigate to Tank Management, Tank Monitor tab, click Interface Type.

3. Select Anova Gaslog.

4. Enter details, then click Save

...