About 50 results
Open links in new tab
  1. HAOS: Adding my own MQTT broker will not connect

    Jan 22, 2025 · Edited to add: I can also establish that connections ARE occurring between HAOS and my MQTT broker. Logs on the MQTT side indicate that the Paho MQTT client from HAOS sends a …

  2. Paho MQTT "Unsupported callback API version" error

    Feb 12, 2024 · client = mqtt_client.Client(mqtt_client.CallbackAPIVersion.VERSION1, client_id) This will configure the library to use the v1 callback API (as used with older versions of the library). I would …

  3. Mosquitto MQTT: "Connection was lost" error when publishing a …

    May 5, 2025 · I am trying to test MQTT functionality and have installed Eclipse Mosquitto on my workstation. To subscribe to a topic, I use the following command: "C:\\Program …

  4. esp_wifi.h: No such file or directory ( mqtt_client.h, nvs_flash.h)

    Oct 19, 2024 · I am trying to merge my separate SD card and MQTT code in an ESP-IDF project to enable functionality for sending data from the SD card to the cloud via MQTT. Both the SD card and …

  5. OPC UA protocol vs MQTT protocol - Stack Overflow

    Apr 27, 2015 · 21 MQTT is a broker based messaging protocol where the payload encoding and content is completely application specific. Therefore it would be useful if you want to send messages …

  6. error while using ESP-IDF MQTT TCP example (0x8006 & 0x8004)

    Oct 5, 2022 · I am trying to use example from esp-idf protocal/mqtt/tcp I changed the user name and password using idf.py menuconfig then after erasing flash using esptool.py --port /dev/ttyUSB0 …

  7. IoT: do I need to use MQTT or HTTP? - Stack Overflow

    May 19, 2017 · MQTT is intended for situations where your connection may be intermittent or otherwise unreliable. Its various Quality-of-Service levels provide you with significant ways of ensuring that data …

  8. MAUI: How to publish a MQTT message from MAUI app?

    Apr 15, 2025 · I am using below codes to connect to MQTT broker from my MAUI app: To connect I am using IAM user credentials with websocket connection. private IMqttClient _mqttClient; public async …

  9. mosquitto-client obtain refused connection - Stack Overflow

    I want to use MQTT protocol using mosquitto library. First of all, I want to do some test installing mosquitto-clients sudo apt-get install mosquitto-clients This program provides two "method":

  10. Azure: Subscribing to an external MQTT Broker - Stack Overflow

    Apr 24, 2024 · There is no built-in an azure service for your solution, so from the architecture point of view, I do recommend update this MQTT Trigger function using the latest MQTTnet library. This …