Hi, I am facing issue with MQTT connect from my device to IoT Hub. Have taken the primary connection string after device creation on Azure portal and provided the same to my application and trying to perform MQTT connection. Receiving MQTT connack
I am running HA on Raspberry Pi 3, with a Sonoff Universal Zigbee 3.0 USB Dongle Plus. The dongle works well with ZHA. However, I need Zigbee2MQTT. I follow the instructions but get the dreaded "Error: Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)". Th...
Subscriber subscriber(hostStr, EXAMPLE_PORT, sslConfig); subscriber.setClientId(mqttClientId); subscriber.setUsername(mqttUsername); subscriber.setPassword(mqttPassword); subscriber.connectToHost();` i cant connect to the broker . error info:"qmqtt SSL: " "Host not found" while i tried to ...
Hi, I am facing issue with MQTT connect from my device to IoT Hub. Have taken the primary connection string after device creation on Azure portal and provided the same to my application and trying to perform MQTT connection. Receiving MQTT connack