Homey Pro only!!!
It does not work this way with Homey (cloud), it only supports CLI run
which is there only for development purposes.
Installing Node.js
- Check Node.js version on Homey:
Homey App: Settings - General - About - Node.js version
- Download Node.js (use Homey’s version or higher) from https://nodejs.org/ and install it on your computer.
Download the app you want to install from GitHub
- Go to the repository on GitHub (the correct link for the app you want to install is at the bottom of the app store page or given directly through the support topic)
- On GitHub choose the right branch to install, master is usually the main branch as released in the app store but there could be other branches like a debug branch.
- From the correct branch click the
Clone or Download > Download Zip
button to download the app in zip format - Unpack the zip file
Setup Node.js
- Open command prompt and install the Homey CLI tools:
npm install -g homey
- Log in to your Homey from the command prompt
homey login
(allow access through the webpage that is opened) - Navigate to the folder of the app that you have extracted in the previous step
- For help on the available commands:
homey --help
For list (un)selecting Homey:
homey homey list
homey homey select
homey homey unselect
For running app:
homey app run
homey app run --clean
homey app run --path /path/to/my/app/folder
For installing app:
homey app install