NickStallman / home-assistant-repo

19 stars 7 forks source link

MQTT Timeout #15

Closed moku01 closed 2 months ago

moku01 commented 3 months ago

Hey, can somebody tell me whats wrong with my confic?

2024-08-23 19_19_18-Home Assistant

I'm always getting that error message... :(

NickStallman commented 2 months ago

I've never seen that with my set up.

Can you tell me how you've configured MQTT? Where is it running?

moku01 commented 2 months ago

Hey thank you for your reply, MQTT is running in HomeAssistant on a Pi4 with the standart configuration. I created a general MQTT User, the WiNet Extractor ist also configured with that user. The MQTT Explorer only shows $SYS tab...

NickStallman commented 2 months ago

So just Mosquito MQTT as an addon? And MQTT Explorer on your PC connects fine?

What host/IP do you have configured in the MQTT connection string? Have you configured the Pi's IP just like how you connect with MQTT Explorer?

moku01 commented 2 months ago

Yes MQTT runs on the Pi, i can access ist via the HomeAssistant MQTT >Explorer Ad-On as well as the Desktop version. The Host IP is, as far as i know the Pi's IP Adress on port 1883

NickStallman commented 2 months ago

I've done some googling and there's a few results with connack timeouts but nothing specific.

Is your MQTT server particularly busy and/or your Pi's CPU usage particularly high? That's the only thing I can think of. Most search results seem to indicate high traffic on the MQTT side being the cause, rather than something specific this addon is doing.

moku01 commented 2 months ago

Thank you for your help, but the CPU is just used aroud 10% and no other Device uses MQTT. I'm gonna try to find a different solution.

NickStallman commented 2 months ago

No worries. I'll close this issue as I'm not sure it's an issue with this addon specifically.