Wake, monitor, and power down your computer from Homey.
- Start a computer with Wake-on-LAN.
- Monitor whether the computer is reachable from Homey.
- Shut down the computer over SSH.
- Create Flows that start or shut down selected computers.
- Add multiple computers, each with their own network and SSH settings.
- Log in
bunx homey login
- Select the Homey used for development
bunx homey select - Install and run Docker Desktop
brew install docker
- Install dependencies
bun install
- Generate the app manifest
bun run app:build
- Run the app
bun run dev
- Add a
Computerdevice in Homey. - Open the device settings and enter the computer IP address and MAC address.
- Select the target operating system.
- If you want remote shutdown, enter the SSH username, password, and port.
- Test the on/off control from Homey.
- Wake-on-LAN must be enabled in the computer BIOS or UEFI and operating system.
- Windows: OpenSSH server must be installed and running.
- The app marks the computer as online when SSH responds. If ping works but SSH does not, Homey shows the computer as on with a connectivity warning.
- Linux and macOS shutdown uses
sudo shutdown -h now, so the configured SSH account must be allowed to run that command.