cancel
Showing results for 
Search instead for 
Did you mean: 

SAPUI5 application accessing IoT Thing model

former_member187794
Participant
0 Kudos

Team

I did not get much information on this topic, hence asking the experts here.

I have created an SAPUI5 application, now we want to pull the IoT data (thing model) via Application Enablement.

So far, in our readings we have no information on how to pull the IoT data into an existing SAPUI5 application.

Any references in this topic would be of great help

Regards

Giri

Accepted Solutions (1)

Accepted Solutions (1)

marcus_behrens
Advisor
Advisor

The simple path is to use the multi stack web ide and turn on the iot application enablement feature in it. Then you get controls that allow you to pull in the data automatically from IoT Application Enablement as shown below for the thing list element - it's bound to the Thing entity from our advanced thing list odata service and fills its properties from different properties from the odata model:

The standard way of how to do data binding in UI 5 is used here. This means if you start from this example you should be able to derive how to

  1. feed iot ae data into other controls or
  2. feed augmented or other data into the iot ae controls

I hope this information helps - please speak up again otherwise.

former_member187794
Participant
0 Kudos

Thank you very much, Marcus. Appreciate it!!

Will get back to you if I require any more information

Regards

Giri

Answers (0)