I added DHCPd and Pi-hole to my Hassio install a few days ago, it all worked well until 2h ago.
The web interface don’t show up, but if I look in the home-assistant.log in SSH I can see it has loaded a bunch of stuff, I’ve even noticed that some automations are working…
The Pi-hole admin interface loaded up and showed a really high cpu and memory utilization until it froze. When that froze so did also the SSH connection.
So I presume my issues are most likely related to Pi-hole or maybe DHCPd.
So my question is how do I disable those addons from the ssh shell?
After posting I found out about the hass command on hass os
hass addons uninstall blah i believe the command was can also be used to start and stop addons too
hass addons --help should give the info people need
Though I’ve now migrated to HASS docker due to ongoing issues with OS and finally getting my home server setup again so addons are no longer a concern.