KudosAbhay / Arduino_To_Thingsboard

Send Data via SIM900A / SIM800 - Arduino to Thingsboard IoT platform
15 stars 12 forks source link

reading rpc commands from thingsboard #3

Open mbari opened 6 years ago

mbari commented 6 years ago

hello, good job on the library. I have been trying to read commands from thingsboard but without success. I am using mqtt and i am able to publish data but not to subscribe or read from the server. I am using this mqtt sketch https://bitbucket.org/mbari_peter/sim800-mqtt-ravi If you know how I can read messages from the server, let me know.

regards

KudosAbhay commented 6 years ago

Hi, Thank you for your well wishes! However, I won't be able to help you in the MQTT part, as I have not implemented it yet. Will let you know whenever I do that.

Meanwhile, you can try raising an issue on thingsboard repo and check what they come up with as a solution.

Thanks.

mbari commented 4 years ago

I have solved this. will post solution

KudosAbhay commented 4 years ago

Wow. Sounds good @mbari ! Do share your code work.