This is the forum archive of Homey. For more information about Homey, visit the Official Homey website.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
[HOW TO] CLI install method
Check Node.js version on Homey:
Settings - System - Show Stuff for geeks - node_version
Install Node.js:
Download Node.js (Homey's version) from https://nodejs.org/en/ and install it on your PC.
Download App.ZIP from GitHub (https://github.com/...) to your PC:
Click "Download ZIP"
Unpack ZIP:
Unpack App.ZIP on your PC
Open Node.js command prompt, and install the athom-cli tools:
npm install -g athom-cli
On the command prompt, log in to your Homey:
athom login
Navigate to the 'root' folder of the App on your PC
For running project:
athom project --run
For installing project:
athom project --install
Settings - System - Show Stuff for geeks - node_version
Install Node.js:
Download Node.js (Homey's version) from https://nodejs.org/en/ and install it on your PC.
Download App.ZIP from GitHub (https://github.com/...) to your PC:
Click "Download ZIP"
Unpack ZIP:
Unpack App.ZIP on your PC
Open Node.js command prompt, and install the athom-cli tools:
npm install -g athom-cli
On the command prompt, log in to your Homey:
athom login
Navigate to the 'root' folder of the App on your PC
For running project:
athom project --run
For installing project:
athom project --install
For selecting Homey:
athom homey --select
athom homey --unselect
Comments
Using my Homey email account and password, I'm logged in.
What commands can be used to control/check the Homey?d:\mezwave>athom project --install
? Select active Homey: Homey @ 192.168.1.150:80
1/3 - Archiving...
2/3 - Uploading to Homey @ 192.168.1.150:80...
Error: connect ETIMEDOUT 192.168.1.150:80
Refer to https://msdn.microsoft.com/en-us/commandline/wsl/install_guide for details on the Windows subsystem for Linux.
..\sensortime>athom project --install
Hey developer, we're hiring! View our open position at https://go.athom.com/jobs
? Select active Homey: Homey @ 192.168.31.218:80
1/3 - Archiving...
2/3 - Uploading to Homey @ 192.168.31.218:80...
Error: connect ETIMEDOUT 192.168.31.218:80
normally a retry should fix the issue
on a side note, most likely also addressing @kperssson ’s question; the Xiaomi Zigbee app is not working yet, due to an issue that needs to be solved within Homey’s core.
Please address any further questions on Xiaomi Zigbee in above mentioned topic; not this topic...
Is there somethng i'm doing wrong??