NEWS
Google Home/Assistant ioBroker einrichten/nutzen
-
@tombox
ich habe 3 Lampentypen-
HomeMatic wired geschaltet (Multiswitch 12/7er Modul)
dort lautet der Datenpunkt "switch" und mitunter "switch.light" der kann nur OnOff (true/false)
-
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"
-
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
Beispiel - Ambiance White (nur weiß)
bri - level.dimmer
ct - level.color.temperature
level - level dimmer
on - switch
-
-
@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 werdenKommt "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.
-
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?
-
@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. -
@SirDirk das Problem hatte ich gestern doch auch mit der Free Lizenz. Ich habe gestern Abend eine Jahreslizenz gekauft, dann war der Fehler weg....
-
@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? -
@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
-
@SirDirk Dann gedulde dich noch ein paar Tage bis das Problem gelöst wird.
-
@coyote
Ich hatte es auch gemacht und es läuft immer noch nicht. Scheinbar gibt es auch keine Lösung für mein Problem -
@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!
-
@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:
-
Ich habe nochmal eine Testversion veröffentlich einfach mal probieren wie die Erkennung der SmartEnums abläuft
-
@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
-
@intruder7 Nochmal installieren.
-
@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.
im Log beschäftigt er sich aber noch mit vielen weiteren Geräten. Und es sind noch ein Haufen Errorsiot.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
-
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
-
füge ich die id manuel ein übernimmt er aber nicht den Raum obwohl dieser id unter Objekte ein Raum zugeordnet ist.
-
@intruder7 kannst du kurz ein screenshot machen wie hm-rpc.2.000898A994E22C.2 und hm-rpc.2.000895699E6941.2 aufgebaut sind
-
-
@intruder7 Hast du hm-rpc.2.000898A994E22C.2 hinzugefügt oder wurde die automatisch hinzugefügt