CGI-FR / IoT-Hub-Portal

IoT Hub Portal is a solution for handling IoT Devices easily. It leverages on Azure IoT Hub / AWS IoT Core for connectivity and device management.
https://cgi-fr.github.io/IoT-Hub-Portal/stable/
MIT License
32 stars 11 forks source link

Bug: Batch import creates ABP tags in Device Twin for OTAA-based device models #2985

Open Metal-Mighty opened 5 months ago

Metal-Mighty commented 5 months ago

Expected Behavior

When importing a list of devices from the provided CSV template file, the portal should check the type of device authentication before creating it, and only set values for the proper authentication method (OTAA or ABP)

Current Behavior

The portal creates OTAA devices with all properties set (with values or empty strings depending on what's provided), which causes the devices to fail loading in the LoRa Network Server due to the presence of ABP variables in the Device Twin (e.g. AppSKey).

Steps to Reproduce

  1. Get the import template
  2. Add an OTAA device without filling the ABP-specific columns
  3. Import in the portal
  4. Connect the device to your LoRa network

Context (Environment)

Portal version: 4.13.2 LoRaWAN Stack version: 2.2.2

Logs

image

Additional Information

image

adcoly commented 5 months ago

Removing those 3 parameters from the csv template does not fix the issue. By the way, "TAG:supportLoRaFeatures" field is missing in the template.