Device configurations

Example device documentations

All usernames and passwords are demo usernames and passwords which wont work. Request your username and password from [email protected]

Standard JSON

One can post the standard json after getting a agent username and password from support. The username and password are part of the url like so

// 

POST JSON https://agent.sensori.cloud/api/d/h/u/flatJson/username/passowrd

{
  "time": 1620979200000,
  "sn": "17410193211",
  "someTag1": 287.75,
  "someTag2": 287.75
}

time is epoch in ms
sn is a unique device serial
someTag1 could be a tank level or a temperature sensor etc
one can add as many tags as wanted

zYDOC devices

YDOC via HTTP

In this example in settings 5 the username and password are to be placed in the text. Example username and password placement in extended path; api/d/h/u/m844/yourUsername/yourPassword

YDOC via FTP

Some SIM providers block FTP protocol and or ports. So if FTP is not working consider switching to HTTP

Last updated