I'm using the touch control device type REMOTECONTROL for Google's Smart Home Device. In google Home the touch device gui only displays the "ONOFF" button at the center of the screen. Need help in identifying possible errors I have made. Here is the code fragment of the OnSync reply:
agentUserId: USER_ID,
"devices": [
{
"id": "123",
"type": "action.devices.types.REMOTECONTROL",
"traits": [
"action.devices.traits.AppSelector",
"action.devices.traits.InputSelector",
"action.devices.traits.MediaState",
"action.devices.traits.OnOff",
"action.devices.traits.TransportControl",
"action.devices.traits.Channel",
"action.devices.traits.Volume"
],
"name": { .....
Here are some of the facts:
- All the traits are working that I've tried,
- The one touch control showing, the onoff button, on the control does work,
- The project started using the "LAMP" control to test,
- Tried other touch devices, just to see if the GUI changed...it didn't,
- name can change as well as other fields and they all seem to be recognized,
- Utterances seems to work fine, at least on the Google mini,
- This touch control is supposed to be supported according to the https://developers.google.com/assistant/smarthome/guides page (so please don't send me there),
- Tried syncing several times by unlinking control on the phone and relinking,
- Tried to find the rev number of the "Home" app but couldn't find it.
Any suggestions would be appreciated.