Skip to content

Govee Light

Andreas Harth edited this page Oct 21, 2022 · 6 revisions

https://www.amazon.de/-/en/gp/product/B07CPP5LCP?psc=1

(not available as of Oct 2022)

Minger_H6001_B0AD

https://github.com/Freemanium/govee_btled but needs sudo rights :(

For JavaScript/node.js, npm install govee-led-client (https://www.npmjs.com/package/govee-led-client) looks good.

But requires noble, which in turn requires node: '>=14.14.0', Debian Bookworm has only 12.22.10, unstable/experimental has 14.19.1.

The Govee light seems to require bit-fiddling to create a set of bytes that represent a command (https://github.com/chvolkmann/govee_btled).

Clone this wiki locally