Discussions
H7160 issues
- The device doesn't report a meaningful value for humidity, just an empty string. It would be nice to report both the temperature and humidify from the paired sensor.
- The night light color and brightness controls are not supported
H6072 segment information mismatch
The number of segments in the size
field doesn't seem to match up to the elementRage
field for either brightness or rgb:
what is the difference between toggle and on_off?
"capabilities": [
{
"type": "devices.capabilities.on_off",
"instance": "powerSwitch",
"parameters": {
"dataType": "ENUM",
"options": [
{
"name": "on",
"value": 1
},
{
"name": "off",
"value": 0
}
]
}
},
{
"type": "devices.capabilities.toggle",
"instance": "gradientToggle",
"parameters": {
"dataType": "ENUM",
"options": [
{
"name": "on",
"value": 1
},
{
"name": "off",
"value": 0
}
]
}
},
Most scenes are no longer being returned from /router/api/v1/device/scenes
This morning hardly any scenes are being returned from this endpoint.
Model H6138
I know that this model is blue tooth only but is there any documentation for communicating with this device?
Feature request: Getting and setting DIY mode
I'm enjoying the new Govee API. I would like to be able to get the available DIY modes for a device, and to set the current DIY mode for a device. Any chance of these features being available soon?
Request [ Improvement ] Device [ H7061 ]
In the application, we can set "gradient colors" (saved in "my colors"), resulting in having two different colors on each light for that device.
Snapshot API Endpoint
Has anybody had luck pulling the snapshots? I'm able to pull dynamic scenes and DIY scenes, but don't see documentation on the end point for snapshots /snapshots is not it lol
What needs to be fixed with the api.
Hi ! A few weeks ago I started the development of a "control paned" for govee products and with the wide vavariety of lightning products I have from govee I have been able to find a few pretty annoying bugs and quirks in the API That needs to be fixed. This is the list:
Trouble getting started
I'd like to write a Python interface to access my Govee devices. I have applied for and received an API key. I have reviewed the API reference, particularly the request example, and written the following code: