Portal manual
  • Sensori portal manuals - landing page
  • General
  • Workspaces
  • Organisations
  • Users
  • Tags
  • Devices
  • Rules
  • Sources
  • Events
  • Locations
  • Maps
  • Aggregates
    • VMI delta calculations
  • Exports
  • Formulas
  • How to ...
  • Device configurations
  • Supported browsers
  • Notification channels
Powered by GitBook
On this page
  • Standard JSON
  • zYDOC devices
  • YDOC via HTTP
  • YDOC via FTP

Device configurations

Example device documentations

All usernames and passwords are demo usernames and passwords which wont work. Request your username and password from support@sensori.cloud

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

HTTP settings
 
[0] Exit
[1] Name          >> HTTP
[2] Send interval >> 01:00:00
[3] Send delay    >> Not used
[4] Server        >> agent.sensori.cloud
[5] Extended path >> api/d/h/u/m844/yourUsername/yourPassword
[6] Port          >> 80
[7] Security      >> Basic
[8] Username      >>
[9] Password      >>
[A] Output type   >> Log data
[B] Data format   >> JSON
[C] Max payload   >> 1000 kB
[D] Data filter   >> Data & Diagnostics
[R] Remove
[T] HTTP test     >> Passed

YDOC via FTP

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

FTP settings
 
[0] Exit
[1] Name          >> FTP
[2] Send interval >> 01:00:00
[3] Send delay    >> Not used
[4] Server        >> ftp.sensori.cloud
[5] Port          >> 21
[6] FTP mode      >> Active
[7] Security      >> Basic
[8] Username      >> yourUsername
[9] Password      >> yourPassword
[A] Directory     >>
[B] Output type   >> Log data
[C] File name     >> YDOC_<sysname>_<sn>_<yy><mm><dd>_<hh><nn><ss>
[D] Data format   >> Native(txt)
[E] Max payload   >> 1000 kB
[F] Data filter   >> Data & Diagnostics
[R] Remove
[T] FTP test      >> Passed
 
PreviousHow to ...NextSupported browsers

Last updated 3 years ago

https://agent.sensori.cloud/api/d/h/u/flatJson/userName/passwordagent.sensori.cloud