PC requirements to test out my fork of the application:
- GIT (or download the code as zip)
- Homey CLI to install or run the application
- Homey CLI requires nodejs installed
- See Node.js or use a package manager like NVM etc. See Installing Node.js via package manager | Node.js
- See Getting Started - Homey Apps SDK for Homey cli install etc
To test my fork out on your homey, you will either need git to checkout my code or download as a zip on your machine.
Using git:
git clone https://github.com/fkmeland/com.broadlink.git
cd com.broadlink
git checkout feature/homey-sdk3-migration
homey app run
Using zip:
unzip fkmeland-com.broadlink-917e164.zip
cd fkmeland-com.broadlink-917e164
homey app run
To install the application to homey you need to run homey app install, the run command only runs the application temporary for debugging purposes. Theese are rough instructions, not tested ![]()