08-28-2023 11:06 PM
I'm trying to integrate an Aircon unit to our Actions.
As an initial test I am feeding the exact example QUERY and SYNC responses from https://developers.home.google.com/cloud-to-cloud/guides/acunit , the google assistant is responding, but the google home app is only showing the on/off button.
Does anyone know what extra data is needed to get the google home app to draw the proper UI.
This is what the Home Graph Viewer is showing:
{
"currentFanSpeedSetting": "low_key",
"on": false,
"online": true,
"thermostatMode": "heat",
"thermostatTemperatureSetpoint": 25,
"thermostatTemperatureAmbient": 25
}
Answered! Go to the Recommended Answer.
09-01-2023 06:57 PM - edited 09-01-2023 06:58 PM
Hello,
Could you share your SYNC and QUERY response for the setup ? Also, I would recommend opening up this issue on the Public Issue Tracker providing the complete SYNC and QUERY response which you are passing as part of the setup. Also, do provide the screenshot of the Google Home App. All these details will greatly help us in replicating the issue at our end and do a through analysis as to what could be a possible reason for the incorrect UI being shown.
09-01-2023 06:57 PM - edited 09-01-2023 06:58 PM
Hello,
Could you share your SYNC and QUERY response for the setup ? Also, I would recommend opening up this issue on the Public Issue Tracker providing the complete SYNC and QUERY response which you are passing as part of the setup. Also, do provide the screenshot of the Google Home App. All these details will greatly help us in replicating the issue at our end and do a through analysis as to what could be a possible reason for the incorrect UI being shown.
09-07-2023 12:33 AM
I created the issue here: