I pushed a branch containing the latest version of hap-nodejs
.
To install this, first make sure that you have the correct setup to install Homey app using the command line: [HOW TO] CLI install method
Then:
- download the code for the branch: https://github.com/swttt/com.swttt.homekit/archive/refs/heads/hap-nodejs-update.zip
- unpack the ZIP file
- open a terminal window and change directory to the
com.swttt.homekit-hap-nodejs-update/
directory that was in the ZIP file - run the following command to install app dependencies:
npm install
- run the app:
homey app run
Keep the terminal window open as long as the app should run. It will probably output a lot of text and hopefully not crash (if it does, please post the text of the terminal console either here or on Github).
It may be required to reset the app, which you can do from the App Settings (either in the Homey app or through the developer page). After you’ve reset the app, stop it (by pressing Ctrl-C) and start it again.