KraigM / HomeBridgeController

Provides a simplified UI for controlling your HomeBridge
87 stars 7 forks source link

Ability to Change Between Different Homebridge Instance w/out Restart #34

Closed AppleTechy closed 8 years ago

AppleTechy commented 8 years ago

Currently when wanting to switch between different homebridge instances you must restart the application to then connect to the newest hub. If you want to switch back to interacting with the first instance you have to repeat the entire process which can become annoying when dealing with numerous times in a row. Therefore the ability for it to be constantly looking for homebridge instances even after already connecting to one would then allow for the switch between homebridge instances without a restart. Alongside this would be the ability for Homebridge controller to save the pairing pins assigned to different homebridge instances.

KraigM commented 8 years ago

It should already be storing pins for you (as long as your hubs have different usernames).

AppleTechy commented 8 years ago

Alright I haven't tried that yet as it is a pain to switch between homebridge instances I have limited it to only doing it once. :p

KraigM commented 8 years ago

So I will prob make a "Switch Hubs" menu item that will take you back to the first screen.

Should closing the window also you back? Im kinda going back and forth on that one.

KraigM commented 8 years ago

On second thought, I like the idea of "Close" closing the hub as well as the window. Then when you click on the app or on "Open", you will be back on the main screen. Still going to keep it as one at a time for now.

Thoughts?

AppleTechy commented 8 years ago

Seems good to me... That would make logical sense to do it that way. The menu would probably be nice as a refinement later on but I don't think both ways(hub menu or closing the window) are nessscary at this time.

On Friday, March 25, 2016, KraigM notifications@github.com wrote:

On second thought, I like the idea of "Close" closing the hub as well as the window. Then when you click on the app or on "Open", you will be back on the main screen. Still going to keep it as one at a time for now.

Thoughts?

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/KraigM/HomeBridgeController/issues/34#issuecomment-201606879

KraigM commented 8 years ago

Complete and will be in the next release (0.6.0)