iobroker.govee-smart 2.0.2 → 2.1.0
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.
- package/README.md +57 -38
- package/admin/i18n/de/translations.json +39 -33
- package/admin/i18n/en/translations.json +39 -33
- package/admin/i18n/es/translations.json +39 -33
- package/admin/i18n/fr/translations.json +39 -33
- package/admin/i18n/it/translations.json +39 -33
- package/admin/i18n/nl/translations.json +39 -33
- package/admin/i18n/pl/translations.json +39 -33
- package/admin/i18n/pt/translations.json +39 -33
- package/admin/i18n/ru/translations.json +39 -33
- package/admin/i18n/uk/translations.json +39 -33
- package/admin/i18n/zh-cn/translations.json +39 -33
- package/admin/jsonConfig.json +383 -227
- package/build/lib/capability-mapper.js +57 -27
- package/build/lib/capability-mapper.js.map +2 -2
- package/build/lib/cloud-retry.js +1 -3
- package/build/lib/cloud-retry.js.map +2 -2
- package/build/lib/command-router.js +27 -86
- package/build/lib/command-router.js.map +2 -2
- package/build/lib/device-manager.js +127 -107
- package/build/lib/device-manager.js.map +2 -2
- package/build/lib/device-registry.js +7 -3
- package/build/lib/device-registry.js.map +2 -2
- package/build/lib/diagnostics.js +1 -1
- package/build/lib/diagnostics.js.map +2 -2
- package/build/lib/govee-api-client.js +17 -3
- package/build/lib/govee-api-client.js.map +2 -2
- package/build/lib/govee-cloud-client.js +17 -40
- package/build/lib/govee-cloud-client.js.map +2 -2
- package/build/lib/govee-constants.js +11 -7
- package/build/lib/govee-constants.js.map +3 -3
- package/build/lib/govee-lan-client.js +12 -41
- package/build/lib/govee-lan-client.js.map +2 -2
- package/build/lib/govee-mqtt-client.js +300 -70
- package/build/lib/govee-mqtt-client.js.map +2 -2
- package/build/lib/govee-openapi-mqtt-client.js +7 -20
- package/build/lib/govee-openapi-mqtt-client.js.map +2 -2
- package/build/lib/http-client.js +1 -7
- package/build/lib/http-client.js.map +2 -2
- package/build/lib/local-snapshots.js +2 -6
- package/build/lib/local-snapshots.js.map +2 -2
- package/build/lib/rate-limiter.js +4 -21
- package/build/lib/rate-limiter.js.map +2 -2
- package/build/lib/segment-wizard.js +5 -17
- package/build/lib/segment-wizard.js.map +2 -2
- package/build/lib/sku-cache.js +3 -9
- package/build/lib/sku-cache.js.map +2 -2
- package/build/lib/state-manager.js +62 -142
- package/build/lib/state-manager.js.map +2 -2
- package/build/lib/types.js +7 -4
- package/build/lib/types.js.map +2 -2
- package/build/main.js +264 -265
- package/build/main.js.map +2 -2
- package/devices.json +229 -229
- package/devices.schema.json +80 -80
- package/io-package.json +94 -74
- package/package.json +35 -9
package/README.md
CHANGED
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
Control all [Govee](https://www.govee.com/) WiFi products from ioBroker — lights, sensors and appliances. Bluetooth-only devices are not supported.
|
|
15
15
|
|
|
16
16
|
The adapter uses every channel Govee offers and picks whichever delivers the fastest, most reliable answer:
|
|
17
|
+
|
|
17
18
|
- **LAN** (UDP) — primary for lights with LAN mode enabled
|
|
18
19
|
- **AWS IoT MQTT** — real-time status push when you supply your Govee account
|
|
19
20
|
- **OpenAPI MQTT** — push events for sensors and appliances (lackWater, iceFull etc.)
|
|
@@ -21,6 +22,7 @@ The adapter uses every channel Govee offers and picks whichever delivers the fas
|
|
|
21
22
|
- **App API** — sensor readings (Govee's OpenAPI v2 returns empty for thermometers, the App API doesn't)
|
|
22
23
|
|
|
23
24
|
The Wiki lists every supported model and its test status:
|
|
25
|
+
|
|
24
26
|
- [Devices (English)](https://github.com/krobipd/ioBroker.govee-smart/wiki/Devices)
|
|
25
27
|
- [Geräte (Deutsch)](https://github.com/krobipd/ioBroker.govee-smart/wiki/Geraete)
|
|
26
28
|
|
|
@@ -30,16 +32,16 @@ The Wiki lists every supported model and its test status:
|
|
|
30
32
|
|
|
31
33
|
Full user documentation lives in the **[Wiki](https://github.com/krobipd/ioBroker.govee-smart/wiki)**.
|
|
32
34
|
|
|
33
|
-
| Topic
|
|
34
|
-
|
|
35
|
-
| Landing page
|
|
36
|
-
| Channels, credentials, API key, experimental devices
|
|
37
|
-
| Supported models, status meanings, contributing yours
|
|
35
|
+
| Topic | English | Deutsch |
|
|
36
|
+
| --------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- |
|
|
37
|
+
| Landing page | [Home](https://github.com/krobipd/ioBroker.govee-smart/wiki/Home) | [Startseite](https://github.com/krobipd/ioBroker.govee-smart/wiki/Startseite) |
|
|
38
|
+
| Channels, credentials, API key, experimental devices | [Setup](https://github.com/krobipd/ioBroker.govee-smart/wiki/Setup) | [Einrichtung](https://github.com/krobipd/ioBroker.govee-smart/wiki/Einrichtung) |
|
|
39
|
+
| Supported models, status meanings, contributing yours | [Devices](https://github.com/krobipd/ioBroker.govee-smart/wiki/Devices) | [Geräte](https://github.com/krobipd/ioBroker.govee-smart/wiki/Geraete) |
|
|
38
40
|
| Thermometers, heaters, kettles, etc. — state tree, updates, troubleshooting | [Sensors and Appliances](https://github.com/krobipd/ioBroker.govee-smart/wiki/Sensors-and-Appliances) | [Sensoren und Appliances](https://github.com/krobipd/ioBroker.govee-smart/wiki/Sensoren-und-Appliances) |
|
|
39
|
-
| Lights — segment count, wizard, cut strips, batch commands
|
|
40
|
-
| Lights — scene library, speed slider, Cloud vs local snapshots
|
|
41
|
-
| Lights — group fan-out, capability intersection
|
|
42
|
-
| Folder naming, startup, diagnostics, troubleshooting
|
|
41
|
+
| Lights — segment count, wizard, cut strips, batch commands | [Segments](https://github.com/krobipd/ioBroker.govee-smart/wiki/Segments) | [Segmente](https://github.com/krobipd/ioBroker.govee-smart/wiki/Segmente) |
|
|
42
|
+
| Lights — scene library, speed slider, Cloud vs local snapshots | [Scenes and Snapshots](https://github.com/krobipd/ioBroker.govee-smart/wiki/Scenes-and-Snapshots) | [Szenen und Snapshots](https://github.com/krobipd/ioBroker.govee-smart/wiki/Szenen-und-Snapshots) |
|
|
43
|
+
| Lights — group fan-out, capability intersection | [Groups](https://github.com/krobipd/ioBroker.govee-smart/wiki/Groups) | [Gruppen](https://github.com/krobipd/ioBroker.govee-smart/wiki/Gruppen) |
|
|
44
|
+
| Folder naming, startup, diagnostics, troubleshooting | [Behavior](https://github.com/krobipd/ioBroker.govee-smart/wiki/Behavior) | [Verhalten](https://github.com/krobipd/ioBroker.govee-smart/wiki/Verhalten) |
|
|
43
45
|
|
|
44
46
|
---
|
|
45
47
|
|
|
@@ -61,19 +63,19 @@ Full user documentation lives in the **[Wiki](https://github.com/krobipd/ioBroke
|
|
|
61
63
|
## Requirements
|
|
62
64
|
|
|
63
65
|
- Node.js >= 20
|
|
64
|
-
- ioBroker js-controller >= 7.0.
|
|
65
|
-
- ioBroker Admin >= 7.
|
|
66
|
+
- ioBroker js-controller >= 7.0.7
|
|
67
|
+
- ioBroker Admin >= 7.7.22
|
|
66
68
|
- A Govee account and at least one Govee WiFi device. LAN control needs a light with LAN mode enabled in the Govee Home app — see Govee's [LAN-supported device list](https://app-h5.govee.com/user-manual/wlan-guide).
|
|
67
69
|
|
|
68
70
|
---
|
|
69
71
|
|
|
70
72
|
## Credential levels
|
|
71
73
|
|
|
72
|
-
| Level
|
|
73
|
-
|
|
74
|
-
| **LAN only**
|
|
75
|
-
| **+ Cloud API key** | API key
|
|
76
|
-
| **+ Govee account** | email + password | + real-time status push for lights via AWS IoT MQTT, full group control
|
|
74
|
+
| Level | Credentials | What works |
|
|
75
|
+
| ------------------- | ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
76
|
+
| **LAN only** | none | Lights with LAN mode: power, brightness, color, color temperature, local snapshots |
|
|
77
|
+
| **+ Cloud API key** | API key | + device names, capabilities, scenes, segments, Cloud snapshots, basic groups, sensor and appliance readings, push events for sensors/appliances |
|
|
78
|
+
| **+ Govee account** | email + password | + real-time status push for lights via AWS IoT MQTT, full group control |
|
|
77
79
|
|
|
78
80
|
Sensors and appliances always need at least the API key — they have no LAN protocol. See the [Setup page](https://github.com/krobipd/ioBroker.govee-smart/wiki/Setup) for how to get one.
|
|
79
81
|
|
|
@@ -81,16 +83,31 @@ Sensors and appliances always need at least the API key — they have no LAN pro
|
|
|
81
83
|
|
|
82
84
|
## Ports
|
|
83
85
|
|
|
84
|
-
| Port | Protocol | Direction
|
|
85
|
-
|
|
86
|
-
| 4001 | UDP
|
|
87
|
-
| 4002 | UDP
|
|
88
|
-
| 4003 | UDP
|
|
86
|
+
| Port | Protocol | Direction | Purpose |
|
|
87
|
+
| ---- | -------- | ------------------------------------ | -------------------- |
|
|
88
|
+
| 4001 | UDP | Outbound (multicast 239.255.255.250) | LAN device discovery |
|
|
89
|
+
| 4002 | UDP | Inbound | LAN device responses |
|
|
90
|
+
| 4003 | UDP | Outbound | LAN device commands |
|
|
89
91
|
|
|
90
92
|
All ports are fixed by the Govee LAN protocol and cannot be changed.
|
|
91
93
|
|
|
92
94
|
---
|
|
93
95
|
|
|
96
|
+
## Device tiers
|
|
97
|
+
|
|
98
|
+
Each device exposes its trust tier in `info.diagnostics_tier`:
|
|
99
|
+
|
|
100
|
+
| Tier | Meaning |
|
|
101
|
+
| ------------ | ---------------------------------------------------------------------------------------------------------------------------------- |
|
|
102
|
+
| **verified** | Confirmed on real hardware — full per-SKU corrections active. |
|
|
103
|
+
| **reported** | Community-reported, treated as verified. |
|
|
104
|
+
| **seed** | Beta. Per-SKU corrections only apply when **Experimentelle Geräte-Unterstützung aktivieren** is on in adapter settings. |
|
|
105
|
+
| **unknown** | The SKU isn't in the catalogue yet. Press `info.diagnostics_export` and post the resulting JSON in a GitHub issue so it can be added. |
|
|
106
|
+
|
|
107
|
+
The adapter logs one nudge per SKU per startup for `seed` (without the toggle) and `unknown`, so reconnects don't spam the log.
|
|
108
|
+
|
|
109
|
+
---
|
|
110
|
+
|
|
94
111
|
## Troubleshooting
|
|
95
112
|
|
|
96
113
|
Common issues (no devices discovered, empty scenes dropdown, segment colors not changing, limited group commands, delayed status updates) are covered on the Wiki [Behavior](https://github.com/krobipd/ioBroker.govee-smart/wiki/Behavior) / [Verhalten](https://github.com/krobipd/ioBroker.govee-smart/wiki/Verhalten) page.
|
|
@@ -106,8 +123,23 @@ This adapter's MQTT authentication and BLE-over-LAN (ptReal) protocol implementa
|
|
|
106
123
|
---
|
|
107
124
|
|
|
108
125
|
## Changelog
|
|
126
|
+
### 2.1.0 (2026-05-01)
|
|
127
|
+
|
|
128
|
+
- 2FA login flow for Govee accounts that require email verification — adapter settings expose a verification-code button + field; the code is consumed on the next login and cleared automatically.
|
|
129
|
+
- MQTT credentials are persisted across restarts so the verification email is not re-sent on every reboot, with a proactive refresh shortly before the token expires.
|
|
130
|
+
- Stable AWS-IoT MQTT client ID across restarts — reconnects keep the same identity instead of looking like a fresh session each time.
|
|
131
|
+
- `info.online` is now updated for App-API sensors and OpenAPI-MQTT appliances. Fixes the H5179 thermometer staying at `info.online=false` while readings kept updating.
|
|
132
|
+
- New `info.diagnostics_tier` state per device — exposes the trust tier (verified / reported / seed / unknown). Unknown SKUs and seed-without-toggle now log a one-time warn nudge.
|
|
133
|
+
- Scene, DIY scene, and snapshot dropdowns are created from device capabilities — visible from the first start, even before the first `/device/scenes` call returns.
|
|
134
|
+
- `info.refresh_cloud_data` button refetches the scene/music/DIY libraries again (was skipped since v1.10.1).
|
|
135
|
+
- Min js-controller `>=7.0.7`, min admin `>=7.7.22`.
|
|
136
|
+
|
|
137
|
+
### 2.0.3 (2026-04-26)
|
|
138
|
+
|
|
139
|
+
- Min js-controller correction: was incorrectly bumped to `>=7.0.23` in 2.0.2 (and admin downgraded from `>=7.6.20` to `>=7.6.17`). The repochecker-recommended values are `>=6.0.11` / `>=7.6.20` — restored.
|
|
109
140
|
|
|
110
141
|
### 2.0.2 (2026-04-26)
|
|
142
|
+
|
|
111
143
|
- OpenAPI MQTT now keeps a stable client ID across reconnects (was `Date.now`-based, which Govee's broker treats as new connections).
|
|
112
144
|
- Stop shipping the `manual-review` release-script plugin and the redundant `@iobroker/types` runtime dep — adapter-only consequences.
|
|
113
145
|
- Bump min js-controller to `>=7.0.23` (matches latest-repo recommendation).
|
|
@@ -115,34 +147,21 @@ This adapter's MQTT authentication and BLE-over-LAN (ptReal) protocol implementa
|
|
|
115
147
|
- Repo hygiene: ignore `package/` (npm-pack artefact).
|
|
116
148
|
|
|
117
149
|
### 2.0.1 (2026-04-26)
|
|
150
|
+
|
|
118
151
|
- Sensor states route to `sensor/`, event states to `events/` (was `control/` for both); state objects are created lazily on first write to avoid `no existing object` warnings.
|
|
119
152
|
- Snapshots and scenes only attach to lights now; thermometers, heaters and kettles no longer get `snapshot_local` / `snapshot_save` / `snapshot_delete`.
|
|
120
153
|
- No more boot-time `N experimental device(s) detected` log dump — only triggers when an experimental SKU actually shows up, once per lifetime per SKU.
|
|
121
154
|
- Routine `OpenAPI MQTT connected for sensor events` info line removed; reconnect-recovery log kept.
|
|
122
155
|
|
|
123
156
|
### 2.0.0 (2026-04-26)
|
|
157
|
+
|
|
124
158
|
- Major release — Govee appliances and sensors (thermometers like H5179, heaters, kettles, ice makers) are now handled here alongside lights, via the App API and OpenAPI-MQTT push channel.
|
|
125
159
|
- The standalone `iobroker.govee-appliances` adapter is deprecated and rolls into here. Install govee-smart 2.0.0+ and uninstall govee-appliances when convenient.
|
|
126
160
|
- New **"Enable experimental device support"** checkbox in the adapter config. The Wiki [Devices](https://github.com/krobipd/ioBroker.govee-smart/wiki/Devices) page lists every SKU and its status.
|
|
127
161
|
- `devices.json` in the repo root tracks 36 SKUs and is the single source of truth for the Wiki and for runtime quirk overrides.
|
|
128
162
|
- New state `info.openapiMqttConnected` for the OpenAPI-MQTT channel; `info.mqttConnected` keeps tracking AWS IoT MQTT for lights.
|
|
129
163
|
|
|
130
|
-
|
|
131
|
-
- Scene / DIY-scene / snapshot / music-mode dropdowns now accept index-as-number, index-as-string and the entry name (case-insensitive). The state type is `mixed` — no more `expects type string but received number` warning when scripts write a numeric index.
|
|
132
|
-
- Duplicate scene names from the cloud are auto-disambiguated with `" (2)"`, `" (3)"` suffixes; reverse-lookup is deterministic.
|
|
133
|
-
- The adapter acks back the canonical key after activation, so the dropdown stays in sync regardless of how the value was written.
|
|
134
|
-
|
|
135
|
-
### 1.10.1 (2026-04-20)
|
|
136
|
-
- Refresh button no longer re-fetches static SKU libraries (scene/music/DIY/features) — call count drops from ~7 to 2 per device per click. The endpoints returned 403 for many accounts and just produced minute-long rate-limiter backlogs.
|
|
137
|
-
|
|
138
|
-
### 1.10.0 (2026-04-20)
|
|
139
|
-
- Multi-packet A3 BLE scenes (`scenceParam`) are now activated via Cloud on devices without segments; bulbs and Curtain Lights silently dropped those packets before, so complex scenes never played.
|
|
140
|
-
- Powering a device off resets every mode dropdown to `"---"` — both ioBroker and Govee-app initiated off events.
|
|
141
|
-
|
|
142
|
-
### 1.9.1 (2026-04-20)
|
|
143
|
-
- Each Cloud list (scenes / DIY / snapshots) is now guarded independently. Govee's `/device/scenes` sometimes returns e.g. 149 scenes + 0 snapshots when a snapshot clearly exists; the old combined guard then wiped existing snapshots and the dropdown errored on click.
|
|
144
|
-
|
|
145
|
-
Older entries have been moved to [CHANGELOG_OLD.md](CHANGELOG_OLD.md).
|
|
164
|
+
Older entries are in [CHANGELOG_OLD.md](CHANGELOG_OLD.md).
|
|
146
165
|
|
|
147
166
|
## Support
|
|
148
167
|
|
|
@@ -185,4 +204,4 @@ SOFTWARE.
|
|
|
185
204
|
|
|
186
205
|
---
|
|
187
206
|
|
|
188
|
-
|
|
207
|
+
_Developed with assistance from Claude.ai_
|
|
@@ -1,35 +1,41 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
2
|
+
"aboutInfo": "Dieser Adapter ist kostenlos und quelloffen. Wenn er dir nützlich ist, unterstütze gerne die Entwicklung.",
|
|
3
|
+
"advancedHeader": "Erweiterte Optionen",
|
|
4
|
+
"apiKeyLabel": "API Key",
|
|
5
|
+
"cloudHeader": "Cloud API (optional)",
|
|
6
|
+
"cloudInfo": "Govee API-Key eingeben um Gerätenamen, Szenen und Segmentsteuerung zu aktivieren. Den Key gibt es in der Govee Home App unter Account > Einstellungen > Über uns > API-Key beantragen.",
|
|
7
|
+
"docLinkLabelDe": "Wiki (Deutsch)",
|
|
8
|
+
"docLinkLabelEn": "Wiki (English)",
|
|
9
|
+
"donateKofi": "Unterstützen auf Ko-fi",
|
|
10
|
+
"donatePaypal": "Spenden via PayPal",
|
|
11
|
+
"emailLabel": "E-Mail",
|
|
12
|
+
"experimentalQuirksInfo": "Govee bringt regelmäßig neue Modelle. Manche sind im Adapter-Code schon vorbereitet, aber noch von keinem Tester bestätigt. Mit diesem Schalter werden sie aktiviert. Welche Geräte das sind und ob deins dabei ist, steht im Wiki.",
|
|
13
|
+
"experimentalQuirksLabel": "Experimentelle Geräte-Unterstützung aktivieren",
|
|
14
|
+
"experimentalQuirksTooltip": "Aktiviert Geräte mit Status ⚪ Experimentell aus devices.json. Diese können funktionieren, falsche Werte liefern oder gar nichts tun. Die Wiki-Seite Geräte listet jeden Eintrag und Status.",
|
|
15
|
+
"lanHeader": "LAN-Steuerung (immer aktiv)",
|
|
16
|
+
"lanInfo": "Geräte mit aktivierter LAN-Funktion in der Govee Home App werden automatisch gefunden. LAN ist der schnellste Steuerkanal.",
|
|
17
|
+
"mqttHeader": "Govee Account (optional)",
|
|
18
|
+
"mqttInfo": "Govee-Zugangsdaten eingeben um Echtzeit-Statusupdates über MQTT zu aktivieren. Ohne diese werden Statuswerte nur auf Anfrage aktualisiert.",
|
|
19
|
+
"networkInterfaceLabel": "Netzwerk-Interface",
|
|
20
|
+
"networkInterfaceTooltip": "Netzwerk-Interface für die LAN-Geräteerkennung auswählen. Leer lassen um alle Interfaces zu verwenden (empfohlen für die meisten Setups).",
|
|
21
|
+
"passwordLabel": "Passwort",
|
|
22
|
+
"supportHeader": "Unterstützung",
|
|
23
|
+
"tabMain": "Hauptkonfiguration",
|
|
24
|
+
"tabWizard": "Segment-Erkennung",
|
|
25
|
+
"wizardBtnAbort": "Abbrechen",
|
|
26
|
+
"wizardBtnDone": "■ Fertig – Strip zu Ende",
|
|
27
|
+
"wizardBtnNo": "✗ Nein, dunkel",
|
|
28
|
+
"wizardBtnStart": "▶ Start",
|
|
29
|
+
"wizardBtnYes": "✓ Ja, sichtbar",
|
|
30
|
+
"wizardDeviceLabel": "LED-Strip (nur online)",
|
|
31
|
+
"wizardHeader": "Segment-Erkennungs-Assistent",
|
|
32
|
+
"wizardHelp": "So läufts ab: Das aktuelle Segment leuchtet WEISS, alle anderen bleiben dunkel. Klicke 'Ja, sichtbar' oder 'Nein, dunkel'. Wenn der Strip physisch zu Ende ist, klicke 'Fertig – Strip zu Ende'. Der Wizard ermittelt die echte Segmentanzahl und speichert bei Lücken automatisch eine manual_list. Session bricht nach 5 Minuten Inaktivität ab.",
|
|
33
|
+
"wizardInfo": "Misst die echte Länge deines LED-Strips und erkennt Lücken (bei gekürzten Strips). Wähle den Strip, klicke Start und beantworte für jedes blinkende Segment: sichtbar, dunkel oder 'Fertig – Strip zu Ende'.",
|
|
34
|
+
"wizardStatusLabel": "Status",
|
|
35
|
+
"authBtnTest": "Login testen",
|
|
36
|
+
"twoFaHeader": "2-Faktor-Bestätigung (nur wenn Govee danach fragt)",
|
|
37
|
+
"twoFaInfo": "Wenn das Adapter-Log 'Verification required' zeigt, 'Code anfordern' klicken, den Code aus der Govee-E-Mail unten eintragen und Speichern.",
|
|
38
|
+
"twoFaBtnRequest": "Code anfordern",
|
|
39
|
+
"twoFaCodeLabel": "Bestätigungs-Code",
|
|
40
|
+
"twoFaCodeTooltip": "Einmal-Code aus der Govee-E-Mail. Wird nach erfolgreichem Login automatisch geleert."
|
|
35
41
|
}
|
|
@@ -1,35 +1,41 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
2
|
+
"lanHeader": "LAN Control (always active)",
|
|
3
|
+
"lanInfo": "Devices with LAN mode enabled in the Govee Home app are discovered automatically. LAN is the fastest control channel.",
|
|
4
|
+
"cloudHeader": "Cloud API (optional)",
|
|
5
|
+
"cloudInfo": "Enter your Govee API key to enable device names, scenes and segment control. Get your key in the Govee Home app under Account > Settings > About Us > Apply for API Key.",
|
|
6
|
+
"apiKeyLabel": "API Key",
|
|
7
|
+
"mqttHeader": "Govee Account (optional)",
|
|
8
|
+
"mqttInfo": "Enter your Govee account credentials to enable real-time status updates via MQTT. Without this, status is only updated on request.",
|
|
9
|
+
"emailLabel": "Email",
|
|
10
|
+
"passwordLabel": "Password",
|
|
11
|
+
"supportHeader": "Support",
|
|
12
|
+
"aboutInfo": "This adapter is free and open source. If you find it useful, consider supporting the development.",
|
|
13
|
+
"donateKofi": "Support on Ko-fi",
|
|
14
|
+
"donatePaypal": "Donate via PayPal",
|
|
15
|
+
"networkInterfaceLabel": "Network Interface",
|
|
16
|
+
"networkInterfaceTooltip": "Select the network interface for LAN device discovery. Leave empty to use all interfaces (recommended for most setups).",
|
|
17
|
+
"tabMain": "Main Configuration",
|
|
18
|
+
"tabWizard": "Segment Detection",
|
|
19
|
+
"wizardHeader": "Segment Detection Wizard",
|
|
20
|
+
"wizardInfo": "Measures the real length of your LED strip and detects gaps (on cut strips). Pick the strip, click Start, and for each flashing segment answer: visible, dark, or 'Done – end of strip'.",
|
|
21
|
+
"wizardDeviceLabel": "LED Strip (online only)",
|
|
22
|
+
"wizardStatusLabel": "Status",
|
|
23
|
+
"wizardBtnStart": "▶ Start",
|
|
24
|
+
"wizardBtnYes": "✓ Yes, visible",
|
|
25
|
+
"wizardBtnNo": "✗ No, dark",
|
|
26
|
+
"wizardBtnDone": "■ Done – end of strip",
|
|
27
|
+
"wizardBtnAbort": "Abort",
|
|
28
|
+
"wizardHelp": "How it works: the current segment flashes WHITE, all others stay dark. Click 'Yes, visible' or 'No, dark'. When you've reached the physical end of the strip, click 'Done – end of strip'. The wizard determines the real segment count and, if gaps were found, saves a manual_list automatically. Session auto-aborts after 5 minutes of inactivity.",
|
|
29
|
+
"docLinkLabelDe": "Wiki (Deutsch)",
|
|
30
|
+
"docLinkLabelEn": "Wiki (English)",
|
|
31
|
+
"advancedHeader": "Advanced options",
|
|
32
|
+
"experimentalQuirksLabel": "Enable experimental device support",
|
|
33
|
+
"experimentalQuirksTooltip": "Activates devices with status ⚪ Experimental from devices.json. They may work, return wrong values, or do nothing. The Wiki page Devices lists every entry and its status.",
|
|
34
|
+
"experimentalQuirksInfo": "Govee keeps releasing new models. Some are already prepared in the adapter code but not confirmed by any tester yet. This switch enables them. Which devices these are and whether yours is among them is documented in the Wiki.",
|
|
35
|
+
"authBtnTest": "Test login",
|
|
36
|
+
"twoFaHeader": "2-Factor verification (only if Govee asks for it)",
|
|
37
|
+
"twoFaInfo": "If the adapter log shows 'Verification required', click 'Request code', enter the code from the Govee email below, and save.",
|
|
38
|
+
"twoFaBtnRequest": "Request code",
|
|
39
|
+
"twoFaCodeLabel": "Verification code",
|
|
40
|
+
"twoFaCodeTooltip": "One-time code from the Govee email. Cleared automatically after a successful login."
|
|
35
41
|
}
|
|
@@ -1,35 +1,41 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
2
|
+
"aboutInfo": "Este adaptador es gratuito y de código abierto. Si lo encuentra útil, considere apoyar el desarrollo.",
|
|
3
|
+
"advancedHeader": "Opciones avanzadas",
|
|
4
|
+
"apiKeyLabel": "Clave API",
|
|
5
|
+
"cloudHeader": "API de nube (opcional)",
|
|
6
|
+
"cloudInfo": "Ingrese su clave API de Govee para habilitar nombres de dispositivos, escenas y control de segmentos. Obtenga su clave en la aplicación Govee Home en Cuenta > Configuración > Acerca de nosotros > Solicitar clave API.",
|
|
7
|
+
"docLinkLabelDe": "Wiki (Deutsch)",
|
|
8
|
+
"docLinkLabelEn": "Wiki (English)",
|
|
9
|
+
"donateKofi": "Soporte en Ko-fi",
|
|
10
|
+
"donatePaypal": "Donar a través de PayPal",
|
|
11
|
+
"emailLabel": "Correo electrónico",
|
|
12
|
+
"experimentalQuirksInfo": "Govee lanza nuevos modelos con regularidad. Algunos ya están preparados en el código del adaptador pero aún no han sido confirmados por ningún tester. Este interruptor los activa. Qué dispositivos son y si el suyo está incluido se documenta en el Wiki.",
|
|
13
|
+
"experimentalQuirksLabel": "Activar soporte experimental de dispositivos",
|
|
14
|
+
"experimentalQuirksTooltip": "Activa los dispositivos con estado ⚪ Experimental de devices.json. Pueden funcionar, devolver valores incorrectos o no hacer nada. La página Wiki Devices lista cada entrada y su estado.",
|
|
15
|
+
"lanHeader": "Control LAN (siempre activo)",
|
|
16
|
+
"lanInfo": "Los dispositivos con el modo LAN habilitado en la aplicación Govee Home se descubren automáticamente. LAN es el canal de control más rápido.",
|
|
17
|
+
"mqttHeader": "Cuenta Govee (opcional)",
|
|
18
|
+
"mqttInfo": "Ingrese las credenciales de su cuenta Govee para habilitar actualizaciones de estado en tiempo real a través de MQTT. Sin esto, el estado sólo se actualiza previa solicitud.",
|
|
19
|
+
"networkInterfaceLabel": "Interfaz de red",
|
|
20
|
+
"networkInterfaceTooltip": "Seleccione la interfaz de red para la detección de dispositivos LAN. Déjelo vacío para usar todas las interfaces (recomendado para la mayoría de las configuraciones).",
|
|
21
|
+
"passwordLabel": "Contraseña",
|
|
22
|
+
"supportHeader": "Apoyo",
|
|
23
|
+
"tabMain": "Configuración principal",
|
|
24
|
+
"tabWizard": "Detección de segmentos",
|
|
25
|
+
"wizardBtnAbort": "Cancelar",
|
|
26
|
+
"wizardBtnDone": "■ Listo: final de la tira",
|
|
27
|
+
"wizardBtnNo": "✗ No, oscuro",
|
|
28
|
+
"wizardBtnStart": "▶ Iniciar",
|
|
29
|
+
"wizardBtnYes": "✓ Sí, visible",
|
|
30
|
+
"wizardDeviceLabel": "Tira de LED (solo en línea)",
|
|
31
|
+
"wizardHeader": "Asistente de detección de segmentos",
|
|
32
|
+
"wizardHelp": "Cómo funciona: el segmento actual parpadea en BLANCO, todos los demás permanecen oscuros. Haga clic en \"Sí, visible\" o \"No, oscuro\". Cuando haya llegado al final físico de la tira, haga clic en \"Listo - final de la tira\". El asistente determina el recuento de segmentos real y, si se encuentran espacios, guarda una lista manual automáticamente. La sesión se cancela automáticamente después de 5 minutos de inactividad.",
|
|
33
|
+
"wizardInfo": "Mide la longitud real de tu tira de LED y detecta huecos (en tiras cortadas). Elija la tira, haga clic en Iniciar y, para cada segmento parpadeante, responda: visible, oscuro o \"Listo: final de la tira\".",
|
|
34
|
+
"wizardStatusLabel": "Estado",
|
|
35
|
+
"authBtnTest": "Probar inicio de sesión",
|
|
36
|
+
"twoFaHeader": "Verificación de 2 factores (solo si Govee la pide)",
|
|
37
|
+
"twoFaInfo": "Si el log del adaptador muestra 'Verification required', haz clic en 'Solicitar código', introduce el código del email de Govee abajo y guarda.",
|
|
38
|
+
"twoFaBtnRequest": "Solicitar código",
|
|
39
|
+
"twoFaCodeLabel": "Código de verificación",
|
|
40
|
+
"twoFaCodeTooltip": "Código de un solo uso del email de Govee. Se borra automáticamente tras un login exitoso."
|
|
35
41
|
}
|
|
@@ -1,35 +1,41 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
2
|
+
"aboutInfo": "Cet adaptateur est gratuit et open source. Si vous le trouvez utile, pensez à soutenir le développement.",
|
|
3
|
+
"advancedHeader": "Options avancées",
|
|
4
|
+
"apiKeyLabel": "Clé API",
|
|
5
|
+
"cloudHeader": "API Cloud (facultatif)",
|
|
6
|
+
"cloudInfo": "Entrez votre clé API Govee pour activer les noms d'appareils, les scènes et le contrôle des segments. Obtenez votre clé dans l'application Govee Home sous Compte > Paramètres > À propos de nous > Demander une clé API.",
|
|
7
|
+
"docLinkLabelDe": "Wiki (Deutsch)",
|
|
8
|
+
"docLinkLabelEn": "Wiki (English)",
|
|
9
|
+
"donateKofi": "Assistance sur Ko-fi",
|
|
10
|
+
"donatePaypal": "Faites un don via PayPal",
|
|
11
|
+
"emailLabel": "E-mail",
|
|
12
|
+
"experimentalQuirksInfo": "Govee sort régulièrement de nouveaux modèles. Certains sont déjà préparés dans le code de l'adaptateur mais pas encore confirmés par un testeur. Ce commutateur les active. Quels appareils il s'agit et si le vôtre en fait partie est documenté dans le Wiki.",
|
|
13
|
+
"experimentalQuirksLabel": "Activer la prise en charge expérimentale des appareils",
|
|
14
|
+
"experimentalQuirksTooltip": "Active les appareils avec le statut ⚪ Expérimental de devices.json. Ils peuvent fonctionner, renvoyer de mauvaises valeurs ou ne rien faire. La page Wiki Devices liste chaque entrée et son statut.",
|
|
15
|
+
"lanHeader": "Contrôle LAN (toujours actif)",
|
|
16
|
+
"lanInfo": "Les appareils dont le mode LAN est activé dans l'application Govee Home sont découverts automatiquement. Le LAN est le canal de contrôle le plus rapide.",
|
|
17
|
+
"mqttHeader": "Compte Govee (facultatif)",
|
|
18
|
+
"mqttInfo": "Entrez les informations d'identification de votre compte Govee pour activer les mises à jour de statut en temps réel via MQTT. Sans cela, le statut n'est mis à jour que sur demande.",
|
|
19
|
+
"networkInterfaceLabel": "Interface réseau",
|
|
20
|
+
"networkInterfaceTooltip": "Sélectionnez l'interface réseau pour la découverte des appareils LAN. Laissez vide pour utiliser toutes les interfaces (recommandé pour la plupart des configurations).",
|
|
21
|
+
"passwordLabel": "Mot de passe",
|
|
22
|
+
"supportHeader": "Soutien",
|
|
23
|
+
"tabMain": "Configuration principale",
|
|
24
|
+
"tabWizard": "Détection de segments",
|
|
25
|
+
"wizardBtnAbort": "Annuler",
|
|
26
|
+
"wizardBtnDone": "■ Terminé – fin de bande",
|
|
27
|
+
"wizardBtnNo": "✗ Non, sombre",
|
|
28
|
+
"wizardBtnStart": "▶ Démarrer",
|
|
29
|
+
"wizardBtnYes": "✓ Oui, visible",
|
|
30
|
+
"wizardDeviceLabel": "Bande LED (en ligne seulement)",
|
|
31
|
+
"wizardHeader": "Assistant de détection de segments",
|
|
32
|
+
"wizardHelp": "Comment ça marche : le segment actuel clignote en BLANC, tous les autres restent sombres. Cliquez sur « Oui, visible » ou « Non, sombre ». Lorsque vous avez atteint la fin physique de la bande, cliquez sur « Terminé – fin de la bande ». L'assistant détermine le nombre réel de segments et, si des lacunes sont détectées, enregistre automatiquement une liste_manuelle. La session s'arrête automatiquement après 5 minutes d'inactivité.",
|
|
33
|
+
"wizardInfo": "Mesure la longueur réelle de votre bande LED et détecte les écarts (sur les bandes coupées). Choisissez la bande, cliquez sur Démarrer et pour chaque segment clignotant, répondez : visible, sombre ou « Terminé – fin de la bande ».",
|
|
34
|
+
"wizardStatusLabel": "Statut",
|
|
35
|
+
"authBtnTest": "Tester la connexion",
|
|
36
|
+
"twoFaHeader": "Vérification à 2 facteurs (uniquement si Govee la demande)",
|
|
37
|
+
"twoFaInfo": "Si le log de l'adaptateur affiche 'Verification required', cliquez sur 'Demander un code', saisissez le code de l'e-mail Govee ci-dessous et enregistrez.",
|
|
38
|
+
"twoFaBtnRequest": "Demander un code",
|
|
39
|
+
"twoFaCodeLabel": "Code de vérification",
|
|
40
|
+
"twoFaCodeTooltip": "Code à usage unique de l'e-mail Govee. Effacé automatiquement après une connexion réussie."
|
|
35
41
|
}
|
|
@@ -1,35 +1,41 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
2
|
+
"aboutInfo": "Questo adattatore è gratuito e open source. Se lo trovi utile, considera di sostenere lo sviluppo.",
|
|
3
|
+
"advancedHeader": "Opzioni avanzate",
|
|
4
|
+
"apiKeyLabel": "Chiave API",
|
|
5
|
+
"cloudHeader": "API cloud (facoltativo)",
|
|
6
|
+
"cloudInfo": "Inserisci la tua chiave API Govee per abilitare nomi di dispositivi, scene e controllo dei segmenti. Ottieni la tua chiave nell'app Govee Home in Account > Impostazioni > Chi siamo > Richiedi chiave API.",
|
|
7
|
+
"docLinkLabelDe": "Wiki (Deutsch)",
|
|
8
|
+
"docLinkLabelEn": "Wiki (English)",
|
|
9
|
+
"donateKofi": "Supporto su Ko-fi",
|
|
10
|
+
"donatePaypal": "Dona tramite PayPal",
|
|
11
|
+
"emailLabel": "E-mail",
|
|
12
|
+
"experimentalQuirksInfo": "Govee rilascia regolarmente nuovi modelli. Alcuni sono già preparati nel codice dell'adattatore ma non ancora confermati da nessun tester. Questo interruttore li attiva. Quali dispositivi sono e se il tuo è tra questi è documentato nel Wiki.",
|
|
13
|
+
"experimentalQuirksLabel": "Attiva il supporto sperimentale dei dispositivi",
|
|
14
|
+
"experimentalQuirksTooltip": "Attiva i dispositivi con stato ⚪ Sperimentale da devices.json. Possono funzionare, restituire valori errati o non fare nulla. La pagina Wiki Devices elenca ogni voce e il suo stato.",
|
|
15
|
+
"lanHeader": "Controllo LAN (sempre attivo)",
|
|
16
|
+
"lanInfo": "I dispositivi con la modalità LAN abilitata nell'app Govee Home vengono rilevati automaticamente. La LAN è il canale di controllo più veloce.",
|
|
17
|
+
"mqttHeader": "Conto Govee (facoltativo)",
|
|
18
|
+
"mqttInfo": "Inserisci le credenziali del tuo account Govee per abilitare gli aggiornamenti di stato in tempo reale tramite MQTT. Senza questo, lo stato viene aggiornato solo su richiesta.",
|
|
19
|
+
"networkInterfaceLabel": "Interfaccia di rete",
|
|
20
|
+
"networkInterfaceTooltip": "Seleziona l'interfaccia di rete per il rilevamento dei dispositivi LAN. Lascia vuoto per utilizzare tutte le interfacce (consigliato per la maggior parte delle configurazioni).",
|
|
21
|
+
"passwordLabel": "Password",
|
|
22
|
+
"supportHeader": "Supporto",
|
|
23
|
+
"tabMain": "Configurazione principale",
|
|
24
|
+
"tabWizard": "Rilevamento del segmento",
|
|
25
|
+
"wizardBtnAbort": "Annulla",
|
|
26
|
+
"wizardBtnDone": "■ Fatto – fine della striscia",
|
|
27
|
+
"wizardBtnNo": "✗ No, buio",
|
|
28
|
+
"wizardBtnStart": "▶ Inizia",
|
|
29
|
+
"wizardBtnYes": "✓ Sì, visibile",
|
|
30
|
+
"wizardDeviceLabel": "Striscia LED (solo online)",
|
|
31
|
+
"wizardHeader": "Procedura guidata per il rilevamento dei segmenti",
|
|
32
|
+
"wizardHelp": "Come funziona: il segmento attuale lampeggia in BIANCO, tutti gli altri restano spenti. Fare clic su \"Sì, visibile\" o \"No, scuro\". Quando hai raggiunto la fine fisica della striscia, fai clic su \"Fine - fine striscia\". La procedura guidata determina il conteggio reale dei segmenti e, se vengono rilevati degli spazi vuoti, salva automaticamente un manual_list. La sessione si interrompe automaticamente dopo 5 minuti di inattività.",
|
|
33
|
+
"wizardInfo": "Misura la lunghezza reale della tua striscia LED e rileva gli spazi vuoti (sulle strisce tagliate). Scegli la striscia, fai clic su Avvia e per ogni segmento lampeggiante rispondi: visibile, scuro o \"Fine - fine striscia\".",
|
|
34
|
+
"wizardStatusLabel": "Stato",
|
|
35
|
+
"authBtnTest": "Test login",
|
|
36
|
+
"twoFaHeader": "Verifica a 2 fattori (solo se Govee la richiede)",
|
|
37
|
+
"twoFaInfo": "Se il log dell'adattatore mostra 'Verification required', clicca 'Richiedi codice', inserisci il codice dall'email Govee qui sotto e salva.",
|
|
38
|
+
"twoFaBtnRequest": "Richiedi codice",
|
|
39
|
+
"twoFaCodeLabel": "Codice di verifica",
|
|
40
|
+
"twoFaCodeTooltip": "Codice monouso dall'email Govee. Cancellato automaticamente dopo un login riuscito."
|
|
35
41
|
}
|