Page 1 of 1

Homebridge Server Starting and Stopping

PostPosted: Tue Jan 09, 2018 2:33 pm
by daveHawk
The Homebridge server continually starts and stops. I am somewhat confused as to whether or not, I have to include a username and password in the "Homebridge Buddy" configuration file. All services are on my local computer. I have tried configuring with and without a username/password - I still get the same messages.


Enabling plugin "EPS - Homebridge Buddy 1.0.1"
Starting plugin "EPS - Homebridge Buddy 1.0.1" (pid 58042)
Started plugin "EPS - Homebridge Buddy 1.0.1"
EPS - Homebridge Buddy Starting the Homebridge server 'Homebridge for Indigo', do not try to use Siri until you get a message that the server has started
EPS - Homebridge Buddy Warning Stopping the Homebridge server 'Homebridge for Indigo'
EPS - Homebridge Buddy Starting the Homebridge server 'Homebridge for Indigo', do not try to use Siri until you get a message that the server has started
EPS - Homebridge Buddy EPS - Homebridge Buddy is loaded and ready to use
EPS - Homebridge Buddy Warning Stopping the Homebridge server 'Homebridge for Indigo'
EPS - Homebridge Buddy Starting the Homebridge server 'Homebridge for Indigo', do not try to use Siri until you get a message that the server has started

Re: Homebridge Server Starting and Stopping

PostPosted: Tue Jan 09, 2018 2:43 pm
by Colorado4Wheeler
The username and password are required if you have told Indigo web server to use a username and password. That being said, in order to diagnose the issue please post your Homebridge config and log (both can be obtained from the HBB plugin menu) so I can see what may be causing the issue. Also, if you have added and then removed HBB servers from Indigo please refer to this thread about how that may be causing an issue.

Also please try updating from 1.0.1 to the latest development release to see if that clears up your issue.

Re: Homebridge Server Starting and Stopping Fixed but More

PostPosted: Tue Jan 09, 2018 4:27 pm
by daveHawk
I got this working by completely uninstalling the Homebridge Buddy plugin and then reinstalling. However, I then had another problem and it turns out that it had to do with some of my naming conventions of devices. I had forward slashes "/" in a lot of the device names which resulted in the log messages shown below. I renamed all such devices. Example of device name:

Lock All Doors Toggle (on/off) Phantom
16 Workshop/Basement Door

Snippet of Log messages:

WebServer could not find device "50%"
WebServer could not find device "Off"
WebServer could not find device "Off"
WebServer could not find device "Off"
WebServer could not find device "Off VG"
WebServer could not find device "Off VG"
WebServer could not find device "Off VG"
WebServer could not find device "off DG"
WebServer could not find device "off DG"
WebServer could not find device "dg"
WebServer could not find device "dg"
WebServer could not find device "dg"
WebServer could not find device "off) Phantom"
WebServer could not find device "25%"
WebServer could not find device "Motion"
WebServer could not find device "Basement Door"
WebServer could not find device "Off DG"
WebServer could not find device "off DG"
WebServer could not find device "off DG"
WebServer could not find device "off DG"
WebServer could not find device "off DG"
WebServer could not find device "25%"
WebServer could not find device "dg"
WebServer could not find device "dg"
WebServer could not find device "Off"
WebServer could not find device "50%"
WebServer could not find device "Off"
WebServer could not find device "Off"
WebServer could not find device "Off"
WebServer could not find device "Off VG"
WebServer could not find device "Off VG"
WebServer could not find device "Off VG"
WebServer could not find device "off DG"
WebServer could not find device "off DG"
WebServer could not find device "dg"
WebServer could not find device "dg"
WebServer could not find device "dg"
WebServer could not find device "off) Phantom"
WebServer could not find device "25%"

Re: Homebridge Server Starting and Stopping

PostPosted: Tue Jan 09, 2018 5:18 pm
by Colorado4Wheeler
That is to be expected, the Homebridge API works through URL's so a slash or backslash has special meaning. Same for =, &, +, etc.