cancel
Showing results for 
Search instead for 
Did you mean: 

Color State Not Updating in Real-Time on Google Home Control Page

chris63
Community Member

We are currently experiencing an issue with color state feedback. Our application has been successfully linked to Google Home. After we modify the color of the device through our app, we notice that Google Home does not update the color in real-time.

Specifically, when we are on the device control page in the Google Home app, the color does not reflect the updated value. Only after we exit the control page, return to the device list, and then re-enter the control page, does the updated color appear.

Could you please help us understand what is causing this issue?

Screenshot of the control page:

60f30ce95639a452d4502f17.jpg

Here is the device state we reported after modifying the color:
{
"agentUserId": "8e4ab8e5f52545abb0af9e208d0ebc84",
"payload": {
"devices": {
"states": {
"0203f8cf0de246e49614c2a321fa0b67": {
"brightness": 38,
"color": {
"spectrumHsv": {
"saturation": 1.0,
"hue": 120.0,
"value": 1.0
}
},
"online": true,
"on": true
}
}
}
},
"requestId": "cm9ib3Qt-ZGV2aWNlQXR0cg==-8379429336320251"
}

1 Recommended Answer

GoogleDevForum
Solutions Expert
Solutions Expert

Thanks for sharing the issue with color state update. Can you please open an issue tracker (Public Trackers > Smart Home) and share the bug ID here. Provide all the details from above along with the video from the device. I will forward it to internal teams for further investigation.

Screenshot 2025-06-20 at 9.39.54 AM.png

View Recommended Answer in original post

2 REPLIES 2

chris63
Community Member

 

We have discovered another issue related to color temperature feedback.

When we adjust the device’s color temperature via our application, the updated value does not reflect on iOS devices, while it does show on Android devices. However, even on Android, the color temperature only updates after exiting the device list and re-entering the control page—it does not refresh in real time.

Here is the device state report we send after adjusting the color temperature:

 

{ "agentUserId": "8604088730de499ba33cd2cc376f49b7", "payload": { "devices": { "states": { "e9fd8b0901164b73b1bd2f1410f9820c": { "brightness": 100, "color": { "temperatureK": 4000 }, "online": true, "on": true } } } }, "requestId": "cm9ib3Qt-ZGV2aWNlQXR0cg==-8385880033093315" }

Could you please help us understand why the color temperature does not update in real time, especially on iOS?

GoogleDevForum
Solutions Expert
Solutions Expert

Thanks for sharing the issue with color state update. Can you please open an issue tracker (Public Trackers > Smart Home) and share the bug ID here. Provide all the details from above along with the video from the device. I will forward it to internal teams for further investigation.

Screenshot 2025-06-20 at 9.39.54 AM.png