-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
Double take addon keeps stopping without error #22
Comments
Also seeing the same exact thing. Deepstack, Facebox, MQTT, and Frigate all working properly. Double-take just continually cycling. Supervisor logs show rate limit when trying to restart the container from what it appears.
|
I got so fed up with trying to make it work within HA, and not getting any assistance that I just spun up an Ubuntu VM and installed all 3 (deepstack, frigate, and double-take) in docker there. I am using the proxy Add-ons now and it seems to work ok. |
I was able to get it to work by installing the container from my docker-compose seperate from HA. I suspect the issue is with my supervisor and all the complaining it’s doing about having unauthorized software, docker misconfigured, etc. I’m going to have to eventually set up HA on a separate system without anything else and see if that works but for now this is just the workaround. |
I couldn't do a separate container because I am using HA OS and it doesn't let you manage the docker separate. I'm ultimately happier this way so now I have a docker setup for other things and I'm not putting that extra load on my HA VM. |
I have found a solution by moving the "secret path" folder into /config/double-take. So copy the "secrets.yaml" file you have in the default "config" location of homeassistant to this folder where everything else is located (storage/config) then it won't crash . It must be a permission error ? |
To elaborate here a bit, cause I approached with a small buzz on... For Noobs... Go to the configuration tab of the add on and change the secrets path to /config/double-take , then use a file manager to download/upload the secrets.yaml file from /config to /config/double-take. Then you have joy. |
THANK YOU !!! |
I have the Frigate Addon installed and working. I have the Deepstack CPU Addon installed. I have MQTT configured and working with other devices. I set the initial configuration for Double Take and when I start the Double Take Addon and go to the config tab I can see the green dots next to Double Take, MQTT, Frigate, and Deepstack. The log shows:
info: Double Take v1.13.1-8e2728d
info: MQTT: connected
info: MQTT: subscribed to frigate/events, frigate/+/person/snapshot
Then the Double Take dot on the config page turns red and the addon stops. No other info appears in log.
Edit: Adding info from UI log
23-02-03 20:21:05 info: Double Take v1.13.1-8e2728d
23-02-03 20:21:06 info: MQTT: connected
23-02-03 20:21:06 info: MQTT: subscribed to frigate/events, frigate/+/person/snapshot
23-02-03 20:21:28 info: Double Take v1.13.1-8e2728d
23-02-03 20:21:29 info: MQTT: connected
23-02-03 20:21:29 info: MQTT: subscribed to frigate/events, frigate/+/person/snapshot
23-02-03 20:21:49 info: Double Take v1.13.1-8e2728d
23-02-03 20:21:50 info: MQTT: connected
23-02-03 20:21:50 info: MQTT: subscribed to frigate/events, frigate/+/person/snapshot
Edit: Add config.yml
The text was updated successfully, but these errors were encountered: