Skip to content

v0.4.2

Choose a tag to compare

@dash16 dash16 released this 03 Jun 19:55
· 62 commits to main since this release

v0.4.2

This release incorporates fixes and hardening work from the v0.4.2 beta program, along with support for several newly reported Cync devices.

Fixed

  • Corrected controller resolution logic for certain Cync devices.
  • Fixed device-to-controller association issues that could prevent devices from responding to HomeKit commands.
  • Added additional validation and hardening around primary controller selection.
  • Improved diagnostic logging used to identify and troubleshoot controller resolution issues.

Added

  • Added support for deviceType 76 (Outdoor 48" Dynamic Effects Light Strip) as a Lightbulb accessory.
  • Added support for deviceType 174 (4" Full Color Wafer Downlight) as a Lightbulb accessory.
  • Added explicit handling for deviceType 115 Bluetooth remotes/controllers.

Changed

  • Bluetooth remotes and controller-only devices are now intentionally ignored instead of being exposed as fallback Switch accessories.
  • Improved device classification coverage for newly reported Cync products.
  • Expanded device classification logging to aid future device support efforts.

Notes

During beta testing, additional logging identified an issue where some devices could be associated with the wrong controller. The resulting controller selection fixes were validated by affected users and are included in this release.

DeviceType 76 appears to support dynamic scene and RGBIC-style functionality within the Cync app. This release enables standard HomeKit light controls (on/off, brightness, color, and color temperature where supported). Advanced RGBIC functionality such as segment-level control, scenes, and animations will be tracked separately as a future enhancement.

Resolved Issues