cancel
Showing results for 
Search instead for 
Did you mean: 

I synced a sensor and the temperature interface kept showing Loading.

orange_atom
Community Member
I reported the trait
"traits": [
"action.devices.traits.HumiditySetting",
"action.devices.traits.EnergyStorage",
"action.devices.traits.TemperatureControl"
],

"attributes": {
"temperatureRange": {
"maxThresholdCelsius": 100.0,
"minThresholdCelsius": -20.0
},
"queryOnlyEnergyStorage": true,
"temperatureUnitForUX": "C",
"queryOnlyHumiditySetting": true,
"humiditySetpointRange": {
"maxPercent": 100,
"minPercent": 0
},
"queryOnlyTemperatureControl": true
},

Qurey intent also responds successfully

"payload": {
"devices": {
"MEGREZIOT0008927-RZRt2xAl-SENSOR": {
"capacityRemaining": {
"unit": "PERCENTAGE",
"rawValue": 0.0
},
"online": true,
"temperatureAmbientCelsius": 25.0,
"humidityAmbientPercent": 0.0,
"status": "SUCCESS"
}
}
}

Ask google nest and he will answer correctly, but the screen will not display

Video_20221201_102402_840.gif

1 Recommended Answer

sipriyadarshi
Solutions Expert
Solutions Expert
  • Can you share the Query Intent which Google sends to you ? Can you check the GCP logging to see if the logs are showing error messages. You can use Request ID to look it up .
  • Google devices rely on several factors to draw the device states in the UI, including query and report state.

View Recommended Answer in original post

2 REPLIES 2

sipriyadarshi
Solutions Expert
Solutions Expert
  • Can you share the Query Intent which Google sends to you ? Can you check the GCP logging to see if the logs are showing error messages. You can use Request ID to look it up .
  • Google devices rely on several factors to draw the device states in the UI, including query and report state.

Sergij2003
Community Member

Sergij2003

Zuza