homebridge-cync-app 0.5.2-beta.0 → 0.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +29 -13
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,9 +14,6 @@
14
14
  ![last commit](https://img.shields.io/github/last-commit/dash16/homebridge-cync-app.svg)
15
15
  ![typescript](https://img.shields.io/badge/language-typescript-3178c6)
16
16
 
17
-
18
- # homebridge-cync-app
19
-
20
17
  Homebridge plugin for integrating GE Cync devices with Apple HomeKit.
21
18
 
22
19
  This plugin connects to your Cync account, discovers supported devices automatically, and exposes them to HomeKit through Homebridge. Where supported, communication is performed locally over LAN for improved responsiveness and reliability.
@@ -28,10 +25,15 @@ This plugin connects to your Cync account, discovers supported devices automatic
28
25
  - HomeKit support for GE Cync devices
29
26
  - Automatic device discovery
30
27
  - Support for lights, dimmers, switches, outlets, and light strips
31
- - Brightness support
32
- - Color temperature support
33
- - RGB color support where available
34
- - LAN-based device communication
28
+ - Brightness support
29
+ - Color temperature support
30
+ - RGB color support where available
31
+ - RGBIC Light Show support for compatible devices
32
+ - RGBIC Music Show support for compatible devices
33
+ - Optional HomeKit accessories for supported built-in shows
34
+ - Local LAN control for supported devices
35
+ - Reduced cloud dependency
36
+ - Faster state updates and command execution
35
37
  - Child bridge compatible
36
38
  - Homebridge UI configuration support
37
39
  - Debug logging support for troubleshooting
@@ -40,15 +42,16 @@ This plugin connects to your Cync account, discovers supported devices automatic
40
42
 
41
43
  ## Supported Devices
42
44
 
43
- The plugin currently supports many common Cync device families, including:
45
+ The plugin supports most common Cync lighting and power devices that are discovered through your Cync account, including:
44
46
 
45
47
  - White bulbs
46
48
  - Tunable white bulbs
47
49
  - Full-color bulbs
48
- - Light strips
49
- - Smart plugs / outlets
50
+ - Dynamic RGBIC light strips
51
+ - Smart plugs and outlets
50
52
  - Smart switches
51
- - Dimmers
53
+ - Smart dimmers
54
+ - Fan switches
52
55
 
53
56
  New device types can often be supported quickly once identified.
54
57
 
@@ -64,7 +67,7 @@ If a device appears incorrectly in HomeKit or is missing functionality, please o
64
67
  - Node.js 20 or newer
65
68
  - Homebridge v1.8.0 or newer
66
69
  - A GE Cync account
67
- - At least one compatible Cync Wi-Fi device on the network
70
+ - At least one compatible Cync device available in the Cync app
68
71
 
69
72
  ---
70
73
 
@@ -129,6 +132,19 @@ If a device is not discovered:
129
132
  - Product screenshot or link
130
133
  - Relevant logs
131
134
 
135
+
136
+ ### Authentication Issues
137
+
138
+ If the **Request Verification Code** button appears unresponsive, verify that content blockers, privacy extensions, or similar browser protections are not blocking requests from the Homebridge UI.
139
+
140
+ Some users have reported that Safari's built-in content blocking features can prevent authentication actions from completing. If the button does not appear to do anything:
141
+
142
+ 1. Temporarily disable content blockers for the Homebridge UI
143
+ 2. Refresh the page
144
+ 3. Request a new verification code again
145
+
146
+ If problems persist, try a different browser and review the browser developer console for errors.
147
+
132
148
  ## Contributing
133
149
 
134
150
  Issues and pull requests are welcome.
@@ -150,7 +166,7 @@ Special thanks to:
150
166
 
151
167
  - [Homebridge](https://homebridge.io)
152
168
  - [nikshriv/cync_lights](https://github.com/nikshriv/cync_lights) for extensive device support research and protocol implementation reference work
153
- - The Homebridge community and contributors
169
+ - Community members who provided device access, logs, testing, and protocol captures
154
170
 
155
171
  ---
156
172
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "homebridge-cync-app",
3
3
  "displayName": "Homebridge Cync App",
4
4
  "type": "module",
5
- "version": "0.5.2-beta.0",
5
+ "version": "0.5.2",
6
6
  "private": false,
7
7
  "description": "Homebridge plugin that integrates your GE Cync account (via the Cync app/API) and exposes all supported devices: plugs, lights, switches, etc",
8
8
  "author": "Dustin Newell",