JOHA/▷ IT Joha 2018. 11. 22. 14:09
https://github.com/oznu/docker-homebridge/wiki/Homebridge-on-Raspberry-Pi # Add Docker’s official GPG key:curl -fsSL https://download.docker.com/linux/raspbian/gpg | sudo apt-key add - # Use the following command to set up the stable repository:echo "deb [arch=armhf] https://download.docker.com/linux/raspbian stretch stable" | sudo tee /etc/apt/sources.list.d/docker.list # Update sources and ins..
JOHA/▷ IT Joha 2018. 9. 11. 15:09
라즈베리파이 홈브리지 등록 오류 홈킷에서 홈브리지를 삭제 후 재등록 오류 및 기타 홈브리지 등록 오류시 해결 방법 1. config.json 수정 ~$ config.json name, username. pin 번호 변경 ~$ reboot 2. homebridge/config 의 persist 및 accessories 삭제 ~$ cd homebridge/config ~$ rm -rf persist ~$ rm -rf accessories