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

Local Train folder 0 images, cant connect to MQTT #29

Closed
srvoets opened this issue Apr 5, 2021 · 9 comments
Closed

Local Train folder 0 images, cant connect to MQTT #29

srvoets opened this issue Apr 5, 2021 · 9 comments

Comments

@srvoets
Copy link

srvoets commented Apr 5, 2021

I have this running in unraid from docker hub, but when I try to train it using the API, I get an error conn refused 127.0.0.1

I assigned the variables in docker, including key MQTT_HOST and the value being my MQTT broker IP. as well as port user and PW

My logs say MQTT attempting to connect,

When attempting to train from a frigate snapshot, I get a 404, this leads me to believe it cannot reach frigate, but my logs are not giving me any errors like MQTT is.

also, I have the appdata shared on unraid, but cannot write to the "train" folder

Can I try the beta version with the webgui? LOL

@jakowenko
Copy link
Owner

Can you send me what your config looks like with redacted information? To make sure everything looks like.

I pushed a new beta build this morning if you want to see if you're running into the same issues. The frontend is now accessible from the root of the API. So should be http://YOUR-IP:PORT.

For the MQTT_HOST make sure you leave off mqtt:// from your string.

@srvoets
Copy link
Author

srvoets commented Apr 6, 2021

Got the beta from docker hub, ehres config in unraid

config1
config2

@srvoets
Copy link
Author

srvoets commented Apr 6, 2021

the beta isnt shwoing any images, I definetly think it isnt reaching frigate/deepstack.

Its touch troubleshooting due to running it in unraid, but I have the urls set to variables with values and keys pointing to my urls

@jakowenko
Copy link
Owner

jakowenko commented Apr 6, 2021

When you start the container, the current config should be logged out at the start. Does all of that look accurate?

I'm only building beta for amd64 currently, so you must be running on something else. I can include the other architectures when I get home tonight.

Double check the logs and send me the output of those if possible. There's also a log file that is written to ./.storage/messages.log

@srvoets
Copy link
Author

srvoets commented Apr 7, 2021

So I noticed last night it was showing 'mqtt:xxxxx" for the host, and no matter what I change it wont get rid of the 'mqtt://' in front of the host address.

the hardware for unraid is a dell R710 with dual xeons, here is the log:

