mkormendy / homebridge-konnected

A Homebridge plugin for Konnected Alarm Panel devices
MIT License
12 stars 1 forks source link

IMPROVEMENT: HomeBridge ```listenerPort``` is re-assigned after reboot #13

Closed mkormendy closed 1 week ago

mkormendy commented 1 year ago

Describe the bug If a listenerPort is not specified in the config.json, HomeBridge randomly assigns a listenerPort. This is fine, except this port number is not persisted anywhere and doesn't survive reboots. The impact is that if a Konnected device is provisioned with a randomly assigned listenerPort, then after reboot the device would not be able to contact HomeBridge at the new port until it is re-provisioned (it's unclear if this happens automatically).

mkormendy commented 1 year ago

This is a known issue addressed here.