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] - If Uppercase letters are used Frigate camera names, duplicate cameras are created in Double Take #163

Closed
nmsousa76 opened this issue Nov 16, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@nmsousa76
Copy link

Describe the bug
If Uppercase letters are used in Frigate camera names, duplicate cameras are created in Doubletake as well as Multiple Sensors in Home Assistant

Frigate Config
image

Double Take

image

Sensors

image

Version of Double Take
1.6.0

Expected behavior

Remove case sensitivity from camera automatically created in Doubletake. This will prevent duplicate sensors from being created in home assistant

Screenshots
See inline above

Hardware
HASS running on a Intel Nuc

Additional context
I was able to solve (or at least work around) the issue, by by setting mqtt to false in the doubletake config, or by putting all my cameras to lower case in the frigate config

@nmsousa76 nmsousa76 added the bug Something isn't working label Nov 16, 2021
@jakowenko
Copy link
Owner

@nmsousa76 this should be fixed now in the beta build. The camera names used in the topics will be lowercase. Let me know if it works for you.

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))
@jakowenko
Copy link
Owner

This was fixed in the latest release v1.7.0. If you encounter any other issues feel free to reopen to make a new issue.

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