-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Homebridge sometimes does not start with homebridge-fhem plugin active #91
Comments
are there any log entries? is fhem already running at the point of homebridge start? |
No log entries in Homebridge.log apart from the above entry. Fhem is running on a different Raspberry and until a few days ago there were no problems. I restarted both raspis (Homebridge and fhem) every night at 3am. and both found each other without problems. |
Is there a specific log from Homebridge-fhem which I can search for possible errors? |
�[37m[27/04/2022, 15:20:11]�[0m �[36m[HB Supervisor]�[0m Homebridge Process Ended. Code: 143, Signal: null |
{ |
if homebridge-fhem can not connect to fhem it used to retry this indefinitely. during this time homebridge basically waits for the connection and hangs. but the homebridge-config-x requirements state that a plugin startup may only tage x number of seconds i had to limit the maximum waiting time at startup and give up after a while. if you restart everything and the. homebridge side is slower than the fhem side this would result in the above behavior. please try the following:
|
Could be that I have something in the same direction I have also this, happening again and again. It is Happening if my whole Docker containers are starting at the same time. Homebridge seem to be ready before FHEM is completely initialized. Restarting the Homebridge container a little bit later again fixes the problem. |
yes. staggering the restarts or using neverTimeout to restore the old behavior should work here. |
Hello,
I am using homebridge-fhem 0.5.33 with Homebridge 1.4.0.
For a few days now my Homebridge Setup suddenly does not start after server restart with following error Message:
[homebridge-fhem] This plugin is taking long time to load and preventing Homebridge from starting. See https://git.io/JtMGR for more info.
I have to restart Homebridge sometimes 2 times until the homebridge starts correctly.
The text was updated successfully, but these errors were encountered: