mkatter / openhab2-addons

Add-ons for openHAB 2.x
Eclipse Public License 1.0
3 stars 3 forks source link

Update Thing results in Exceptions and 503 responses from the Nuki Bridge #7

Closed mkatter closed 6 years ago

mkatter commented 7 years ago

The current pull request development state works fine during an openHAB start-up. But it fails for a thing update (e.g. if the .things file is modified) and the openHAB system disposes and initializes the binding again. ToDo: 1) lock / sync Threads and handle multiple dispose/initialize calls 2) "queue and schedule" requests to the Nuki Bridge and handle the 503 responses (Bridge is most likely in use by another request) if possible.

mkatter commented 7 years ago

See also https://github.com/eclipse/smarthome/issues/3351

mkatter commented 6 years ago

This issue was fixed in the smarthome project.