`____________________________________________________________________________________

██████╗░░█████╗░██╗░░░██╗██████╗░██╗░░░░░███████╗  ████████╗░█████╗░██╗░░██╗███████╗
██╔══██╗██╔══██╗██║░░░██║██╔══██╗██║░░░░░██╔════╝  ╚══██╔══╝██╔══██╗██║░██╔╝██╔════╝
██║░░██║██║░░██║██║░░░██║██████╦╝██║░░░░░█████╗░░  ░░░██║░░░███████║█████═╝░█████╗░░
██║░░██║██║░░██║██║░░░██║██╔══██╗██║░░░░░██╔══╝░░  ░░░██║░░░██╔══██║██╔═██╗░██╔══╝░░
██████╔╝╚█████╔╝╚██████╔╝██████╦╝███████╗███████╗  ░░░██║░░░██║░░██║██║░╚██╗███████╗
╚═════╝░░╚════╝░░╚═════╝░╚═════╝░╚══════╝╚══════╝  ░░░╚═╝s░░░╚═╝░░╚═╝╚═╝░░╚═╝╚══════╝

Version: 0.0.29
2021-04-05T19:09:38.322-04:00

{
"CONFIDENCE": 50,
"DEEPSTACK_URL": "http://192.168.86.55:5000",
"DETECTORS": [],
"FRIGATE_IMAGE_HEIGHT": 800,
"FRIGATE_URL": "http://192.168.86.55:4000",
"LATEST_RETRIES": 10,
"MQTT_HOST": "mqtt://192.168.86.234",
"MQTT_PASSWORD": "mqtt",
"MQTT_TOPIC": "frigate/events",
"MQTT_TOPIC_MATCHES": "double-take/matches",
"PORT": 3000,
"PURGE_MATCHES": 48,
"PURGE_UNKNOWN": 48,
"SAVE_UNKNOWN": false,
"SNAPSHOT_RETRIES": 10,
"STORAGE_PATH": "./.storage",
"TZ": "America/New_York",
"VERSION": "0.0.29"
}


2021-04-05T19:09:40.468-04:00
queuing 0 file(s) for training
training complete in 0 sec
MQTT: offline
MQTT: attemping to reconnect
2021-04-05T19:10:37.177-04:00
queuing 0 file(s) for training
training complete in 0 sec
MQTT: attemping to reconnect
2021-04-05T19:11:04.613-04:00
queuing 0 file(s) for training
training complete in 0 sec
MQTT: attemping to reconnect
MQTT: attemping to reconnect
2021-04-05T19:12:22.329-04:00
queuing 0 file(s) for training
training complete in 0 sec
MQTT: attemping to reconnect
train camera error: Request failed with status code 404
MQTT: attemping to reconnect
MQTT: attemping to reconnect
train camera error: Request failed with status code 404
MQTT: attemping to reconnect
MQTT: attemping to reconnect


██████╗░░█████╗░██╗░░░██╗██████╗░██╗░░░░░███████╗  ████████╗░█████╗░██╗░░██╗███████╗
██╔══██╗██╔══██╗██║░░░██║██╔══██╗██║░░░░░██╔════╝  ╚══██╔══╝██╔══██╗██║░██╔╝██╔════╝
██║░░██║██║░░██║██║░░░██║██████╦╝██║░░░░░█████╗░░  ░░░██║░░░███████║█████═╝░█████╗░░
██║░░██║██║░░██║██║░░░██║██╔══██╗██║░░░░░██╔══╝░░  ░░░██║░░░██╔══██║██╔═██╗░██╔══╝░░
██████╔╝╚█████╔╝╚██████╔╝██████╦╝███████╗███████╗  ░░░██║░░░██║░░██║██║░╚██╗███████╗
╚═════╝░░╚════╝░░╚═════╝░╚═════╝░╚══════╝╚══════╝  ░░░╚═╝s░░░╚═╝░░╚═╝╚═╝░░╚═╝╚══════╝

Version: 0.0.29
2021-04-05T19:16:14.332-04:00

{
"CONFIDENCE": 50,
"DEEPSTACK_URL": "http://192.168.86.55:5000",
"DETECTORS": [],
"FRIGATE_IMAGE_HEIGHT": 800,
"FRIGATE_URL": "http://192.168.86.55:4000",
"LATEST_RETRIES": 10,
"MQTT_HOST": "mqtt://192.168.86.234",
"MQTT_PASSWORD": "mqtt",
"MQTT_TOPIC": "frigate/events",
"MQTT_TOPIC_MATCHES": "double-take/matches",
"PORT": 3000,
"PURGE_MATCHES": 48,
"PURGE_UNKNOWN": 48,
"SAVE_UNKNOWN": false,
"SNAPSHOT_RETRIES": 10,
"STORAGE_PATH": "./.storage",
"TZ": "America/New_York",
"VERSION": "0.0.29"
}


train camera error: Request failed with status code 404
train camera error: Request failed with status code 404
MQTT: offline
train camera error: Request failed with status code 404
MQTT: attemping to reconnect
2021-04-05T19:16:56.890-04:00
queuing 0 file(s) for training
training complete in 0 sec
MQTT: attemping to reconnect
2021-04-05T19:17:52.536-04:00
queuing 0 file(s) for training
training complete in 0 sec
train camera error: Request failed with status code 404
train camera error: Request failed with status code 404
MQTT: attemping to reconnect
train camera error: Request failed with status code 404
MQTT: attemping to reconnect
train camera error: Request failed with status code 404
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
train camera error: Request failed with status code 404
MQTT: attemping to reconnect
2021-04-05T19:21:39.441-04:00
queuing 0 file(s) for training
training complete in 0 sec
MQTT: attemping to reconnect
train camera error: Request failed with status code 404
train camera error: Request failed with status code 404
MQTT: attemping to reconnect
train camera error: Request failed with status code 404
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect


██████╗░░█████╗░██╗░░░██╗██████╗░██╗░░░░░███████╗  ████████╗░█████╗░██╗░░██╗███████╗
██╔══██╗██╔══██╗██║░░░██║██╔══██╗██║░░░░░██╔════╝  ╚══██╔══╝██╔══██╗██║░██╔╝██╔════╝
██║░░██║██║░░██║██║░░░██║██████╦╝██║░░░░░█████╗░░  ░░░██║░░░███████║█████═╝░█████╗░░
██║░░██║██║░░██║██║░░░██║██╔══██╗██║░░░░░██╔══╝░░  ░░░██║░░░██╔══██║██╔═██╗░██╔══╝░░
██████╔╝╚█████╔╝╚██████╔╝██████╦╝███████╗███████╗  ░░░██║░░░██║░░██║██║░╚██╗███████╗
╚═════╝░░╚════╝░░╚═════╝░╚═════╝░╚══════╝╚══════╝  ░░░╚═╝s░░░╚═╝░░╚═╝╚═╝░░╚═╝╚══════╝

Version: 0.0.29
2021-04-05T19:25:21.078-04:00

{
"CONFIDENCE": 50,
"DEEPSTACK_URL": "http://192.168.86.55:5000",
"DETECTORS": [],
"FRIGATE_IMAGE_HEIGHT": 800,
"FRIGATE_URL": "http://192.168.86.55:4000",
"LATEST_RETRIES": 10,
"MQTT_HOST": "mqtt://192.168.86.234",
"MQTT_PASSWORD": "mqtt",
"MQTT_TOPIC": "frigate/events",
"MQTT_TOPIC_MATCHES": "double-take/matches",
"PORT": 3000,
"PURGE_MATCHES": 48,
"PURGE_UNKNOWN": 48,
"SAVE_UNKNOWN": false,
"SNAPSHOT_RETRIES": 10,
"STORAGE_PATH": "./.storage",
"TZ": "America/New_York",
"VERSION": "0.0.29"
}


MQTT: offline
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
train camera error: Request failed with status code 404
train camera error: Request failed with status code 404
2021-04-05T19:29:20.708-04:00
queuing 0 file(s) for training
training complete in 0 sec
MQTT: attemping to reconnect
MQTT: attemping to reconnect


██████╗░░█████╗░██╗░░░██╗██████╗░██╗░░░░░███████╗  ████████╗░█████╗░██╗░░██╗███████╗
██╔══██╗██╔══██╗██║░░░██║██╔══██╗██║░░░░░██╔════╝  ╚══██╔══╝██╔══██╗██║░██╔╝██╔════╝
██║░░██║██║░░██║██║░░░██║██████╦╝██║░░░░░█████╗░░  ░░░██║░░░███████║█████═╝░█████╗░░
██║░░██║██║░░██║██║░░░██║██╔══██╗██║░░░░░██╔══╝░░  ░░░██║░░░██╔══██║██╔═██╗░██╔══╝░░
██████╔╝╚█████╔╝╚██████╔╝██████╦╝███████╗███████╗  ░░░██║░░░██║░░██║██║░╚██╗███████╗
╚═════╝░░╚════╝░░╚═════╝░╚═════╝░╚══════╝╚══════╝  ░░░╚═╝s░░░╚═╝░░╚═╝╚═╝░░╚═╝╚══════╝

Version: 0.0.29
2021-04-05T19:30:18.642-04:00

{
"CONFIDENCE": 50,
"DEEPSTACK_URL": "http://192.168.86.55:5000",
"DETECTORS": [],
"FRIGATE_IMAGE_HEIGHT": 800,
"FRIGATE_URL": "http://192.168.86.55:4000",
"LATEST_RETRIES": 10,
"MQTT_HOST": "mqtt://192.168.86.234",
"MQTT_PASSWORD": "mqtt",
"MQTT_TOPIC": "frigate/events",
"MQTT_TOPIC_MATCHES": "double-take/matches",
"PORT": 3000,
"PURGE_MATCHES": 48,
"PURGE_UNKNOWN": 48,
"SAVE_UNKNOWN": false,
"SNAPSHOT_RETRIES": 10,
"STORAGE_PATH": "./.storage",
"TZ": "America/New_York",
"VERSION": "0.0.29"
}



██████╗░░█████╗░██╗░░░██╗██████╗░██╗░░░░░███████╗  ████████╗░█████╗░██╗░░██╗███████╗
██╔══██╗██╔══██╗██║░░░██║██╔══██╗██║░░░░░██╔════╝  ╚══██╔══╝██╔══██╗██║░██╔╝██╔════╝
██║░░██║██║░░██║██║░░░██║██████╦╝██║░░░░░█████╗░░  ░░░██║░░░███████║█████═╝░█████╗░░
██║░░██║██║░░██║██║░░░██║██╔══██╗██║░░░░░██╔══╝░░  ░░░██║░░░██╔══██║██╔═██╗░██╔══╝░░
██████╔╝╚█████╔╝╚██████╔╝██████╦╝███████╗███████╗  ░░░██║░░░██║░░██║██║░╚██╗███████╗
╚═════╝░░╚════╝░░╚═════╝░╚═════╝░╚══════╝╚══════╝  ░░░╚═╝s░░░╚═╝░░╚═╝╚═╝░░╚═╝╚══════╝

Version: 0.0.29
2021-04-05T19:30:47.086-04:00

{
"CONFIDENCE": 50,
"DEEPSTACK_URL": "http://192.168.86.55:5000",
"DETECTORS": [],
"FRIGATE_IMAGE_HEIGHT": 800,
"FRIGATE_URL": "http://192.168.86.55:4000",
"LATEST_RETRIES": 10,
"MQTT_HOST": "mqtt://192.168.86.234",
"MQTT_PASSWORD": "mqtt",
"MQTT_TOPIC": "frigate/events",
"MQTT_TOPIC_MATCHES": "double-take/matches",
"PORT": 3000,
"PURGE_MATCHES": 48,
"PURGE_UNKNOWN": 48,
"SAVE_UNKNOWN": false,
"SNAPSHOT_RETRIES": 10,
"STORAGE_PATH": "./.storage",
"TZ": "America/New_York",
"VERSION": "0.0.29"
}


MQTT: offline
MQTT: attemping to reconnect
2021-04-05T19:32:02.786-04:00
queuing 0 file(s) for training
training complete in 0 sec
MQTT: attemping to reconnect
train camera error: Request failed with status code 404
train camera error: Request failed with status code 404
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
train camera error: Request failed with status code 404
train camera error: Request failed with status code 404
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect


██████╗░░█████╗░██╗░░░██╗██████╗░██╗░░░░░███████╗  ████████╗░█████╗░██╗░░██╗███████╗
██╔══██╗██╔══██╗██║░░░██║██╔══██╗██║░░░░░██╔════╝  ╚══██╔══╝██╔══██╗██║░██╔╝██╔════╝
██║░░██║██║░░██║██║░░░██║██████╦╝██║░░░░░█████╗░░  ░░░██║░░░███████║█████═╝░█████╗░░
██║░░██║██║░░██║██║░░░██║██╔══██╗██║░░░░░██╔══╝░░  ░░░██║░░░██╔══██║██╔═██╗░██╔══╝░░
██████╔╝╚█████╔╝╚██████╔╝██████╦╝███████╗███████╗  ░░░██║░░░██║░░██║██║░╚██╗███████╗
╚═════╝░░╚════╝░░╚═════╝░╚═════╝░╚══════╝╚══════╝  ░░░╚═╝s░░░╚═╝░░╚═╝╚═╝░░╚═╝╚══════╝

Version: 0.0.29
2021-04-05T21:59:26.393-04:00

{
"CONFIDENCE": 50,
"DEEPSTACK_URL": "http://192.168.86.55:5000",
"DETECTORS": [],
"FRIGATE_IMAGE_HEIGHT": 800,
"FRIGATE_URL": "http://192.168.86.55:4000",
"LATEST_RETRIES": 10,
"MQTT_HOST": "mqtt://192.168.86.234",
"MQTT_PASSWORD": "mqtt",
"MQTT_TOPIC": "frigate/events",
"MQTT_TOPIC_MATCHES": "double-take/matches",
"PORT": 3000,
"PURGE_MATCHES": 48,
"PURGE_UNKNOWN": 48,
"SAVE_UNKNOWN": false,
"SNAPSHOT_RETRIES": 10,
"STORAGE_PATH": "./.storage",
"TZ": "America/New_York",
"VERSION": "0.0.29"
}


MQTT: offline
MQTT: attemping to reconnect
train camera error: Request failed with status code 404
train camera error: Request failed with status code 404
MQTT: attemping to reconnect
train camera error: Request failed with status code 404
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect


██████╗░░█████╗░██╗░░░██╗██████╗░██╗░░░░░███████╗  ████████╗░█████╗░██╗░░██╗███████╗
██╔══██╗██╔══██╗██║░░░██║██╔══██╗██║░░░░░██╔════╝  ╚══██╔══╝██╔══██╗██║░██╔╝██╔════╝
██║░░██║██║░░██║██║░░░██║██████╦╝██║░░░░░█████╗░░  ░░░██║░░░███████║█████═╝░█████╗░░
██║░░██║██║░░██║██║░░░██║██╔══██╗██║░░░░░██╔══╝░░  ░░░██║░░░██╔══██║██╔═██╗░██╔══╝░░
██████╔╝╚█████╔╝╚██████╔╝██████╦╝███████╗███████╗  ░░░██║░░░██║░░██║██║░╚██╗███████╗
╚═════╝░░╚════╝░░╚═════╝░╚═════╝░╚══════╝╚══════╝  ░░░╚═╝s░░░╚═╝░░╚═╝╚═╝░░╚═╝╚══════╝

Version: 0.0.29
2021-04-05T22:05:33.901-04:00

{
"CONFIDENCE": 50,
"DEEPSTACK_URL": "http://192.168.86.55:5000",
"DETECTORS": [],
"FRIGATE_IMAGE_HEIGHT": 800,
"FRIGATE_URL": "http://192.168.86.55:4000",
"LATEST_RETRIES": 10,
"MQTT_HOST": "mqtt://192.168.86.234",
"MQTT_PASSWORD": "mqtt",
"MQTT_TOPIC": "frigate/events",
"MQTT_TOPIC_MATCHES": "double-take/matches",
"PORT": 3000,
"PURGE_MATCHES": 48,
"PURGE_UNKNOWN": 48,
"SAVE_UNKNOWN": false,
"SNAPSHOT_RETRIES": 10,
"STORAGE_PATH": "./.storage",
"TZ": "America/New_York",
"VERSION": "0.0.29"
}


MQTT: offline
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
train camera error: Request failed with status code 404
2021-04-05T22:37:32.241-04:00
queuing 0 file(s) for training
training complete in 0 sec
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect


██████╗░░█████╗░██╗░░░██╗██████╗░██╗░░░░░███████╗  ████████╗░█████╗░██╗░░██╗███████╗
██╔══██╗██╔══██╗██║░░░██║██╔══██╗██║░░░░░██╔════╝  ╚══██╔══╝██╔══██╗██║░██╔╝██╔════╝
██║░░██║██║░░██║██║░░░██║██████╦╝██║░░░░░█████╗░░  ░░░██║░░░███████║█████═╝░█████╗░░
██║░░██║██║░░██║██║░░░██║██╔══██╗██║░░░░░██╔══╝░░  ░░░██║░░░██╔══██║██╔═██╗░██╔══╝░░
██████╔╝╚█████╔╝╚██████╔╝██████╦╝███████╗███████╗  ░░░██║░░░██║░░██║██║░╚██╗███████╗
╚═════╝░░╚════╝░░╚═════╝░╚═════╝░╚══════╝╚══════╝  ░░░╚═╝s░░░╚═╝░░╚═╝╚═╝░░╚═╝╚══════╝

Version: 0.0.29
2021-04-05T22:39:09.715-04:00

{
"CONFIDENCE": 50,
"DEEPSTACK_URL": "http://192.168.86.55:5000",
"DETECTORS": [],
"FRIGATE_IMAGE_HEIGHT": 800,
"FRIGATE_URL": "http://192.168.86.55:4000",
"LATEST_RETRIES": 10,
"MQTT_HOST": "mqtt://192.168.86.234",
"MQTT_PASSWORD": "mqtt",
"MQTT_TOPIC": "frigate/events",
"MQTT_TOPIC_MATCHES": "double-take/matches",
"PORT": 3000,
"PURGE_MATCHES": 48,
"PURGE_UNKNOWN": 48,
"SAVE_UNKNOWN": false,
"SNAPSHOT_RETRIES": 10,
"STORAGE_PATH": "./.storage",
"TZ": "America/New_York",
"VERSION": "0.0.29"
}


MQTT: offline
MQTT: attemping to reconnect
MQTT: attemping to reconnect


██████╗░░█████╗░██╗░░░██╗██████╗░██╗░░░░░███████╗  ████████╗░█████╗░██╗░░██╗███████╗
██╔══██╗██╔══██╗██║░░░██║██╔══██╗██║░░░░░██╔════╝  ╚══██╔══╝██╔══██╗██║░██╔╝██╔════╝
██║░░██║██║░░██║██║░░░██║██████╦╝██║░░░░░█████╗░░  ░░░██║░░░███████║█████═╝░█████╗░░
██║░░██║██║░░██║██║░░░██║██╔══██╗██║░░░░░██╔══╝░░  ░░░██║░░░██╔══██║██╔═██╗░██╔══╝░░
██████╔╝╚█████╔╝╚██████╔╝██████╦╝███████╗███████╗  ░░░██║░░░██║░░██║██║░╚██╗███████╗
╚═════╝░░╚════╝░░╚═════╝░╚═════╝░╚══════╝╚══════╝  ░░░╚═╝s░░░╚═╝░░╚═╝╚═╝░░╚═╝╚══════╝

Version: 0.0.29
2021-04-05T22:41:03.902-04:00

{
"CONFIDENCE": 50,
"DEEPSTACK_URL": "http://192.168.86.55:5000",
"DETECTORS": [],
"FRIGATE_IMAGE_HEIGHT": 800,
"FRIGATE_URL": "http://192.168.86.55:4000",
"LATEST_RETRIES": 10,
"MQTT_HOST": "mqtt://192.168.86.234",
"MQTT_PASSWORD": "mqtt",
"MQTT_TOPIC": "frigate/events",
"MQTT_TOPIC_MATCHES": "double-take/matches",
"PORT": 3000,
"PURGE_MATCHES": 48,
"PURGE_UNKNOWN": 48,
"SAVE_UNKNOWN": false,
"SNAPSHOT_RETRIES": 10,
"STORAGE_PATH": "./.storage",
"TZ": "America/New_York",
"VERSION": "0.0.29"
}


MQTT: offline
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect


██████╗░░█████╗░██╗░░░██╗██████╗░██╗░░░░░███████╗  ████████╗░█████╗░██╗░░██╗███████╗
██╔══██╗██╔══██╗██║░░░██║██╔══██╗██║░░░░░██╔════╝  ╚══██╔══╝██╔══██╗██║░██╔╝██╔════╝
██║░░██║██║░░██║██║░░░██║██████╦╝██║░░░░░█████╗░░  ░░░██║░░░███████║█████═╝░█████╗░░
██║░░██║██║░░██║██║░░░██║██╔══██╗██║░░░░░██╔══╝░░  ░░░██║░░░██╔══██║██╔═██╗░██╔══╝░░
██████╔╝╚█████╔╝╚██████╔╝██████╦╝███████╗███████╗  ░░░██║░░░██║░░██║██║░╚██╗███████╗
╚═════╝░░╚════╝░░╚═════╝░╚═════╝░╚══════╝╚══════╝  ░░░╚═╝s░░░╚═╝░░╚═╝╚═╝░░╚═╝╚══════╝

Version: 0.1.0
2021-04-06T18:13:15.433-04:00

{
"CONFIDENCE": 50,
"DEEPSTACK_URL": "http://192.168.86.55:5000",
"DETECTORS": [],
"FRIGATE_IMAGE_HEIGHT": 800,
"FRIGATE_URL": "http://192.168.86.55:4000",
"LATEST_RETRIES": 10,
"MQTT_HOST": "mqtt://192.168.86.234",
"MQTT_PASSWORD": "mqtt",
"MQTT_TOPIC": "frigate/events",
"MQTT_TOPIC_MATCHES": "double-take/matches",
"PORT": 3000,
"PURGE_MATCHES": 48,
"PURGE_UNKNOWN": 48,
"SAVE_UNKNOWN": false,
"SNAPSHOT_RETRIES": 10,
"STORAGE_PATH": "./.storage",
"TZ": "America/New_York",
"VERSION": "0.1.0"
}


MQTT: offline
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect


██████╗░░█████╗░██╗░░░██╗██████╗░██╗░░░░░███████╗  ████████╗░█████╗░██╗░░██╗███████╗
██╔══██╗██╔══██╗██║░░░██║██╔══██╗██║░░░░░██╔════╝  ╚══██╔══╝██╔══██╗██║░██╔╝██╔════╝
██║░░██║██║░░██║██║░░░██║██████╦╝██║░░░░░█████╗░░  ░░░██║░░░███████║█████═╝░█████╗░░
██║░░██║██║░░██║██║░░░██║██╔══██╗██║░░░░░██╔══╝░░  ░░░██║░░░██╔══██║██╔═██╗░██╔══╝░░
██████╔╝╚█████╔╝╚██████╔╝██████╦╝███████╗███████╗  ░░░██║░░░██║░░██║██║░╚██╗███████╗
╚═════╝░░╚════╝░░╚═════╝░╚═════╝░╚══════╝╚══════╝  ░░░╚═╝s░░░╚═╝░░╚═╝╚═╝░░╚═╝╚══════╝

Version: 0.1.0
2021-04-06T18:26:51.322-04:00

{
"CONFIDENCE": 50,
"DEEPSTACK_URL": "192.168.86.55:5000",
"DETECTORS": [],
"MQTT_HOST": "mqtt://192.168.86.234",
"MQTT_PASSWORD": "mqtt",
"MQTT_TOPIC_MATCHES": "double-take/matches",
"PORT": 3000,
"PURGE_MATCHES": 48,
"PURGE_UNKNOWN": 48,
"SAVE_UNKNOWN": false,
"STORAGE_PATH": "./.storage",
"TZ": "America/New_York",
"VERSION": "0.1.0"
}


MQTT: offline
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect


██████╗░░█████╗░██╗░░░██╗██████╗░██╗░░░░░███████╗  ████████╗░█████╗░██╗░░██╗███████╗
██╔══██╗██╔══██╗██║░░░██║██╔══██╗██║░░░░░██╔════╝  ╚══██╔══╝██╔══██╗██║░██╔╝██╔════╝
██║░░██║██║░░██║██║░░░██║██████╦╝██║░░░░░█████╗░░  ░░░██║░░░███████║█████═╝░█████╗░░
██║░░██║██║░░██║██║░░░██║██╔══██╗██║░░░░░██╔══╝░░  ░░░██║░░░██╔══██║██╔═██╗░██╔══╝░░
██████╔╝╚█████╔╝╚██████╔╝██████╦╝███████╗███████╗  ░░░██║░░░██║░░██║██║░╚██╗███████╗
╚═════╝░░╚════╝░░╚═════╝░╚═════╝░╚══════╝╚══════╝  ░░░╚═╝s░░░╚═╝░░╚═╝╚═╝░░╚═╝╚══════╝

Version: 0.1.0
2021-04-06T18:40:31.740-04:00

{
"CONFIDENCE": 50,
"DEEPSTACK_URL": "192.168.86.55:5000",
"DETECTORS": [],
"PORT": 3000,
"PURGE_MATCHES": 48,
"PURGE_UNKNOWN": 48,
"SAVE_UNKNOWN": false,
"STORAGE_PATH": "./.storage",
"TZ": "America/New_York",
"VERSION": "0.1.0"
}


2021-04-06T18:47:28.055-04:00
queuing 0 file(s) for training
training complete in 0 sec


██████╗░░█████╗░██╗░░░██╗██████╗░██╗░░░░░███████╗  ████████╗░█████╗░██╗░░██╗███████╗
██╔══██╗██╔══██╗██║░░░██║██╔══██╗██║░░░░░██╔════╝  ╚══██╔══╝██╔══██╗██║░██╔╝██╔════╝
██║░░██║██║░░██║██║░░░██║██████╦╝██║░░░░░█████╗░░  ░░░██║░░░███████║█████═╝░█████╗░░
██║░░██║██║░░██║██║░░░██║██╔══██╗██║░░░░░██╔══╝░░  ░░░██║░░░██╔══██║██╔═██╗░██╔══╝░░
██████╔╝╚█████╔╝╚██████╔╝██████╦╝███████╗███████╗  ░░░██║░░░██║░░██║██║░╚██╗███████╗
╚═════╝░░╚════╝░░╚═════╝░╚═════╝░╚══════╝╚══════╝  ░░░╚═╝s░░░╚═╝░░╚═╝╚═╝░░╚═╝╚══════╝

Version: 0.1.0
2021-04-06T18:56:28.922-04:00

{
"CONFIDENCE": 50,
"DEEPSTACK_URL": "192.168.86.55:5000",
"DETECTORS": [],
"FRIGATE_IMAGE_HEIGHT": 800,
"FRIGATE_URL": "192.168.86.55:4000",
"LATEST_RETRIES": 10,
"PORT": 3000,
"PURGE_MATCHES": 48,
"PURGE_UNKNOWN": 48,
"SAVE_UNKNOWN": false,
"SNAPSHOT_RETRIES": 10,
"STORAGE_PATH": "./.storage",
"TZ": "America/New_York",
"VERSION": "0.1.0"
}



██████╗░░█████╗░██╗░░░██╗██████╗░██╗░░░░░███████╗  ████████╗░█████╗░██╗░░██╗███████╗
██╔══██╗██╔══██╗██║░░░██║██╔══██╗██║░░░░░██╔════╝  ╚══██╔══╝██╔══██╗██║░██╔╝██╔════╝
██║░░██║██║░░██║██║░░░██║██████╦╝██║░░░░░█████╗░░  ░░░██║░░░███████║█████═╝░█████╗░░
██║░░██║██║░░██║██║░░░██║██╔══██╗██║░░░░░██╔══╝░░  ░░░██║░░░██╔══██║██╔═██╗░██╔══╝░░
██████╔╝╚█████╔╝╚██████╔╝██████╦╝███████╗███████╗  ░░░██║░░░██║░░██║██║░╚██╗███████╗
╚═════╝░░╚════╝░░╚═════╝░╚═════╝░╚══════╝╚══════╝  ░░░╚═╝s░░░╚═╝░░╚═╝╚═╝░░╚═╝╚══════╝

Version: 0.1.0
2021-04-06T19:03:13.157-04:00

{
"CONFIDENCE": 50,
"DEEPSTACK_URL": "192.168.86.55:5000",
"DETECTORS": [],
"FRIGATE_IMAGE_HEIGHT": 800,
"FRIGATE_URL": "192.168.86.55:4000",
"LATEST_RETRIES": 10,
"MQTT_HOST": "mqtt://192.168.86.234",
"MQTT_PASSWORD": "mqtt",
"MQTT_TOPIC": "frigate/events",
"MQTT_TOPIC_MATCHES": "double-take/matches",
"PORT": 3000,
"PURGE_MATCHES": 48,
"PURGE_UNKNOWN": 48,
"SAVE_UNKNOWN": false,
"SNAPSHOT_RETRIES": 10,
"STORAGE_PATH": "./.storage",
"TZ": "America/New_York",
"VERSION": "0.1.0"
}


MQTT: offline
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect
MQTT: attemping to reconnect


██████╗░░█████╗░██╗░░░██╗██████╗░██╗░░░░░███████╗  ████████╗░█████╗░██╗░░██╗███████╗
██╔══██╗██╔══██╗██║░░░██║██╔══██╗██║░░░░░██╔════╝  ╚══██╔══╝██╔══██╗██║░██╔╝██╔════╝
██║░░██║██║░░██║██║░░░██║██████╦╝██║░░░░░█████╗░░  ░░░██║░░░███████║█████═╝░█████╗░░
██║░░██║██║░░██║██║░░░██║██╔══██╗██║░░░░░██╔══╝░░  ░░░██║░░░██╔══██║██╔═██╗░██╔══╝░░
██████╔╝╚█████╔╝╚██████╔╝██████╦╝███████╗███████╗  ░░░██║░░░██║░░██║██║░╚██╗███████╗
╚═════╝░░╚════╝░░╚═════╝░╚═════╝░╚══════╝╚══════╝  ░░░╚═╝s░░░╚═╝░░╚═╝╚═╝░░╚═╝╚══════╝

Version: 0.1.0
2021-04-06T19:07:02.668-04:00

{
"CONFIDENCE": 50,
"DEEPSTACK_URL": "192.168.86.55:5000",
"DETECTORS": [],
"FRIGATE_IMAGE_HEIGHT": 800,
"FRIGATE_URL": "192.168.86.55:4000",
"LATEST_RETRIES": 10,
"MQTT_HOST": "mqtt://192.168.86.234",
"MQTT_TOPIC": "frigate/events",
"MQTT_TOPIC_MATCHES": "double-take/matches",
"PORT": 3000,
"PURGE_MATCHES": 48,
"PURGE_UNKNOWN": 48,
"SAVE_UNKNOWN": false,
"SNAPSHOT_RETRIES": 10,
"STORAGE_PATH": "./.storage",
"TZ": "America/New_York",
"VERSION": "0.1.0"
}


MQTT: 5
MQTT: offline
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5
MQTT: attemping to reconnect
MQTT: 5


██████╗░░█████╗░██╗░░░██╗██████╗░██╗░░░░░███████╗  ████████╗░█████╗░██╗░░██╗███████╗
██╔══██╗██╔══██╗██║░░░██║██╔══██╗██║░░░░░██╔════╝  ╚══██╔══╝██╔══██╗██║░██╔╝██╔════╝
██║░░██║██║░░██║██║░░░██║██████╦╝██║░░░░░█████╗░░  ░░░██║░░░███████║█████═╝░█████╗░░
██║░░██║██║░░██║██║░░░██║██╔══██╗██║░░░░░██╔══╝░░  ░░░██║░░░██╔══██║██╔═██╗░██╔══╝░░
██████╔╝╚█████╔╝╚██████╔╝██████╦╝███████╗███████╗  ░░░██║░░░██║░░██║██║░╚██╗███████╗
╚═════╝░░╚════╝░░╚═════╝░╚═════╝░╚══════╝╚══════╝  ░░░╚═╝s░░░╚═╝░░╚═╝╚═╝░░╚═╝╚══════╝

Version: 0.1.0
2021-04-06T19:20:13.570-04:00

{
"CONFIDENCE": 50,
"DEEPSTACK_URL": "192.168.86.55:5000",
"DETECTORS": [],
"FRIGATE_IMAGE_HEIGHT": 800,
"FRIGATE_URL": "192.168.86.55:4000",
"LATEST_RETRIES": 10,
"PORT": 3000,
"PURGE_MATCHES": 48,
"PURGE_UNKNOWN": 48,
"SAVE_UNKNOWN": false,
"SNAPSHOT_RETRIES": 10,
"STORAGE_PATH": "./.storage",
"TZ": "America/New_York",
"VERSION": "0.1.0"
}


2021-04-06T19:24:50.156-04:00
queuing 0 file(s) for training
training complete in 0 sec
`

@jakowenko
Copy link
Owner

I just checked the code, I do add the mqtt:// prefix to the ENV var, so that should be ok. I don't see a MQTT_USERNAME though in the logs you posted above. Also it looks like DETECTORS isn't showing up right, if you're using deepstack, it should show up in that DETECTORS array in the logs.

@jakowenko
Copy link
Owner

@deputyd0ng I pushed up a new beta image that includes the other architectures, so you should be able to pull that down now. The UI got moved to the root of the api. http://IP-ADDRESS:PORT. You can try that and see if it helps at all. Based off your logs though I would make sure the MQTT_USERNAME is being passed right and you see it in the containers logs at the top and double check how you have DETECTORS setup, because the logs don't show you have any configured, which is probably why it's not even talking to Frigate.

@srvoets
Copy link
Author

srvoets commented Apr 11, 2021

I ended up running it in an ubuntu vm with docker-compose, trying to template it out into UNRAID from docker hub was just a pain in the ass.

Seems to be working fine with docker-compose in the VM, thanks for the help.

@jakowenko
Copy link
Owner

Glad to hear. I'll close this for now since you have it working. Feel free to open a new issue if you run into anything else.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants