-
My broker IP address 192.168.1.1
I want to connect mosquito with broker ip instead of "test.mosquitto.org".
how to configuration setup broker IP address in mosquito.conf file ?
-
Thanks for that great project. Got it working with MQTT support from the in-dev branch.
Leds are working fine, control via WebUI as well. So i wanted to connect to Homeassistant (2023.11.3) with Mosq…
-
Hi!
Here’s some example code to reproduce the issue:
``` python
import ssl
import machine
import network
from umqtt.simple import MQTTClient
client_id = machine.unique_id().hex()
mqtt_se…
ilshm updated
2 months ago
-
I using Mosquitto 2.0.15, both broker and client run on Android S.
mosquitto.conf :
user root
allow_anonymous true
listener 1883 0.0.0.0
config:
For libmosquitto, just enable
WITH_SOCKS
…
-
Hey there,
I'm facing an issue with the `mqttClient.connected()` command on MKR VIDOR 4000: it seems to freeze when the MQTT connection is broken.
I've been successfully using this command befor…
-
Hello,
Reacticz is not able to connect to the MQTT broker.
But I do not understand why. The url and the data used for authentication are valid. I can use the same data and connect via mqtt-spy via w…
-
We struggled with a migration from 2.0.14 to 2.0.18 (version bump provided by our OS), where we would see mosquitto not connecting to the remote side of a bridge after the update. Restarting mosquitto…
-
Hey I get this issues,
MQTT Sub Sampler,500,Subscribe failed because connection is not established.,
Broker: Mosquitto
Endpoint: Amazon ELB
The publisher is working, but sub sampler not work…
-
I have a RUT240 Wifi/4G Broker/Router.
The RUT240 Broker/Router have a MQTT Service.
The broker IP is 192.168.1.1
I want to connect to the private broker on the RUT240 to publish/subscribe to…
-
The firmware subscribes to eight MQTT `cmd` topics that command the firmware to do a task.
The commands are described in https://github.com/openeew/openeew-firmware/blob/main/FIRMWARE.md
The firmw…