Simple and minimal Govee Home API client to control Govee smart devices.
- Free software: Apache 2.0 License
- Documentation: https://govee_api.readthedocs.io.
pip install -r requirements_dev.txt
We all love your products but unfortunately there is no public API. Thus, we cannot control the devices we have purchased in our own smart home environments. I have created this library so that I can control my devices easily without the Govee app and to help others doing this. Nobody wants to harm you, your server infrastructure or anything or anybody else. In case you cannot accept my code to be public, please send me an e-mail to [email protected] and I will immediately shut down this repository and will delete all artifacts from PyPi.
- Control Govee IOT smart devices (Bulbs, LED strips)
Device SKU | Approved since |
---|---|
Bulbs | |
-none yet- | |
LED strips | |
H6159 | 1.0.0 |
H6163 | 1.0.0 |
String lights | |
-none yet- |
Please test your own devices with the API and tell me the results! In case something did not work, please provide me the RAW JSON data received via the new device + device update events.
- Bluetooth support
- Detect which device is capable of IOT/MQTT control and which device requires Bluetooth control
- String light support
See docs/usage.rst or testclient.py