lwitzani / homebridgeStatusWidget

MIT License
371 stars 143 forks source link

Homebridge installed on Docker #28

Closed trolli-ch closed 3 years ago

trolli-ch commented 3 years ago

I moved the Homebridge from RPI to Synology Docker. I changed the IP but it still shows the old IP in widget. I dont know where it gets the old one. In the script its just once...

Is it at least working with Docker ? Homebridge UI is active, but I am not really sure about the required service.

Thanks !

lwitzani commented 3 years ago

It uses the old one because of the configuration mechanism. You must run the script once with overwritePersistedConfig set to true. This will save the current state. Afterwards when you are done configuring set it back to false.

trolli-ch commented 3 years ago

OK. I read somewhere about it 👍 Thanks for quick response. Widget looks great !

lwitzani commented 3 years ago

Is this issue still relevant or can we close it :) ?