steilerDev / homebridge-openhab2-complete

A homebridge plugin for openHAB, that has the expectation to fully support all Services offered by Apple's Homekit Accessory Protocol (HAP)
GNU General Public License v3.0
52 stars 16 forks source link

Using this plugin a "Restart" of Homebridge does not work anymore [Docker] #51

Closed MichlW closed 4 years ago

MichlW commented 4 years ago

Describe the bug When using this plugin the "Restart" function on Web-UI does not work anymore. I always have to use the "Restart Container" function when Homebridge needs to be restarted.

Expected behavior "Restart" should restart Homebridge normally.

Configurations nothing special.

Logs: [9/25/2019, 9:29:02 PM] [Config] Homebridge restart request received [9/25/2019, 9:29:03 PM] [Config] Executing restart command: killall -9 homebridge && killall -9 homebridge-config-ui-x [9/25/2019, 9:29:03 PM] [Config] Restart command exited with an error. Failed to restart Homebridge.

Environment (please complete the following information):

Additional context I use several Homebridge Docker containers and only in that one using openhab2-complete this restart issue exist.

MichlW commented 4 years ago

Tested in 0.10.2, 1.0.0 and 1.1.0. After uninstall of openhab2-complete a restart of Homebridge works as expected.