Govee local

Steuerung von Govee-Geräten über lokalen Zugriff (keine Cloud)

Aktueller Release
0.5.0
Entwickler
Børge Grunicke
Lizenz
MIT

Govee-Geräte über lokalen Zugriff steuern (keine Cloud)

Um ein GoVee-Gerät lokal steuern zu können, muss die Funktion in den Einstellungen der GoVe-Anwendung explizit aktiviert werden, wie in der Dokumentation beschrieben. Da ich derzeit nur die Lampe H6051 besitze, ist dies das einzige Gerät, mit dem ich testen kann.

Für Windows- Benutzer: Bitte gehen Sie zu den Einstellungen und stellen Sie sicher, dass Sie die richtige Netzwerkschnittstelle auswählen, da der Adapter sonst keine Antwort von Govee-Geräten empfängt.

Changelog

WORK IN PROGRESS

  • add HomeKit-compatible hue and saturation states, and a mired color temperature state
  • update dependencies

0.4.7 (2026-06-02)

  • update dependencies
  • maintenance refactoring

0.4.6 (2026-05-18)

  • Adapter requires node.js >= 22 now

  • Fixed multiple security vulnerabilities in dev dependencies:

    • Updated @iobroker/testing to resolve axios, esbuild, and mocha-related CVEs
    • Added npm overrides for mocha subdependencies: diff (^8.0.3) and serialize-javascript (^7.0.5)
    • All npm audit checks now pass with zero vulnerabilities
  • update dependencies: @types/node (25.5.0), eslint (10.1.0), @alcalzone/release-script (5.1.1), admin (7.6.20)

  • update dependencies: @alcalzone/release-script (5.2.0), @alcalzone/release-script-plugin-iobroker (5.2.0), @alcalzone/release-script-plugin-license (5.2.0), @alcalzone/release-script-plugin-manual-review (5.2.0), @iobroker/eslint-config (2.3.4), @types/node (25.6.2), eslint (10.3.0), prettier (3.8.3), typescript (6.0.3)

0.4.5 (2025-11-16)

  • fix scan mode inconsistency enhance log output behavior

0.4.4 (2025-11-13)

  • add option to run auto discovery once on startup, in interval or completly disable it

0.4.3 (2025-11-11)

  • fix responsive design in the settings
  • revert forbidden characters checking
  • update dependencies

Older entries are available in CHANGELOG_OLD.md.

License

MIT License

Copyright (c) 2025-2026 Børge Grunicke

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.