Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel1
maxLevel6
outlinefalse
styledefault
typelist
printablefalse

...

You should be able to ping the gateway (default address is 192.168.1.100).
If this is not possible, please make sure that the necessary ports are open. (Those are listed in Description)

...

image-20240328-100507.pngImage Added

Panel
panelIconIdatlassian-minus
panelIcon:minus:
panelIconText:minus:
bgColor#FFEBE6

! WARNING ! (minus)

Please do NOT reset factory your gateway by keep pushing the reset button or the reset factory option from the web interface ! (or you will lose the µWiotys firmware)

Configure your devices

Next, you need to create the configuration file (named devices_update.json) that contains necessary informations : Reference, DevEUI, AppKey, Modbus Slave address,...

...

Once your configuration is ready make sure to rename it devices_update.json.

...

Push device configuration with FileZilla

...

  1. Open Site manager

  2. Create a new site

  3. Configure host with the gateway's IP

  4. Port is 2222

  5. Use SFTP protocol

  6. Enter User and Password

  7. You now should be able to connect to the gateway

...

fileZilla3.pngImage Added

Note

Warning!!! The answer time of µWiotys' FTP can be very long, especially on fixed IP. If necessary, you should extend FileZilla timeout to 60 seconds.

To do so : Edit → Settings

...

fileZilla2.pngImage Added

Once connected to the FTP server, copy the devices configuration file devices_update.json (previously created) into the directory: /uwiotys/update_config/

...

What you can see on Modbus Doctor:

...

read_config_modbus5.pngImage Added

Get device Value

Address

Size

Description

Unit

Data Type

0x1000

2

last payload timestamp

second

U32

0x1002

1

Temperature 0

Celsius / 10

S16

0x1003

1

Humidity 0

% from 0 to 100

U16

What you can see on Modbus Doctor:

...

read_thr_modbus5.pngImage Added

Real values:

Timestamps = 0x5FCDCF36 (word swapping) = 1 607 323 446 seconds = 7/12/2020 6:44:06
(check https://www.epochconverter.com/ for conversion example)

...