skrashevich/double-take

[BUG] mqtt topic error, has more slashes

kolicheng opened this issue · 2 comments

Describe the bug
A clear and concise description of what the bug is.

Version of Double Take
v1.13.11.8

Expected behavior
mqtt topic error, has more slashes

Screenshots
Received message on illegal discovery topic 'homeassistant/device_tracker/double-take//config'. The topic contains not allowed characters. For more information see https://www.home-assistant.io/integrations/mqtt/#discovery-topic

Received message on illegal discovery topic 'homeassistant/sensor/double-take//config'. The topic contains not allowed characters. For more information see https://www.home-assistant.io/integrations/mqtt/#discovery-topic

Hardware

  • Docker image (if applicable) [e.g. skrashevich/double-take:latest]

Configuration

auth: false

mqtt:
host: 192.168.0.8
username: !secret mqttusername
password: !secret mqttpassword

detect:
match:
save: true
base64: false
confidence: 60
purge: 168
min_area: 1000

unknown:
save: true
base64: false
confidence: 40
purge: 8
min_area: 0

frigate:
url: http://192.168.0.3:5000
update_sub_labels: true
stop_on_match: true
min_area: 500
attempts:
latest: 0
snapshot: 0
mqtt: true
delay: 0

image:
height: 720

cameras:
Tapo-C210-ER5R:
size: 1280x720

detectors:
compreface:
url: http://192.168.0.3:8001
key: !secret detectorskey
timeout: 15
det_prob_threshold: 0.9
opencv_face_required: false
face_plugins: mask

time:
format:
timezone: UTC+8

telemetry: false

Additional context
Add any other context about the problem here.

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

This issue was closed because it has been stalled for 5 days with no activity.