Discussions

Ask a Question

Govee LAN API individaul LED control

I see that in the Govee LAN API I can control the color of devices as a whole: <https://app-h5.govee.com/user-manual/wlan-guide> Is it possible to change the color of each LED individually? If so, is there a knowledge base you can link me to with documentation / support? Thanks Steve

HTTP 400 Bad request

I'm trying to hit a basic endpoint to get my Govee devices, but I get a HTTP 400 response. Is it working fine for everyone else? What could be wrong? <br /> I am using Postman to send the request, headers are correct afaik (API, host, content type), the URL is <https://openapi.api.govee.com/router/api/v1/user/devices>.

H5086 off api not working

When trying to use the API to turn off my H5086 smart outlet it will actually turn it on. No matter if I have the value as 0 or 1 for the powerSwitch instance both of the requests will turn it on. When trying with a normal light like H6076 0 will turn off the light and 1 will turn it on, but when I try to do the same thing for H5086 both turn it on. I can provide screen shots from my postman if that would be helpful in figuring out this bug. I bought a 4 pack of the H5086 outlets and all of them have the same problem. I also tried unplugging it and plugging it back in.

H6602 Lan Local

Hello, how can i control my AI Gaming Sync Box local with an api oder nodered. In my App setting i see no LAN option.

405 Method Not Allowed

I am using Postman to try and get the status of an H5103. I have gotten the device through query, and that looks fine. I use the model number and MAC address to get status and I get a 405 Method Not Allowed error. I'm sure this is something simple, but I am a novice to anything html. Does anyone have tiups to steer me in the right direction?

How long to receive API Key?

I recently applied for an API key and after several days still have not received the email with the key. I cannot figure out how to get the key to send. I have double checked my email and it is correct, does it take some time or should I get the email right away?

H6066 Subsegment Control

Hello! I was wondering if there is any way to control individual subsegments (a third of each panel) via the API or is it only possible for each panel?

Do Scenes show up anymore?

I'm trying to query my bulbs (H6008) and even if I set them up on a scene whether it's one of my DIY scenes or a built in scene like "Dusk", I can't retrieve the ID or the name of the current scene. So for full transparency, I'm running the the command on my bulb while it has a DIY scene actively running: <https://openapi.api.govee.com/router/api/v1/device/state> with raw json body: { "requestId": "uuid", "payload": { "sku": "H6008", "device": "16:71:XX:XX:XX:XX:XX:XX" } and it gives me ``` { "requestId": "uuid", "msg": "success", "code": 200, "payload": { "sku": "H6008", "device": "16:71:XX:XX:XX:XX:XX:XX", "capabilities": [ { "type": "devices.capabilities.online", "instance": "online", "state": { "value": true } }, { "type": "devices.capabilities.on_off", "instance": "powerSwitch", "state": { "value": 1 } }, { "type": "devices.capabilities.range", "instance": "brightness", "state": { "value": 98 } }, { "type": "devices.capabilities.color_setting", "instance": "colorRgb", "state": { "value": 12112107 } }, { "type": "devices.capabilities.color_setting", "instance": "colorTemperatureK", "state": { "value": 0 } }, { "type": "devices.capabilities.dynamic_scene", "instance": "lightScene", "state": { "value": "" } }, { "type": "devices.capabilities.dynamic_scene", "instance": "diyScene", "state": { "value": "" } } ] } } ``` I noticed that the brightness/color of the state also doesn't change when I query it several times in a row, so the bulb's state in the request won't match the bulb's real state, because it's running a scene.

H6066 SegmentedColorRGB still not working

Hello, is the SegmentedColor setting for the Hexa Glide Pros still not working? I have read threads from 9 months ago where they were complaining about that, can that please be fixed soon!

Different APIs Confusion

Hello, I started playing around with the Govee API but so far I have come across two (maybe even three) different APIs with different capabilities. Can someone tell me which one to use and link me the right documentation? <br /> Also, I use the Glide Hexa Pro Lights (H6066), do they have support for controlling singular “cubes” or even the three panels of one cube separately? I have read in other threads that it is indeed possible with the segmentedRGB Command but my lights don’t seem to accept the command. If you know how it’s done, can you provide a short code snippet? (Language doesn’t matter) <br /> Thanks for your help!