BoA
(Boris Andersson)
March 28, 2023, 9:01pm
1
Hi *,
my HA insallation doesn’t load my frontend anymore.
How do i restart the frontend via CLI?
Im my logs are to many informations because of all sensors, switches, speakers and so on.
I try to get only error-messages about this problem, without all the rest. to get a hint of why it doesn’t load anymore.
I tried to install gitea on the same server, which is nothing bad in my opinion.
root@quader:/usr/share/hassio/homeassistant# ha observer info
host: 172.30.32.6
update_available: false
version: 2021.10.0
version_latest: 2021.10.0
root@quader:/usr/share/hassio/homeassistant#
root@quader:/usr/share/hassio/homeassistant# ha info
arch: amd64
channel: stable
docker: 23.0.1
features:
- reboot
- shutdown
- services
- network
- hostname
- timedate
- os_agent
- resolved
- journal
- disk
hassos: null
homeassistant: 2023.3.6
hostname: quader
logging: info
machine: qemux86-64
operating_system: Debian GNU/Linux 11 (bullseye)
state: running
supervisor: 2023.03.2
supported: true
supported_arch:
- amd64
- i386
timezone: Europe/Berlin
root@quader:/usr/share/hassio/homeassistant#
many thanks and best regards,
Bo
BoA
(Boris Andersson)
March 28, 2023, 9:56pm
2
OK, i found the error.
I added the configuration.yaml with this values:
logger:
default: critical
logs:
# log level for HA core
homeassistant.core: fatal
Then i saw only the errors:
We found a custom integration waste_collection_schedule which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
I removed this everywhere i found it and restarted and now everything is fine again.
Best regards
tom_l
March 28, 2023, 10:43pm
3
Unfortunately your opinion is incorrect.
That looks like a supervised install. The requirements for this are that you use Debian OS (no derivatives), which you are, AND that you install no other software. See: architecture/adr/0014-home-assistant-supervised.md at 6c8b378e8b7a5329f69fa81bcfe284d85ab522b6 · home-assistant/architecture · GitHub
If you want an install method with a supervisor and addons and you want to run other software you have to run HAOS in a VM.
Supervised is one of the strictest install methods and is only begrudgingly supported. It is the worst choice of the supported install methods.
BoA
(Boris Andersson)
March 29, 2023, 6:03pm
4
tom_l:
HAOS in a VM.
OK, i will check that one more time as an option. I tried to find a way to run HA under proxmox, but that really made to much problems.
THX and best regards,
Bo