Android app that runs on Android TV to provide Wake-on-LAN functionality via HTTP API and web interface.
Disclaimer: This app was not created or endorsed by Amazon. Compatible with Android TV devices including Fire TV.
- HTTP server with web interface (default:
http://FIRE_TV_IP:8085) - Wake-on-LAN via API or web UI
- Configurable authentication (default: enabled)
- Auto-start on Fire TV boot
- Background service with notification
-
Install APK on Fire TV:
adb connect <FIRE_TV_IP>:5555 adb install WOLFireTV-ver.apk
-
Configure in Fire TV app:
- Web Password:
admin123(change this) - Auth Token:
default_token_change_me(change this) - Target MAC: Your PC's MAC address
- Start the service
- Web Password:
-
Access web interface:
http://<FIRE_TV_IP>:8085
- Open
http://FIRE_TV_IP:8085in browser - Login with web password
- Click "Send Wake Packet"
# Wake PC (with auth)
curl -X POST "http://FIRE_TV_IP:8085/wake?token=your_token"
# Wake PC (no auth if disabled)
curl -X POST "http://FIRE_TV_IP:8085/wake"
# Health check
curl http://FIRE_TV_IP:8085/healthHome Assistant:
switch:
- platform: command_line
switches:
pc_wake:
command_on: 'curl -X POST "http://192.168.1.100:8085/wake?token=your_token"'
friendly_name: "Wake PC"git clone https://github.com/vtstv/WOLFireTV.git
cd WOLFireTV
./gradlew assembleReleaseMIT License
Made with ❤️ for the Fire TV community
