-
|
Let me preface this by saying that I have seen that it is strongly recommended to install Bermuda via HACS. But I've also seen, that there were slowdowns reported in some issues. Since I want to keep the WAF high I was wondering if it is possible to run Bermuda on a different host or if it is not only recommended to install via HACS but the only possible way. Any hints are welcome! Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
TL/DR: Bermuda must be on the same host as it runs "inside" of HA. So there are two types of "extra things that don't come in the box with Home Assistant":
HACS does not handle Add-ons, only custom integrations (and cards and themes, if you consider those to be distinct). Since Bermuda is a custom integration, Bermuda must run on the same host as Home Assistant. Since HACS takes care of dependencies, permissions, updates etc etc, it makes support WAY easier, so I don't promise to provide any support for anyone who is deliberately choosing to make both our lives harder by not using HACS. 😁 Re slowdowns, there are a few possible situations where they've come up:
As with all performance-related stuff, you just gotta suck it and see. Check your cpu usage before and after install if you're concerned, and don't mess with the settings until you know you're ok with the system load. Hopefully that covers it, but let me know if you've got any questions! |
Beta Was this translation helpful? Give feedback.
TL/DR: Bermuda must be on the same host as it runs "inside" of HA.
So there are two types of "extra things that don't come in the box with Home Assistant":
HACS does not handle Add-ons, only custom integrations (and cards and themes, if…