You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Here's the format and conditions when importing tank monitor readings:


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

1. Download and install Postman.

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

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

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

5. 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. Response will be generated. 

Note: access_token change every send.

1. Click "+" button. GET New Request will be added on your tab.

2. Enter request URL: https://auwweb.gaslogtelemetry.com/api/v1/device/tankinfo.

3. Navigate to Authorization tab then select Bearer Token.

4. Copy the generated access_token from previous step response.

5. Enter it in the Token field, then click Send button.

6. Click Save Response > Save to a file

7. Select path to save file, then click Save button. File will be saved as response.json.

1. Consumption Site - customer should have an existing consumption site. Customer Number is used as the JSON mapping for customerAccount.

2. Devices - consumption site should have an attached devices. Device Tank Monitor Serial # (serialNumber) and device Tank Serial # (deviceId) are paired with customer number where the combination is used as mapping for import. 

3. Clock Reading - a reading date entry should also exists in Clock Reading as this is being mapped as lastReportedDate.

The date should also not exist in Events tab of the Consumption Site.



  • No labels