May I ask as a beginner HA user how I can manually add add-ons in Home Assistant?
What I’ve tried so far… I’ve opened the file hass.io/addons.json.
Inside that object {} I see 2 objects called user and system. Do I need to add something over there or am I completely wrong?
Why do you want to add them manually? The whole purpose of Supervised version is to have easier way of adding them? And avoid configuring everything both in addon and in HA for it to work.
In my and yours perfect world we don’t want to add the add-ons manually ofcourse. But I’m facing the issue just like others if I’m correct that due to errors which are related to the Synology Docker (Host system) version 18 we’re kind of stuck.
You are running an unsupported installation. Learn more
Your installtion is running in an unhealthy state. Learn more
With these errors in place I’m not able to install new add-ons.
Hmm - you probably missed it - it was mentioned here few times. But that’s not manual installation.
That’s workaround for issue.
add jobs.json to hassio root folder (for ex. /volume1/docker/hass.io - you can use File Station to create it.
inside jobs.json add one line of code: {"ignore_conditions": ["healthy"]}
restart Supervisor from inside Supervisor
This should allow you to install addons and upgrade them.
Errors will still show.
EDIT: Just to confirm this works with Supervisor 2020.12.2 and 2020.12.6 latest version as of December 5th). Tested on 2 systems from 0.118.2 to 0.118.4 and then to 0.118.5
Just jobs.json file inside hass.io folder.
And only code needed inside of it should be {"ignore_conditions": ["healthy"]}
That’s it - I’ve tested it on 2 systems and that should work.
Thank you @BeardedConti. I’ve indeed missed the part of restarting the Supervisor from inside Supervisor. Once I did that it was all running smoothly again!
Hi I am trying updating 118.4 but it is not upgrading on my synology. Getting following message in system log
20-12-04 20:17:05 WARNING (MainThread) [supervisor.jobs] ‘HomeAssistantCore.update’ blocked from execution, system is not healthy
20-12-04 20:21:58 WARNING (MainThread) [supervisor.jobs] ‘HomeAssistantCore.update’ blocked from execution, system is not healthy
Unfortunately not Bearded. this is really frustrating. 2,5 years ago I moved to Xpenology running this package. I have NOT any issues running HA. It was very smooth and my main set-up. Also running HA on PI’s at relatives but nothing but trouble with it. Syno and HA is really a great solution, but now I am considering other hardware because this really sucks. Thanks for trying to help.
Where did you put jobs.json ? And did you correctly input code inside? Also, what version of Supervisor are you running? You have to be on latest version.
Supervisor 2020.12.4 and file is in the right dir. I did a restore of a backup of 2 weeks ago, and now I am amble to do everything again. How ever the supervisor card still shows unhealthy and unsupported.