An open API service indexing awesome lists of open source software.

https://github.com/nholthaus/govee-sync

A Govee DreamSync replacement for the H6047 that isn't Chinese spyware
https://github.com/nholthaus/govee-sync

Last synced: 7 months ago
JSON representation

A Govee DreamSync replacement for the H6047 that isn't Chinese spyware

Awesome Lists containing this project

README

          


Govee Logo



Govee Logo

# Govee Sync

A Govee DreamSync replacement for the H6047 that isn't Chinese spyware.

## Build

### Windows

#### Requirements

| Tool | Minimum Version |
|--------------------|-----------------|
| Cmake | 3.22.1 |
| Qt | 6.2.4 |
| Visual Studio 2022 | 17.9.2 |

#### Build

```bash
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release ..

```

---

### Ubuntu 22.04

#### Requirements

| Tool | Minimum Version |
|-------|-----------------|
| Cmake | 3.22.1 |
| Qt | 6.2.4 |
| g++ | 11.4.0 |

## Reference

[Govee LAN API Reference](https://app-h5.govee.com/user-manual/wlan-guide)

[Govee Developer API Reference](https://govee-public.s3.amazonaws.com/developer-docs/GoveeDeveloperAPIReference.pdf)