Discussions

Ask a Question
Back to All

colorTemperatureK fails on some devices (Like H6188) without error

I send:

curl --location 'https://openapi.api.govee.com/router/api/v1/device/control'
--header 'Govee-API-Key: key'
--header 'Content-Type: application/json'
--data '{
"requestId": "'''.time().'''",
"payload": {
"sku": "H6188",
"device": "id",
"capability": {
"type": "devices.capabilities.color_setting",
"instance": "colorTemperatureK",
"value": 2500
}
}
}'

I get back:

{
"requestId": "'.time().'",
"msg": "success",
"code": 200,
"capability": {
"type": "devices.capabilities.color_setting",
"instance": "colorTemperatureK",
"state": {
"status": "success"
},
"value": 2500
}
}

But the device does not change from the DIY that it is currently playing.

(As a note, it works fine on H6087)