Skip to content

Commit 18174ff

Browse files
committed
Add summary of all GitHub issues from homebridge-plugins/homebridge-govee
Categorizes ~336 total issues (~68 open) into device support requests, bug reports, feature requests, installation issues, and documentation needs. Identifies key themes: recurring brightness scaling bugs, BLE reliability, Matter coexistence, and the dominance of new device support requests. https://claude.ai/code/session_01SY7hxmRaW9AiZmuB15aHz9
1 parent f28bb35 commit 18174ff

1 file changed

Lines changed: 161 additions & 0 deletions

File tree

ISSUES_SUMMARY.md

Lines changed: 161 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,161 @@
1+
# Summary of GitHub Issues — homebridge-plugins/homebridge-govee
2+
3+
**Source:** https://github.com/homebridge-plugins/homebridge-govee/issues
4+
**Date:** 2026-03-08
5+
**Total issues (all time):** ~336 | **Currently open:** ~68
6+
7+
---
8+
9+
## Overview
10+
11+
The vast majority of issues are **new device support requests** (~60-65% of all open issues). The remaining issues are split between **bug reports** (~20%), **feature requests** (~10%), and **installation/upgrade problems** (~5%).
12+
13+
---
14+
15+
## 1. New Device Support Requests (~45 open)
16+
17+
The largest category by far. Users submit the Govee model number and device JSON, requesting the plugin add support for their hardware. Commonly requested device types:
18+
19+
### Lights (largest subcategory)
20+
| Issue | Model | Device |
21+
|-------|-------|--------|
22+
| #1241 | H60C1 | Pendant Light (add to Matter ignore list) |
23+
| #1236 | H611D4 | Neon Rope Light 2 RGBIC |
24+
| #1230 | H60B0 | Uplighter |
25+
| #1229 | H8066 | Outdoor Can Light |
26+
| #1228 | H8076 | Floor Lamp Lite |
27+
| #1227 | H80A1 | Dining Room Light |
28+
| #1223 | H601F | Recessed Ceiling Light |
29+
| #1220 | H8015 | Smart Lamp |
30+
| #1219 | H8811 | Net Lights |
31+
| #1218 | H60A6 | 15" Smart Ceiling Light Pro |
32+
| #1209 | H6871 | Christmas Sparkle String Lights |
33+
| #1141 | H6631 | Pixel Gaming Light |
34+
| #1136 | H60B2 | Tree Floor Lamp |
35+
| #1069 | H6013 | Light |
36+
| #1037 | H61F2 | Light Strip |
37+
| #1035 | H6069 | Mini Panel Lights |
38+
| #938 | H6169 | LED TV Backlight |
39+
| #937 | H612B | Strip Light |
40+
| #930 | H6022 | Light |
41+
| #907 | H70D1 | Icicle Lights |
42+
| #904 | H61F5 | Strip Light 2 Pro |
43+
| #903 | H70B4 | Curtain Lights 2 |
44+
| #901 | H70C5 | RGBWIC String Lights |
45+
| #896 | H61F5 | Light Strip |
46+
| #892 | H7037 | Light |
47+
| #891 | H6039 | Wall Sconces |
48+
| #886 | H6097 | RGBIC TV Backlight 3 Lite |
49+
50+
### Appliances & Sensors
51+
| Issue | Model | Device |
52+
|-------|-------|--------|
53+
| #1239 | H7152 | Smart Dehumidifier Max |
54+
| #1235 | H5010 | Smart Body Fat Scale |
55+
| #1211 | H7128/H7129 | Air Purifiers |
56+
| #1129 | H5059 | Leak Sensor |
57+
| #1040 | H7145 | Humidifier |
58+
| #1031 | H7149 | Humidifier |
59+
| #1029 | H5125 | Button Remote (6-button) |
60+
| #1026 | H5121 | Indoor Motion Sensor |
61+
| #1019 | H717A | Kettle |
62+
| #932 | H7147 | Smart Mini Humidifier |
63+
| #906 | H717D | Smart Ice Maker |
64+
| #900 | H7124 | Air Purifier |
65+
| #898 | H5126 | 2-Button Switch |
66+
| #889 | H5121 | Motion Sensor |
67+
| #888 | H712C | Large Air Purifier |
68+
| #878 | H7127 | Purifier |
69+
| #872 || Smart Outlet |
70+
71+
### Sync Boxes & Other
72+
| Issue | Model | Device |
73+
|-------|-------|--------|
74+
| #1070 | H8604 | Smart AI Sync Box |
75+
| #1212 || Sync box HDMI port exposure |
76+
77+
---
78+
79+
## 2. Bug Reports (~15 open)
80+
81+
### Brightness & Color Issues
82+
- **#1226** — Brightness mismatch: setting 100% shows 39% in HomeKit/Govee app
83+
- **#1038** — H6008 brightness wraps around above 96-97%
84+
- **#934** — H6006 reports 39% brightness at max via AWS (scaling bug)
85+
- **#1081** — HomeKit scenes not applying colors correctly
86+
- **#1053** — H610A color/brightness selector issues
87+
- **#1024** — Color changes not responding in Apple Home
88+
- **#1240** — T2 TV Lighting: color values in automations cause awkward behavior
89+
90+
### BLE (Bluetooth) Issues
91+
- **#1208** — H617A BLE control characteristic not found
92+
- **#1207** — H617E BLE control characteristic not found
93+
- **#1131** — H617C lightstrips non-responsive; BLE "No such device" error
94+
95+
### Connectivity & Sync
96+
- **#1234** — AWS sync: lights occasionally fail to respond to scene triggers
97+
- **#1214** — General instability/sync issues since v11.11.0
98+
- **#1075** — H619C devices showing "No Response" in HomeKit
99+
- **#1079** — H7127 air purifier & H7140 humidifier unresponsive controls
100+
- **#1130** — H5083 power outlet unresponsive in child bridge mode
101+
- **#1033** — Devices disappear from Home app after initial setup
102+
- **#1139** — H613E timeout after 10 seconds
103+
104+
### Scenes & Automations
105+
- **#908** — Tap-To-Run entries not showing after bridge restart
106+
- **#890** — Scenes not functioning with H805C outdoor lights
107+
- **#876** — "New Scene Code" message logged 10+ times per minute (H7123)
108+
109+
### Device State
110+
- **#905** — Duplicates and old names in device list (caching issues)
111+
- **#936** — H7172 Ice Maker: "devInstance is not a constructor" error
112+
- **#873** — H7105 fan oscillation/swing not working
113+
- **#1123** — Adaptive lighting resets when device powered off via physical switch
114+
- **#1021** — H600A & H6008 adaptive lighting disabled
115+
116+
### Matter Integration
117+
- **#1215** — Matter ignore feature not functioning properly
118+
- **#928** — H6811 net lights should be added to Matter exclusion list
119+
120+
---
121+
122+
## 3. Feature Requests (~8 open)
123+
124+
- **#1240** — Option to disable/hide color controls (brightness-only mode)
125+
- **#1210** — H7105 fan oscillation/swing mode
126+
- **#1212** — Expose sync box HDMI ports as separate accessories
127+
- **#1073** — Control segmented lights individually (H7057)
128+
- **#1044** — H6199 video/game mode support
129+
- **#1030** — Assume device state "off" when offline (like Home Assistant)
130+
- **#902** — Temperature controls for H713A smart heater
131+
- **#941** — LAN control: select which network interface for multicast packets
132+
- **#1134** — Inquiry about TypeScript conversion (already done)
133+
134+
---
135+
136+
## 4. Installation & Upgrade Issues (~3 open)
137+
138+
- **#1222** — Upgrade from v11.10 to v11.13 fails with error 127 (missing `patch-package`)
139+
- **#935** — Upgrade from v10.9.2 to v10.12.1 fails with ENOTEMPTY error
140+
- **#1140** — Cannot uninstall plugin (ENOTEMPTY on Unraid Docker)
141+
142+
---
143+
144+
## 5. Documentation & Configuration
145+
146+
- **#933** — Where to find 23-digit Govee Device ID (needs clearer docs)
147+
- **#1067** — Manual light configuration guidance
148+
149+
---
150+
151+
## Key Themes & Takeaways
152+
153+
1. **Device support is the dominant need.** The plugin supports many Govee models, but Govee releases new hardware frequently. A streamlined process for community-contributed device definitions would reduce maintainer burden.
154+
155+
2. **Brightness scaling bugs recur.** Multiple issues (#1226, #1038, #934) report the same 39% brightness or wraparound behavior, particularly over AWS connections. This suggests a systemic issue in brightness value mapping.
156+
157+
3. **BLE reliability is fragile.** Several issues trace back to incorrect BLE characteristic UUIDs or missing native module support. BLE-only devices are particularly affected.
158+
159+
4. **Matter coexistence needs attention.** Users with Matter-enabled Govee devices need them excluded from the plugin to avoid conflicts. The Matter ignore list needs frequent updates.
160+
161+
5. **Installation failures on npm upgrades** appear periodically (ENOTEMPTY errors), likely related to npm cache or Docker volume issues rather than plugin code.

0 commit comments

Comments
 (0)