Fixing Unsupported Error - Protections disabled

2022.11.0 now gives an error to warn me of this error - not sure why, I may have changed something trying to fix something a while ago, I cant recall.

So I follow the instructions given in the Learn More link (Ignored job conditions - Home Assistant) (as shown below), but when its still reporting as unsupported when you run ha supervisor info - is there a way to fix this? I was hoping that I wouldnt have to rebuild my HA instance (I was hoping to wait until my Yellow & Cm4 arrived, but that could be some time)

➜  ~ ha jobs reset
Processing... Done.
Command completed successfully.
➜  ~ ha supervisor restart
Command completed successfully.

ha supervisor info output:

arch: amd64
auto_update: true
channel: beta
debug: false
debug_block: false
diagnostics: true
healthy: true
ip_address: 172.30.32.2
logging: info
supported: false
timezone: Australia/Sydney
update_available: false
version: 2022.10.2
version_latest: 2022.10.2
wait_boot: 5

What is the output of this command:

ha resolution info

That will show the reasons it is unsupported. Perhaps you fixed one and there’s still another?

➜  ~ ha resolution info
checks:
- enabled: true
  slug: network_interface_ipv4
- enabled: true
  slug: free_space
- enabled: true
  slug: dns_server
- enabled: true
  slug: addon_pwned
- enabled: true
  slug: dns_server_ipv6
- enabled: true
  slug: backups
- enabled: true
  slug: supervisor_trust
- enabled: true
  slug: core_security
issues: []
suggestions: []
unhealthy: []
unsupported:
- job_conditions

Huh. That’s confusing. What’s the output of this command then?

ha jobs info
ignore_conditions:
- healthy

Strange. So I just did this and it worked fine:

# ha jobs options --ignore-conditions healthy
Command completed successfully.
# ha jobs info
ignore_conditions:
- healthy
# ha jobs reset
Processing... Done.
Command completed successfully.
# ha jobs info
ignore_conditions: []

You definitely did the ha jobs reset right? Submit a bug if it’s not working but I just don’t know how that could be as it certainly appears to be working as expected…

I’ll log a bug

➜  ~ ha jobs info
ignore_conditions:
- healthy
➜  ~ ha jobs reset
Processing... Done.

Command completed successfully.
➜  ~ ha jobs info
ignore_conditions: []
➜  ~ ha supervisor restart
Command completed successfully.
➜  ~ ha jobs info
ignore_conditions:
- healthy
1 Like

I have this problem too

Supervisor 2022.12.0 has the fix - I re-ran the steps and the problem is resolved