-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Running docker: "failed to find this automation in '/config' folder" (for packages, split config) #149
Comments
what version of Shortumation you are running? it seems like you have an old build (see bottom right of the UI) |
strange, do you mind sharing your configuratio.yaml (just the parts to do with automations/packages) or anything else that could help me replicate the issue on my end |
of course, no problem:
I'm not honestly sure what else will help. I am running HA in Docker on DietPi (A Lightweight Debian OS). |
@jchhenderson please try to update! also if you still encounter issues please re-post the logs :) sorry that this issue keeps draging on... |
Hey, no worries - you are putting in a lot of work here to provide free software and I appreciate that :-) Edit: nope, still not working. |
@jchhenderson wait I just realized. Are you running shortumation in a separate docker container not addon mode? If yea, can you do the following:
I'm starting to think you are experiencing a caching issue in docker. |
I'm having the same issue. Running v7.0 on latest beta 2022.9.0b1. Installed as Add On.
|
yes, I am running in a seperate docker container as I am running HA in docker as well. (not HA OS or supervisor).
the tag in docker-compose? yes, it's 0.7.0
made no difference, sorry. edit: My full docker-compose (for Shortumation) is:
|
I think your error is a bit different than this one. Mind opening a separate issue and also include there some parts of your config.yaml. Although I think I know exactly why yours broke :o will try to make a fix in the next release. |
@jchhenderson do you mind posting a full log of what's going on in shortumation? |
here you go. |
here ya go!
looks like the automation in strange that HA supports this o.0 I will do some testing on my end to see how they handle it. But this is undocumented behavior on their part :/ In the meantime, if you add an |
@Sholofly so I reviewed your issue a bit more. I am pretty sure that you have an invalid configuration file. Packages should always map to a dictionary of overrides. When using the same configuration as you I get this error in HA (which tracks with the error I am throwing in Shortumation) also moved your issue here #159 |
yes, I reloaded the automations. All automations showed the same error. |
@jchhenderson yea HA loads them but won't let you see automations that have no ids. |
Thanks, I have added IDs to all may automations now, but I am now getting the error that I posted above whereby Shortumation thinks every automation has an error. Should I create a new issue for this? |
I think you might need to reload the automations. Like in the developer tools > yaml > automations. But in general if you can wait till the next update before opening another issue that would be better :) |
@jchhenderson for now I am closing this issue, if you are still seeing some errors please post them in another issue (or reopen this) |
OK, thanks. I;ll wait until the next release and then open a new issue if it is still occurring. Thanks so much!! |
I worked out what my last error was so will raise a ticket now if I cannot find one exists 👍 |
Describe the bug
Shortumation picks up the automation titles that are in packages or using !include directory, but I get the error:
"failed to find this automation in '/config' folder"
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect to not get this error
Screenshots
Desktop (please complete the following information):
Additional context
It works fine for automations created using the UI (using /config/automations.yaml)
The text was updated successfully, but these errors were encountered: