Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Google Home/Assistant ioBroker einrichten/nutzen

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.3k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.9k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.3k

Google Home/Assistant ioBroker einrichten/nutzen

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
googlegoogle asisstantgoogle homegoogle home minihow-toanleitung
1.2k Beiträge 127 Kommentatoren 404.8k Aufrufe 140 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • BBTownB BBTown

    @tombox sagte in Google Home/Assistant ioBroker einrichten/nutzen:

    @BBTown was sind das für Datenpunkte welche automatisch Zuordnung wäre denn sinnvoll gerade bei Licht im Bezug auf die Helligkeit Einstellung

    In den Datenpunkten der Objekteübersicht sind meines erachtens alle Informationen enthalten die für sinnvolle eine Voreinstellung von "type" unf "trait" benötigt werden.
    Können diese denn nicht "gemappt" werden?

    T Offline
    T Offline
    tombox
    schrieb am zuletzt editiert von
    #181

    @BBTown Hast du noch andere Sachen außer switch und level.dimmer?

    BBTownB 1 Antwort Letzte Antwort
    0
    • T tombox

      @BBTown Hast du noch andere Sachen außer switch und level.dimmer?

      BBTownB Offline
      BBTownB Offline
      BBTown
      schrieb am zuletzt editiert von
      #182

      @tombox sagte in Google Home/Assistant ioBroker einrichten/nutzen:

      @BBTown Hast du noch andere Sachen außer switch und level.dimmer?

      für was genau meinst Du?
      Ich bin gerade nicht sicher ob ich deine Frage richtig einordne?
      Meinst Du zur automatischen Erkennung/Zuordnung?

      ioBroker auf NUC (VM debian v13 (Trixie ), node v22.21.0 npm v10.9.4, js-controller v7.0.7 jsonl/jsonl / HomeMatic CCU-2 (Wired und Funk) / Philips HUE / echo.DOT / Broadlink RM pro / SONOS

      T 1 Antwort Letzte Antwort
      0
      • BBTownB BBTown

        @tombox sagte in Google Home/Assistant ioBroker einrichten/nutzen:

        @BBTown Hast du noch andere Sachen außer switch und level.dimmer?

        für was genau meinst Du?
        Ich bin gerade nicht sicher ob ich deine Frage richtig einordne?
        Meinst Du zur automatischen Erkennung/Zuordnung?

        T Offline
        T Offline
        tombox
        schrieb am zuletzt editiert von tombox
        #183

        @BBTown Ja zb für Licht muss man ja ein onoff switch und brightness dimmer sein bzw bei mehreren Lichtern im Raum muss man dann mal schauen.
        Ein Beispiel wie deine Objekte aussehen per Bild als Nachricht wäre hilfreich.

        BBTownB 2 Antworten Letzte Antwort
        0
        • T tombox

          @BBTown Ja zb für Licht muss man ja ein onoff switch und brightness dimmer sein bzw bei mehreren Lichtern im Raum muss man dann mal schauen.
          Ein Beispiel wie deine Objekte aussehen per Bild als Nachricht wäre hilfreich.

          BBTownB Offline
          BBTownB Offline
          BBTown
          schrieb am zuletzt editiert von
          #184

          @tombox
          ich habe 3 Lampentypen

          1. HomeMatic wired geschaltet (Multiswitch 12/7er Modul)
            dort lautet der Datenpunkt "switch" und mitunter "switch.light" der kann nur OnOff (true/false)
            c444b82b-10fe-4d12-bf1b-1baf1a5db976-grafik.png

          2. HomeMatic wired Dimmer
            dort lautet der Datenpunkt "level.dimmer"
            für diesen Dimmer gibt es keinen separaten Datenpunkt für On/off sondern nur "min 0" und "max 100"
            9de3a66a-33ed-4c0d-8408-8d91ed718bcc-grafik.png

          3. Philips HUE
            Hier gibt es mehrere Datenpunkte die sich teilweise sogar überschneiden (z.B. "bri" und "level")

          Beispiel Color:
          bri - level.dimmer
          ct - level.color.temperature
          hue - level.color.hue
          level - level dimmer
          on - switch
          sat - level color saturation
          b495a470-2e91-4b60-9238-be42d58b7476-grafik.png

          Beispiel - Ambiance White (nur weiß)
          bri - level.dimmer
          ct - level.color.temperature
          level - level dimmer
          on - switch
          fff9de64-cee6-43b7-a2d7-c061e3d9f1b9-grafik.png

          ioBroker auf NUC (VM debian v13 (Trixie ), node v22.21.0 npm v10.9.4, js-controller v7.0.7 jsonl/jsonl / HomeMatic CCU-2 (Wired und Funk) / Philips HUE / echo.DOT / Broadlink RM pro / SONOS

          1 Antwort Letzte Antwort
          0
          • T tombox

            @BBTown Ja zb für Licht muss man ja ein onoff switch und brightness dimmer sein bzw bei mehreren Lichtern im Raum muss man dann mal schauen.
            Ein Beispiel wie deine Objekte aussehen per Bild als Nachricht wäre hilfreich.

            BBTownB Offline
            BBTownB Offline
            BBTown
            schrieb am zuletzt editiert von
            #185

            @tombox
            passt das so oder willst Du etwas ganz anderes sehen?

            Die Frage ist natürlich, in wie weit sind diese speziellen Angaben allgemeingültig.
            Kann das Vorkommen des Begriffes "switch" immer als type = "Switch" mit dem trait = "OnOff" beantwortet werden

            Kommt "level.dimmer" auch bei Non-HomeMatic" dimmbaren Datenpunkten zum Einsatz, dass dies immer mit type = "Light" und "trait" = "Brightness" beantwortet werden kann?

            "level.blind" -> type = "Blind" und trait "open/close"
            "level.temperature" -> type = "Thermostat" und trait ="TemperatureSetting_SetTemp" (??)
            "value.temperature" -> type = "Themostat" und trait = "TemperatureControl_StatusTemp" (??)

            usw.

            ioBroker auf NUC (VM debian v13 (Trixie ), node v22.21.0 npm v10.9.4, js-controller v7.0.7 jsonl/jsonl / HomeMatic CCU-2 (Wired und Funk) / Philips HUE / echo.DOT / Broadlink RM pro / SONOS

            1 Antwort Letzte Antwort
            0
            • T tombox

              @SirDirk neuen pro account könnte helfe. Einfach hier im Forum anschreiben oder ein thread aufmachen.

              SirDirkS Offline
              SirDirkS Offline
              SirDirk
              schrieb am zuletzt editiert von SirDirk
              #186

              @tombox

              Leider komme ich nicht weiter. Ich habe den alten Pro-Account gelöscht und einen neuen angelegt. Den Adapter habe ich gelöscht und neu angelegt und dann eine neue Instanz installiert. Zugangsdaten eingetragen. Instanz neu gestartet und aktiviert. Die Instanz ist grün.

              Allerdings habe ich nun wieder die rotierende Fortschrittsanzeige in "Google Devices" und die untenstehenden Fehlermeldungen im Log.

              Gibt es noch einen Lösungsansatz?

              2774ba44-b009-491d-b690-142e04082605-grafik.png
              7897cbef-54d2-4b8c-a2be-6f9bb144485d-grafik.png

              T coyoteC 2 Antworten Letzte Antwort
              0
              • SirDirkS SirDirk

                @tombox

                Leider komme ich nicht weiter. Ich habe den alten Pro-Account gelöscht und einen neuen angelegt. Den Adapter habe ich gelöscht und neu angelegt und dann eine neue Instanz installiert. Zugangsdaten eingetragen. Instanz neu gestartet und aktiviert. Die Instanz ist grün.

                Allerdings habe ich nun wieder die rotierende Fortschrittsanzeige in "Google Devices" und die untenstehenden Fehlermeldungen im Log.

                Gibt es noch einen Lösungsansatz?

                2774ba44-b009-491d-b690-142e04082605-grafik.png
                7897cbef-54d2-4b8c-a2be-6f9bb144485d-grafik.png

                T Offline
                T Offline
                tombox
                schrieb am zuletzt editiert von
                #187

                @SirDirk Da kann ich nicht helfen das gehört eher hier rein:
                https://forum.iobroker.net/topic/19241/
                Bitte die Zugangsdaten an Apollon77 schicken der kann vielleicht weiterhelfen.

                1 Antwort Letzte Antwort
                0
                • SirDirkS SirDirk

                  @tombox

                  Leider komme ich nicht weiter. Ich habe den alten Pro-Account gelöscht und einen neuen angelegt. Den Adapter habe ich gelöscht und neu angelegt und dann eine neue Instanz installiert. Zugangsdaten eingetragen. Instanz neu gestartet und aktiviert. Die Instanz ist grün.

                  Allerdings habe ich nun wieder die rotierende Fortschrittsanzeige in "Google Devices" und die untenstehenden Fehlermeldungen im Log.

                  Gibt es noch einen Lösungsansatz?

                  2774ba44-b009-491d-b690-142e04082605-grafik.png
                  7897cbef-54d2-4b8c-a2be-6f9bb144485d-grafik.png

                  coyoteC Offline
                  coyoteC Offline
                  coyote
                  Most Active
                  schrieb am zuletzt editiert von
                  #188

                  @SirDirk das Problem hatte ich gestern doch auch mit der Free Lizenz. Ich habe gestern Abend eine Jahreslizenz gekauft, dann war der Fehler weg....

                  SirDirkS 1 Antwort Letzte Antwort
                  0
                  • coyoteC coyote

                    @SirDirk das Problem hatte ich gestern doch auch mit der Free Lizenz. Ich habe gestern Abend eine Jahreslizenz gekauft, dann war der Fehler weg....

                    SirDirkS Offline
                    SirDirkS Offline
                    SirDirk
                    schrieb am zuletzt editiert von
                    #189

                    @coyote Ich will nicht knausern - aber eigentlich wollte ich das erstmal mit der Free ans Laufen bekommen und dann sofort kaufen :-)
                    Welches Paket hast du gekauft?

                    coyoteC T 2 Antworten Letzte Antwort
                    0
                    • SirDirkS SirDirk

                      @coyote Ich will nicht knausern - aber eigentlich wollte ich das erstmal mit der Free ans Laufen bekommen und dann sofort kaufen :-)
                      Welches Paket hast du gekauft?

                      coyoteC Offline
                      coyoteC Offline
                      coyote
                      Most Active
                      schrieb am zuletzt editiert von
                      #190

                      @SirDirk ja dass ging mir nicht anders, gerade weil Google noch am Anfang ist. Aber ich wusste gestern sonst keine Lösung mehr, ich hatte alles versucht ohne Erfolg. Apollon hat gesagt es wäre alles ok. Aber trotzdem bekam ich diese Fehlermeldung, dann habe ich die Assistent Lizenz gekauft und der Fehler war direkt weg und es funktionierte 🤷

                      I SirDirkS 2 Antworten Letzte Antwort
                      0
                      • SirDirkS SirDirk

                        @coyote Ich will nicht knausern - aber eigentlich wollte ich das erstmal mit der Free ans Laufen bekommen und dann sofort kaufen :-)
                        Welches Paket hast du gekauft?

                        T Offline
                        T Offline
                        tombox
                        schrieb am zuletzt editiert von
                        #191

                        @SirDirk Dann gedulde dich noch ein paar Tage bis das Problem gelöst wird.

                        SirDirkS 1 Antwort Letzte Antwort
                        0
                        • coyoteC coyote

                          @SirDirk ja dass ging mir nicht anders, gerade weil Google noch am Anfang ist. Aber ich wusste gestern sonst keine Lösung mehr, ich hatte alles versucht ohne Erfolg. Apollon hat gesagt es wäre alles ok. Aber trotzdem bekam ich diese Fehlermeldung, dann habe ich die Assistent Lizenz gekauft und der Fehler war direkt weg und es funktionierte 🤷

                          I Online
                          I Online
                          intruder7
                          schrieb am zuletzt editiert von
                          #192

                          @coyote
                          Ich hatte es auch gemacht und es läuft immer noch nicht. Scheinbar gibt es auch keine Lösung für mein Problem:worried:

                          1 Antwort Letzte Antwort
                          0
                          • coyoteC coyote

                            @SirDirk ja dass ging mir nicht anders, gerade weil Google noch am Anfang ist. Aber ich wusste gestern sonst keine Lösung mehr, ich hatte alles versucht ohne Erfolg. Apollon hat gesagt es wäre alles ok. Aber trotzdem bekam ich diese Fehlermeldung, dann habe ich die Assistent Lizenz gekauft und der Fehler war direkt weg und es funktionierte 🤷

                            SirDirkS Offline
                            SirDirkS Offline
                            SirDirk
                            schrieb am zuletzt editiert von
                            #193

                            @coyote said in Google Home/Assistant ioBroker einrichten/nutzen:

                            uft und der Fehler war direkt weg und es funktio

                            Kann ich bestätigen. Ich habe jetzt auch eine Lizenz gekauft und es geht. Herlichen Dank nochmal für deinen Hinweis! :-)

                            1 Antwort Letzte Antwort
                            0
                            • T tombox

                              @SirDirk Dann gedulde dich noch ein paar Tage bis das Problem gelöst wird.

                              SirDirkS Offline
                              SirDirkS Offline
                              SirDirk
                              schrieb am zuletzt editiert von
                              #194

                              @tombox Ich habe jetzt auch eine Lizenz gekauft und es geht. Herlichen Dank für deine Bemühungen! Die Tage werde ich mal Tests machen und das Finetuning der Einrichtung durchführen. Dabei werden sicherlich nochmal Fragen auftauchen.

                              Ein Problem habe ich schon jetzt - Änderungen an den Smartnames werden nicht durchgeführt:

                              02cd6d09-c4c1-430e-bd61-9faf70bfc567-grafik.png

                              1 Antwort Letzte Antwort
                              0
                              • T Offline
                                T Offline
                                tombox
                                schrieb am zuletzt editiert von
                                #195

                                Ich habe nochmal eine Testversion veröffentlich einfach mal probieren wie die Erkennung der SmartEnums abläuft

                                I 1 Antwort Letzte Antwort
                                0
                                • T tombox

                                  Ich habe nochmal eine Testversion veröffentlich einfach mal probieren wie die Erkennung der SmartEnums abläuft

                                  I Online
                                  I Online
                                  intruder7
                                  schrieb am zuletzt editiert von
                                  #196

                                  @tombox
                                  habe jetzt mal den iot adapter komplett entfernt und alles was noch auf iot hindeutete per winscp auf dem iobroker server gelöscht. dann deine letzte iot version von github installiert. Jetzt funktioniert alles unter ENUMS. und type und traits kann ich auch einstellen. im Log ist allerdings noch ein Haufen rotes Zeug. und sobald ich versuche ioBroker mit Google Home zu verknüpfen schmiert mir der iot Adapter ab. kannst du auch im Log sehen.

                                  host.ioBroker-rock64	2019-07-31 09:50:20.855	info	Restart adapter system.adapter.iot.0 because enabled
                                  host.ioBroker-rock64	2019-07-31 09:50:20.855	error	instance system.adapter.iot.0 terminated with code 0 (OK)
                                  host.ioBroker-rock64	2019-07-31 09:50:20.854	error	Caught by controller[0]: at MqttClient.<anonymous> (/opt/iobroker/node_modules/iobroker.iot/node_modules/aws-iot-device-sdk/device/index.js:817:12)
                                  host.ioBroker-rock64	2019-07-31 09:50:20.854	error	Caught by controller[0]: at DeviceClient.emit (events.js:198:13)
                                  host.ioBroker-rock64	2019-07-31 09:50:20.854	error	Caught by controller[0]: at DeviceClient.device.on (/opt/iobroker/node_modules/iobroker.iot/main.js:749:21)
                                  host.ioBroker-rock64	2019-07-31 09:50:20.854	error	Caught by controller[0]: at processMessage (/opt/iobroker/node_modules/iobroker.iot/main.js:625:34)
                                  host.ioBroker-rock64	2019-07-31 09:50:20.854	error	Caught by controller[0]: at GoogleHome.process (/opt/iobroker/node_modules/iobroker.iot/lib/GoogleHome.js:1428:24)
                                  host.ioBroker-rock64	2019-07-31 09:50:20.853	error	Caught by controller[0]: at Array.find (<anonymous>)
                                  host.ioBroker-rock64	2019-07-31 09:50:20.853	error	Caught by controller[0]: at request.inputs.find.input (/opt/iobroker/node_modules/iobroker.iot/lib/GoogleHome.js:1465:35)
                                  host.ioBroker-rock64	2019-07-31 09:50:20.853	error	Caught by controller[0]: at GoogleHome.sync (/opt/iobroker/node_modules/iobroker.iot/lib/GoogleHome.js:1144:60)
                                  host.ioBroker-rock64	2019-07-31 09:50:20.853	error	Caught by controller[0]: at Array.map (<anonymous>)
                                  host.ioBroker-rock64	2019-07-31 09:50:20.852	error	Caught by controller[0]: at Object.keys.map.id (/opt/iobroker/node_modules/iobroker.iot/lib/GoogleHome.js:1146:48)
                                  host.ioBroker-rock64	2019-07-31 09:50:20.852	error	Caught by controller[0]: TypeError: Cannot read property 'name' of undefined
                                  iot.0	2019-07-31 09:50:20.699	error	TypeError: Cannot read property 'name' of undefined at Object.keys.map.id (/opt/iobroker/node_modules/iobroker.iot/lib/GoogleHome.js:1146:48) at Array.map (<anonymous>) at GoogleHome.sync
                                  iot.0	2019-07-31 09:50:20.698	error	uncaught exception: Cannot read property 'name' of undefined
                                  iot.0	2019-07-31 09:50:20.698	debug	[GHOME] Received action.devices.SYNC
                                  iot.0	2019-07-31 09:50:20.698	debug	Data: "{\"inputs\":[{\"intent\":\"action.devices.SYNC\"}],\"requestId\":\"16966079708374439940\"}"
                                  iot.0	2019-07-31 09:50:20.692	debug	Request command/intruder_475_gmail_com/ghome
                                  host.ioBroker2-rock64	2019-07-31 09:50:04.029	info	instance system.adapter.dwd.0 terminated with code 0 (OK)
                                  host.ioBroker2-rock64	2019-07-31 09:50:00.033	info	instance system.adapter.dwd.0 started with pid 16826
                                  iot.0	2019-07-31 09:49:54.742	debug	sendTo "browseGH" to system.adapter.admin.0 from system.adapter.iot.0
                                  iot.0	2019-07-31 09:49:54.742	debug	[GHOME] Subscribe done
                                  iot.0	2019-07-31 09:49:54.704	debug	[GHOME] Subscribe 3 states for google home
                                  iot.0	2019-07-31 09:49:54.701	debug	[GHOME] CHECK URL reported: "{\"result\":\"OK\"}"
                                  iot.0	2019-07-31 09:49:54.487	debug	[GHOME] hm-rpc.2.0007D8A9954FA5.1 => undefined
                                  iot.0	2019-07-31 09:49:54.487	debug	[GHOME] hm-rpc.2.0007D8A9954FBA.1 => undefined
                                  iot.0	2019-07-31 09:49:54.487	debug	[GHOME] hm-rpc.2.0001D70994EB6E.6 => undefined
                                  iot.0	2019-07-31 09:49:54.486	debug	[GHOME] hm-rpc.2.0001D3C99C5528.6 => undefined
                                  iot.0	2019-07-31 09:49:54.486	debug	[GHOME] hm-rpc.2.0001D3C99C5528.3 => action.devices.types.OUTLET
                                  iot.0	2019-07-31 09:49:54.486	debug	[GHOME] hm-rpc.2.0001D70990107A.3 => action.devices.types.OUTLET
                                  iot.0	2019-07-31 09:49:54.486	debug	[GHOME] hm-rpc.2.000895699E6941.2.STATE => action.devices.types.LIGHT
                                  iot.0	2019-07-31 09:49:54.486	error	[GHOME] Cannot process "hm-rpc.2.0007D8A9954FA5.1": TypeError: this.converter[control.type] is not a function
                                  iot.0	2019-07-31 09:49:54.486	debug	Process: hm-rpc.2.0007D8A9954FA5.1 Wohnzimmer Fensterkontakte
                                  iot.0	2019-07-31 09:49:54.486	error	[GHOME] Cannot process "hm-rpc.2.0007D8A9954FBA.1": TypeError: this.converter[control.type] is not a function
                                  iot.0	2019-07-31 09:49:54.486	debug	Process: hm-rpc.2.0007D8A9954FBA.1 Wohnzimmer Fensterkontakte
                                  iot.0	2019-07-31 09:49:54.485	debug	Process enum.functions.Fensterkontakte
                                  iot.0	2019-07-31 09:49:54.485	debug	Process: hm-rpc.2.0001D70994EB6E.3 Wohnzimmer Licht
                                  iot.0	2019-07-31 09:49:54.485	debug	Process: hm-rpc.2.000858A994B039.4 Wohnzimmer Licht
                                  iot.0	2019-07-31 09:49:54.485	debug	Process: hm-rpc.2.000E17098FA1E9.2 Wohnzimmer Licht
                                  iot.0	2019-07-31 09:49:54.485	debug	Process: hm-rpc.1.JPSw1CT003.1 Wohnzimmer Licht
                                  iot.0	2019-07-31 09:49:54.485	debug	Process: hm-rpc.1.JPSw1CT002.1 Wohnzimmer Licht
                                  iot.0	2019-07-31 09:49:54.485	error	undefined
                                  iot.0	2019-07-31 09:49:54.484	error	Cannot process javascript.0.Status.Lichter.WZ.Weihnachten.STATE
                                  iot.0	2019-07-31 09:49:54.484	debug	Process: javascript.0.Status.Lichter.WZ.Weihnachten.STATE Wohnzimmer Licht
                                  iot.0	2019-07-31 09:49:54.484	debug	Process: hm-rpc.1.JPSw1CT001.1 Wohnzimmer Licht
                                  iot.0	2019-07-31 09:49:54.484	debug	Process: javascript.0.Status.Lichter.WZ.Vitrine.STATE Wohnzimmer Licht
                                  iot.0	2019-07-31 09:49:54.483	error	undefined
                                  iot.0	2019-07-31 09:49:54.483	error	Cannot process javascript.0.Status.Lichter.WZ.Vitrine.Status
                                  iot.0	2019-07-31 09:49:54.483	debug	Process: javascript.0.Status.Lichter.WZ.Vitrine.Status Wohnzimmer Licht
                                  iot.0	2019-07-31 09:49:54.482	debug	Process: hm-rpc.2.000E17098F9E9B.2 Wohnzimmer Licht
                                  iot.0	2019-07-31 09:49:54.482	debug	Process enum.functions.Licht
                                  iot.0	2019-07-31 09:49:54.482	error	[GHOME] Cannot process "hm-rpc.2.0001D70994EB6E.6": TypeError: this.converter[control.type] is not a function
                                  iot.0	2019-07-31 09:49:54.482	debug	Process: hm-rpc.2.0001D70994EB6E.6 Wohnzimmer Technik
                                  iot.0	2019-07-31 09:49:54.481	error	[GHOME] Cannot process "hm-rpc.2.0001D3C99C5528.6": TypeError: this.converter[control.type] is not a function
                                  iot.0	2019-07-31 09:49:54.481	debug	Process: hm-rpc.2.0001D3C99C5528.6 Wohnzimmer Technik
                                  iot.0	2019-07-31 09:49:54.481	error	[GHOME] Cannot process "hm-rpc.2.0001D3C99C5528.3": TypeError: this.converter[control.type] is not a function
                                  iot.0	2019-07-31 09:49:54.480	debug	[GHOME] Created Google HOME device: Wohnzimmersteckdose - socket - hm-rpc.2.0001D3C99C5528.3
                                  iot.0	2019-07-31 09:49:54.480	debug	Process: hm-rpc.2.0001D3C99C5528.3 Wohnzimmer Technik
                                  iot.0	2019-07-31 09:49:54.480	error	[GHOME] Cannot process "hm-rpc.2.0001D70990107A.3": TypeError: this.converter[control.type] is not a function
                                  iot.0	2019-07-31 09:49:54.480	debug	[GHOME] Created Google HOME device: Wohnzimmersteckdose - socket - hm-rpc.2.0001D70990107A.3
                                  iot.0	2019-07-31 09:49:54.480	debug	Process: hm-rpc.2.0001D70990107A.3 Wohnzimmer Technik
                                  iot.0	2019-07-31 09:49:54.479	debug	Process enum.functions.Technik
                                  iot.0	2019-07-31 09:49:54.479	debug	Start smartenum processing
                                  iot.0	2019-07-31 09:49:54.479	debug	{"traits":["action.devices.traits.OnOff"],"customData":{"set_on":"hm-rpc.2.000895699E6941.2.STATE","get_on":"hm-rpc.2.000895699E6941.2.STATE"},"type":"action.devices.types.LIGHT","displayTraits":["act
                                  iot.0	2019-07-31 09:49:54.478	debug	Process: hm-rpc.2.000895699E6941.2.STATE
                                  iot.0	2019-07-31 09:49:54.478	debug	Process: hm-rpc.2.000A97099C2112.1.ACTUAL_TEMPERATURE
                                  iot.0	2019-07-31 09:49:54.476	debug	Start non smart enum processing
                                  iot.0	2019-07-31 09:49:50.290	debug	[GHOME] Unsubscribe done
                                  iot.0	2019-07-31 09:49:50.257	debug	[GHOME] Unsubscribe 3 states for google home
                                  iot.0	2019-07-31 09:49:50.257	info	Request google home devices
                                  iot.0	2019-07-31 09:49:19.024	debug	[GHOME] Subscribe done
                                  iot.0	2019-07-31 09:49:18.848	debug	[GHOME] Subscribe done
                                  iot.0	2019-07-31 09:49:18.338	debug	[GHOME] Subscribe 3 states for google home
                                  iot.0	2019-07-31 09:49:18.338	debug	[GHOME] CHECK URL reported: "{\"result\":\"OK\"}"
                                  iot.0	2019-07-31 09:49:18.338	debug	[GHOME] Subscribe 3 states for google home
                                  iot.0	2019-07-31 09:49:18.335	debug	[GHOME] CHECK URL reported: "{\"result\":\"OK\"}"
                                  iot.0	2019-07-31 09:49:18.068	info	Connection changed: connect
                                  iot.0	2019-07-31 09:49:17.952	debug	[GHOME] hm-rpc.2.0007D8A9954FA5.1 => undefined
                                  iot.0	2019-07-31 09:49:17.951	debug	[GHOME] hm-rpc.2.0007D8A9954FBA.1 => undefined
                                  iot.0	2019-07-31 09:49:17.951	debug	[GHOME] hm-rpc.2.0001D70994EB6E.6 => undefined
                                  iot.0	2019-07-31 09:49:17.951	debug	[GHOME] hm-rpc.2.0001D3C99C5528.6 => undefined
                                  iot.0	2019-07-31 09:49:17.951	debug	[GHOME] hm-rpc.2.0001D3C99C5528.3 => action.devices.types.OUTLET
                                  iot.0	2019-07-31 09:49:17.951	debug	[GHOME] hm-rpc.2.0001D70990107A.3 => action.devices.types.OUTLET
                                  iot.0	2019-07-31 09:49:17.951	debug	[GHOME] hm-rpc.2.000895699E6941.2.STATE => action.devices.types.LIGHT
                                  iot.0	2019-07-31 09:49:17.951	error	[GHOME] Cannot process "hm-rpc.2.0007D8A9954FA5.1": TypeError: this.converter[control.type] is not a function
                                  iot.0	2019-07-31 09:49:17.951	debug	Process: hm-rpc.2.0007D8A9954FA5.1 Wohnzimmer Fensterkontakte
                                  iot.0	2019-07-31 09:49:17.951	error	[GHOME] Cannot process "hm-rpc.2.0007D8A9954FBA.1": TypeError: this.converter[control.type] is not a function
                                  iot.0	2019-07-31 09:49:17.950	debug	Process: hm-rpc.2.0007D8A9954FBA.1 Wohnzimmer Fensterkontakte
                                  iot.0	2019-07-31 09:49:17.950	debug	Process enum.functions.Fensterkontakte
                                  iot.0	2019-07-31 09:49:17.950	debug	Process: hm-rpc.2.0001D70994EB6E.3 Wohnzimmer Licht
                                  iot.0	2019-07-31 09:49:17.950	debug	Process: hm-rpc.2.000858A994B039.4 Wohnzimmer Licht
                                  iot.0	2019-07-31 09:49:17.950	debug	Process: hm-rpc.2.000E17098FA1E9.2 Wohnzimmer Licht
                                  iot.0	2019-07-31 09:49:17.950	debug	Process: hm-rpc.1.JPSw1CT003.1 Wohnzimmer Licht
                                  iot.0	2019-07-31 09:49:17.950	debug	Process: hm-rpc.1.JPSw1CT002.1 Wohnzimmer Licht
                                  iot.0	2019-07-31 09:49:17.950	error	undefined
                                  iot.0	2019-07-31 09:49:17.949	error	Cannot process javascript.0.Status.Lichter.WZ.Weihnachten.STATE
                                  iot.0	2019-07-31 09:49:17.949	debug	Process: javascript.0.Status.Lichter.WZ.Weihnachten.STATE Wohnzimmer Licht
                                  iot.0	2019-07-31 09:49:17.949	debug	Process: hm-rpc.1.JPSw1CT001.1 Wohnzimmer Licht
                                  iot.0	2019-07-31 09:49:17.949	debug	Process: javascript.0.Status.Lichter.WZ.Vitrine.STATE Wohnzimmer Licht
                                  iot.0	2019-07-31 09:49:17.949	error	undefined
                                  iot.0	2019-07-31 09:49:17.949	error	Cannot process javascript.0.Status.Lichter.WZ.Vitrine.Status
                                  iot.0	2019-07-31 09:49:17.948	debug	Process: javascript.0.Status.Lichter.WZ.Vitrine.Status Wohnzimmer Licht
                                  iot.0	2019-07-31 09:49:17.948	debug	Process: hm-rpc.2.000E17098F9E9B.2 Wohnzimmer Licht
                                  iot.0	2019-07-31 09:49:17.948	debug	Process enum.functions.Licht
                                  iot.0	2019-07-31 09:49:17.948	error	[GHOME] Cannot process "hm-rpc.2.0001D70994EB6E.6": TypeError: this.converter[control.type] is not a function
                                  iot.0	2019-07-31 09:49:17.948	debug	Process: hm-rpc.2.0001D70994EB6E.6 Wohnzimmer Technik
                                  iot.0	2019-07-31 09:49:17.948	error	[GHOME] Cannot process "hm-rpc.2.0001D3C99C5528.6": TypeError: this.converter[control.type] is not a function
                                  iot.0	2019-07-31 09:49:17.947	debug	Process: hm-rpc.2.0001D3C99C5528.6 Wohnzimmer Technik
                                  iot.0	2019-07-31 09:49:17.947	error	[GHOME] Cannot process "hm-rpc.2.0001D3C99C5528.3": TypeError: this.converter[control.type] is not a function
                                  iot.0	2019-07-31 09:49:17.947	debug	[GHOME] Created Google HOME device: Wohnzimmersteckdose - socket - hm-rpc.2.0001D3C99C5528.3
                                  iot.0	2019-07-31 09:49:17.947	debug	Process: hm-rpc.2.0001D3C99C5528.3 Wohnzimmer Technik
                                  iot.0	2019-07-31 09:49:17.946	error	[GHOME] Cannot process "hm-rpc.2.0001D70990107A.3": TypeError: this.converter[control.type] is not a function
                                  iot.0	2019-07-31 09:49:17.946	debug	[GHOME] Created Google HOME device: Wohnzimmersteckdose - socket - hm-rpc.2.0001D70990107A.3
                                  iot.0	2019-07-31 09:49:17.946	debug	Process: hm-rpc.2.0001D70990107A.3 Wohnzimmer Technik
                                  iot.0	2019-07-31 09:49:17.946	debug	Process enum.functions.Technik
                                  iot.0	2019-07-31 09:49:17.945	debug	Start smartenum processing
                                  iot.0	2019-07-31 09:49:17.945	debug	{"traits":["action.devices.traits.OnOff"],"customData":{"set_on":"hm-rpc.2.000895699E6941.2.STATE","get_on":"hm-rpc.2.000895699E6941.2.STATE"},"type":"action.devices.types.LIGHT","displayTraits":["act
                                  iot.0	2019-07-31 09:49:17.945	debug	Process: hm-rpc.2.000895699E6941.2.STATE
                                  iot.0	2019-07-31 09:49:17.944	debug	Process: hm-rpc.2.000A97099C2112.1.ACTUAL_TEMPERATURE
                                  iot.0	2019-07-31 09:49:17.942	debug	Start non smart enum processing
                                  iot.0	2019-07-31 09:49:17.387	debug	[GHOME] hm-rpc.2.0007D8A9954FA5.1 => undefined
                                  iot.0	2019-07-31 09:49:17.387	debug	[GHOME] hm-rpc.2.0007D8A9954FBA.1 => undefined
                                  iot.0	2019-07-31 09:49:17.387	debug	[GHOME] hm-rpc.2.0001D70994EB6E.6 => undefined
                                  iot.0	2019-07-31 09:49:17.386	debug	[GHOME] hm-rpc.2.0001D3C99C5528.6 => undefined
                                  iot.0	2019-07-31 09:49:17.386	debug	[GHOME] hm-rpc.2.0001D3C99C5528.3 => action.devices.types.OUTLET
                                  iot.0	2019-07-31 09:49:17.386	debug	[GHOME] hm-rpc.2.0001D70990107A.3 => action.devices.types.OUTLET
                                  iot.0	2019-07-31 09:49:17.386	debug	[GHOME] hm-rpc.2.000895699E6941.2.STATE => action.devices.types.LIGHT
                                  iot.0	2019-07-31 09:49:17.386	error	[GHOME] Cannot process "hm-rpc.2.0007D8A9954FA5.1": TypeError: this.converter[control.type] is not a function
                                  iot.0	2019-07-31 09:49:17.386	debug	Process: hm-rpc.2.0007D8A9954FA5.1 Wohnzimmer Fensterkontakte
                                  iot.0	2019-07-31 09:49:17.386	error	[GHOME] Cannot process "hm-rpc.2.0007D8A9954FBA.1": TypeError: this.converter[control.type] is not a function
                                  iot.0	2019-07-31 09:49:17.386	debug	Process: hm-rpc.2.0007D8A9954FBA.1 Wohnzimmer Fensterkontakte
                                  iot.0	2019-07-31 09:49:17.386	debug	Process enum.functions.Fensterkontakte
                                  iot.0	2019-07-31 09:49:17.385	debug	Process: hm-rpc.2.0001D70994EB6E.3 Wohnzimmer Licht
                                  iot.0	2019-07-31 09:49:17.385	debug	Process: hm-rpc.2.000858A994B039.4 Wohnzimmer Licht
                                  iot.0	2019-07-31 09:49:17.385	debug	Process: hm-rpc.2.000E17098FA1E9.2 Wohnzimmer Licht
                                  iot.0	2019-07-31 09:49:17.385	debug	Process: hm-rpc.1.JPSw1CT003.1 Wohnzimmer Licht
                                  iot.0	2019-07-31 09:49:17.385	debug	Process: hm-rpc.1.JPSw1CT002.1 Wohnzimmer Licht
                                  iot.0	2019-07-31 09:49:17.385	error	undefined
                                  iot.0	2019-07-31 09:49:17.385	error	Cannot process javascript.0.Status.Lichter.WZ.Weihnachten.STATE
                                  iot.0	2019-07-31 09:49:17.384	debug	Process: javascript.0.Status.Lichter.WZ.Weihnachten.STATE Wohnzimmer Licht
                                  iot.0	2019-07-31 09:49:17.384	debug	Process: hm-rpc.1.JPSw1CT001.1 Wohnzimmer Licht
                                  iot.0	2019-07-31 09:49:17.384	debug	Process: javascript.0.Status.Lichter.WZ.Vitrine.STATE Wohnzimmer Licht
                                  iot.0	2019-07-31 09:49:17.384	error	undefined
                                  iot.0	2019-07-31 09:49:17.384	error	Cannot process javascript.0.Status.Lichter.WZ.Vitrine.Status
                                  iot.0	2019-07-31 09:49:17.384	debug	Process: javascript.0.Status.Lichter.WZ.Vitrine.Status Wohnzimmer Licht
                                  iot.0	2019-07-31 09:49:17.384	debug	Process: hm-rpc.2.000E17098F9E9B.2 Wohnzimmer Licht
                                  iot.0	2019-07-31 09:49:17.384	debug	Process enum.functions.Licht
                                  iot.0	2019-07-31 09:49:17.383	error	[GHOME] Cannot process "hm-rpc.2.0001D70994EB6E.6": TypeError: this.converter[control.type] is not a function
                                  iot.0	2019-07-31 09:49:17.383	debug	Process: hm-rpc.2.0001D70994EB6E.6 Wohnzimmer Technik
                                  iot.0	2019-07-31 09:49:17.383	error	[GHOME] Cannot process "hm-rpc.2.0001D3C99C5528.6": TypeError: this.converter[control.type] is not a function
                                  iot.0	2019-07-31 09:49:17.383	debug	Process: hm-rpc.2.0001D3C99C5528.6 Wohnzimmer Technik
                                  iot.0	2019-07-31 09:49:17.383	error	[GHOME] Cannot process "hm-rpc.2.0001D3C99C5528.3": TypeError: this.converter[control.type] is not a function
                                  iot.0	2019-07-31 09:49:17.382	debug	[GHOME] Created Google HOME device: Wohnzimmersteckdose - socket - hm-rpc.2.0001D3C99C5528.3
                                  iot.0	2019-07-31 09:49:17.382	debug	Process: hm-rpc.2.0001D3C99C5528.3 Wohnzimmer Technik
                                  iot.0	2019-07-31 09:49:17.382	error	[GHOME] Cannot process "hm-rpc.2.0001D70990107A.3": TypeError: this.converter[control.type] is not a function
                                  iot.0	2019-07-31 09:49:17.382	debug	[GHOME] Created Google HOME device: Wohnzimmersteckdose - socket - hm-rpc.2.0001D70990107A.3
                                  iot.0	2019-07-31 09:49:17.381	debug	Process: hm-rpc.2.0001D70990107A.3 Wohnzimmer Technik
                                  iot.0	2019-07-31 09:49:17.381	debug	Process enum.functions.Technik
                                  iot.0	2019-07-31 09:49:17.381	debug	Start smartenum processing
                                  iot.0	2019-07-31 09:49:17.380	debug	{"traits":["action.devices.traits.OnOff"],"customData":{"set_on":"hm-rpc.2.000895699E6941.2.STATE","get_on":"hm-rpc.2.000895699E6941.2.STATE"},"type":"action.devices.types.LIGHT","displayTraits":["act
                                  iot.0	2019-07-31 09:49:17.380	debug	Process: hm-rpc.2.000895699E6941.2.STATE
                                  iot.0	2019-07-31 09:49:17.380	debug	Process: hm-rpc.2.000A97099C2112.1.ACTUAL_TEMPERATURE
                                  iot.0	2019-07-31 09:49:17.377	debug	Start non smart enum processing
                                  iot.0	2019-07-31 09:49:16.258	debug	URL key is {"key":"e5ce3af0-b359-11e9-be4c-a322efc58ced"}, clientId: intruder_475_gmail_com
                                  iot.0	2019-07-31 09:49:09.644	debug	[GHOME] Unsubscribe done
                                  iot.0	2019-07-31 09:49:09.644	debug	[GHOME] Unsubscribe 0 states for google home
                                  iot.0	2019-07-31 09:49:09.644	debug	[GHOME] Unsubscribe done
                                  iot.0	2019-07-31 09:49:09.643	debug	[GHOME] Unsubscribe 0 states for google home
                                  iot.0	2019-07-31 09:49:09.326	info	Connecting with a18wym7vjdl22g.iot.eu-west-1.amazonaws.com
                                  iot.0	2019-07-31 09:49:09.326	info	starting. Version 1.0.2 in /opt/iobroker/node_modules/iobroker.iot, node: v10.16.0
                                  host.ioBroker2-rock64	2019-07-31 09:49:06.833	info	object change system.adapter.iot.0
                                  host.ioBroker-rock64	2019-07-31 09:49:06.829	info	instance system.adapter.iot.0 started with pid 5905
                                  host.ioBroker-rock64	2019-07-31 09:49:06.828	info	object change system.adapter.iot.0
                                  
                                  T 1 Antwort Letzte Antwort
                                  0
                                  • I intruder7

                                    @tombox
                                    habe jetzt mal den iot adapter komplett entfernt und alles was noch auf iot hindeutete per winscp auf dem iobroker server gelöscht. dann deine letzte iot version von github installiert. Jetzt funktioniert alles unter ENUMS. und type und traits kann ich auch einstellen. im Log ist allerdings noch ein Haufen rotes Zeug. und sobald ich versuche ioBroker mit Google Home zu verknüpfen schmiert mir der iot Adapter ab. kannst du auch im Log sehen.

                                    host.ioBroker-rock64	2019-07-31 09:50:20.855	info	Restart adapter system.adapter.iot.0 because enabled
                                    host.ioBroker-rock64	2019-07-31 09:50:20.855	error	instance system.adapter.iot.0 terminated with code 0 (OK)
                                    host.ioBroker-rock64	2019-07-31 09:50:20.854	error	Caught by controller[0]: at MqttClient.<anonymous> (/opt/iobroker/node_modules/iobroker.iot/node_modules/aws-iot-device-sdk/device/index.js:817:12)
                                    host.ioBroker-rock64	2019-07-31 09:50:20.854	error	Caught by controller[0]: at DeviceClient.emit (events.js:198:13)
                                    host.ioBroker-rock64	2019-07-31 09:50:20.854	error	Caught by controller[0]: at DeviceClient.device.on (/opt/iobroker/node_modules/iobroker.iot/main.js:749:21)
                                    host.ioBroker-rock64	2019-07-31 09:50:20.854	error	Caught by controller[0]: at processMessage (/opt/iobroker/node_modules/iobroker.iot/main.js:625:34)
                                    host.ioBroker-rock64	2019-07-31 09:50:20.854	error	Caught by controller[0]: at GoogleHome.process (/opt/iobroker/node_modules/iobroker.iot/lib/GoogleHome.js:1428:24)
                                    host.ioBroker-rock64	2019-07-31 09:50:20.853	error	Caught by controller[0]: at Array.find (<anonymous>)
                                    host.ioBroker-rock64	2019-07-31 09:50:20.853	error	Caught by controller[0]: at request.inputs.find.input (/opt/iobroker/node_modules/iobroker.iot/lib/GoogleHome.js:1465:35)
                                    host.ioBroker-rock64	2019-07-31 09:50:20.853	error	Caught by controller[0]: at GoogleHome.sync (/opt/iobroker/node_modules/iobroker.iot/lib/GoogleHome.js:1144:60)
                                    host.ioBroker-rock64	2019-07-31 09:50:20.853	error	Caught by controller[0]: at Array.map (<anonymous>)
                                    host.ioBroker-rock64	2019-07-31 09:50:20.852	error	Caught by controller[0]: at Object.keys.map.id (/opt/iobroker/node_modules/iobroker.iot/lib/GoogleHome.js:1146:48)
                                    host.ioBroker-rock64	2019-07-31 09:50:20.852	error	Caught by controller[0]: TypeError: Cannot read property 'name' of undefined
                                    iot.0	2019-07-31 09:50:20.699	error	TypeError: Cannot read property 'name' of undefined at Object.keys.map.id (/opt/iobroker/node_modules/iobroker.iot/lib/GoogleHome.js:1146:48) at Array.map (<anonymous>) at GoogleHome.sync
                                    iot.0	2019-07-31 09:50:20.698	error	uncaught exception: Cannot read property 'name' of undefined
                                    iot.0	2019-07-31 09:50:20.698	debug	[GHOME] Received action.devices.SYNC
                                    iot.0	2019-07-31 09:50:20.698	debug	Data: "{\"inputs\":[{\"intent\":\"action.devices.SYNC\"}],\"requestId\":\"16966079708374439940\"}"
                                    iot.0	2019-07-31 09:50:20.692	debug	Request command/intruder_475_gmail_com/ghome
                                    host.ioBroker2-rock64	2019-07-31 09:50:04.029	info	instance system.adapter.dwd.0 terminated with code 0 (OK)
                                    host.ioBroker2-rock64	2019-07-31 09:50:00.033	info	instance system.adapter.dwd.0 started with pid 16826
                                    iot.0	2019-07-31 09:49:54.742	debug	sendTo "browseGH" to system.adapter.admin.0 from system.adapter.iot.0
                                    iot.0	2019-07-31 09:49:54.742	debug	[GHOME] Subscribe done
                                    iot.0	2019-07-31 09:49:54.704	debug	[GHOME] Subscribe 3 states for google home
                                    iot.0	2019-07-31 09:49:54.701	debug	[GHOME] CHECK URL reported: "{\"result\":\"OK\"}"
                                    iot.0	2019-07-31 09:49:54.487	debug	[GHOME] hm-rpc.2.0007D8A9954FA5.1 => undefined
                                    iot.0	2019-07-31 09:49:54.487	debug	[GHOME] hm-rpc.2.0007D8A9954FBA.1 => undefined
                                    iot.0	2019-07-31 09:49:54.487	debug	[GHOME] hm-rpc.2.0001D70994EB6E.6 => undefined
                                    iot.0	2019-07-31 09:49:54.486	debug	[GHOME] hm-rpc.2.0001D3C99C5528.6 => undefined
                                    iot.0	2019-07-31 09:49:54.486	debug	[GHOME] hm-rpc.2.0001D3C99C5528.3 => action.devices.types.OUTLET
                                    iot.0	2019-07-31 09:49:54.486	debug	[GHOME] hm-rpc.2.0001D70990107A.3 => action.devices.types.OUTLET
                                    iot.0	2019-07-31 09:49:54.486	debug	[GHOME] hm-rpc.2.000895699E6941.2.STATE => action.devices.types.LIGHT
                                    iot.0	2019-07-31 09:49:54.486	error	[GHOME] Cannot process "hm-rpc.2.0007D8A9954FA5.1": TypeError: this.converter[control.type] is not a function
                                    iot.0	2019-07-31 09:49:54.486	debug	Process: hm-rpc.2.0007D8A9954FA5.1 Wohnzimmer Fensterkontakte
                                    iot.0	2019-07-31 09:49:54.486	error	[GHOME] Cannot process "hm-rpc.2.0007D8A9954FBA.1": TypeError: this.converter[control.type] is not a function
                                    iot.0	2019-07-31 09:49:54.486	debug	Process: hm-rpc.2.0007D8A9954FBA.1 Wohnzimmer Fensterkontakte
                                    iot.0	2019-07-31 09:49:54.485	debug	Process enum.functions.Fensterkontakte
                                    iot.0	2019-07-31 09:49:54.485	debug	Process: hm-rpc.2.0001D70994EB6E.3 Wohnzimmer Licht
                                    iot.0	2019-07-31 09:49:54.485	debug	Process: hm-rpc.2.000858A994B039.4 Wohnzimmer Licht
                                    iot.0	2019-07-31 09:49:54.485	debug	Process: hm-rpc.2.000E17098FA1E9.2 Wohnzimmer Licht
                                    iot.0	2019-07-31 09:49:54.485	debug	Process: hm-rpc.1.JPSw1CT003.1 Wohnzimmer Licht
                                    iot.0	2019-07-31 09:49:54.485	debug	Process: hm-rpc.1.JPSw1CT002.1 Wohnzimmer Licht
                                    iot.0	2019-07-31 09:49:54.485	error	undefined
                                    iot.0	2019-07-31 09:49:54.484	error	Cannot process javascript.0.Status.Lichter.WZ.Weihnachten.STATE
                                    iot.0	2019-07-31 09:49:54.484	debug	Process: javascript.0.Status.Lichter.WZ.Weihnachten.STATE Wohnzimmer Licht
                                    iot.0	2019-07-31 09:49:54.484	debug	Process: hm-rpc.1.JPSw1CT001.1 Wohnzimmer Licht
                                    iot.0	2019-07-31 09:49:54.484	debug	Process: javascript.0.Status.Lichter.WZ.Vitrine.STATE Wohnzimmer Licht
                                    iot.0	2019-07-31 09:49:54.483	error	undefined
                                    iot.0	2019-07-31 09:49:54.483	error	Cannot process javascript.0.Status.Lichter.WZ.Vitrine.Status
                                    iot.0	2019-07-31 09:49:54.483	debug	Process: javascript.0.Status.Lichter.WZ.Vitrine.Status Wohnzimmer Licht
                                    iot.0	2019-07-31 09:49:54.482	debug	Process: hm-rpc.2.000E17098F9E9B.2 Wohnzimmer Licht
                                    iot.0	2019-07-31 09:49:54.482	debug	Process enum.functions.Licht
                                    iot.0	2019-07-31 09:49:54.482	error	[GHOME] Cannot process "hm-rpc.2.0001D70994EB6E.6": TypeError: this.converter[control.type] is not a function
                                    iot.0	2019-07-31 09:49:54.482	debug	Process: hm-rpc.2.0001D70994EB6E.6 Wohnzimmer Technik
                                    iot.0	2019-07-31 09:49:54.481	error	[GHOME] Cannot process "hm-rpc.2.0001D3C99C5528.6": TypeError: this.converter[control.type] is not a function
                                    iot.0	2019-07-31 09:49:54.481	debug	Process: hm-rpc.2.0001D3C99C5528.6 Wohnzimmer Technik
                                    iot.0	2019-07-31 09:49:54.481	error	[GHOME] Cannot process "hm-rpc.2.0001D3C99C5528.3": TypeError: this.converter[control.type] is not a function
                                    iot.0	2019-07-31 09:49:54.480	debug	[GHOME] Created Google HOME device: Wohnzimmersteckdose - socket - hm-rpc.2.0001D3C99C5528.3
                                    iot.0	2019-07-31 09:49:54.480	debug	Process: hm-rpc.2.0001D3C99C5528.3 Wohnzimmer Technik
                                    iot.0	2019-07-31 09:49:54.480	error	[GHOME] Cannot process "hm-rpc.2.0001D70990107A.3": TypeError: this.converter[control.type] is not a function
                                    iot.0	2019-07-31 09:49:54.480	debug	[GHOME] Created Google HOME device: Wohnzimmersteckdose - socket - hm-rpc.2.0001D70990107A.3
                                    iot.0	2019-07-31 09:49:54.480	debug	Process: hm-rpc.2.0001D70990107A.3 Wohnzimmer Technik
                                    iot.0	2019-07-31 09:49:54.479	debug	Process enum.functions.Technik
                                    iot.0	2019-07-31 09:49:54.479	debug	Start smartenum processing
                                    iot.0	2019-07-31 09:49:54.479	debug	{"traits":["action.devices.traits.OnOff"],"customData":{"set_on":"hm-rpc.2.000895699E6941.2.STATE","get_on":"hm-rpc.2.000895699E6941.2.STATE"},"type":"action.devices.types.LIGHT","displayTraits":["act
                                    iot.0	2019-07-31 09:49:54.478	debug	Process: hm-rpc.2.000895699E6941.2.STATE
                                    iot.0	2019-07-31 09:49:54.478	debug	Process: hm-rpc.2.000A97099C2112.1.ACTUAL_TEMPERATURE
                                    iot.0	2019-07-31 09:49:54.476	debug	Start non smart enum processing
                                    iot.0	2019-07-31 09:49:50.290	debug	[GHOME] Unsubscribe done
                                    iot.0	2019-07-31 09:49:50.257	debug	[GHOME] Unsubscribe 3 states for google home
                                    iot.0	2019-07-31 09:49:50.257	info	Request google home devices
                                    iot.0	2019-07-31 09:49:19.024	debug	[GHOME] Subscribe done
                                    iot.0	2019-07-31 09:49:18.848	debug	[GHOME] Subscribe done
                                    iot.0	2019-07-31 09:49:18.338	debug	[GHOME] Subscribe 3 states for google home
                                    iot.0	2019-07-31 09:49:18.338	debug	[GHOME] CHECK URL reported: "{\"result\":\"OK\"}"
                                    iot.0	2019-07-31 09:49:18.338	debug	[GHOME] Subscribe 3 states for google home
                                    iot.0	2019-07-31 09:49:18.335	debug	[GHOME] CHECK URL reported: "{\"result\":\"OK\"}"
                                    iot.0	2019-07-31 09:49:18.068	info	Connection changed: connect
                                    iot.0	2019-07-31 09:49:17.952	debug	[GHOME] hm-rpc.2.0007D8A9954FA5.1 => undefined
                                    iot.0	2019-07-31 09:49:17.951	debug	[GHOME] hm-rpc.2.0007D8A9954FBA.1 => undefined
                                    iot.0	2019-07-31 09:49:17.951	debug	[GHOME] hm-rpc.2.0001D70994EB6E.6 => undefined
                                    iot.0	2019-07-31 09:49:17.951	debug	[GHOME] hm-rpc.2.0001D3C99C5528.6 => undefined
                                    iot.0	2019-07-31 09:49:17.951	debug	[GHOME] hm-rpc.2.0001D3C99C5528.3 => action.devices.types.OUTLET
                                    iot.0	2019-07-31 09:49:17.951	debug	[GHOME] hm-rpc.2.0001D70990107A.3 => action.devices.types.OUTLET
                                    iot.0	2019-07-31 09:49:17.951	debug	[GHOME] hm-rpc.2.000895699E6941.2.STATE => action.devices.types.LIGHT
                                    iot.0	2019-07-31 09:49:17.951	error	[GHOME] Cannot process "hm-rpc.2.0007D8A9954FA5.1": TypeError: this.converter[control.type] is not a function
                                    iot.0	2019-07-31 09:49:17.951	debug	Process: hm-rpc.2.0007D8A9954FA5.1 Wohnzimmer Fensterkontakte
                                    iot.0	2019-07-31 09:49:17.951	error	[GHOME] Cannot process "hm-rpc.2.0007D8A9954FBA.1": TypeError: this.converter[control.type] is not a function
                                    iot.0	2019-07-31 09:49:17.950	debug	Process: hm-rpc.2.0007D8A9954FBA.1 Wohnzimmer Fensterkontakte
                                    iot.0	2019-07-31 09:49:17.950	debug	Process enum.functions.Fensterkontakte
                                    iot.0	2019-07-31 09:49:17.950	debug	Process: hm-rpc.2.0001D70994EB6E.3 Wohnzimmer Licht
                                    iot.0	2019-07-31 09:49:17.950	debug	Process: hm-rpc.2.000858A994B039.4 Wohnzimmer Licht
                                    iot.0	2019-07-31 09:49:17.950	debug	Process: hm-rpc.2.000E17098FA1E9.2 Wohnzimmer Licht
                                    iot.0	2019-07-31 09:49:17.950	debug	Process: hm-rpc.1.JPSw1CT003.1 Wohnzimmer Licht
                                    iot.0	2019-07-31 09:49:17.950	debug	Process: hm-rpc.1.JPSw1CT002.1 Wohnzimmer Licht
                                    iot.0	2019-07-31 09:49:17.950	error	undefined
                                    iot.0	2019-07-31 09:49:17.949	error	Cannot process javascript.0.Status.Lichter.WZ.Weihnachten.STATE
                                    iot.0	2019-07-31 09:49:17.949	debug	Process: javascript.0.Status.Lichter.WZ.Weihnachten.STATE Wohnzimmer Licht
                                    iot.0	2019-07-31 09:49:17.949	debug	Process: hm-rpc.1.JPSw1CT001.1 Wohnzimmer Licht
                                    iot.0	2019-07-31 09:49:17.949	debug	Process: javascript.0.Status.Lichter.WZ.Vitrine.STATE Wohnzimmer Licht
                                    iot.0	2019-07-31 09:49:17.949	error	undefined
                                    iot.0	2019-07-31 09:49:17.949	error	Cannot process javascript.0.Status.Lichter.WZ.Vitrine.Status
                                    iot.0	2019-07-31 09:49:17.948	debug	Process: javascript.0.Status.Lichter.WZ.Vitrine.Status Wohnzimmer Licht
                                    iot.0	2019-07-31 09:49:17.948	debug	Process: hm-rpc.2.000E17098F9E9B.2 Wohnzimmer Licht
                                    iot.0	2019-07-31 09:49:17.948	debug	Process enum.functions.Licht
                                    iot.0	2019-07-31 09:49:17.948	error	[GHOME] Cannot process "hm-rpc.2.0001D70994EB6E.6": TypeError: this.converter[control.type] is not a function
                                    iot.0	2019-07-31 09:49:17.948	debug	Process: hm-rpc.2.0001D70994EB6E.6 Wohnzimmer Technik
                                    iot.0	2019-07-31 09:49:17.948	error	[GHOME] Cannot process "hm-rpc.2.0001D3C99C5528.6": TypeError: this.converter[control.type] is not a function
                                    iot.0	2019-07-31 09:49:17.947	debug	Process: hm-rpc.2.0001D3C99C5528.6 Wohnzimmer Technik
                                    iot.0	2019-07-31 09:49:17.947	error	[GHOME] Cannot process "hm-rpc.2.0001D3C99C5528.3": TypeError: this.converter[control.type] is not a function
                                    iot.0	2019-07-31 09:49:17.947	debug	[GHOME] Created Google HOME device: Wohnzimmersteckdose - socket - hm-rpc.2.0001D3C99C5528.3
                                    iot.0	2019-07-31 09:49:17.947	debug	Process: hm-rpc.2.0001D3C99C5528.3 Wohnzimmer Technik
                                    iot.0	2019-07-31 09:49:17.946	error	[GHOME] Cannot process "hm-rpc.2.0001D70990107A.3": TypeError: this.converter[control.type] is not a function
                                    iot.0	2019-07-31 09:49:17.946	debug	[GHOME] Created Google HOME device: Wohnzimmersteckdose - socket - hm-rpc.2.0001D70990107A.3
                                    iot.0	2019-07-31 09:49:17.946	debug	Process: hm-rpc.2.0001D70990107A.3 Wohnzimmer Technik
                                    iot.0	2019-07-31 09:49:17.946	debug	Process enum.functions.Technik
                                    iot.0	2019-07-31 09:49:17.945	debug	Start smartenum processing
                                    iot.0	2019-07-31 09:49:17.945	debug	{"traits":["action.devices.traits.OnOff"],"customData":{"set_on":"hm-rpc.2.000895699E6941.2.STATE","get_on":"hm-rpc.2.000895699E6941.2.STATE"},"type":"action.devices.types.LIGHT","displayTraits":["act
                                    iot.0	2019-07-31 09:49:17.945	debug	Process: hm-rpc.2.000895699E6941.2.STATE
                                    iot.0	2019-07-31 09:49:17.944	debug	Process: hm-rpc.2.000A97099C2112.1.ACTUAL_TEMPERATURE
                                    iot.0	2019-07-31 09:49:17.942	debug	Start non smart enum processing
                                    iot.0	2019-07-31 09:49:17.387	debug	[GHOME] hm-rpc.2.0007D8A9954FA5.1 => undefined
                                    iot.0	2019-07-31 09:49:17.387	debug	[GHOME] hm-rpc.2.0007D8A9954FBA.1 => undefined
                                    iot.0	2019-07-31 09:49:17.387	debug	[GHOME] hm-rpc.2.0001D70994EB6E.6 => undefined
                                    iot.0	2019-07-31 09:49:17.386	debug	[GHOME] hm-rpc.2.0001D3C99C5528.6 => undefined
                                    iot.0	2019-07-31 09:49:17.386	debug	[GHOME] hm-rpc.2.0001D3C99C5528.3 => action.devices.types.OUTLET
                                    iot.0	2019-07-31 09:49:17.386	debug	[GHOME] hm-rpc.2.0001D70990107A.3 => action.devices.types.OUTLET
                                    iot.0	2019-07-31 09:49:17.386	debug	[GHOME] hm-rpc.2.000895699E6941.2.STATE => action.devices.types.LIGHT
                                    iot.0	2019-07-31 09:49:17.386	error	[GHOME] Cannot process "hm-rpc.2.0007D8A9954FA5.1": TypeError: this.converter[control.type] is not a function
                                    iot.0	2019-07-31 09:49:17.386	debug	Process: hm-rpc.2.0007D8A9954FA5.1 Wohnzimmer Fensterkontakte
                                    iot.0	2019-07-31 09:49:17.386	error	[GHOME] Cannot process "hm-rpc.2.0007D8A9954FBA.1": TypeError: this.converter[control.type] is not a function
                                    iot.0	2019-07-31 09:49:17.386	debug	Process: hm-rpc.2.0007D8A9954FBA.1 Wohnzimmer Fensterkontakte
                                    iot.0	2019-07-31 09:49:17.386	debug	Process enum.functions.Fensterkontakte
                                    iot.0	2019-07-31 09:49:17.385	debug	Process: hm-rpc.2.0001D70994EB6E.3 Wohnzimmer Licht
                                    iot.0	2019-07-31 09:49:17.385	debug	Process: hm-rpc.2.000858A994B039.4 Wohnzimmer Licht
                                    iot.0	2019-07-31 09:49:17.385	debug	Process: hm-rpc.2.000E17098FA1E9.2 Wohnzimmer Licht
                                    iot.0	2019-07-31 09:49:17.385	debug	Process: hm-rpc.1.JPSw1CT003.1 Wohnzimmer Licht
                                    iot.0	2019-07-31 09:49:17.385	debug	Process: hm-rpc.1.JPSw1CT002.1 Wohnzimmer Licht
                                    iot.0	2019-07-31 09:49:17.385	error	undefined
                                    iot.0	2019-07-31 09:49:17.385	error	Cannot process javascript.0.Status.Lichter.WZ.Weihnachten.STATE
                                    iot.0	2019-07-31 09:49:17.384	debug	Process: javascript.0.Status.Lichter.WZ.Weihnachten.STATE Wohnzimmer Licht
                                    iot.0	2019-07-31 09:49:17.384	debug	Process: hm-rpc.1.JPSw1CT001.1 Wohnzimmer Licht
                                    iot.0	2019-07-31 09:49:17.384	debug	Process: javascript.0.Status.Lichter.WZ.Vitrine.STATE Wohnzimmer Licht
                                    iot.0	2019-07-31 09:49:17.384	error	undefined
                                    iot.0	2019-07-31 09:49:17.384	error	Cannot process javascript.0.Status.Lichter.WZ.Vitrine.Status
                                    iot.0	2019-07-31 09:49:17.384	debug	Process: javascript.0.Status.Lichter.WZ.Vitrine.Status Wohnzimmer Licht
                                    iot.0	2019-07-31 09:49:17.384	debug	Process: hm-rpc.2.000E17098F9E9B.2 Wohnzimmer Licht
                                    iot.0	2019-07-31 09:49:17.384	debug	Process enum.functions.Licht
                                    iot.0	2019-07-31 09:49:17.383	error	[GHOME] Cannot process "hm-rpc.2.0001D70994EB6E.6": TypeError: this.converter[control.type] is not a function
                                    iot.0	2019-07-31 09:49:17.383	debug	Process: hm-rpc.2.0001D70994EB6E.6 Wohnzimmer Technik
                                    iot.0	2019-07-31 09:49:17.383	error	[GHOME] Cannot process "hm-rpc.2.0001D3C99C5528.6": TypeError: this.converter[control.type] is not a function
                                    iot.0	2019-07-31 09:49:17.383	debug	Process: hm-rpc.2.0001D3C99C5528.6 Wohnzimmer Technik
                                    iot.0	2019-07-31 09:49:17.383	error	[GHOME] Cannot process "hm-rpc.2.0001D3C99C5528.3": TypeError: this.converter[control.type] is not a function
                                    iot.0	2019-07-31 09:49:17.382	debug	[GHOME] Created Google HOME device: Wohnzimmersteckdose - socket - hm-rpc.2.0001D3C99C5528.3
                                    iot.0	2019-07-31 09:49:17.382	debug	Process: hm-rpc.2.0001D3C99C5528.3 Wohnzimmer Technik
                                    iot.0	2019-07-31 09:49:17.382	error	[GHOME] Cannot process "hm-rpc.2.0001D70990107A.3": TypeError: this.converter[control.type] is not a function
                                    iot.0	2019-07-31 09:49:17.382	debug	[GHOME] Created Google HOME device: Wohnzimmersteckdose - socket - hm-rpc.2.0001D70990107A.3
                                    iot.0	2019-07-31 09:49:17.381	debug	Process: hm-rpc.2.0001D70990107A.3 Wohnzimmer Technik
                                    iot.0	2019-07-31 09:49:17.381	debug	Process enum.functions.Technik
                                    iot.0	2019-07-31 09:49:17.381	debug	Start smartenum processing
                                    iot.0	2019-07-31 09:49:17.380	debug	{"traits":["action.devices.traits.OnOff"],"customData":{"set_on":"hm-rpc.2.000895699E6941.2.STATE","get_on":"hm-rpc.2.000895699E6941.2.STATE"},"type":"action.devices.types.LIGHT","displayTraits":["act
                                    iot.0	2019-07-31 09:49:17.380	debug	Process: hm-rpc.2.000895699E6941.2.STATE
                                    iot.0	2019-07-31 09:49:17.380	debug	Process: hm-rpc.2.000A97099C2112.1.ACTUAL_TEMPERATURE
                                    iot.0	2019-07-31 09:49:17.377	debug	Start non smart enum processing
                                    iot.0	2019-07-31 09:49:16.258	debug	URL key is {"key":"e5ce3af0-b359-11e9-be4c-a322efc58ced"}, clientId: intruder_475_gmail_com
                                    iot.0	2019-07-31 09:49:09.644	debug	[GHOME] Unsubscribe done
                                    iot.0	2019-07-31 09:49:09.644	debug	[GHOME] Unsubscribe 0 states for google home
                                    iot.0	2019-07-31 09:49:09.644	debug	[GHOME] Unsubscribe done
                                    iot.0	2019-07-31 09:49:09.643	debug	[GHOME] Unsubscribe 0 states for google home
                                    iot.0	2019-07-31 09:49:09.326	info	Connecting with a18wym7vjdl22g.iot.eu-west-1.amazonaws.com
                                    iot.0	2019-07-31 09:49:09.326	info	starting. Version 1.0.2 in /opt/iobroker/node_modules/iobroker.iot, node: v10.16.0
                                    host.ioBroker2-rock64	2019-07-31 09:49:06.833	info	object change system.adapter.iot.0
                                    host.ioBroker-rock64	2019-07-31 09:49:06.829	info	instance system.adapter.iot.0 started with pid 5905
                                    host.ioBroker-rock64	2019-07-31 09:49:06.828	info	object change system.adapter.iot.0
                                    
                                    T Offline
                                    T Offline
                                    tombox
                                    schrieb am zuletzt editiert von
                                    #197

                                    @intruder7 Nochmal installieren.

                                    I 1 Antwort Letzte Antwort
                                    0
                                    • T tombox

                                      @intruder7 Nochmal installieren.

                                      I Online
                                      I Online
                                      intruder7
                                      schrieb am zuletzt editiert von
                                      #198

                                      @tombox
                                      jap jetzt gehts. Probleme gibt es noch bei der SmartNames Zuweisung. Names wie zB "Tresen" funktionieren. Aber "Licht Tresen" übernimmt er gar nichts und das Feld bleibt leer.
                                      die drei Geräte hab ich jetzt unter Google Geräte.
                                      8dc758ea-db17-49b9-8a80-5514f721602a-image.png
                                      im Log beschäftigt er sich aber noch mit vielen weiteren Geräten. Und es sind noch ein Haufen Errors

                                      iot.0	2019-07-31 11:14:20.065	error	[GHOME] Cannot process "hm-rpc.2.0007D8A9954FA5.1": TypeError: this.converter[control.type] is not a function
                                      iot.0	2019-07-31 11:14:20.065	debug	Type: windowTilt
                                      iot.0	2019-07-31 11:14:20.065	debug	Process: hm-rpc.2.0007D8A9954FA5.1 Wohnzimmer Fensterkontakte
                                      iot.0	2019-07-31 11:14:20.064	error	[GHOME] Cannot process "hm-rpc.2.0007D8A9954FBA.1": TypeError: this.converter[control.type] is not a function
                                      iot.0	2019-07-31 11:14:20.064	debug	Type: windowTilt
                                      iot.0	2019-07-31 11:14:20.064	debug	Process: hm-rpc.2.0007D8A9954FBA.1 Wohnzimmer Fensterkontakte
                                      iot.0	2019-07-31 11:14:20.064	debug	Process enum.functions.Fensterkontakte
                                      iot.0	2019-07-31 11:14:20.063	debug	Process: hm-rpc.2.0001D70994EB6E.3 Wohnzimmer Licht
                                      iot.0	2019-07-31 11:14:20.063	debug	Process: hm-rpc.2.000858A994B039.4 Wohnzimmer Licht
                                      iot.0	2019-07-31 11:14:20.063	debug	Process: hm-rpc.2.000E17098FA1E9.2 Wohnzimmer Licht
                                      iot.0	2019-07-31 11:14:20.063	debug	Process: hm-rpc.1.JPSw1CT003.1 Wohnzimmer Licht
                                      iot.0	2019-07-31 11:14:20.062	debug	Process: hm-rpc.1.JPSw1CT002.1 Wohnzimmer Licht
                                      iot.0	2019-07-31 11:14:20.062	error	undefined
                                      iot.0	2019-07-31 11:14:20.062	error	Cannot process javascript.0.Status.Lichter.WZ.Weihnachten.STATE
                                      iot.0	2019-07-31 11:14:20.061	debug	Process: javascript.0.Status.Lichter.WZ.Weihnachten.STATE Wohnzimmer Licht
                                      iot.0	2019-07-31 11:14:20.061	debug	Process: hm-rpc.1.JPSw1CT001.1 Wohnzimmer Licht
                                      iot.0	2019-07-31 11:14:20.061	debug	Process: javascript.0.Status.Lichter.WZ.Vitrine.STATE Wohnzimmer Licht
                                      iot.0	2019-07-31 11:14:20.061	error	undefined
                                      iot.0	2019-07-31 11:14:20.060	error	Cannot process javascript.0.Status.Lichter.WZ.Vitrine.Status
                                      
                                      1 Antwort Letzte Antwort
                                      0
                                      • I Online
                                        I Online
                                        intruder7
                                        schrieb am zuletzt editiert von
                                        #199

                                        habs jetzt mal getestet. er übernimmt wie oben zu sehen nur die Channel aber keine Datenpunkte wie "STATE" zum Beispiel. Dies führt zu folgendem Fehler mit dem Ergebnis das nicht geschaltet wird.

                                        iot.0	2019-07-31 11:20:09.590	debug	[GHOME] Status reported: {"requestId":"1564564808740.54385"}
                                        iot.0	2019-07-31 11:20:08.580	debug	[GHOME] Response on action.devices.EXECUTE: {"requestId":"8557200757701983775","payload":{"commands":[{"ids":["hm-rpc.2.000898A994E22C.2"],"status":"SUCCESS","states":{"on":true,"online":true}}]}}
                                        hm-rpc.2	2019-07-31 11:20:08.549	error	xmlrpc -> setValue: no dpType for hm-rpc.2.000898A994E22C.2!
                                        iot.0	2019-07-31 11:20:08.543	debug	[GHOME] Received action.devices.EXECUTE
                                        
                                        T 1 Antwort Letzte Antwort
                                        0
                                        • I Online
                                          I Online
                                          intruder7
                                          schrieb am zuletzt editiert von
                                          #200

                                          füge ich die id manuel ein übernimmt er aber nicht den Raum obwohl dieser id unter Objekte ein Raum zugeordnet ist.
                                          40f59c6a-af13-498c-9833-64cab7780840-image.png

                                          1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate
                                          FAQ Cloud / IOT
                                          HowTo: Node.js-Update
                                          HowTo: Backup/Restore
                                          Downloads
                                          BLOG

                                          664

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe