I tried to use the base libs for controlling a nuki device (BleScanner, https://github.com/I-Connect/NukiBleEsp32).
Unfortunately, this worked fine with Nuki devices <= v3. With v4 a pairing was not possible.
I checked it with the https://github.com/technyon/nuki_hub project, and there it worked. I found out, the there is a changed lib of the BleScanner device in the private Repo and so I create a fork of this project https://github.com/mgeramb/BleScanner/tree/NimBLEversion.
This version has a breaking change in the API, but maybe it would be possible to include the changes here in the original BleScanner project by using some defines?
Or as a new v3 version branch?
I tried to use the base libs for controlling a nuki device (BleScanner, https://github.com/I-Connect/NukiBleEsp32).
Unfortunately, this worked fine with Nuki devices <= v3. With v4 a pairing was not possible.
I checked it with the https://github.com/technyon/nuki_hub project, and there it worked. I found out, the there is a changed lib of the BleScanner device in the private Repo and so I create a fork of this project https://github.com/mgeramb/BleScanner/tree/NimBLEversion.
This version has a breaking change in the API, but maybe it would be possible to include the changes here in the original BleScanner project by using some defines?
Or as a new v3 version branch?