Replies: 1 comment
-
|
OK all resoled now I had copied in the MQQT port as following the above format for the frigate IP. If anyone else has a similar problem check your config again as only frigate needs a port no:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Troubleshooting... in the config Frigate uses http:// but MQQT server is just IP... is this correct?
frigate: frigate_url: http://192.168.1.75:5000 mqtt_server: 192.168.1.75 mqtt_auth: false mqtt_username: username mqtt_password: password main_topic: frigate camera: - birdcam object: bird classification: model: model.tflite threshold: 0.7 webui: port: 7766 host: 0.0.0.0Beta Was this translation helpful? Give feedback.
All reactions