About 8,420 results
Open links in new tab
  1. Connect to hivemq broker through MQTT - Stack Overflow

    The public HiveMQ broker enables WebSocket on path "/mqtt", so you need to change the url to broker.hivemq.com:8000/mqtt

  2. How to properly use a SSL configuration in HiveMQ Client? (MQTT)

    Jun 24, 2019 · I created a client to test using a secure connection and encrypted payload so I wanted to use the default SSL configuration. I tried to do this but I got a ConnectionClosedException and the …

  3. arduino - Can't connect ESP32 to MQTT - Stack Overflow

    Aug 16, 2021 · I have been trying to connect my ESP32 with HiveMQ MQTT broker url. It connects when I use free public MQTT broker like broker.hivemq.com, but when I use my url which I got after …

  4. How do I set the username and password for the HiveMQ UI using …

    Dec 28, 2024 · How do I set the username and password for the HiveMQ UI using config.xml in 4.x? Asked 10 months ago Modified 10 months ago Viewed 217 times

  5. Unable to Connect to any MQTT Broker from my Local machine using …

    Oct 1, 2023 · I only start a eclipse-mosquitto container, connect to the service using the hivemq-mqtt-client, publish a message, subscribe to the topic and print the received message to stdout.

  6. Cannot connecto MQTT from ESP32, using ESPHome config

    Apr 4, 2025 · I am learning about MQTT and using ESP8266 with ESPHome, and I am facing a few issues as follows: mqtt: broker: xxxx.s1.eu.hivemq.cloud port: 8883 username: username password: …

  7. hivemq - Mqtt Last Will & Testament (LWT) message - issues with the ...

    Apr 25, 2023 · 1 I have a Windows Service running on multiple boxes, and publishing messages to the HiveMq Mqtt Broker. Good so far. However, I noticed that when I manually STOP one of those Win …

  8. Failed to connect to Hivemq and arduino state=2 - Stack Overflow

    Aug 22, 2022 · HiveMQ won't let you connect with a non-TLS connection, so the ESP8266 is doing all the key exchange and encryption necessary to create a TLS connection. All setInsecure() is doing is …

  9. reactjs - I can`t connect MQTT HiveMQ - Stack Overflow

    Mar 27, 2023 · If you have any further questions or concerns, I would recommend visiting the HiveMQ Community Forum (2). Our community members and HiveMQ experts are always happy to help with …

  10. android - Connecting to hivemq in kotlin - Stack Overflow

    Oct 12, 2023 · I am making a simple android app in Kotlin. I wish to use hivemq to publish messages which will be picked up by an ESP 8266. I found a library and adapted the sample code from this …