Package for Home Assistant (HassIO) #1336
Comments
|
Took me too long to find docs, so a link: |
|
And https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config contains:
and
Between the two of them, should be able to do all the right tun stuff. |
|
https://github.com/tsujamin/hass-addons worked for me, including the unmerged PR to bump Tailscale to 1.4.4 |
|
Thanks! I hadn't found that add-on. I've installed 1.2.10 using https://github.com/tsujamin/hass-addons |
|
Update: My rPi froze again, even with Tailscale disabled. So it probably has to do with an earlier Home Assistant update I did on the same day as installing Tailscale.
|
|
@mlangenberg Do you use their supervisor setup? I had my dad install tailscale via deb, and then later found that the Pi's configuration (due to supervisor?) was causing dhcpcd to trash, aggressively re-leasing many times per second. Eventually the Pi just falls over. I'm not sure what exactly is the cause of the thrashing. But now I'm mentioning it since it sounds like you might have a similar issue. ( |
|
No it's actually home-assistant/core#47928, so totally unrelated. |
|
Is someone actively working on this? If not, I might be able to help out. |
Is your feature request related to a problem? Please describe.
Though https://www.home-assistant.io/ runs on what appears to be Debian, neither deb nor apt are present and all add-on functionality is expected to be done via Home Assistant plugins.
Describe the solution you'd like
It would be great to have Tailscale support as a HassIO plug-in for Home Assistant.
Describe alternatives you've considered
Though possible to run on a separate base system like Ubuntu or a standard Debian, installing Home Assistant is challenging and using their VM images is appealing for that reason.
Additional context
There is a community supported Wireguard plugin for Home Assistant, demonstrating how a Tailscale plugin might work:
The text was updated successfully, but these errors were encountered: