Hi!
Thanks for the details.
2 things:
-
Dont use a (Standard-)Browser to call the API. This will always give you errors and strange results as the Browser pre-fetches and automatically reloads pages, which is not a wanted behaviour when calling an API. You should instead use a CLI or a browser like lynx.
-
Don’t keep the Nuki App open when testing. If you have the app open it will constantly check for the Smart Lock via all options and so keep the bridge busy. The bridge can not handle simultaneous calls well, so you should avoid tests with the App constantly open. If you reopen the App it will retest all fallbacks and everything should work fine again.