-
Notifications
You must be signed in to change notification settings - Fork 5
How to run the app from command line
Baldhor edited this page Oct 3, 2023
·
4 revisions
Why not :)
GIT, NodeJS, and Homey must be installed on a computer.
For windows :
- Install GIT: https://git-scm.com/download/win
- Install NodeJS: https://nodejs.org/en/download/
- Start a command interface : cmd.exe
- Install homey client: npm i -g homey
- Log into homey client: homey login
- Start a command interface : cmd.exe
- clone the github repository: git clone https://github.com/Baldhor/Homey-ESPhome-Enhanced.git
- Go inside ESPhome folder: cd Homey-ESPhome-Enhanced
- Install dependancies: npm i
- Run the app in dev mode: homey app run
Use CTRL+C to leave the dev mode, you will need to install again the app from the homey store, but your configuration will be fine (you will not lose your devices!).