indicators and tabs in Sensor Logic Portal | Telit Cinterion IoT Developer Community
September 29, 2016 - 10:12am, 1333 views
Hi, Im working with Sensor Logic portal, I have some tabs as Reports, Module, Network, Location, Configuration and Status.
In Module I have Flash File Space, Heap Space, Temperature and Supply Voltage but I would like to add more, as GPS Location, "VIN", GPS Status, SystemTime, SignalQuality.
I also would like to add a variable that contains VIN (vehicle identification number) and to show it on the Sensor Logic portal the same as now is posible to see IMEI.
How is posible to add indicators inside tabs and how is posible to create new tabs using java code??
Is there any guide to can follow, or a standart java code to can add indicators and tabs?
Hello,
You generally cannot influence much the way that the parameters are displayed on the portal as far as I know. The Module and Network tabs display only the parameters that are provided by module and network monitoring components of the agent. You can use provided API to send to the server your own data which will be also displayed in separate tabs. Boolean sensor, analog sensor and actuator will appear on Sensors tab and with data exchange API the dedicated tabs will be created. You should have the user guide document which covers the functionality and provides short implementation examples. There should also be demo MIDlets available.
You could ask your contact person who had provided you the software and access credentials about possible customization of the portal.
Additionally there is a web API available which you could use to get the data you need and create your own layout for example.
You can find some documents here:
https://iot-developer.thalesgroup.com/knowledge-base?field_kb_category_t...
Regards,
Bartłomiej