python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
What is the best workflow for an IoT client to receive the new PEM certificate when the old one expires?
I'm setting up an Ubuntu machine to work as an MQTT server. It is a MOSQUITTO server. The clients of this server are based on the ESP32 microcontroller (ESPRESSIF). (I'm using the ESP-IDF framework.)
...
José de França
Votes: 0
Answers: 2
MQTT Mosquitto C++ not publishing data (disconnecting before)
I am trying to publish a message both using commands and coding it. With the commands it works fine, I have a Broker running and a Publisher:
mosquitto -v
mosquitto_pub -d -t testTopic -m "Hello&...

user17477528
Votes: 0
Answers: 0
Home Assistant Mosquitto - What can I use as MQTT broker address?
I'm using Home Assistant OS as a Virtualbox in Windows 10. I'm accessing it via homeassistant.local:8123. So I'm trying to configure my Mosquitto broker in Home Assistant. It wants to know my broker a...

Meggy
Votes: 0
Answers: 1
MQTT Publisher in Python
I am publishing some data from a bme280 sensor to a mosquitto broker.
I want do this every 3 seconds.
The readings from sensor are always ok but the publish to mosquitto very often loose some message....

Giammaria
Votes: 0
Answers: 1