Hello, congratulations for the good work done. I’ve found this awesome platform recently and want to give it a try for my iot proyects.
I use MQTT mainly as communication protocol for my devices and was happy to see some code examples in your online documentation. However it seems it doesn’t work for me.
This simple command with mosquitto client in Ubuntu shows nothing (but a connection timeout error) while variable values are changed within the dashboard:
mosquitto_sub -h "things.ubidots.com" -t "/v1.6/devices/pi/temp/lv" -u "my_default_token_here" -d
Error: Connection timed out
Anybody with this kind of problem out there?
Best regards,