We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
does this need to say true instead of false? mqtt_auth: false Or remove the username & password entries?
mqtt_auth: false
Sorry, something went wrong.
Yep, that was it. mqtt_auth: true
mqtt_auth: true
Thnx!
No branches or pull requests
Frigate is running fine without any errors, but WhosAtMyFeeder gives me te following error messages in the logs:
My config is as follows:
How can I troubleshoot this?
The text was updated successfully, but these errors were encountered: