Hi, Is there any way how to connect MQTT Tiles to the external cloud broker running on HiveMq Cloud platform? I can connect to the borker from their web tool easily (over 8884 port and SSL). http://www.hivemq.com/demos/websocket-client/ I have tried the MQTT Board to verify the connection but with no luck. Can you advise how to enter the host address and port correctly? Regards, MP
Hello. 8884 port is for TCP connection (with SSL)
mqttboard and mqtttiles can only use wss (WebSockets over SSL/TLS) connection.
The hivemq demo uses an unencrypted WebSocket connection