Persistence for Philips Hue

Two of the lights in our living are Philips Hue lights. I especially like them for their ability to reach 2000K color temperature (very warm white light), which gives a nice mellow yellowish white light.

We control the lights via normal light switches contained in the light fixture. Due to the way Philips Hue lights work this implies that whenever we turn on the lights again they go back to the default setting of around 2700K (normal warm white).

In order to fix this once and for all I wrote a little program in rust that does this:

Code is in rust (of course) and can be found at github.

Just run it on a local server (I use my shuttle xs36v and it automatically starts working. Keep in mind that it can take up to a minute for the Hue system to detect that a light is reachable again.

A short video demoing the system in action:

(This post originally appeared on rustit.be)