Ikea Utrusta LED Worktop lighting does not support Philips Hue, so I've built a raspberry pi binary that press the button to control the lights. This program reads the brightness of a bulb and then uses gpio pins to a transistor to click the required number of times for the lights to be in the correct state.
cargo install cross cross build --target arm-unknown-linux-musleabi --release
scp kitchen-lights.service config.ron user target/arm-unknown-linux-musleabi/release/kitchen-lights [email protected]:/home/pi/Kitchen-Lights
cp kitchen-lights.service /etc/systemd/system/kitchen-lights.service sudo systemctl enable kitchen-lights.service
journalctl -u kitchen-lights