homebridge / docker-homebridge

Homebridge Docker. HomeKit support for the impatient using Docker on x86_64, Raspberry Pi (armhf) and ARM64. Includes ffmpeg + libfdk-aac.
https://hub.docker.com/r/homebridge/homebridge/
GNU General Public License v3.0
2.57k stars 241 forks source link

Restore From Backup - Devices: No Response #466

Closed VeniceNerd closed 1 year ago

VeniceNerd commented 1 year ago

Current Situation

I had oznu/hombridge up and running on my raspberry pi for several years. I recently build an Unraid server and wanted to move hombridge on there. I installed the container and imported the backup I made on the raspberry pi install. Everything looks fine in the logs (all devices are found), however, in HomeKit all of the devices show "no response".

Is it not possible to move from one machine to another? I am using a different webUI port on my unraid, though. Not sure if that is the problem?

Docker Config

Installed from the Unraid app store. homebridge
geoff.gibby's Repository

Logs

No response

Host Operating System

Unraid

Host Architecture

x86_64 / amd64

VeniceNerd commented 1 year ago

I THINK I may have solved the issue by setting the network mode to "host". Is it not possible to host Homebridge in a custom docker network?

oznu commented 1 year ago

--net=host / network_mode: host is required.