Question
Sending data from Raspberry Pi to Thingworx using MQTT
- May 28, 2018
- 1 reply
- 3286 views
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
- Installed Mosquitto broker
- Installed Paho mqtt client
- python script for publishing messgae is attached below. where in broker IP address of raspberry pi is written.
- when tried to publish on the topic from raspberry pi it works fine but when tried the same for Thingworx it doesnt work.
Steps for Thingworx
- All the steps are attached below where the server name is the Ip adress of the raspberry pi
- After this when a any mesaage is published on broker there is no change in the property of thingworx. can anyone please tell me why?
Thanks in advance.

