-
-
Notifications
You must be signed in to change notification settings - Fork 630
FAQ
HappyStriker edited this page Dec 28, 2020
·
6 revisions
HAP-NodeJS
uses the debug library for logging output. You can enable
all debug outputs of HAP-NodeJS
by setting the debug environment variable like the following: DEBUG=HAP-NodeJS:*
.
You may want to look at the documentation of debug library for greater
control over debug output.
To fully reset your HAP-NodeJS instance follow the following steps:
- Navigate into the Home App and remove the pairing of your Accessory.
If HAP-NodeJS is still running at that point, this will also remove the pairing on the HAP-NodeJS side and it should be able to repair. To fully reset HAP-NodeJS (or if HAP-NodeJS is not running anymore or not reachable) go on with the next steps. - Stop your HAP-NodeJS application.
- Navigate to the directory containing your HAP-NodeJS installation and delete the
/persist
directory. - Restart your HAP-NodeJS application and repair it in the Home App.