ebaauw / homebridge-nb

Homebridge plugin for Nuki Bridge
Apache License 2.0
51 stars 3 forks source link

The Classic "Too Many Callbacks" #130

Closed kloibs closed 6 months ago

kloibs commented 6 months ago

Hi all, I've seen multiple issues regarding the too many callbacks prompt and have tried all of the various results mentioned in the respective issues.

This is what I try in terminal nb -H [IP address] -T [API token] callbackRemove

And get this in response: nb callbackRemove: fatal: parameter id missing usage: nb callbackRemove [-h] id

I appreciate any and all help!

ebaauw commented 6 months ago

As the error indicates, you need to specify the id of the callback to remove.

kloibs commented 6 months ago

Thank you for your response! I'm totally new to command lines, so I appreciate your help! I was way overthinking it instead of the black and white concept of seeing that they're identified as ID:0, 1, or 2.

Cheers!