Hi everyone,
I’m not sure how many people will use this, but it is now possible to control the HiLight LEDs on supported Pixel 11 Pro/Fold devices from Homey.
The setup consists of:
- HiLight Remote on the Pixel
- A small ADB-started helper running with Android’s shell UID
- A Homey app and paired HiLight Pixel device
- A secure internet relay between Homey and the phone
This does not require root, port forwarding, a fixed IP address, or both devices being on the same Wi-Fi network. However it requires you to use a custom apk which is open source and on git.
Once paired, Homey provides one Flow action:
Send color → with animation → for duration
Available animations include:
- None/static
- Blink
- Pulse
- Breathe
- Wave
- Comet
- Rainbow
- Random
The duration can be set from 1 to 60 seconds.
Required setup
- Install HiLight Remote on the Pixel.
- Enable Developer options → Wireless debugging.
- Install Android platform-tools on a computer.
- Pair and connect with ADB:
adb pair PHONE_IP:PAIRING_PORT
adb connect PHONE_IP:DEBUGGING_PORT
- Start the HiLight helper with the supplied deployment script.
- Open HiLight Remote and choose Connect Homey or Home Assistant.
- In Homey, add the HiLight Pixel device.
- Enter the pairing code shown by the Android app.
- Create a Flow using the Send a HiLight effect action.
The helper must currently be started again after a phone reboot because it runs without root. The app does not expose an inbound network port; Homey sends bounded effect commands through the relay, and the phone applies them locally.
This is experimental and unofficial software for Android 17/Pixel 11 HiLight hardware. The project and setup scripts are available here:
Homey app:
Android companion app:

