Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MQTT Connected | Unexpected disconnection, trying to reconnect #29

Open
hs82h opened this issue Sep 1, 2023 · 2 comments
Open

MQTT Connected | Unexpected disconnection, trying to reconnect #29

hs82h opened this issue Sep 1, 2023 · 2 comments

Comments

@hs82h
Copy link

hs82h commented Sep 1, 2023

Frigate is running fine without any errors, but WhosAtMyFeeder gives me te following error messages in the logs:

MQTT Connected
Unexpected disconnection, trying to reconnect

My config is as follows:

frigate:
  frigate_url: http://u2.lan:5000
  mqtt_server: u1.lan
  mqtt_auth: false
  mqtt_username: mosquitto
  mqtt_password: *******************
  main_topic: frigate
  camera:
    - d2ep
    - fi9900p
  object: bird
classification:
  model: model.tflite
  threshold: 0.7
webui:
  port: 7766
  host: 0.0.0.0

How can I troubleshoot this?

@dopeytree
Copy link

dopeytree commented Sep 8, 2023

does this need to say true instead of false?
mqtt_auth: false
Or remove the username & password entries?

@hs82h
Copy link
Author

hs82h commented Sep 8, 2023

Yep, that was it. mqtt_auth: true

Thnx!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants