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

[BUG] Connect to external MQTT with fixed client_id #168

Closed
erigmac opened this issue Nov 21, 2021 · 2 comments
Closed

[BUG] Connect to external MQTT with fixed client_id #168

erigmac opened this issue Nov 21, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@erigmac
Copy link

erigmac commented Nov 21, 2021

Describe the bug
Can’t connect to external MQTT broker due to not being able to specify fixed client_id.
I am using VerneMQ with PostgreSQL database authentication

Version of Double Take
v1.6.0-893328f

Expected behavior
DoubleTake should allow for specifying client_id or otherwise provide the client_id to be able to authenticate to database authenticated MQTT broker

Hardware

  • OS: Home Assistant Operating System
  • Browser: Safari

Additional context

# Double Take
mqtt:
  host: 10.0.0.13
  client_id: <CLIENT_ID>
  user: <USER>
  password: <PASS>

frigate:
  url: http://10.0.0.14:5000

detectors:
  deepstack:
    url: http://10.0.0.15
@erigmac erigmac added the bug Something isn't working label Nov 21, 2021
@jakowenko
Copy link
Owner

Hey @erigmac, just pushed a new beta build to include this feature. Let me know if it works for you!

mqtt:
  host: 10.0.0.13
  client_id: <CLIENT_ID>

@erigmac
Copy link
Author

erigmac commented Nov 25, 2021

@jakowenko Thanks a lot for the push. It works perfectly!

@erigmac erigmac closed this as completed Nov 25, 2021
jakowenko added a commit that referenced this issue Nov 27, 2021
# [1.7.0](v1.6.0...v1.7.0) (2021-11-27)

### Bug Fixes

* better support of jpg images for thumbnails/box ([#156](#156)) ([04e7d83](04e7d83))
* lowercase camera name in mqtt topics ([#163](#163)) ([57e605b](57e605b))
* optional chaining for frigate url ([68a9032](68a9032))
* use lower compreface det_prob_threshold for /recognize/test ([#136](#136)) ([6a0c435](6a0c435))

### Features

* ability to change mqtt client_id ([#168](#168)) ([98d7f2a](98d7f2a))
* **api:** validate config with jsonschema ([ad23c7b](ad23c7b))
* edit secrets.yml from ui ([963cacd](963cacd))
* secrets.yml support ([#170](#170)) ([53b11c8](53b11c8))
* support ui base path ([#166](#166)) ([b1d06aa](b1d06aa))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants