Devices
LoRaWAN Version
LoRaWAN device version compatibility are: 1.0.1, 1.0.2, 1.0.3, 1.0.4.
Device Status
Several status levels are available via API or Web interface.
Status | Description |
---|---|
Provisioned | Device is activated but no message was ever received by the network |
Joining | Device is joining but no uplink message is received yet |
Running | Device sends uplink messages |
Inactive | Device has not sent a message in the last 3 days |
Disabled | Device is desactivated, message will be rejected by the LoRaWAN Network Server |
LoRaWAN downlinks
It is possible to send messages to your devices via downlink, please note some difference depending on LoRaWAN class (A or C) of the device.
For Class A devices, downlinks are only sent after an uplink message of the device (within RX1 receive window). When created by Wiotys user, downlinks are stored in a queue and then sent one by one, always in response of an uplink from the device.
For Class C devices, a downlink can be sent at any time. In this case, the downlink is sent on the dedicated RX2 frequency (869.525MHz / SF12). Warning it is not possible to send consecutive messages quickly to Class C devices. It is mandatory to wait 10 seconds between Class C downlinks in order to wait for the device uplink reply. Therefore, if a user creates multiple messages within 10 seconds, only the first one will be sent immediatly and the others will be queued as for class A devices (sent only after uplink on RX1).
CSV Export
Using Wiotys (through API or Web interface), it's possible to export a list of your devices with their properties:
Property Name | Description |
---|---|
Id | Internal identifier |
DeviceName | Name of the Device |
Status | Connexion status (Provisioned/Joining/Normal/Inactive/Disabled) |
DeviceId | LoRaWAN DevEUI |
Protocol | LoRaWAN Private or other protocol |
Group_Id | Device group(s) |
Group(s)Name | Device group(s) name(s) |
Enabled | Status (1 = enabled, 0 = disabled) |
Description | Additional user information |
Location | Device location (E.g. City name) |
Latitude | GPS coords (Degrees and decimal minutes) |
Longitude | GPS coords (Degrees and decimal minutes) |
CodecId | Device decoder identifier |
FirstJoinRequest | Date and time of the device’s first Join Request |
FirstUplink | Date and time of the device’s first Uplink |
LastJoinRequest | Date and time of the device’s last Join request |
LastUplink | Date and time of the device’s Last Uplink |
LorawanKey.appkey | LoRaWAN AppKey |
LorawanKey.appeui | LoRaWAN AppEUI |
CustomElement(s) | Additionnal(s) custom(s) parameter |
CSV format used is :
;
as separator'
as string delimiterWiotysV4
LoRaWAN Netmore (ex Objenious)
Devices using Netmore public LoRaWAN Network in France.
NOTE : Objenious network was planned to stop on 2024/31/12 but was acquired and rebranded by Netmore.