Versions Compared

Key

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

...

  • Device EUI

  • Application Type (OTAA/ABP)

  • Application EUI

  • Application key

  • Manufacturer model reference (see list device)

  • Modbus Slave number [1 to 200]

Only class A and C devices are supported. OTAA configuration is the default configuration. All advanced Lora parameters are managed by Wi6labs.

See FTP configuration for LoRaWAN device provisioning.

...

All the register information is defined in modbus dictionary.

Type of value used

Data type

register size

description

range

U16

1

unsigned integer

[ 0

-

: 65 535 ]

U32

2

unsigned integer word swapping

[ 0

-

: 4 294 967 295 ]

U64

4

unsigned integer word swapping

[ 0

-

: 18 446 744 073 709 551 615 ]

S16

1

signed integer

[ -32 768

-

: +32 767 ]

S32

2

signed integer word swapping

[ -2 147 483 648

-

: +2 147 483 647 ]

S64

4

signed integer word swapping

[ -9 223 372 036 854 775 808

-

: +9 223 372 036 854 775 807 ]

float

2

Floating point byte swapping (abcd)

NA

To read float, see an exemple at FAQ

...

µwiotys provide an http rest output. This output is configurable by FTP (see output-configuration). An http request will be sent for each frame received in µwiotys, your server must respond with 200 OK. The json sent will contain informations of the common table and the measured value.

...

µwiotys provide a csv output. This output is configurable by FTP (see output-configuration).

You can retreive the csv files in the FTP under /uwiotys/log/$END_DEVICE_ID/. Each sensor has its own folder with its own data.