allwyn007

Results 18 comments of allwyn007

once power goes off, both hc and homebridge(raspberry pi) gets off. once power comeback fibaro needs atleast 2-3 minutes to get started at the same time homebridge starts and is...

Start Homebridge Run this command to start Homebridge docker run -d --restart=always --net=host \ --name=homebridge \ -v /storage/homebridge:/homebridge \ -e HOMEBRIDGE_CONFIG_UI=1 \ -e HOMEBRIDGE_CONFIG_UI_PORT=8581 \ oznu/homebridge:raspberry-pi

Homebridge Starts on Boot Open /storage/.config/autostart.sh for editing in nano: nano /storage/.config/autostart.sh

this command is added to the bottom of the line /storage/.config/autostart.sh file

so the command will be 'sleep 300 docker restart homebridge'

sleep 300 && docker restart homebridge & is this command okay!?