The problem Tonight my Mosquitto MQTT broker suddenly stopped. My system is a Raspberry Pi 3b+ with SSD. I run Zigbee2MQTT which does send messages, but they do not arrive in Hassio. Restarting does not resolve the issue. Logs say: Logge...
Home Assistant release with the issue: 0.104.3 Last working Home Assistant release (if known): not known Operating environment (Hass.io/Docker/Windows/etc.): docker Integration: MQTT Broker Description of problem: When the external MQTT ...
[SOCKET] nanomq_i14@111.1.61.213:33989 msg: emqx_connection_terminated, reason: {shutdown,keepalive_timeout} 2024-12-16T02:13:15.696377+00:00 [MQTT] nanomq_i14@111.1.61.213:34842 msg: mqtt_packet_received, packet: CONNECT(Q0, R0, D0, ClientId=nanomq_i14, ProtoName=MQTT, ProtoVsn=...
I configured EMQX to auth with JWT, then I created a JWT with expiration in 2 minutes. I can subscribe to a topic to the MQTT broker (v5), receive data. After 2 minutes (expiration of the JWT) I continue to receive data Anything else we need to know? No response EMQX version sysdes...
Socket says: 0 bytes read because the socket is really closed , about mosquitto never reconnecting, I had to map the return codes of mosquitto_loop_forever and make my application do the reconnect to the MQTT broker when they happen (I was expecting it was always automatically reconnect, with...
MQTTjs Version 5.9.0 Broker Mosquitto (from Stackhero) Environment NodeJS Description When I connect to the broker, the connection gets closed very quickly after established. I can chain one or two publish or subscribe immediately after ...
I also have a "connectionLost" callback registered with MQTTAsync_setConnectionLostCallback(). This one does fire.I'm testing against Mosquitto 2.0.18, running on Ubuntu 22.04. After connecting my client, I shutdown Mosquito, and it puts a DISCONNECT(reason = 0) packet on the wire. The...
I am using MQTT and below are options that I am passing to connect var options = { keepalive: 10, clientId: '', protocolId: 'MQTT', protocolVersion: 3, clean: true, reconnectPeriod: 20000, connectTimeout: 30 * 1000, protocol:'mqtt', reje...
Dear, I am using receive_message.py from SDK and when I tried to receive message from IOT hub I got these errors so if someone can help it will be great. INFO:azure.iot.device.common.mqtt_transport:disconnected with result code: 7 DEBUG:...
the other way round is to create automations to post mqtt and have mqtt listeners in nodered. commentedJan 16, 2023• edited I do run a seperate docker under Unraid with NR. And did as backup in HA the same you mentioned. Make a new server straight to de HA IP with a token ...