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

Add FAQ about MQTT not connecting #6554

Merged
merged 4 commits into from Jun 11, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/docs/troubleshooting/faqs.md
Expand Up @@ -40,3 +40,7 @@ If you see repeated "On connect called" messages in your logs, check for another
### Error: Database Is Locked

SQLite does not work well on a network share, if the `/media` folder is mapped to a network share then [this guide](../configuration/advanced.md#database) should be used to move the database to a location on the internal drive.

### MQTT isn't working and has logged errors: `Unable to publish to <mqtt message here>: client is not connected`
NicholasFlamy marked this conversation as resolved.
Show resolved Hide resolved

If MQTT isn't working in docker on a platform like TrueNAS Scale try using the IP of the device hosting the MQTT server instead of `localhost`, `127.0.0.1`, or `mosquitto.ix-mosquitto.svc.cluster.local`.
NicholasFlamy marked this conversation as resolved.
Show resolved Hide resolved