iobroker.govee-local
v0.4.7
Published
Control Govee devices via local access (no cloud)
Readme

govee-local adapter for ioBroker
Tests:
Control Govee devices via local access (no cloud)
To be able to control govee deivce locally, the feature needs to be explicitely turned on in the settings of the govve application settings as described in their documentation As I currently only have the H6051 lamp, this is the only device I can test with.
For Windows Users: Please go to the settings and make sure you choose the correct network interface, otherwise the adapter will not receive any response from Govee Devices.
Changelog
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/testingto resolve axios, esbuild, and mocha-related CVEs - Added npm overrides for
mochasubdependencies:diff(^8.0.3) andserialize-javascript(^7.0.5) - All npm audit checks now pass with zero vulnerabilities
- Updated
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.

