iobroker.govee-smart 2.0.3 → 2.1.1
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 +72 -45
- 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 +61 -31
- 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 +176 -113
- 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 +81 -18
- 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 +31 -49
- 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 +359 -71
- 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 +85 -143
- 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 +267 -267
- package/build/main.js.map +2 -2
- package/devices.json +229 -229
- package/devices.schema.json +80 -80
- package/io-package.json +92 -76
- 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,17 @@ 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) |
|
|
40
|
+
| Every datapoint, where it lands, what it does | [State tree](https://github.com/krobipd/ioBroker.govee-smart/wiki/State-Tree) | [Datenpunkte](https://github.com/krobipd/ioBroker.govee-smart/wiki/Datenpunkte) |
|
|
38
41
|
| 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
|
|
42
|
+
| 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) |
|
|
43
|
+
| 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) |
|
|
44
|
+
| 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) |
|
|
45
|
+
| 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
46
|
|
|
44
47
|
---
|
|
45
48
|
|
|
@@ -61,19 +64,19 @@ Full user documentation lives in the **[Wiki](https://github.com/krobipd/ioBroke
|
|
|
61
64
|
## Requirements
|
|
62
65
|
|
|
63
66
|
- Node.js >= 20
|
|
64
|
-
- ioBroker js-controller >=
|
|
65
|
-
- ioBroker Admin >= 7.
|
|
67
|
+
- ioBroker js-controller >= 7.0.7
|
|
68
|
+
- ioBroker Admin >= 7.7.22
|
|
66
69
|
- 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
70
|
|
|
68
71
|
---
|
|
69
72
|
|
|
70
73
|
## Credential levels
|
|
71
74
|
|
|
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
|
|
75
|
+
| Level | Credentials | What works |
|
|
76
|
+
| ------------------- | ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
77
|
+
| **LAN only** | none | Lights with LAN mode: power, brightness, color, color temperature, local snapshots |
|
|
78
|
+
| **+ Cloud API key** | API key | + device names, capabilities, scenes, segments, Cloud snapshots, basic groups, sensor and appliance readings, push events for sensors/appliances |
|
|
79
|
+
| **+ Govee account** | email + password | + real-time status push for lights via AWS IoT MQTT, full group control |
|
|
77
80
|
|
|
78
81
|
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
82
|
|
|
@@ -81,21 +84,36 @@ Sensors and appliances always need at least the API key — they have no LAN pro
|
|
|
81
84
|
|
|
82
85
|
## Ports
|
|
83
86
|
|
|
84
|
-
| Port | Protocol | Direction
|
|
85
|
-
|
|
86
|
-
| 4001 | UDP
|
|
87
|
-
| 4002 | UDP
|
|
88
|
-
| 4003 | UDP
|
|
87
|
+
| Port | Protocol | Direction | Purpose |
|
|
88
|
+
| ---- | -------- | ------------------------------------ | -------------------- |
|
|
89
|
+
| 4001 | UDP | Outbound (multicast 239.255.255.250) | LAN device discovery |
|
|
90
|
+
| 4002 | UDP | Inbound | LAN device responses |
|
|
91
|
+
| 4003 | UDP | Outbound | LAN device commands |
|
|
89
92
|
|
|
90
93
|
All ports are fixed by the Govee LAN protocol and cannot be changed.
|
|
91
94
|
|
|
92
95
|
---
|
|
93
96
|
|
|
97
|
+
## Device tiers
|
|
98
|
+
|
|
99
|
+
Each device shows where its model sits in the catalogue under `diag.tier`:
|
|
100
|
+
|
|
101
|
+
| Tier | Meaning |
|
|
102
|
+
| ------------ | ---------------------------------------------------------------------------------------------------------------------------------- |
|
|
103
|
+
| **verified** | Confirmed on real hardware — known per-SKU corrections active. |
|
|
104
|
+
| **reported** | Community-reported, treated as verified. |
|
|
105
|
+
| **seed** | Beta. Known per-SKU corrections only apply when **Enable experimental device support** is on in adapter settings. |
|
|
106
|
+
| **unknown** | The model isn't in the catalogue yet. Press `diag.export` on the device and post the resulting JSON in a GitHub issue so it can be added. |
|
|
107
|
+
|
|
108
|
+
The adapter writes one log line per model on startup if the model is `seed` (without the toggle) or `unknown` — once per startup, not on every reconnect.
|
|
109
|
+
|
|
110
|
+
---
|
|
111
|
+
|
|
94
112
|
## Troubleshooting
|
|
95
113
|
|
|
96
114
|
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.
|
|
97
115
|
|
|
98
|
-
For anything else, press **`
|
|
116
|
+
For anything else, press **`diag.export`** on the affected device, copy the JSON from `diag.result`, and open a [GitHub Issue](https://github.com/krobipd/ioBroker.govee-smart/issues).
|
|
99
117
|
|
|
100
118
|
---
|
|
101
119
|
|
|
@@ -106,33 +124,42 @@ This adapter's MQTT authentication and BLE-over-LAN (ptReal) protocol implementa
|
|
|
106
124
|
---
|
|
107
125
|
|
|
108
126
|
## Changelog
|
|
127
|
+
### 2.1.1 (2026-05-02)
|
|
128
|
+
|
|
129
|
+
- Security fix: in v2.1.0 your saved MQTT login (token + certificate) was accidentally stored unencrypted. Now actually encrypted at rest as intended.
|
|
130
|
+
- Diagnostics datapoints renamed from `info.diagnostics_*` to `diag.export` / `diag.result` / `diag.tier`. Old datapoints are removed on first start — adjust scripts that referenced the old names.
|
|
131
|
+
- The `diag.export` JSON now also shows failed Cloud calls (with status code) and recent log lines for the device, so a single JSON dump is enough for a bug report.
|
|
132
|
+
- 2-Factor verification warning no longer repeats on every reconnect attempt. You'll see it once when Govee actually wants a code, not every minute while the adapter retries.
|
|
133
|
+
- The MQTT connection is no longer dropped every few hours when the access token rotates — refreshed in the background. No more spurious 2FA warning after the adapter has been running a while.
|
|
134
|
+
|
|
135
|
+
### 2.1.0 (2026-05-01)
|
|
136
|
+
|
|
137
|
+
- Govee accounts that require email verification on login can now be used. Adapter settings have a button to request the code, plus a field to paste it.
|
|
138
|
+
- The MQTT login is remembered across restarts, so the verification email is not re-sent on every reboot.
|
|
139
|
+
- Reconnects no longer look like a brand-new login to Govee, which used to trigger a verification email even for already-verified accounts.
|
|
140
|
+
- `info.online` now reflects reality for sensors and appliances. Fixes thermometers (e.g. H5179) staying at offline while their values kept updating.
|
|
141
|
+
- New per-device datapoint shows whether your model is verified, community-reported, beta or unknown. Unknown SKUs get a one-time hint to file a diag.export.
|
|
142
|
+
- Scene / DIY-scene / snapshot dropdowns now appear from the first start instead of waiting for the first Cloud call to come back.
|
|
143
|
+
- The Refresh Cloud Data button reloads the scene / music / DIY libraries again (had been skipped since v1.10.1).
|
|
144
|
+
- Min js-controller `>=7.0.7`, min admin `>=7.7.22`.
|
|
145
|
+
|
|
109
146
|
### 2.0.3 (2026-04-26)
|
|
110
|
-
|
|
147
|
+
|
|
148
|
+
- Min js-controller `>=6.0.11`, admin `>=7.6.20` (correcting an accidental bump in 2.0.2).
|
|
111
149
|
|
|
112
150
|
### 2.0.2 (2026-04-26)
|
|
113
|
-
|
|
114
|
-
-
|
|
115
|
-
-
|
|
116
|
-
- Audit-driven boilerplate sync with the other krobi adapters (`.vscode` json5 schemas, dependabot assignees + github-actions ecosystem, `tsconfig.test` looser test rules).
|
|
117
|
-
- Repo hygiene: ignore `package/` (npm-pack artefact).
|
|
151
|
+
|
|
152
|
+
- Sensor and appliance events (lack-of-water, ice-bucket-full, etc.) now arrive reliably across reconnects. Govee used to treat each reconnect as a new connection and drop the subscription.
|
|
153
|
+
- Min js-controller `>=7.0.23`.
|
|
118
154
|
|
|
119
155
|
### 2.0.1 (2026-04-26)
|
|
120
|
-
|
|
121
|
-
-
|
|
122
|
-
-
|
|
123
|
-
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
- The standalone `iobroker.govee-appliances` adapter is deprecated and rolls into here. Install govee-smart 2.0.0+ and uninstall govee-appliances when convenient.
|
|
128
|
-
- 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.
|
|
129
|
-
- `devices.json` in the repo root tracks 36 SKUs and is the single source of truth for the Wiki and for runtime quirk overrides.
|
|
130
|
-
- New state `info.openapiMqttConnected` for the OpenAPI-MQTT channel; `info.mqttConnected` keeps tracking AWS IoT MQTT for lights.
|
|
131
|
-
|
|
132
|
-
### 1.11.0 (2026-04-25)
|
|
133
|
-
- 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.
|
|
134
|
-
- Duplicate scene names from the cloud are auto-disambiguated with `" (2)"`, `" (3)"` suffixes; reverse-lookup is deterministic.
|
|
135
|
-
- The adapter acks back the canonical key after activation, so the dropdown stays in sync regardless of how the value was written.
|
|
156
|
+
|
|
157
|
+
- Sensor values and events now land under `sensor/` and `events/` (were both under `control/` in v2.0.0). Removes `no existing object` warnings in the log on first start.
|
|
158
|
+
- Snapshots and scenes only attach to lights now — thermometers, heaters and kettles no longer get `snapshot_local` / `snapshot_save` / `snapshot_delete`.
|
|
159
|
+
- The `N experimental device(s) detected` boot-time log line is gone. The hint now fires once per lifetime per SKU, only when that SKU actually shows up.
|
|
160
|
+
- Less info-level log noise on startup (the routine `OpenAPI MQTT connected` line was removed; recovery messages stay).
|
|
161
|
+
|
|
162
|
+
Older entries are in [CHANGELOG_OLD.md](CHANGELOG_OLD.md).
|
|
136
163
|
|
|
137
164
|
## Support
|
|
138
165
|
|
|
@@ -175,4 +202,4 @@ SOFTWARE.
|
|
|
175
202
|
|
|
176
203
|
---
|
|
177
204
|
|
|
178
|
-
|
|
205
|
+
_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
|
}
|