scstraus / home-assistant-config

My HomeAssistant Configuration (Home Assistant Supervised, Debian 10)
293 stars 12 forks source link

[Info] Forked-daapd #1

Closed Depechie closed 2 years ago

Depechie commented 2 years ago

Hey Sean, more an info question then an issue :) I also using forked-daapd for my audio streaming across the house.

Can you have some more details on the install? I'm not able to install it on the same machine as Home Assistant because it gives Bonjour exceptions.

Currently running on other raspberry pi, but after some updates my iOS Remote app is also no longer connecting.

So in general, maybe some more install setup details would be great :)

scstraus commented 2 years ago

Originally I installed it as an addon, but recently moved to a standard docker container: lscr.io/linuxserver/daapd The docs there should tell you everything you need to know. I didn't change the docker compose much.

Depechie commented 2 years ago

Are you also running the HomeKit integration? I'm getting - mdns: Avahi state change: client collision when I tried running the forked-daapd addon on the same machine as Home Assistant.

scstraus commented 2 years ago

No, I don't run homekit. The forked-daapd addon no longer works on HassOS, so I think that's likely your problem. I didn't run into that issue because I run supervised. You'd be best off just using the docker container.

Depechie commented 2 years ago

Ok thx for all the info. I am running supervised too by the way ;)

scstraus commented 2 years ago

This thread has pretty much everything I know about the addon if any of it might help. There are some notes there about avahi. For supervised on debian, the addon was working for me still right up until I switched. Good luck.