ioBroker / ioBroker.cloud

Enable access to ioBroker from internet
MIT License
41 stars 27 forks source link

Diverse Google Home Sync Probleme #355

Open maxpd1 opened 1 year ago

maxpd1 commented 1 year ago

Hi,

ich habe mir die Cloud Pro Variante von iobroker gekauft und möchte nun meine Geräte sowie eigene Datenpunkte in Google Home bringen. Cloud 4.3 installiert. Raum und Typ sind an den Attributen gepflegt. Devices mit "Ok Google synchronisiere meine Geräte" gesynct. Und iobroker auch schon wiederholt neu mit Google connected.

Dabei steh ich trotzdem vor folgenden Problemen.

  1. Selbst angelegte Datenpunkte bekomme ich nicht in Google Home. Z.b. dieser hier
{
  "common": {
    "name": "Boy_frisch",
    "desc": "Manuell erzeugt",
    "role": "state",
    "type": "string",
    "read": true,
    "write": true,
    "def": "",
    "smartName": {
      "de": "Boy frisch",
      "ghTraits": [
        "action.devices.traits.Volume"
      ],
      "ghType": "action.devices.types.SCENE",
      "ghAttributes": "{}"
    }
  },
  "type": "state",
  "_id": "0_userdata.0.Boy_frisch",
  "acl": {
    "object": 1636,
    "state": 1636,
    "owner": "system.user.admin",
    "ownerGroup": "system.group.administrator"
  },
  "from": "system.adapter.iot.0",
  "user": "system.user.admin",
  "ts": 1669039856892
}
  1. Ein selbst angelegter Datenpunt taucht tatsächlich in Google Home, aber unter halbem Namen auf Badezeit wird zu "ezeit" im Raum "Bad" Gleiches ist auch mit einem Homematic Gerät passiert. Das Wort "Bad" wird einfach entfernt.
{
  "common": {
    "name": "Badezeit",
    "role": "",
    "type": "boolean",
    "desc": "Manuell erzeugt",
    "read": true,
    "write": true,
    "def": false,
    "smartName": {
      "de": "Badezeit"
    }
  },
  "native": {},
  "acl": {
    "object": 1636,
    "owner": "system.user.admin",
    "ownerGroup": "system.group.administrator",
    "state": 1636
  },
  "_id": "Badezeit",
  "type": "state",
  "from": "system.adapter.admin.0",
  "user": "system.user.admin",
  "ts": 1673011888558
}
  1. Der zuvor angelegte Datenpunkt lässt sich als Taster nicht klicken, obwohl Write = True. Hat damit quasi keine Funktion in Google Home.

  2. Auch automatisch erzeugte Datenpunkte wie z.B. Zigbee Devices, denen ich einen Raum mitgebe, werden nicht in Google Home angezeigt.

image

  1. Die 2 Yeelight Devices tauchen jeweils 5x in Google Home auf.

image

  1. Der Status von Devices stimmt nicht immer. Das Gerät hier wird z.B. immer wieder auf angeschaltet 1% gestellt, obwohl die Lampe aus ist.

image

Vielleicht hat der ein oder andere zu dem ein oder anderen Problem eine Lösung.

Gruß maxpd

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs within the next 7 days. Please check if the issue is still relevant in the most current version of the adapter and tell us. Also check that all relevant details, logs and reproduction steps are included and update them if needed. Thank you for your contributions. Dieses Problem wurde automatisch als veraltet markiert, da es in letzter Zeit keine Aktivitäten gab. Es wird geschlossen, wenn nicht innerhalb der nächsten 7 Tage weitere Aktivitäten stattfinden. Bitte überprüft, ob das Problem auch in der aktuellsten Version des Adapters noch relevant ist, und teilt uns dies mit. Überprüft auch, ob alle relevanten Details, Logs und Reproduktionsschritte enthalten sind bzw. aktualisiert diese. Vielen Dank für Eure Unterstützung.