Cumulocity-IoT / cumulocity-lora

LoRa framework including implementations for TTN, Chirpstack, Kerlink Wanesy, Loriot, Actility, Objenious, Live Objects, Orbiwan as well as many codecs and still adding more, and lot of unique features such as user-friendly UI to send device commands, gateway management, codec IDE
Apache License 2.0
10 stars 2 forks source link

missing custom config tab #51

Closed phcrb closed 2 years ago

phcrb commented 2 years ago

Hi, we noticed an issue on lora device management app. With the specifics codec developped by SAG for Greenflex in the scope of the Lora LNS integration project (in June 2021), it is possible to display the configuration applied to a device by an user using the "Text based configuration" tab of the devicemanagement-lora application. This tab shows the content of the c8y_Configuration fragment of the device. image

This feature works with the application version UI 1007.0.32 on the tenant https://gfx-energy.iot.greenflex.com/ But it no longer works with the application version UI 1009.0.18 on the tenant https://default-rd.dev.iot.greenflex.com/. The "Text based configuration" tab is not available despite the devices have a c8y_Configration fragment set. image

Best regards Philippe

cpoder commented 2 years ago

Hi,

Having a c8y_Configuration fragment doesn't display the "configuration" tab. In order to display the configuration tab, and access the content of the c8y_Configuration fragment, the device must have a c8y_SupportedOperations fragment with c8y_Configuration in it as described in documentation: https://cumulocity.com/guides/reference/device-management-library/#install-text-configuration

cpoder commented 2 years ago

Please see latest commit which adds this supported operation by default.