-
Notifications
You must be signed in to change notification settings - Fork 27
homebridge for fibaro doesnt get connected when the homecenter lite controller restarts #191
Comments
There's no "state" between homebridge and hc, so it shouldn't care if hc/hcl restart. |
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 not able to get connected with hc. so i have to restart the homebridge whenever there is power outage and then only its get connected with hc and thus works with homekit.. |
I can suggest to insert a 5 minutes delay in your homebridge startup script. What are you using for the homebridge management? |
docker |
how are you starting it? |
Start Homebridge |
Homebridge Starts on Boot |
@ilcato can you please suggest script.. i am new to coding |
show me the /storage/.config/autostart.sh file |
docker restart homebridge |
this command is added to the bottom of the line /storage/.config/autostart.sh file |
insert |
so the command will be 'sleep 300 docker restart homebridge' |
sleep 300 && docker restart homebridge & |
No: |
i tried to add but it says no such file or directory |
In wich operating system are you running the script? |
raspbian |
Try with |
i tried still it says same |
https://github.com/oznu/docker-homebridge/wiki/Homebridge-on-LibreELEC i followed the above to setup homebridge |
Did you try the approach described in the last 2 pages? |
in which last 2 pages? |
You posted another to a pdf page before the previous one |
yes i tried that but that was not working |
Please execute: |
it says la command not found |
Sorry |
it says like this |
But you previously said that it contains: |
i thought so but now iam trying to nano its not showing... is it possible to create again |
You must create the |
it says like this |
i tried with sudo |
use |
its created ... can you tell me the next step |
|
i did it and i pasted the sleep 300 docker restart homebridge but still the problem exists |
i mean the homebridge is not getting restarted |
with respect to 300 |
Did you put th 2 commands into 2 different lines? |
yes... |
Did you restart the raspbian machine ? |
my home bridge gets disconnected with fibaro hcl controller whenever the controller restarts... please suggests a way that whenver fibaro homecenter lite restart after 5 minutes homebridge(raspberry pi)should also restart
The text was updated successfully, but these errors were encountered: