I want to connect raspberry pi to thingworx via mqtt. I am using Mosquitto broker and Paho mqtt as a client on raspberry pi to send data to thingworx. But i am not able to see the message on thingworx can anyone help. The steps I followed are given below.
Raspberry Pi
Steps for Thingworx
Thanks in advance.
Hello,
There is an article that might be applicable to your use case.
In summary, the AutoMapping functionality of the MQTT and MQTTSubscriber Thing Templates automatically establishes a subscription and a publishing arrangement with the MQTT broker for all properties defined on the Thing.
The article provides also a possible workaround:
Define publish/subscribe subscriptions for properties manually on the Thing in question.
Please let me know if this gets you pointed in the right direction,
-- Craig A.