Discussions

Ask a Question

colorTemperatureK out of range via iOS app

Hello, I'm trying to use the documentation, especially around colorTemperatureK, however I see that API reference that values should be between 2000 (warm) and 9000 (cold), however after setting up the warm value in iOS app, value is between 10275 (cold) and 53255 (warm). This is an intermittent issue and restarting the app fixes the problem.

Will the H61B5 (RGBIC Strips) make it to the API?

Hi, I was wondering if the H61B5 model will ever be available inside the API?

Not all DIY scenes available?

I have several DIY scenes in the app for my H7033 lights. Some have been saved from the community and some I have created on my own. If I query the API for DIY scenes only 2 are returned. The same two every time, both saved from the community. I can query the API for any of my 4 light strings and only those same two DIY scenes are returned. I can't figure out what is different between the ones that show up and the ones that do not. Can anyone enlighten me?

Wall Light - 7075

Will the new Wall Lights (7075) be available in the API?

Will the Motion Sensors/ other sensors make it to the api?

Hello! I love Govee, they have been my go to for years, in several houses, for many things, I've just now gotten deep into the Smart Home Field, and Govee was a good entry point for new integrations Which leads to my question, will Govee ever add their sensors (i.e. window/door sensor, Motion Sensor, Presence Sensor, Vibration Sensor, etc.) To the api, or is this simply not possible, This would be the perfect chance for Govee to step into the market, and be a great competitor to Aqara or other sensor and light brands, The automation on the govee app, are less than stellar, the refresh rate is a little slow, such as when a door gets closed and opened too quickly, it doesn't recieve the notice, And you can't set things like, (after 5 minutes, if no Motion is detected, turn off the strip lights) or ( if Motion is detected on "Closet Motion sensor" turn on "Outdoor flood light" segment 4) I hope to hear more, and look forward to some form on integration or ability to use outside of govee

Govee Hygrometer H5179 is not listed in device list

<https://developer-api.govee.com/v1/devices> I have a hygrometer added to my account, but the device does not show up when I list devices via the above URL. It's the only device on my account, and so the device list is empty. Is this supposed to work for the hygrometer?

Govee Hygrometer H5179 is not listed in device list

<https://developer-api.govee.com/v1/devices> I have a hygrometer added to my account, but the device does not show up when I list devices via the above URL. It's the only device on my account, and so the device list is empty. Is this supposed to work for the hygrometer?

segmentedColorRgb not working for H6061

I'm currently trying to use the API to change the colour of individual segments of my Glide Hexa Light Panels but despite receiving a 200, the colour does not change. I have had success with changing individual segment brightness. ``` { "requestId": "1", "payload": { "sku": "H6061", "device": "<mac addr>", "capability": { "type": "devices.capabilities.segment_color_setting", "instance": "segmentedColorRgb", "value": { "segment":[2], "rgb":255 } } } } ``` returns ``` { "requestId": "1", "msg": "success", "code": 200, "capability": { "type": "devices.capabilities.segment_color_setting", "instance": "segmentedColorRgb", "state": { "status": "success" }, "value": { "segment": [ 2 ], "rgb": 255 } } } ``` But the light does not change colour! Can this be resolved?

How can I get the reponse like in the documentation about the lights scenes?

In the documentation there is an example response like the one below. What is the request to get this response? { "sku": "H605C", "device": "64:09:C5:32:37:36:2D:13", "category": "devices.types.light", "capabilities": \[ { "type": "devices.capabilities.dynamic_scene", "instance": "lightScene", "parameters": { "dataType": "ENUM", "options": \[ { "name": "Sunrise", "value": 0 }, { "name": "Sunset", "value": 1 }, { "name": "Movie", "value": 4 }, { "name": "Dating", "value": 5 }, { "name": "Romantic", "value": 7 }, { "name": "Flash", "value": 8 }, { "name": "Candle", "value": 9 } ``` ] } }, ] ``` } you

How can get the scene that is already played on the device? (H7020)

I saw some info about how to set a scene. but nothing about how to get the scene that is actually already set?