I am pretty new to Cumulocity and I am trying to get data into the platform from my own device using MQTT and the smartrest templates. I can get data using the static templates but they only support certain data types. I am struggling to create the appropriate smartrest template in the UI and the documentation doesn't go into much detail. I am still not able to send measurements in cumulocity UI, I have registered a template on cumulocity and I have published data on this topic, s/uc/template_1500_24_03 and trying to send measurements on it like 1500,,61 but not able to get on measurement correct me where I am going wrong before I was using a static template in that I was able to send measurement but only numeric data and I need to send a JSON
and have registered a template on cumulicity only need to send measurement
This is what I am trying to do,
This is the topic I published to - s/ut/Custom_1 This is the template body - 10,1500,POST,MEASUREMENT,Type_cov,Cov_Value.value,NUMBER Now I want to send measurement like this - 1500,67 (here 1500 is template ID and 67 is the value) However, I do not have any idea as to which topic should I send this data on.