Hello everyone!
I’d like to share a project I’ve been working on using KDB+/Q. It’s a small web application to control the lights in my apartment. It does this by wrapping Philips Hue’s comprehensive REST API into simple functions that turn on/off lights, change “scene”, and schedule light changes through URL GET calls. The project also comes with the ability to get today’s sunset time and schedule the lights to turn on 30 minutes in advance.
https://github.com/jparmstrong/qphue
Enjoy,
J.P.