You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am attempting to use this device handler for the Govee H6059 Night Light device which is not listed in the supported devices list.
Based on my investigation, the api calls are the same for H6059 as what is defined in the device handler api calls. But Smartthings briefly shows the color controls when opening the device in the app but then shows a crossed out cloud icon for the color picker options.
I am brand new to device handlers so I'm fumbling my way through the code to understand the SmartThings app side but the API calls that are defined in the handler appear to be correct for H6059 as well. (minus the "colorTem" Cmd but the base color Cmd should work just fine)
Here are the details/capabilities of the device:
Method: GET
URI: https://developer-api.govee.com/v1/devices
Headers: Govee-API-Key: (API Key), Content-Type: application/json
Response:
The power and brightness controls work just fine. I'm continuing to investigate the color picker issue but wanted to share my findings so far since I'm learning smartthings' groovy code as I go.
The text was updated successfully, but these errors were encountered:
I am attempting to use this device handler for the Govee H6059 Night Light device which is not listed in the supported devices list.
Based on my investigation, the api calls are the same for H6059 as what is defined in the device handler api calls. But Smartthings briefly shows the color controls when opening the device in the app but then shows a crossed out cloud icon for the color picker options.
I am brand new to device handlers so I'm fumbling my way through the code to understand the SmartThings app side but the API calls that are defined in the handler appear to be correct for H6059 as well. (minus the "colorTem" Cmd but the base color Cmd should work just fine)
Here are the details/capabilities of the device:
Method: GET
URI: https://developer-api.govee.com/v1/devices
Headers: Govee-API-Key: (API Key), Content-Type: application/json
Response:
Here's a device status poll result:
Method: GET
URI: https://developer-api.govee.com/v1/devices/state
Headers: Govee-API-Key: (API Key), Content-Type: application/json
Params: device: XX:XX:XX:XX:XX:XX:XX:XX, model H6059
Response:
And here is setting a color:
Method: PUT
URI: https://developer-api.govee.com/v1/devices/control
Headers: Govee-API-Key: (API Key), Content-Type: application/json
Body:
Response:
The power and brightness controls work just fine. I'm continuing to investigate the color picker issue but wanted to share my findings so far since I'm learning smartthings' groovy code as I go.
The text was updated successfully, but these errors were encountered: