Skip to content

Releases: canack/huesmith

v0.1.0 — Initial release

Choose a tag to compare

@canack canack released this 08 Jul 21:29
hue-huesmith-demo-ezgif com-optimize

First public release of huesmith — a Rust library for building Philips Hue–compatible Zigbee lights on the ESP32-C6 / ESP32-H2.

Flash a ~$10 ESP32 and it pairs directly with a real Hue Bridge, controllable from the Hue app. No cloud account, no third-party hub — it speaks Zigbee like a genuine Hue bulb.

Supports

  • On/off, dimmable, tunable-white (CCT), and full-color WS2812B lights
  • A LightOutput trait to drive your own hardware
  • Real ZCL/Zigbee behavior: pairing, scenes, smooth transitions, identify

Install

[dependencies]
huesmith = "0.1"