-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
AppDaemon stops after updating to 0.15.0 #287
Comments
Thanks for the report, the config folder moved. Checking where this one is originating from... ../Frenck |
Same for me, also using the backup back to 14.0 does not work anymore
|
Expected behavior folder name?All files moved to new location as expected but is foldername okay? |
I've updated the breaking change section: If you have this in your secrets: /config/secrets.yaml You will need to adjust this to: secrets: /homeassistant/secrets.yaml |
where can i find the appdaemon.yaml? /homeassistant/appdaemon is empty |
@frenck It reverts to |
The add-on configuration folders can be found in the add-on configuration shares. If you access it using samba, this share is called If you are using SSH, VSCode or any other similar terminal, you can find them in ../Frenck |
same as @kefrens changed to /homeassistant/secrets.yaml but after restart it is reverted back to /config/secrets.yaml |
yup, every time it restarts it changed back to
|
This comment was marked as duplicate.
This comment was marked as duplicate.
When secrets: /homeassistant/secrets.yaml is set in a0d7b954_appdaemon\appdaemon.yaml When secrets is removed from yaml it starts but still looks in /config folder...
|
@pmansvelder Hidden your comment. An issue cannot be triaged by "I have the same problem". Please don't make such postings in any issue report. Thanks 👍 |
Looking into it, not fully understanding what makes it reverting it. |
Sorry, I will try to do better:
So I tried copying back my old config which has the line with /config/secrets.yaml commented out:
But when I started appdaemon it reverted back to the original config. I am using HomeAssistant Yellow with the Appdaemon add-on |
Thanks for you effort. Seems both Add-On updates are now making you more busy than expected |
Found the appdaemon issue. Will create a fix right away 🙏 |
LOL yeah, not the best combination of add-ons to have issues with atm 😓 ../Frenck |
Thanks for the quick reply, didn't mean to troll like that, I appreciate your work very much, it has made configuring and using HA a breeze in comparison with the manual installation I used before… |
@shamal69 That seems completely wrong! Please nobody use that Hid that comment to prevent other destroying stuff. |
Oh I'm more mad at myself for having shipped these bugs in the first place. I do test a lot and care a lot about these things. Anyways, at least it shows I'm still human. |
You can not be human you are doing to much awesome stuff normally. Only having a bad day. Now go back to be inhuman software guy as usual to feed us with amazing HA stuff every day!!11!!11!!111!!1 |
0.15.1 Old settings in appdaemon.yaml, how to refere to new location? I tried this: |
I followed this and after update to 0.15.2, updated secret file location to
Appdaemon addon complained that it can't find this location so I changed it to /addon_config/a0d7b954_appdaemon/logs which is where my logs folder was moved to after addon update to 0.15.2 but it still didn't like that.
Based on this, homeassistant can't access /addon_config/a0d7b954_appdaemon/ folder. So we can't store logs in /addon_config/a0d7b954_appdaemon/ folder anymore, correct ? |
I had the same problem. @frenck mentioned somewhere else that the addon itself sees
|
Has anyone got a good approach to maintaining their Home Assistant and AppDaemon config in a single git repository like I am? |
I installed AD from scratch but I don't understand: everything remains confined in /addon_configs/a0d7b954_appdaemon/ . I can't interact with /homeassistant/config and other subfolders, I can't figure out the right path, I have a script that needs to read a value on a file under /config/downloads and I don't know how to do it. I have HA supervised Rpi4, tnx |
I created a /homeassistant/appdaemon_logs/ folder then moved my appdeamon log file to /homeassistant/appdaemon_logs/appdeamon.log, and edited the axxxxx_appdeamon/appdeamon.yaml file accordingly:
And now AppDeamon can access the file and write to it. I'd say there's an access restriction to axxxxx_appdeamon/logs/ from within AppDaemon... The worst thing for non-specialists is that the error message says 'no file' while even though the file is there (under axxxxx_appdeamon/logs/) AppDaemon can't access it. When you are more familiar with Linux this rings the 'access issue' bell. NB: I started lookind at AppDaemon yesterday for the very first time. I would not imagine I could contribute so quickly... |
@Truehub23 as far as I can see, So, you should use |
This seems to be the same problem in version 0.16.0 |
@frenck are you working on this issue or do you consider it already resolved? |
Hi, I got the same problem, but I am missing the complete appdaemon folder its not inside addon_configs nor in the root directory, I am using version 0.16 |
backup your files, suppression de addon, have a coffee, reinstall the addon . go to /addon_configs/a0d7b954_appdaemon and reinstall your files |
that solution worked fo me. |
At this point I consider this as abandoned |
All working fine for me after following all the details steps in the fix.
Maintenance is everything
https://youtu.be/PvaDCBYTXhc?si=dzFC8Dni4E2pRGi_
Rod poplarchick
http://www.thestovedoc.com
Celebrating 34 seasons of excellence in the Hearth Products industry.
…On Tue, Dec 26, 2023, 2:04 AM Pferdebockwurst ***@***.***> wrote:
At this point I consider this as abandoned
—
Reply to this email directly, view it on GitHub
<#287 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AONXIPOI4WNVFPT3J5WNNRLYLKOMRAVCNFSM6AAAAAA7MJDCX2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNRZGQZDMNRRGE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I've tried to follow along but it seems to have taken a few twists and turns. I don't have a backup where I can restore my config from so I can't follow that step. I am running v0.16 of AppDaemon and would like to know what I can do to get my NSPanel Lovelace UI working again. I have connected (samba) to the folder structure and have found my old config for the panel (addon_configs> a0d7b954_appdaemon > apps > apps.yaml) Can anyone offer any guidance, I feel a bit lost by all this now, cheers |
@frenck is appdaemon not maintenaed any more? |
Appdaemon is still supported, afaik. Frenck isn't the author/maintainer of Appdaemon itself, just of the add-on that encapsulates it to make easier to install. Unfortunately, this change broke some stuff, but everything needed to fix it is in this thread - I know, I just went through fixing it, as I missed the update in Nov and had been wondering why my scripts stopped working... Best alternative? For me, there isn't one. I vastly prefer this way of doing automations over either the native HA or CodeRed. But those are the alternatives. Now, all that being said, I think this is a bad change. Backup/restore were working fine before, just not as encapsulated as frenck appears to like. So from my point of view, there's nothing positive gained. And two significant negatives - breaking the ability to get appdaemon scripts through HACS, and the fact that it messes with my git setup. I suspect if most appdaemon users were asked about this, they'd prefer the change not occur... |
That is a question for the AppDaemon project, not this add-on. |
@jgalak Sorry to hear you don't agree. I am pretty sure, as with any change, some like, others don't. When creating a backup, one should expect it to have all of it in it, and this wasn't the case. Not agreeing on that, sounds odd... but if you think that is normal for a backup... that is fine by me 🤷 Feel free to do better by building and maintaining your own add-on 👍 ../Frenck |
As this issue has been resolved quite some time ago (hours after the release). I've left it open for people to find and see. Is has been 2 months at this point, so time to close it. ../Frenck |
@frenck Take some time and re-think about your interactions with users regarding this issue. To me, your attitude sheds a very bad light on your otherwise good work in this project. Programming is not the only necessary skill for being a good maintainer. |
It's messed up mine but I saw it Early and had a backup of my data base. Keep up the awesome work @frenck |
Sorry to hear you don't agree. I did the best I can to resolve the issue as quickly as possible and to provide the necessary instruction to resolve it. If this wasn't sufficient for your taste, then I am sorry. Maybe this add-on is not for you. You are free to use something else. Thanks 👍 ../Frenck |
Lock down the issue now as well. This is no longer discussing the actual issue. |
Problem/Motivation
Expected behavior
Actual behavior
Steps to reproduce
Proposed changes
Log:
The text was updated successfully, but these errors were encountered: