Skip to content

[Support]: Unable to publish to mqtt-topic: client is not connected #13544

Closed Answered by icicimov
icicimov asked this question in General Support
Discussion options

You must be logged in to vote

Ok, this is incredibly embarrassing the mistake was staring at my face all this time:

mqtt:
  enabled: true
  host: 192.168.122.211  <===== WRONG IP ADDRESS :-/
  port: 1883
  user: mqtt_user
  password: mqtt_passwd
  stats_interval: 300

Copy/paste error from another frigate instance i had running on a different VLAN 🥺 . After fixing it to 192.168.1.211 it is all working:

2024-09-06 14:54:35: New client connected from 192.168.1.212:44439

Thanks for having a look and sorry for wasting your time.

Replies: 3 comments 1 reply

Comment options

NickM-27
Sep 4, 2024
Collaborator Sponsor

You must be logged in to vote
1 reply
@icicimov
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by NickM-27
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment