alexa-fhem: amazon alexa smart home skill für fhem

Begonnen von justme1968, 05 November 2016, 23:21:32

Vorheriges Thema - Nächstes Thema

baerbel

Nun sieht schon mal nicht schlecht nun hängt es davon ab, ob du noch SSL verwendest und ob du auf Port 8083 username/passwort verwendest. Falls ja:

         "ssl": true,
         "auth": {"user": "fhem", "pass": "fhempassword"},


musst du diese Zeilen noch einfügen - unter Connections als weitere zwei Zeilen.

Grüße - Bernd

hive2015

Zitat von: hive2015 am 19 Januar 2017, 08:51:27
Ich bin es mal wieder. Ich habe irgendwie ein Problem bei der Weiterverarbeitung von intents in fhem irgendwie und ich finde nicht was ich da falsch mache. Realisieren wollte ich es mit einem DOIF:

define alexa_intent_triggers DOIF ([MyAlexa:fhemintent] eq "gutenMorgen") (set Home_Status scene wakeup)\
DOELSEIF ([MyAlexa:fhemintent] eq "guteNacht") (set Home_Status scene asleep)\
DOELSEIF ([MyAlexa:fhemintent] eq "gutenAbend") (set Home_Status scene home_evening)
attr alexa_intent_triggers event-on-update-reading 1
attr alexa_intent_triggers group Action
attr alexa_intent_triggers room alexa-control


Aber es passiert leider absolut nichts. :(

Die Szenen existieren alle und sind auch wenn ich die sets manuell trigger funktional und machen was sie sollen. Ich stehe ein wenig auf dem Schlauch und wäre sehr für einen Tip von euch dankbar.

Gruss,
hive

Hat hier niemand eine Idee? Ich bin mir sicher es ist irgendwas total dämliches und ich sehe es nur nicht. Oder wie habt ihr die Weiterverarbeitung von fhemintents realisiert?

Danke und Gruss,
Hive

baerbel

Was steht denn in fhemintent drinnen? Habe bei mir ein do. always eingebaut, da es sein kann, dass ich den selbigen Befehl zweimal hintereinander sage.

Bernd


Gesendet von iPhone mit Tapatalk

MadMax-FHEM

Zitat von: terrarianer am 26 Januar 2017, 07:53:26
Danke! das ist ein wenig unübersichtlich im wiki, aber das wird bei zeit bestimmt geordnet. Wenn ich das verstanden habe mache ich das eventuell.

Damit bin ich ein wenig weiter. Ich habe den zweiten Trigger drin, aber im wiki steht dann nicht wie die config.json aussehen muss. Meine:

{
    "alexa": {
        "name": "Alexa",
        "keyFile": "./key.pem",
        "certFile": "./cert.pem",
        "applicationId": "amzn1.ask.skill.73xxxxxx",
        "oauthClientID": "amzn1.application-oa2-client.a3xxxxx"
    },

    "connections": [
        {
            "name": "FHEM",
            "server": "127.0.0.1",
            "port": "8083",
            "filter": "room=alexa"
        }
    ]
}


so ist sie jetzt, was muss damit angestellt werden, das auch der custom läuft?

Also wenn der Smart Home Skill bereits läuft (und das tut er ja), dann musst du folgendes Eintragen/anpassen:

        "applicationId": "amzn1.ask.skill.73xxxxxx", <- application-ID Custom Skill
        "oauthClientID": "amzn1.application-oa2-client.a3xxxxx" <- oauthClientID des Smart Home Skill (müsste ja schon passen)

Die application-ID des Smart Home Skill brauchst du nicht!

Sollte aber im Wiki stehen und wenn nicht es wurde in diesem Thread schon mind. tausend mal beantwortet!!

Gruß, Joachim
FHEM PI3B+ Bullseye: HM-CFG-USB, 40x HM, ZWave-USB, 13x ZWave, EnOcean-PI, 15x EnOcean, HUE/deCONZ, CO2, ESP-Multisensor, Shelly, alexa-fhem, ...
FHEM PI2 Buster: HM-CFG-USB, 25x HM, ZWave-USB, 4x ZWave, EnOcean-PI, 3x EnOcean, Shelly, ha-bridge, ...
FHEM PI3 Buster (Test)

michael27983

#1549
Zitat von: baerbel am 26 Januar 2017, 08:04:21
Nun sieht schon mal nicht schlecht nun hängt es davon ab, ob du noch SSL verwendest und ob du auf Port 8083 username/passwort verwendest. Falls ja:

         "ssl": true,
         "auth": {"user": "fhem", "pass": "fhempassword"},


musst du diese Zeilen noch einfügen - unter Connections als weitere zwei Zeilen.

Grüße - Bernd

Welcher unser und passwort ist das? Am fhem muss ich mich momentan nicht anmelden. Das ist nicht nach aussen freigegeben.

MadMax-FHEM

Zitat von: terrarianer am 26 Januar 2017, 09:01:49
Welcher unser und passwort ist da? Am fhem muss ich mich nicht anmelden. Das ist nicht nach aussen freigegeben.

Wie bereits geschrieben, wenn der Smart Home Skill läuft musst du an der Stelle nichts ändern...

Nur die erwähnten Dinge aus der letzten Antwort von mir...

Gruß, Joachim
FHEM PI3B+ Bullseye: HM-CFG-USB, 40x HM, ZWave-USB, 13x ZWave, EnOcean-PI, 15x EnOcean, HUE/deCONZ, CO2, ESP-Multisensor, Shelly, alexa-fhem, ...
FHEM PI2 Buster: HM-CFG-USB, 25x HM, ZWave-USB, 4x ZWave, EnOcean-PI, 3x EnOcean, Shelly, ha-bridge, ...
FHEM PI3 Buster (Test)

baerbel

Hi,

also meine FHEMWEB Instanz kann man auch von aussen aufrufen, allerdings nur per SSL und nach Eingabe von Benutzer und Passwort!! Ein bisschen Sicherheit muss sein -

Also, wenn ich https://<fhem_ip>:8083/fhem eingebe muss ich Benutzernamen und Passwort eingeben, damit es weitergeht.

Grüße - Bernd

michael27983

#1552
Zitat von: MadMax-FHEM am 26 Januar 2017, 09:00:36
Also wenn der Smart Home Skill bereits läuft (und das tut er ja), dann musst du folgendes Eintragen/anpassen:

        "applicationId": "amzn1.ask.skill.73xxxxxx", <- application-ID Custom Skill
        "oauthClientID": "amzn1.application-oa2-client.a3xxxxx" <- oauthClientID des Smart Home Skill (müsste ja schon passen)

Die application-ID des Smart Home Skill brauchst du nicht!

Sollte aber im Wiki stehen und wenn nicht es wurde in diesem Thread schon mind. tausend mal beantwortet!!

Gruß, Joachim

So habe ich es...

Edit: Nach einem nochmaligen Neustart von Fhem und dann alexa-fhem plötzlich:


[1/26/2017, 9:10:11 AM] [FHEM] Fetching FHEM devices...
[1/26/2017, 9:10:11 AM] [FHEM] fetching: http://127.0.0.1:8083/fhem?cmd=jsonlist2&XHR=1
[1/26/2017, 9:10:11 AM] Server listening on: https://:::3000
[1/26/2017, 9:10:12 AM] [FHEM] alexa device is MyAlexa
[1/26/2017, 9:10:12 AM] [FHEM] MyAlexa is switch
[1/26/2017, 9:10:12 AM] [FHEM] MyAlexa has
[1/26/2017, 9:10:12 AM] [FHEM] homebridgeMapping: #Characteristic=<name>=<value>,...
On=verb=schalte,valueOn=an;ein,valueOff=aus,valueToggle=um
On=verb=fahre,valueOn=runter,valueOff=rauf,valueToggle=um

Brightness=verb=stelle,property=helligkeit,valuePrefix=auf,values=AMAZON.NUMBER,valueSuffix=prozent

Hue=verb=stelle,valuePrefix=auf,values=rot:0;grün:128;blau:200
Hue=verb=färbe,values=rot:0;grün:120;blau:220

Saturation=verb=stelle,property=sättigung,valuePrefix=auf,values=AMAZON.NUMBER
Saturation=verb=sättige,values=AMAZON.NUMBER

TargetPosition=verb=mach,articles=den,values=auf:100;zu:0
TargetPosition=verb=stelle,valuePrefix=auf,values=AMAZON.NUMBER,valueSuffix=prozent

TargetTemperature=verb=stelle,valuePrefix=auf,values=AMAZON.NUMBER,valueSuffix=grad

Volume:verb=stelle,valuePrefix=auf,values=AMAZON.NUMBER,valueSuffix=prozent

#Weckzeit=verb=stelle,valuePrefix=auf;für,values=AMAZON.TIME,valueSuffix=uhr
[1/26/2017, 9:10:12 AM] [FHEM]   executing: http://127.0.0.1:8083/fhem?cmd=%7B$defs%7BMyAlexa%7D-%3E%7B%22active%22%7D%20=%201%7D&XHR=1
[1/26/2017, 9:10:12 AM] [FHEM]   executing: http://127.0.0.1:8083/fhem?cmd=%7B$defs%7BMyAlexa%7D-%3E%7B%22alexa-fhem%20version%22%7D%20=%20%220.1.9%22%7D&XHR=1
[1/26/2017, 9:10:12 AM] [FHEM]   executing: http://127.0.0.1:8083/fhem?cmd=%7B$defs%7BMyAlexa%7D-%3E%7B%22active%22%7D%20=%200%7D&XHR=1
[1/26/2017, 9:10:12 AM] { stelle: 'gestellt',
  schalte: 'geschaltet',
  'färbe': 'gefärbt',
  mach: 'gemacht' }
[1/26/2017, 9:10:12 AM] [ OnIntent: [ 'schalte' ],
  OnIntentB: [ 'fahre' ],
  prozentIntent: [ 'stelle' ],
  HueIntent: [ 'stelle' ],
  HueIntentB: [ 'färbe' ],
  SaturationIntent: [ 'stelle' ],
  SaturationIntentB: [ 'sättige' ],
  TargetPositionIntent: [ 'mach' ],
  gradIntent: [ 'stelle' ] ]
[1/26/2017, 9:10:12 AM] { OnIntent: [ 'On' ],
  OnIntentB: [ 'On' ],
  prozentIntent: [ 'Brightness', 'TargetPosition', 'Volume' ],
  HueIntent: [ 'Hue' ],
  HueIntentB: [ 'Hue' ],
  SaturationIntent: [ 'Saturation' ],
  SaturationIntentB: [ 'Saturation' ],
  TargetPositionIntent: [ 'TargetPosition' ],
  gradIntent: [ 'TargetTemperature' ] }
[1/26/2017, 9:10:12 AM] { OnIntent: undefined,
  OnIntentB: undefined,
  prozentIntent: 'auf',
  HueIntent: 'auf',
  HueIntentB: undefined,
  SaturationIntent: 'auf',
  SaturationIntentB: undefined,
  TargetPositionIntent: undefined,
  gradIntent: 'auf' }
[1/26/2017, 9:10:12 AM] { OnIntent: undefined,
  OnIntentB: undefined,
  prozentIntent: 'prozent',
  HueIntent: undefined,
  HueIntentB: undefined,
  SaturationIntent: undefined,
  SaturationIntentB: undefined,
  TargetPositionIntent: undefined,
  gradIntent: 'grad' }
[1/26/2017, 9:10:12 AM] { light: [ 'licht', 'lampe', 'lampen' ],
  blind: [ 'rolladen', 'jalousie', 'rollo' ],
  Outlet: [ 'steckdose' ],
  TemperatureSensor: [ 'thermometer', 'temperatur' ] }
[1/26/2017, 9:10:12 AM] { FHEMgutenMorgenIntent: 'gutenMorgen',
  FHEMguteNachtIntent: 'guteNacht' }
[1/26/2017, 9:10:12 AM] [FHEM] got: 252 results
[1/26/2017, 9:10:12 AM] [FHEM] 433: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for 433 (CUL)
[1/26/2017, 9:10:12 AM] [FHEM] 491743778442: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for 491743778442 (yowsup)
[1/26/2017, 9:10:12 AM] [FHEM] AUSSENTEMP is thermometer
[1/26/2017, 9:10:12 AM] [FHEM] AUSSENTEMP has
[1/26/2017, 9:10:12 AM] [FHEM]   StatusLowBattery [battery]
[1/26/2017, 9:10:12 AM] [FHEM]   CurrentTemperature [temperature]
  2017-01-26 09:10:12 caching: AUSSENTEMP-battery: ok
  2017-01-26 09:10:12 caching: AUSSENTEMP-temperature: -2.3
[1/26/2017, 9:10:12 AM] [FHEM] Alarmanlage: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for Alarmanlage (dummy)
[1/26/2017, 9:10:12 AM] [FHEM] Aussentemperatur is thermometer
[1/26/2017, 9:10:12 AM] [FHEM] Aussentemperatur has
[1/26/2017, 9:10:12 AM] [FHEM]   StatusLowBattery [battery]
[1/26/2017, 9:10:12 AM] [FHEM]   CurrentTemperature [temperature]
  2017-01-26 09:10:12 caching: Aussentemperatur-battery: ok
  2017-01-26 09:10:12 caching: Aussentemperatur-temperature: -2.1
[1/26/2017, 9:10:12 AM] [FHEM] COC: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for COC (CUL)
[1/26/2017, 9:10:12 AM] [FHEM] CUL_HOERMANN_00207FB660: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for CUL_HOERMANN_00207FB660 (CUL_HOERMANN)
[1/26/2017, 9:10:12 AM] [FHEM] CUL_HOERMANN_0023AF7810: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for CUL_HOERMANN_0023AF7810 (CUL_HOERMANN)
[1/26/2017, 9:10:12 AM] [FHEM] CUL_HOERMANN_010672C230: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for CUL_HOERMANN_010672C230 (CUL_HOERMANN)
[1/26/2017, 9:10:12 AM] [FHEM] CUL_HOERMANN_028C998A20: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for CUL_HOERMANN_028C998A20 (CUL_HOERMANN)
[1/26/2017, 9:10:12 AM] [FHEM] CUL_HOERMANN_067F06FC00: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for CUL_HOERMANN_067F06FC00 (CUL_HOERMANN)
[1/26/2017, 9:10:12 AM] [FHEM] CUL_HOERMANN_0BD4938FE0: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for CUL_HOERMANN_0BD4938FE0 (CUL_HOERMANN)
[1/26/2017, 9:10:12 AM] [FHEM] CUL_HOERMANN_2911328E60: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for CUL_HOERMANN_2911328E60 (CUL_HOERMANN)
[1/26/2017, 9:10:12 AM] [FHEM] CUL_HOERMANN_2F7D2F3CC0: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for CUL_HOERMANN_2F7D2F3CC0 (CUL_HOERMANN)
[1/26/2017, 9:10:12 AM] [FHEM] CUL_HOERMANN_3020C46120: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for CUL_HOERMANN_3020C46120 (CUL_HOERMANN)
[1/26/2017, 9:10:12 AM] [FHEM] CUL_HOERMANN_3FC3E6CBC0: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for CUL_HOERMANN_3FC3E6CBC0 (CUL_HOERMANN)
[1/26/2017, 9:10:12 AM] [FHEM] CUL_HOERMANN_46A51726E0: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for CUL_HOERMANN_46A51726E0 (CUL_HOERMANN)
[1/26/2017, 9:10:12 AM] [FHEM] CUL_HOERMANN_5D6BE71FE0: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for CUL_HOERMANN_5D6BE71FE0 (CUL_HOERMANN)
[1/26/2017, 9:10:12 AM] [FHEM] CUL_HOERMANN_5E81726F80: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for CUL_HOERMANN_5E81726F80 (CUL_HOERMANN)
[1/26/2017, 9:10:12 AM] [FHEM] CUL_HOERMANN_60D653BB40: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for CUL_HOERMANN_60D653BB40 (CUL_HOERMANN)
[1/26/2017, 9:10:12 AM] [FHEM] CUL_HOERMANN_6DED366D80: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for CUL_HOERMANN_6DED366D80 (CUL_HOERMANN)
[1/26/2017, 9:10:12 AM] [FHEM] CUL_HOERMANN_734C2D9300: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for CUL_HOERMANN_734C2D9300 (CUL_HOERMANN)
[1/26/2017, 9:10:12 AM] [FHEM] CUL_HOERMANN_76766BBE60: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for CUL_HOERMANN_76766BBE60 (CUL_HOERMANN)
[1/26/2017, 9:10:12 AM] [FHEM] CUL_HOERMANN_C2A27C3DE0: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for CUL_HOERMANN_C2A27C3DE0 (CUL_HOERMANN)
[1/26/2017, 9:10:12 AM] [FHEM] CUL_HOERMANN_D4CF221BB0: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for CUL_HOERMANN_D4CF221BB0 (CUL_HOERMANN)
[1/26/2017, 9:10:12 AM] [FHEM] CUL_HOERMANN_D8B83CCFA0: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for CUL_HOERMANN_D8B83CCFA0 (CUL_HOERMANN)
[1/26/2017, 9:10:12 AM] [FHEM] CUL_HOERMANN_E02BE8E7E0: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for CUL_HOERMANN_E02BE8E7E0 (CUL_HOERMANN)
[1/26/2017, 9:10:12 AM] [FHEM] CUL_HOERMANN_E5E97CDFA0: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for CUL_HOERMANN_E5E97CDFA0 (CUL_HOERMANN)
[1/26/2017, 9:10:12 AM] [FHEM] CUL_HOERMANN_EA8ADDC760: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for CUL_HOERMANN_EA8ADDC760 (CUL_HOERMANN)
[1/26/2017, 9:10:12 AM] [FHEM] CUL_HOERMANN_EFEEB62760: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for CUL_HOERMANN_EFEEB62760 (CUL_HOERMANN)
[1/26/2017, 9:10:12 AM] [FHEM] CUL_HOERMANN_FBA2B28730: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for CUL_HOERMANN_FBA2B28730 (CUL_HOERMANN)
[1/26/2017, 9:10:12 AM] [FHEM] CUL_HOERMANN_FDFD928A80: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for CUL_HOERMANN_FDFD928A80 (CUL_HOERMANN)
[1/26/2017, 9:10:12 AM] [FHEM] CUL_HOERMANN_FFE781C2A0: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for CUL_HOERMANN_FFE781C2A0 (CUL_HOERMANN)
[1/26/2017, 9:10:12 AM] [FHEM] CUL_TX_127: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for CUL_TX_127 (CUL_TX)
[1/26/2017, 9:10:12 AM] [FHEM] CUL_WS_5: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for CUL_WS_5 (CUL_WS)
[1/26/2017, 9:10:12 AM] [FHEM] CUL_WS_6: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for CUL_WS_6 (CUL_WS)
[1/26/2017, 9:10:12 AM] [FHEM] DENON is Speaker
[1/26/2017, 9:10:12 AM] [FHEM] DENON has
[1/26/2017, 9:10:12 AM] [FHEM]   Custom Volume [volume;cached]
[1/26/2017, 9:10:12 AM] [FHEM]   Custom Power [power]
[1/26/2017, 9:10:12 AM] [FHEM]   On [state;on,off]
  2017-01-26 09:10:12 caching: DENON-volume: 25
[1/26/2017, 9:10:12 AM] [FHEM]     caching: Custom Volume: 25 (as number; from '25')
  2017-01-26 09:10:12 caching: DENON-power: on
[1/26/2017, 9:10:12 AM] [FHEM] DENON-power not a number: on
  2017-01-26 09:10:12 caching: DENON-state: opened
[1/26/2017, 9:10:12 AM] [FHEM] EDISION_Power is switch
[1/26/2017, 9:10:12 AM] [FHEM] EDISION_Power has
[1/26/2017, 9:10:12 AM] [FHEM]   On [state;on,off]
  2017-01-26 09:10:12 caching: EDISION_Power-state: on
[1/26/2017, 9:10:12 AM] [FHEM] EdisionAN: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for EdisionAN (at)
[1/26/2017, 9:10:12 AM] [FHEM] EdisionAUS: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for EdisionAUS (at)
[1/26/2017, 9:10:12 AM] [FHEM] FHEM.Alexa: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for FHEM.Alexa (dummy)
[1/26/2017, 9:10:12 AM] [FHEM] FHEM.Alexa.DOIF: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for FHEM.Alexa.DOIF (DOIF)
[1/26/2017, 9:10:12 AM] [FHEM] FHEM.Alexa.Status: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for FHEM.Alexa.Status (dummy)
[1/26/2017, 9:10:12 AM] [FHEM] FS20_37dfdf is light
[1/26/2017, 9:10:12 AM] [FHEM] FS20_37dfdf has
[1/26/2017, 9:10:12 AM] [FHEM]   On [state;on,off]
[1/26/2017, 9:10:12 AM] [FHEM]   Brightness [state]
[1/26/2017, 9:10:12 AM] [FHEM] FS20_3c3c41 is light
[1/26/2017, 9:10:12 AM] [FHEM] FS20_3c3c41 has
[1/26/2017, 9:10:12 AM] [FHEM]   On [state;on,off]
[1/26/2017, 9:10:12 AM] [FHEM]   Brightness [state]
[1/26/2017, 9:10:12 AM] [FHEM] FS20_5b7329 is light
[1/26/2017, 9:10:12 AM] [FHEM] FS20_5b7329 has
[1/26/2017, 9:10:12 AM] [FHEM]   On [state;on,off]
[1/26/2017, 9:10:12 AM] [FHEM]   Brightness [state]
[1/26/2017, 9:10:12 AM] [FHEM] FS20_78865e is light
[1/26/2017, 9:10:12 AM] [FHEM] FS20_78865e has
[1/26/2017, 9:10:12 AM] [FHEM]   On [state;on,off]
[1/26/2017, 9:10:12 AM] [FHEM]   Brightness [state]
[1/26/2017, 9:10:12 AM] [FHEM] FS20_78ffeb is light
[1/26/2017, 9:10:12 AM] [FHEM] FS20_78ffeb has
[1/26/2017, 9:10:12 AM] [FHEM]   On [state;on,off]
[1/26/2017, 9:10:12 AM] [FHEM]   Brightness [state]
[1/26/2017, 9:10:12 AM] [FHEM] FS20_cbb201 is light
[1/26/2017, 9:10:12 AM] [FHEM] FS20_cbb201 has
[1/26/2017, 9:10:12 AM] [FHEM]   On [state;on,off]
[1/26/2017, 9:10:12 AM] [FHEM]   Brightness [state]
  2017-01-26 09:10:12 caching: FS20_cbb201-state: off
[1/26/2017, 9:10:12 AM] [FHEM] FS20_fa0000 is light
[1/26/2017, 9:10:12 AM] [FHEM] FS20_fa0000 has
[1/26/2017, 9:10:12 AM] [FHEM]   On [state;on,off]
[1/26/2017, 9:10:12 AM] [FHEM]   Brightness [state]
[1/26/2017, 9:10:12 AM] [FHEM] Fenster_Bad is ContactSensor
[1/26/2017, 9:10:12 AM] [FHEM] Fenster_Bad has
[1/26/2017, 9:10:12 AM] [FHEM]   ContactSensorState [Window]
[1/26/2017, 9:10:12 AM] [FHEM]   CurrentDoorState [Window]
[1/26/2017, 9:10:12 AM] [FHEM] Fenster_Felix is ContactSensor
[1/26/2017, 9:10:12 AM] [FHEM] Fenster_Felix has
[1/26/2017, 9:10:12 AM] [FHEM]   ContactSensorState [Window]
[1/26/2017, 9:10:12 AM] [FHEM]   CurrentDoorState [Window]
  2017-01-26 09:10:12 caching: Fenster_Felix-Window: Open
[1/26/2017, 9:10:12 AM] [FHEM] Fenster_Felix_log: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for Fenster_Felix_log (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] ignoring Fenster_Felix_plot (SVG) without genericDeviceType
[1/26/2017, 9:10:12 AM] [FHEM] no device created for Fenster_Felix_plot (SVG)
[1/26/2017, 9:10:12 AM] [FHEM] Fenster_GaesteWC is ContactSensor
[1/26/2017, 9:10:12 AM] [FHEM] Fenster_GaesteWC has
[1/26/2017, 9:10:12 AM] [FHEM]   ContactSensorState [Window]
[1/26/2017, 9:10:12 AM] [FHEM]   CurrentDoorState [Window]
  2017-01-26 09:10:12 caching: Fenster_GaesteWC-Window: Closed
[1/26/2017, 9:10:12 AM] [FHEM] ignoring Fenster_GaesteWC_Plot (SVG) without genericDeviceType
[1/26/2017, 9:10:12 AM] [FHEM] no device created for Fenster_GaesteWC_Plot (SVG)
[1/26/2017, 9:10:12 AM] [FHEM] Fenster_GaesteWC_log: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for Fenster_GaesteWC_log (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] Fenster_Jonas is ContactSensor
[1/26/2017, 9:10:12 AM] [FHEM] Fenster_Jonas has
[1/26/2017, 9:10:12 AM] [FHEM]   ContactSensorState [Window]
[1/26/2017, 9:10:12 AM] [FHEM]   CurrentDoorState [Window]
  2017-01-26 09:10:12 caching: Fenster_Jonas-Window: Open
[1/26/2017, 9:10:12 AM] [FHEM] Fenster_Kueche is ContactSensor
[1/26/2017, 9:10:12 AM] [FHEM] Fenster_Kueche has
[1/26/2017, 9:10:12 AM] [FHEM]   ContactSensorState [Window]
[1/26/2017, 9:10:12 AM] [FHEM]   CurrentDoorState [Window]
  2017-01-26 09:10:12 caching: Fenster_Kueche-Window: Closed
[1/26/2017, 9:10:12 AM] [FHEM] Fenster_Kueche_log: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for Fenster_Kueche_log (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] ignoring Fenster_Kueche_plot (SVG) without genericDeviceType
[1/26/2017, 9:10:12 AM] [FHEM] no device created for Fenster_Kueche_plot (SVG)
[1/26/2017, 9:10:12 AM] [FHEM] Fenster_Schlafzimmer is ContactSensor
[1/26/2017, 9:10:12 AM] [FHEM] Fenster_Schlafzimmer has
[1/26/2017, 9:10:12 AM] [FHEM]   ContactSensorState [Window]
[1/26/2017, 9:10:12 AM] [FHEM]   CurrentDoorState [Window]
  2017-01-26 09:10:12 caching: Fenster_Schlafzimmer-Window: Closed
[1/26/2017, 9:10:12 AM] [FHEM] Fenster_Vorratsraum is ContactSensor
[1/26/2017, 9:10:12 AM] [FHEM] Fenster_Vorratsraum has
[1/26/2017, 9:10:12 AM] [FHEM]   ContactSensorState [Window]
[1/26/2017, 9:10:12 AM] [FHEM]   CurrentDoorState [Window]
  2017-01-26 09:10:12 caching: Fenster_Vorratsraum-Window: Closed
[1/26/2017, 9:10:12 AM] [FHEM] ignoring Fenster_Vorratsraum_Plot (SVG) without genericDeviceType
[1/26/2017, 9:10:12 AM] [FHEM] no device created for Fenster_Vorratsraum_Plot (SVG)
[1/26/2017, 9:10:12 AM] [FHEM] Fenster_Vorratsraum_log: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for Fenster_Vorratsraum_log (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] Fernsehen is switch
[1/26/2017, 9:10:12 AM] [FHEM] Fernsehen has
[1/26/2017, 9:10:12 AM] [FHEM]   On [state;on,off]
  2017-01-26 09:10:12 caching: Fernsehen-state: off
[1/26/2017, 9:10:12 AM] [FHEM] Fetzbox: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for Fetzbox (FRITZBOX)
[1/26/2017, 9:10:12 AM] [FHEM] Fhemobile: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for Fhemobile (dummy)
[1/26/2017, 9:10:12 AM] [FHEM] FileLog_AUSSENTEMP: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for FileLog_AUSSENTEMP (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] FileLog_Aussentemperatur: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for FileLog_Aussentemperatur (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] FileLog_CUL_HOERMANN_00207FB660: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for FileLog_CUL_HOERMANN_00207FB660 (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] FileLog_CUL_HOERMANN_0023AF7810: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for FileLog_CUL_HOERMANN_0023AF7810 (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] FileLog_CUL_HOERMANN_010672C230: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for FileLog_CUL_HOERMANN_010672C230 (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] FileLog_CUL_HOERMANN_028C998A20: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for FileLog_CUL_HOERMANN_028C998A20 (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] FileLog_CUL_HOERMANN_067F06FC00: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for FileLog_CUL_HOERMANN_067F06FC00 (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] FileLog_CUL_HOERMANN_0BD4938FE0: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for FileLog_CUL_HOERMANN_0BD4938FE0 (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] FileLog_CUL_HOERMANN_2911328E60: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for FileLog_CUL_HOERMANN_2911328E60 (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] FileLog_CUL_HOERMANN_2F7D2F3CC0: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for FileLog_CUL_HOERMANN_2F7D2F3CC0 (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] FileLog_CUL_HOERMANN_3020C46120: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for FileLog_CUL_HOERMANN_3020C46120 (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] FileLog_CUL_HOERMANN_3FC3E6CBC0: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for FileLog_CUL_HOERMANN_3FC3E6CBC0 (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] FileLog_CUL_HOERMANN_46A51726E0: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for FileLog_CUL_HOERMANN_46A51726E0 (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] FileLog_CUL_HOERMANN_5D6BE71FE0: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for FileLog_CUL_HOERMANN_5D6BE71FE0 (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] FileLog_CUL_HOERMANN_5E81726F80: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for FileLog_CUL_HOERMANN_5E81726F80 (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] FileLog_CUL_HOERMANN_60D653BB40: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for FileLog_CUL_HOERMANN_60D653BB40 (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] FileLog_CUL_HOERMANN_6DED366D80: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for FileLog_CUL_HOERMANN_6DED366D80 (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] FileLog_CUL_HOERMANN_734C2D9300: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for FileLog_CUL_HOERMANN_734C2D9300 (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] FileLog_CUL_HOERMANN_76766BBE60: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for FileLog_CUL_HOERMANN_76766BBE60 (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] FileLog_CUL_HOERMANN_C2A27C3DE0: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for FileLog_CUL_HOERMANN_C2A27C3DE0 (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] FileLog_CUL_HOERMANN_D4CF221BB0: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for FileLog_CUL_HOERMANN_D4CF221BB0 (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] FileLog_CUL_HOERMANN_D8B83CCFA0: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for FileLog_CUL_HOERMANN_D8B83CCFA0 (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] FileLog_CUL_HOERMANN_E02BE8E7E0: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for FileLog_CUL_HOERMANN_E02BE8E7E0 (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] FileLog_CUL_HOERMANN_E5E97CDFA0: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for FileLog_CUL_HOERMANN_E5E97CDFA0 (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] FileLog_CUL_HOERMANN_EA8ADDC760: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for FileLog_CUL_HOERMANN_EA8ADDC760 (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] FileLog_CUL_HOERMANN_EFEEB62760: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for FileLog_CUL_HOERMANN_EFEEB62760 (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] FileLog_CUL_HOERMANN_FBA2B28730: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for FileLog_CUL_HOERMANN_FBA2B28730 (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] FileLog_CUL_HOERMANN_FDFD928A80: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for FileLog_CUL_HOERMANN_FDFD928A80 (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] FileLog_CUL_HOERMANN_FFE781C2A0: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for FileLog_CUL_HOERMANN_FFE781C2A0 (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] FileLog_CUL_TX_127: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for FileLog_CUL_TX_127 (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] FileLog_CUL_WS_5: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for FileLog_CUL_WS_5 (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] FileLog_CUL_WS_6: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for FileLog_CUL_WS_6 (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] FileLog_FS20_37dfdf: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for FileLog_FS20_37dfdf (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] FileLog_FS20_3c3c41: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for FileLog_FS20_3c3c41 (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] FileLog_FS20_5b7329: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for FileLog_FS20_5b7329 (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] FileLog_FS20_78865e: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for FileLog_FS20_78865e (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] FileLog_FS20_78ffeb: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for FileLog_FS20_78ffeb (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] FileLog_FS20_cbb201: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for FileLog_FS20_cbb201 (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] FileLog_FS20_e24b02: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for FileLog_FS20_e24b02 (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] FileLog_FS20_fa0000: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for FileLog_FS20_fa0000 (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] FileLog_Fenster_Bad: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for FileLog_Fenster_Bad (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] FileLog_Fenster_Jonas: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for FileLog_Fenster_Jonas (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] FileLog_Fenster_Schlafzimmer: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for FileLog_Fenster_Schlafzimmer (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] FileLog_HMS100TF_0000: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for FileLog_HMS100TF_0000 (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] FileLog_IT_000000000F: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for FileLog_IT_000000000F (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] FileLog_IT_0000F0000F: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for FileLog_IT_0000F0000F (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] FileLog_IT_0FFF0FFFFF: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for FileLog_IT_0FFF0FFFFF (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] FileLog_IT_1111111111: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for FileLog_IT_1111111111 (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] FileLog_IT_1527x2c76f: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for FileLog_IT_1527x2c76f (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] FileLog_IT_1527x79d40: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for FileLog_IT_1527x79d40 (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] FileLog_IT_1527x840e0: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for FileLog_IT_1527x840e0 (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] FileLog_Mebus_237: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for FileLog_Mebus_237 (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] FileLog_Prologue_145: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for FileLog_Prologue_145 (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] FileLog_Schalter_Flur: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for FileLog_Schalter_Flur (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] FileLog_Schalter_TV: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for FileLog_Schalter_TV (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] FileLog_Schalter_Wohnzimmerlicht: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for FileLog_Schalter_Wohnzimmerlicht (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] FileLog_Schiebetuer: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for FileLog_Schiebetuer (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] FileLog_Thermostat_Felix: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for FileLog_Thermostat_Felix (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] FileLog_Thermostat_Jonas: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for FileLog_Thermostat_Jonas (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] FileLog_Thermostat_Schlafzimmer: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for FileLog_Thermostat_Schlafzimmer (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] FileLog_Thermostat_Wohnz: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for FileLog_Thermostat_Wohnz (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] FileLog_Verbrauch: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for FileLog_Verbrauch (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] FritzBox: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for FritzBox (FRITZBOX)
[1/26/2017, 9:10:12 AM] [FHEM] GarageZU1: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for GarageZU1 (at)
[1/26/2017, 9:10:12 AM] [FHEM] GarageZU2: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for GarageZU2 (at)
[1/26/2017, 9:10:12 AM] [FHEM] GarageZU3: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for GarageZU3 (at)
[1/26/2017, 9:10:12 AM] [FHEM] Garagentor is switch
[1/26/2017, 9:10:12 AM] [FHEM] Garagentor has
[1/26/2017, 9:10:12 AM] [FHEM]   On [state;on,off]
  2017-01-26 09:10:12 caching: Garagentor-state: off
[1/26/2017, 9:10:12 AM] [FHEM] ignoring Garagentor_Plot (SVG) without genericDeviceType
[1/26/2017, 9:10:12 AM] [FHEM] no device created for Garagentor_Plot (SVG)
[1/26/2017, 9:10:12 AM] [FHEM] Garagentor_Status is ContactSensor
[1/26/2017, 9:10:12 AM] [FHEM] Garagentor_Status has
[1/26/2017, 9:10:12 AM] [FHEM]   ContactSensorState [Window]
[1/26/2017, 9:10:12 AM] [FHEM]   CurrentDoorState [Window]
  2017-01-26 09:10:12 caching: Garagentor_Status-Window: Closed
[1/26/2017, 9:10:12 AM] [FHEM] Garagentor_log: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for Garagentor_log (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] Garagentor_reset: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for Garagentor_reset (notify)
[1/26/2017, 9:10:12 AM] [FHEM] Girlande is switch
[1/26/2017, 9:10:12 AM] [FHEM] Girlande has
[1/26/2017, 9:10:12 AM] [FHEM]   On [state;on,off]
  2017-01-26 09:10:12 caching: Girlande-state: off
[1/26/2017, 9:10:12 AM] [FHEM] HMS100TF_0000 is thermometer
[1/26/2017, 9:10:12 AM] [FHEM] HMS100TF_0000 has
[1/26/2017, 9:10:12 AM] [FHEM]   StatusLowBattery [battery]
[1/26/2017, 9:10:12 AM] [FHEM]   CurrentTemperature [temperature]
[1/26/2017, 9:10:12 AM] [FHEM]   CurrentRelativeHumidity [humidity]
  2017-01-26 09:10:12 caching: HMS100TF_0000-battery: ok
  2017-01-26 09:10:12 caching: HMS100TF_0000-temperature: 0
  2017-01-26 09:10:12 caching: HMS100TF_0000-humidity: 0
[1/26/2017, 9:10:12 AM] [FHEM] IT_000000000F is switch
[1/26/2017, 9:10:12 AM] [FHEM] IT_000000000F has
[1/26/2017, 9:10:12 AM] [FHEM]   On [state;on,off]
  2017-01-26 09:10:12 caching: IT_000000000F-state: off
[1/26/2017, 9:10:12 AM] [FHEM] IT_0000F0000F is switch
[1/26/2017, 9:10:12 AM] [FHEM] IT_0000F0000F has
[1/26/2017, 9:10:12 AM] [FHEM]   On [state;on,off]
  2017-01-26 09:10:12 caching: IT_0000F0000F-state: off
[1/26/2017, 9:10:12 AM] [FHEM] IT_0FFF0FFFFF: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for IT_0FFF0FFFFF (IT)
[1/26/2017, 9:10:12 AM] [FHEM] IT_1111111111: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for IT_1111111111 (IT)
[1/26/2017, 9:10:12 AM] [FHEM] IT_1527x2c76f: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for IT_1527x2c76f (IT)
[1/26/2017, 9:10:12 AM] [FHEM] IT_1527x79d40: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for IT_1527x79d40 (IT)
[1/26/2017, 9:10:12 AM] [FHEM] IT_1527x840e0: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for IT_1527x840e0 (IT)
[1/26/2017, 9:10:12 AM] [FHEM] Klingel is light
[1/26/2017, 9:10:12 AM] [FHEM] Klingel has
[1/26/2017, 9:10:12 AM] [FHEM]   On [state;on,off]
[1/26/2017, 9:10:12 AM] [FHEM]   Brightness [state]
  2017-01-26 09:10:12 caching: Klingel-state: off
[1/26/2017, 9:10:12 AM] [FHEM] Kodi is switch
[1/26/2017, 9:10:12 AM] [FHEM] Kodi has
[1/26/2017, 9:10:12 AM] [FHEM]   On [state;on,off]
  2017-01-26 09:10:12 caching: Kodi-state: off
[1/26/2017, 9:10:12 AM] [FHEM] Kodi_wol is switch
[1/26/2017, 9:10:12 AM] [FHEM] Kodi_wol has
[1/26/2017, 9:10:12 AM] [FHEM]   On [state;on,off]
  2017-01-26 09:10:12 caching: Kodi_wol-state: off
[1/26/2017, 9:10:12 AM] [FHEM] Kodimediacenter: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for Kodimediacenter (XBMC)
[1/26/2017, 9:10:12 AM] [FHEM] LAMPE_TREPPENHAUS is switch
[1/26/2017, 9:10:12 AM] [FHEM] LAMPE_TREPPENHAUS has
[1/26/2017, 9:10:12 AM] [FHEM]   On [state;on,off]
  2017-01-26 09:10:12 caching: LAMPE_TREPPENHAUS-state: off
[1/26/2017, 9:10:12 AM] [FHEM] Lampe_Flur is switch
[1/26/2017, 9:10:12 AM] [FHEM] Lampe_Flur has
[1/26/2017, 9:10:12 AM] [FHEM]   On [state;on,off]
  2017-01-26 09:10:12 caching: Lampe_Flur-state: off
[1/26/2017, 9:10:12 AM] [FHEM] Lampe_Flur2 is switch
[1/26/2017, 9:10:12 AM] [FHEM] Lampe_Flur2 has
[1/26/2017, 9:10:12 AM] [FHEM]   On [state;on,off]
  2017-01-26 09:10:12 caching: Lampe_Flur2-state: off
[1/26/2017, 9:10:12 AM] [FHEM] Lampe_FlurAN: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for Lampe_FlurAN (at)
[1/26/2017, 9:10:12 AM] [FHEM] Lampe_FlurAUS: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for Lampe_FlurAUS (at)
[1/26/2017, 9:10:12 AM] [FHEM] Lichterkette_draussen is switch
[1/26/2017, 9:10:12 AM] [FHEM] Lichterkette_draussen has
[1/26/2017, 9:10:12 AM] [FHEM]   On [state;on,off]
[1/26/2017, 9:10:12 AM] [FHEM]   Brightness [state]
  2017-01-26 09:10:12 caching: Lichterkette_draussen-state: off
[1/26/2017, 9:10:12 AM] [FHEM] Logfile: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for Logfile (FileLog)
[1/26/2017, 9:10:12 AM] [FHEM] Mebus_237 is thermometer
[1/26/2017, 9:10:12 AM] [FHEM] Mebus_237 has
[1/26/2017, 9:10:12 AM] [FHEM]   StatusLowBattery [battery]
[1/26/2017, 9:10:12 AM] [FHEM]   CurrentTemperature [temperature]
  2017-01-26 09:10:12 caching: Mebus_237-battery: low
  2017-01-26 09:10:12 caching: Mebus_237-temperature: -4.5
[1/26/2017, 9:10:12 AM] [FHEM] Michael_anwesend is OccupancySensor
[1/26/2017, 9:10:12 AM] [FHEM] Michael_anwesend has
[1/26/2017, 9:10:12 AM] [FHEM]   OccupancyDetected [state]
  2017-01-26 09:10:12 caching: Michael_anwesend-state: present
[1/26/2017, 9:10:12 AM] [FHEM] MyAlexa: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for MyAlexa (alexa)
[1/26/2017, 9:10:12 AM] [FHEM] NAS_DSX is thermometer
[1/26/2017, 9:10:12 AM] [FHEM] NAS_DSX has
[1/26/2017, 9:10:12 AM] [FHEM]   CurrentTemperature [temperature]
  2017-01-26 09:10:12 caching: NAS_DSX-temperature: 40
[1/26/2017, 9:10:12 AM] [FHEM] Playstation is switch
[1/26/2017, 9:10:12 AM] [FHEM] Playstation has
[1/26/2017, 9:10:12 AM] [FHEM] Playstation_on: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for Playstation_on (notify)
[1/26/2017, 9:10:12 AM] [FHEM] Prologue_145 is thermometer
[1/26/2017, 9:10:12 AM] [FHEM] Prologue_145 has
[1/26/2017, 9:10:12 AM] [FHEM]   StatusLowBattery [battery]
[1/26/2017, 9:10:12 AM] [FHEM]   CurrentTemperature [temperature]
[1/26/2017, 9:10:12 AM] [FHEM]   CurrentRelativeHumidity [humidity]
  2017-01-26 09:10:12 caching: Prologue_145-battery: low
  2017-01-26 09:10:12 caching: Prologue_145-temperature: -2.1
  2017-01-26 09:10:12 caching: Prologue_145-humidity: 20
[1/26/2017, 9:10:12 AM] [FHEM] Rollo_Kueche_Fenster is switch
[1/26/2017, 9:10:12 AM] [FHEM] Rollo_Kueche_Fenster has
[1/26/2017, 9:10:12 AM] [FHEM]   On [state;on,off]
  2017-01-26 09:10:12 caching: Rollo_Kueche_Fenster-state: off
[1/26/2017, 9:10:12 AM] [FHEM] Rollo_Schiebetuer is switch
[1/26/2017, 9:10:12 AM] [FHEM] Rollo_Schiebetuer has
[1/26/2017, 9:10:12 AM] [FHEM]   On [state;on,off]
  2017-01-26 09:10:12 caching: Rollo_Schiebetuer-state: off
[1/26/2017, 9:10:12 AM] [FHEM] Rollo_Vorrat_Fenster is switch
[1/26/2017, 9:10:12 AM] [FHEM] Rollo_Vorrat_Fenster has
[1/26/2017, 9:10:12 AM] [FHEM]   On [state;on,off]
  2017-01-26 09:10:12 caching: Rollo_Vorrat_Fenster-state: off
[1/26/2017, 9:10:12 AM] [FHEM] Rollo_Vorrat_Tuer is switch
[1/26/2017, 9:10:12 AM] [FHEM] Rollo_Vorrat_Tuer has
[1/26/2017, 9:10:12 AM] [FHEM]   On [state;on,off]
  2017-01-26 09:10:12 caching: Rollo_Vorrat_Tuer-state: off
[1/26/2017, 9:10:12 AM] [FHEM] Rollo_Wohnzimmer_Fenster is switch
[1/26/2017, 9:10:12 AM] [FHEM] Rollo_Wohnzimmer_Fenster has
[1/26/2017, 9:10:12 AM] [FHEM]   On [state;on,off]
  2017-01-26 09:10:12 caching: Rollo_Wohnzimmer_Fenster-state: off
[1/26/2017, 9:10:12 AM] [FHEM] Rollos_Temp_automatik is light
[1/26/2017, 9:10:12 AM] [FHEM] Rollos_Temp_automatik has
[1/26/2017, 9:10:12 AM] [FHEM]   On [state;on,off]
[1/26/2017, 9:10:12 AM] [FHEM]   Brightness [state]
[1/26/2017, 9:10:12 AM] [FHEM] Rollos_alle is light
[1/26/2017, 9:10:12 AM] [FHEM] Rollos_alle has
[1/26/2017, 9:10:12 AM] [FHEM]   On [state;on,off]
[1/26/2017, 9:10:12 AM] [FHEM]   Brightness [state]
  2017-01-26 09:10:12 caching: Rollos_alle-state: off
[1/26/2017, 9:10:12 AM] [FHEM] Rollos_rauf_Wohnz: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for Rollos_rauf_Wohnz (at)
[1/26/2017, 9:10:12 AM] [FHEM] Rollos_rauf_kueche: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for Rollos_rauf_kueche (at)
[1/26/2017, 9:10:12 AM] [FHEM] Rollos_rauf_vorrat: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for Rollos_rauf_vorrat (at)
[1/26/2017, 9:10:12 AM] [FHEM] Rollos_rauf_vorrat2: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for Rollos_rauf_vorrat2 (at)
[1/26/2017, 9:10:12 AM] [FHEM] Rollos_runter: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for Rollos_runter (at)
[1/26/2017, 9:10:12 AM] [FHEM] Rollos_runter2: no service type detected
[1/26/2017, 9:10:12 AM] [FHEM] no device created for Rollos_runter2 (at)
[1/26/2017, 9:10:12 AM] [FHEM] ignoring SVG_Aussentemperatur (SVG) without genericDeviceType
[1/26/2017, 9:10:12 AM] [FHEM] no device created for SVG_Aussentemperatur (SVG)
[1/26/2017, 9:10:12 AM] [FHEM] ignoring SVG_CUL_TX_127 (SVG) without genericDeviceType
[1/26/2017, 9:10:12 AM] [FHEM] no device created for SVG_CUL_TX_127 (SVG)
[1/26/2017, 9:10:12 AM] [FHEM] ignoring SVG_CUL_WS_5 (SVG) without genericDeviceType
[1/26/2017, 9:10:12 AM] [FHEM] no device created for SVG_CUL_WS_5 (SVG)
[1/26/2017, 9:10:12 AM] [FHEM] ignoring SVG_CUL_WS_6 (SVG) without genericDeviceType
[1/26/2017, 9:10:12 AM] [FHEM] no device created for SVG_CUL_WS_6 (SVG)
[1/26/2017, 9:10:12 AM] [FHEM] ignoring SVG_HMS100TF_0000 (SVG) without genericDeviceType
[1/26/2017, 9:10:12 AM] [FHEM] no device created for SVG_HMS100TF_0000 (SVG)
[1/26/2017, 9:10:12 AM] [FHEM] ignoring SVG_Mebus_237 (SVG) without genericDeviceType
[1/26/2017, 9:10:12 AM] [FHEM] no device created for SVG_Mebus_237 (SVG)
[1/26/2017, 9:10:12 AM] [FHEM] ignoring SVG_Prologue_145 (SVG) without genericDeviceType
[1/26/2017, 9:10:12 AM] [FHEM] no device created for SVG_Prologue_145 (SVG)
[1/26/2017, 9:10:12 AM] [FHEM] ignoring SVG_Verbrauch (SVG) without genericDeviceType
[1/26/2017, 9:10:12 AM] [FHEM] no device created for SVG_Verbrauch (SVG)
[1/26/2017, 9:10:12 AM] [FHEM] Sarah_anwesend is OccupancySensor
[1/26/2017, 9:10:12 AM] [FHEM] Sarah_anwesend has
[1/26/2017, 9:10:12 AM] [FHEM]   OccupancyDetected [state]
  2017-01-26 09:10:12 caching: Sarah_anwesend-state: present
[1/26/2017, 9:10:12 AM] [FHEM] Sauger_laden is light
[1/26/2017, 9:10:12 AM] [FHEM] Sauger_laden has
[1/26/2017, 9:10:12 AM] [FHEM]   On [state;on,off]
[1/26/2017, 9:10:12 AM] [FHEM]   Brightness [state]
[1/26/2017, 9:10:12 AM] [FHEM] Sauger_start is switch
[1/26/2017, 9:10:12 AM] [FHEM] Sauger_start has
[1/26/2017, 9:10:13 AM] [FHEM]   On [state;on,off]
[1/26/2017, 9:10:13 AM] [FHEM]   Brightness [state]
  2017-01-26 09:10:13 caching: Sauger_start-state: on
[1/26/2017, 9:10:13 AM] [FHEM] Schalter_Flur is switch
[1/26/2017, 9:10:13 AM] [FHEM] Schalter_Flur has
[1/26/2017, 9:10:13 AM] [FHEM]   On [state;on,off]
[1/26/2017, 9:10:13 AM] [FHEM]   Brightness [state]
  2017-01-26 09:10:13 caching: Schalter_Flur-state: toggle
[1/26/2017, 9:10:13 AM] [FHEM] Schalter_Flur_Licht: no service type detected
[1/26/2017, 9:10:13 AM] [FHEM] no device created for Schalter_Flur_Licht (notify)
[1/26/2017, 9:10:13 AM] [FHEM] Schalter_TV is light
[1/26/2017, 9:10:13 AM] [FHEM] Schalter_TV has
[1/26/2017, 9:10:13 AM] [FHEM]   On [state;on,off]
[1/26/2017, 9:10:13 AM] [FHEM]   Brightness [state]
  2017-01-26 09:10:13 caching: Schalter_TV-state: toggle
[1/26/2017, 9:10:13 AM] [FHEM] Schalter_Wohnzimmer_Alarmanlage: no service type detected
[1/26/2017, 9:10:13 AM] [FHEM] no device created for Schalter_Wohnzimmer_Alarmanlage (notify)
[1/26/2017, 9:10:13 AM] [FHEM] Schalter_Wohnzimmer_Licht: no service type detected
[1/26/2017, 9:10:13 AM] [FHEM] no device created for Schalter_Wohnzimmer_Licht (notify)
[1/26/2017, 9:10:13 AM] [FHEM] Schalter_Wohnzimmerlicht is light
[1/26/2017, 9:10:13 AM] [FHEM] Schalter_Wohnzimmerlicht has
[1/26/2017, 9:10:13 AM] [FHEM]   On [state;on,off]
[1/26/2017, 9:10:13 AM] [FHEM]   Brightness [state]
  2017-01-26 09:10:13 caching: Schalter_Wohnzimmerlicht-state: toggle
[1/26/2017, 9:10:13 AM] [FHEM] Schiebetuer is ContactSensor
[1/26/2017, 9:10:13 AM] [FHEM] Schiebetuer has
[1/26/2017, 9:10:13 AM] [FHEM]   ContactSensorState [Window]
[1/26/2017, 9:10:13 AM] [FHEM]   CurrentDoorState [Window]
  2017-01-26 09:10:13 caching: Schiebetuer-Window: Closed
[1/26/2017, 9:10:13 AM] [FHEM] Schiebetuer_notify: no service type detected
[1/26/2017, 9:10:13 AM] [FHEM] no device created for Schiebetuer_notify (notify)
[1/26/2017, 9:10:13 AM] [FHEM] Schiebetuer_runter: no service type detected
[1/26/2017, 9:10:13 AM] [FHEM] no device created for Schiebetuer_runter (at)
[1/26/2017, 9:10:13 AM] [FHEM] TABLETUI: no service type detected
[1/26/2017, 9:10:13 AM] [FHEM] no device created for TABLETUI (HTTPSRV)
[1/26/2017, 9:10:13 AM] [FHEM] TV_POWER is switch
[1/26/2017, 9:10:13 AM] [FHEM] TV_POWER has
[1/26/2017, 9:10:13 AM] [FHEM]   On [state;on,off]
  2017-01-26 09:10:13 caching: TV_POWER-state: on
[1/26/2017, 9:10:13 AM] [FHEM] Thermostat_Felix is light
[1/26/2017, 9:10:13 AM] [FHEM] Thermostat_Felix has
[1/26/2017, 9:10:13 AM] [FHEM]   Saturation [sat;sat;0-100]
[1/26/2017, 9:10:13 AM] [FHEM]   StatusLowBattery [battery]
[1/26/2017, 9:10:13 AM] [FHEM]   TargetTemperature [desired-temp]
[1/26/2017, 9:10:13 AM] [FHEM]   Custom Actuation [actuator]
[1/26/2017, 9:10:13 AM] [FHEM]   TargetHeatingCoolingState [mode]
[1/26/2017, 9:10:13 AM] [FHEM]   CurrentTemperature [measured-temp]
  2017-01-26 09:10:13 caching: Thermostat_Felix-battery: ok
  2017-01-26 09:10:13 caching: Thermostat_Felix-desired-temp: 8.0
  2017-01-26 09:10:13 caching: Thermostat_Felix-actuator: 0%
[1/26/2017, 9:10:13 AM] [FHEM]     caching: Custom Actuation: 0 (as number; from '0%')
  2017-01-26 09:10:13 caching: Thermostat_Felix-measured-temp: 20.2
[1/26/2017, 9:10:13 AM] [FHEM] Thermostat_Jonas is light
[1/26/2017, 9:10:13 AM] [FHEM] Thermostat_Jonas has
[1/26/2017, 9:10:13 AM] [FHEM]   Saturation [sat;sat;0-100]
[1/26/2017, 9:10:13 AM] [FHEM]   StatusLowBattery [battery]
[1/26/2017, 9:10:13 AM] [FHEM]   TargetTemperature [desired-temp]
[1/26/2017, 9:10:13 AM] [FHEM]   Custom Actuation [actuator]
[1/26/2017, 9:10:13 AM] [FHEM]   TargetHeatingCoolingState [mode]
[1/26/2017, 9:10:13 AM] [FHEM]   CurrentTemperature [measured-temp]
  2017-01-26 09:10:13 caching: Thermostat_Jonas-battery: ok
  2017-01-26 09:10:13 caching: Thermostat_Jonas-desired-temp: 8.0
  2017-01-26 09:10:13 caching: Thermostat_Jonas-actuator: 0%
[1/26/2017, 9:10:13 AM] [FHEM]     caching: Custom Actuation: 0 (as number; from '0%')
  2017-01-26 09:10:13 caching: Thermostat_Jonas-mode: auto
  2017-01-26 09:10:13 caching: Thermostat_Jonas-measured-temp: 21.4
[1/26/2017, 9:10:13 AM] [FHEM] Thermostat_Schlafzimmer is light
[1/26/2017, 9:10:13 AM] [FHEM] Thermostat_Schlafzimmer has
[1/26/2017, 9:10:13 AM] [FHEM]   Saturation [sat;sat;0-100]
[1/26/2017, 9:10:13 AM] [FHEM]   StatusLowBattery [battery]
[1/26/2017, 9:10:13 AM] [FHEM]   TargetTemperature [desired-temp]
[1/26/2017, 9:10:13 AM] [FHEM]   Custom Actuation [actuator]
[1/26/2017, 9:10:13 AM] [FHEM]   TargetHeatingCoolingState [mode]
[1/26/2017, 9:10:13 AM] [FHEM]   CurrentTemperature [measured-temp]
  2017-01-26 09:10:13 caching: Thermostat_Schlafzimmer-battery: ok
  2017-01-26 09:10:13 caching: Thermostat_Schlafzimmer-desired-temp: 17.0
  2017-01-26 09:10:13 caching: Thermostat_Schlafzimmer-actuator: 0%
[1/26/2017, 9:10:13 AM] [FHEM]     caching: Custom Actuation: 0 (as number; from '0%')
  2017-01-26 09:10:13 caching: Thermostat_Schlafzimmer-measured-temp: 18.3
[1/26/2017, 9:10:13 AM] [FHEM] Thermostat_Wohnz is thermostat
[1/26/2017, 9:10:13 AM] [FHEM] Thermostat_Wohnz has
[1/26/2017, 9:10:13 AM] [FHEM]   Saturation [sat;sat;0-100]
[1/26/2017, 9:10:13 AM] [FHEM]   StatusLowBattery [battery]
[1/26/2017, 9:10:13 AM] [FHEM]   TargetTemperature [desired-temp]
[1/26/2017, 9:10:13 AM] [FHEM]   Custom Actuation [actuator]
[1/26/2017, 9:10:13 AM] [FHEM]   TargetHeatingCoolingState [mode]
[1/26/2017, 9:10:13 AM] [FHEM]   CurrentTemperature [measured-temp]
[1/26/2017, 9:10:13 AM] [FHEM]   CurrentHeatingCoolingState [undefined]
  2017-01-26 09:10:13 caching: Thermostat_Wohnz-battery: ok
  2017-01-26 09:10:13 caching: Thermostat_Wohnz-desired-temp: 20.5
  2017-01-26 09:10:13 caching: Thermostat_Wohnz-actuator: 57%
[1/26/2017, 9:10:13 AM] [FHEM]     caching: Custom Actuation: 57 (as number; from '57%')
  2017-01-26 09:10:13 caching: Thermostat_Wohnz-measured-temp: 20.4
[1/26/2017, 9:10:13 AM] [FHEM] Tuer_Repeater: no service type detected
[1/26/2017, 9:10:13 AM] [FHEM] no device created for Tuer_Repeater (notify)
[1/26/2017, 9:10:13 AM] [FHEM] Unknown: no service type detected
[1/26/2017, 9:10:13 AM] [FHEM] no device created for Unknown (CUL_TCM97001)
[1/26/2017, 9:10:13 AM] [FHEM] Unterhaltung is switch
[1/26/2017, 9:10:13 AM] [FHEM] Unterhaltung has
[1/26/2017, 9:10:13 AM] [FHEM]   On [state;on,off]
  2017-01-26 09:10:13 caching: Unterhaltung-state: on
[1/26/2017, 9:10:13 AM] [FHEM] Urlaub_dummy is switch
[1/26/2017, 9:10:13 AM] [FHEM] Urlaub_dummy has
[1/26/2017, 9:10:13 AM] [FHEM]   On [state;ja,nein]
[1/26/2017, 9:10:13 AM] [FHEM] VUDUO2 is switch
[1/26/2017, 9:10:13 AM] [FHEM] VUDUO2 has
[1/26/2017, 9:10:13 AM] [FHEM]   Custom Volume [volume;cached]
[1/26/2017, 9:10:13 AM] [FHEM]   Custom Power [power]
[1/26/2017, 9:10:13 AM] [FHEM]   On [state;on,off]
  2017-01-26 09:10:13 caching: VUDUO2-volume: 100
[1/26/2017, 9:10:13 AM] [FHEM]     caching: Custom Volume: 100 (as number; from '100')
  2017-01-26 09:10:13 caching: VUDUO2-power: off
[1/26/2017, 9:10:13 AM] [FHEM] VUDUO2-power not a number: off
  2017-01-26 09:10:13 caching: VUDUO2-state: absent
[1/26/2017, 9:10:13 AM] [FHEM] VU_Power is switch
[1/26/2017, 9:10:13 AM] [FHEM] VU_Power has
[1/26/2017, 9:10:13 AM] [FHEM]   On [state;on,off]
  2017-01-26 09:10:13 caching: VU_Power-state: on
[1/26/2017, 9:10:13 AM] [FHEM] Verbrauch: no service type detected
[1/26/2017, 9:10:13 AM] [FHEM] no device created for Verbrauch (CUL_EM)
[1/26/2017, 9:10:13 AM] [FHEM] Vitrine is switch
[1/26/2017, 9:10:13 AM] [FHEM] Vitrine has
[1/26/2017, 9:10:13 AM] [FHEM]   On [state;on,off]
  2017-01-26 09:10:13 caching: Vitrine-state: off
[1/26/2017, 9:10:13 AM] [FHEM] WEB: no service type detected
[1/26/2017, 9:10:13 AM] [FHEM] no device created for WEB (FHEMWEB)
[1/26/2017, 9:10:13 AM] [FHEM] WEB_127.0.0.1_59845: no service type detected
[1/26/2017, 9:10:13 AM] [FHEM] no device created for WEB_127.0.0.1_59845 (FHEMWEB)
[1/26/2017, 9:10:13 AM] [FHEM] WEB_127.0.0.1_59846: no service type detected
[1/26/2017, 9:10:13 AM] [FHEM] no device created for WEB_127.0.0.1_59846 (FHEMWEB)
[1/26/2017, 9:10:13 AM] [FHEM] WEB_127.0.0.1_59847: no service type detected
[1/26/2017, 9:10:13 AM] [FHEM] no device created for WEB_127.0.0.1_59847 (FHEMWEB)
[1/26/2017, 9:10:13 AM] [FHEM] WEB_127.0.0.1_59848: no service type detected
[1/26/2017, 9:10:13 AM] [FHEM] no device created for WEB_127.0.0.1_59848 (FHEMWEB)
[1/26/2017, 9:10:13 AM] [FHEM] WEBphone: no service type detected
[1/26/2017, 9:10:13 AM] [FHEM] no device created for WEBphone (FHEMWEB)
[1/26/2017, 9:10:13 AM] [FHEM] WEBtablet: no service type detected
[1/26/2017, 9:10:13 AM] [FHEM] no device created for WEBtablet (FHEMWEB)
[1/26/2017, 9:10:13 AM] [FHEM] WhatsApp: no service type detected
[1/26/2017, 9:10:13 AM] [FHEM] no device created for WhatsApp (yowsup)
[1/26/2017, 9:10:13 AM] [FHEM] Wohnzimmerlampe is switch
[1/26/2017, 9:10:13 AM] [FHEM] Wohnzimmerlampe has
[1/26/2017, 9:10:13 AM] [FHEM]   On [state;on,off]
  2017-01-26 09:10:13 caching: Wohnzimmerlampe-state: off
[1/26/2017, 9:10:13 AM] [FHEM] WohnzimmerlichtAN: no service type detected
[1/26/2017, 9:10:13 AM] [FHEM] no device created for WohnzimmerlichtAN (at)
[1/26/2017, 9:10:13 AM] [FHEM] WohnzimmerlichtAUS: no service type detected
[1/26/2017, 9:10:13 AM] [FHEM] no device created for WohnzimmerlichtAUS (at)
[1/26/2017, 9:10:13 AM] [FHEM] act_Fernsehen: no service type detected
[1/26/2017, 9:10:13 AM] [FHEM] no device created for act_Fernsehen (notify)
[1/26/2017, 9:10:13 AM] [FHEM] act_Kodi: no service type detected
[1/26/2017, 9:10:13 AM] [FHEM] no device created for act_Kodi (notify)
[1/26/2017, 9:10:13 AM] [FHEM] act_Rollos_alle: no service type detected
[1/26/2017, 9:10:13 AM] [FHEM] no device created for act_Rollos_alle (notify)
[1/26/2017, 9:10:13 AM] [FHEM] act_Unterhaltung: no service type detected
[1/26/2017, 9:10:13 AM] [FHEM] no device created for act_Unterhaltung (notify)
[1/26/2017, 9:10:13 AM] [FHEM] act_on_Schalter_TV: no service type detected
[1/26/2017, 9:10:13 AM] [FHEM] no device created for act_on_Schalter_TV (notify)
[1/26/2017, 9:10:13 AM] [FHEM] act_top100: no service type detected
[1/26/2017, 9:10:13 AM] [FHEM] no device created for act_top100 (notify)
[1/26/2017, 9:10:13 AM] [FHEM] alle_rollos_rauf: no service type detected
[1/26/2017, 9:10:13 AM] [FHEM] no device created for alle_rollos_rauf (at)
[1/26/2017, 9:10:13 AM] [FHEM] autocreate: no service type detected
[1/26/2017, 9:10:13 AM] [FHEM] no device created for autocreate (autocreate)
[1/26/2017, 9:10:13 AM] [FHEM] batterie_check: no service type detected
[1/26/2017, 9:10:13 AM] [FHEM] no device created for batterie_check (notify)
[1/26/2017, 9:10:13 AM] [FHEM] eventTypes: no service type detected
[1/26/2017, 9:10:13 AM] [FHEM] no device created for eventTypes (eventTypes)
[1/26/2017, 9:10:13 AM] [FHEM] global: no service type detected
[1/26/2017, 9:10:13 AM] [FHEM] no device created for global (Global)
[1/26/2017, 9:10:13 AM] [FHEM] heckmic_handy: no service type detected
[1/26/2017, 9:10:13 AM] [FHEM] no device created for heckmic_handy (yowsup)
[1/26/2017, 9:10:13 AM] [FHEM] initialUsbCheck is disabled
[1/26/2017, 9:10:13 AM] [FHEM] initialUsbCheck: no service type detected
[1/26/2017, 9:10:13 AM] [FHEM] no device created for initialUsbCheck (notify)
[1/26/2017, 9:10:13 AM] [FHEM] not_WhatsApp_Autoresponder: no service type detected
[1/26/2017, 9:10:13 AM] [FHEM] no device created for not_WhatsApp_Autoresponder (notify)
[1/26/2017, 9:10:13 AM] [FHEM] schnuffi_handy: no service type detected
[1/26/2017, 9:10:13 AM] [FHEM] no device created for schnuffi_handy (yowsup)
[1/26/2017, 9:10:13 AM] [FHEM] telnetPort: no service type detected
[1/26/2017, 9:10:13 AM] [FHEM] no device created for telnetPort (telnet)
[1/26/2017, 9:10:13 AM] [FHEM] top100: no service type detected
[1/26/2017, 9:10:13 AM] [FHEM] no device created for top100 (dummy)
[1/26/2017, 9:10:13 AM] [FHEM] vu_poweron: no service type detected
[1/26/2017, 9:10:13 AM] [FHEM] no device created for vu_poweron (at)
[1/26/2017, 9:10:13 AM] [FHEM] vu_reboot: no service type detected
[1/26/2017, 9:10:13 AM] [FHEM] no device created for vu_reboot (at)
[1/26/2017, 9:10:13 AM] [FHEM] ignoring weblink_AUSSENTEMP (SVG) without genericDeviceType
[1/26/2017, 9:10:13 AM] [FHEM] no device created for weblink_AUSSENTEMP (SVG)
[1/26/2017, 9:10:13 AM] [FHEM] ignoring weblink_Fenster_Bad (SVG) without genericDeviceType
[1/26/2017, 9:10:13 AM] [FHEM] no device created for weblink_Fenster_Bad (SVG)
[1/26/2017, 9:10:13 AM] [FHEM] ignoring weblink_Fenster_Jonas (SVG) without genericDeviceType
[1/26/2017, 9:10:13 AM] [FHEM] no device created for weblink_Fenster_Jonas (SVG)
[1/26/2017, 9:10:13 AM] [FHEM] ignoring weblink_Fenster_Schlafzimmer (SVG) without genericDeviceType
[1/26/2017, 9:10:13 AM] [FHEM] no device created for weblink_Fenster_Schlafzimmer (SVG)
[1/26/2017, 9:10:13 AM] [FHEM] ignoring weblink_Schiebetuer (SVG) without genericDeviceType
[1/26/2017, 9:10:13 AM] [FHEM] no device created for weblink_Schiebetuer (SVG)
[1/26/2017, 9:10:13 AM] [FHEM] ignoring weblink_Thermostat_Felix (SVG) without genericDeviceType
[1/26/2017, 9:10:13 AM] [FHEM] no device created for weblink_Thermostat_Felix (SVG)
[1/26/2017, 9:10:13 AM] [FHEM] ignoring weblink_Thermostat_Jonas (SVG) without genericDeviceType
[1/26/2017, 9:10:13 AM] [FHEM] no device created for weblink_Thermostat_Jonas (SVG)
[1/26/2017, 9:10:13 AM] [FHEM] ignoring weblink_Thermostat_Schlafzimmer (SVG) without genericDeviceType
[1/26/2017, 9:10:13 AM] [FHEM] no device created for weblink_Thermostat_Schlafzimmer (SVG)
[1/26/2017, 9:10:13 AM] [FHEM] ignoring weblink_Thermostat_Wohnz (SVG) without genericDeviceType
[1/26/2017, 9:10:13 AM] [FHEM] no device created for weblink_Thermostat_Wohnz (SVG)
  2017-01-26 09:10:31 caching: AUSSENTEMP-temperature: -2.2
  2017-01-26 09:11:09 caching: Prologue_145-temperature: -2.2
  2017-01-26 09:11:28 caching: Thermostat_Wohnz-measured-temp: 20.3


Einiges rot dabei, aber scheinbar nun viel mehr als vorher!

MadMax-FHEM

Dann müsste es doch jetzt laufen!?

Vorausgesetzt du hast auch IntentSchema etc. eingetragen...

EDIT: und natürlich den Skill "aktiviert" in der Alexa-App...

Gruß, Joachim
FHEM PI3B+ Bullseye: HM-CFG-USB, 40x HM, ZWave-USB, 13x ZWave, EnOcean-PI, 15x EnOcean, HUE/deCONZ, CO2, ESP-Multisensor, Shelly, alexa-fhem, ...
FHEM PI2 Buster: HM-CFG-USB, 25x HM, ZWave-USB, 4x ZWave, EnOcean-PI, 3x EnOcean, Shelly, ha-bridge, ...
FHEM PI3 Buster (Test)

michael27983

#1554
Beim testen noch: The remote endpoint could not be called, or the response it returned was invalid.
Aber wie gerade oben editiert ist nun viel mehr bei alexa-fhem zu sehen.
Skill ist aktiviert.
Beim IntentSchema steht das bei mir:

{
  "intents": [
    {
      "intent": "HelloWorldIntent"
    },
    {
      "intent": "TemperaturIntent",
      "slots": [
        {
          "name": "Device",
          "type": "FHEM_DEVICE"
        }
      ]
    },
    {
      "intent": "StatusIntent",
      "slots": [
        {
          "name": "Device",
          "type": "FHEM_DEVICE"
        },
        {
          "name": "Room",
          "type": "FHEM_ROOM"
        }         
      ]
    },   
    {
      "intent": "SwitchIntent",
       "slots": [
        {
          "name": "artikel",
          "type": "FHEM_artikel"
        },
        {
          "name": "Device",
          "type": "FHEM_DEVICE"
        },


        {
          "name": "Room",
          "type": "FHEM_ROOM"
        },         
        {
          "name": "Action",
          "type": "FHEM_SWITCH_ACTION"
        }
      ]
    },

    {
      "intent": "TemperaturenIntent"
    },
   
    {
      "intent": "RoomListIntent"
    },   
    {
      "intent": "DeviceListIntent",
      "slots": [
        {
          "name": "Room",
          "type": "FHEM_ROOM"
        }         
      ]


    },
    {
      "intent": "DeviceTypeListIntent"
    },   
   
    {
      "intent": "AMAZON.HelpIntent"
    },   
    {
      "intent": "AMAZON.CancelIntent"
    },
    {
      "intent": "AMAZON.StopIntent"
    }
  ]
}


Slots siehe Anhang

Sample Utterances
HelloWorldIntent hallo
HelloWorldIntent sag hallo

StatusIntent status
StatusIntent {Device} status
StatusIntent status von {Device}
StatusIntent wie ist der status von {Device}
StatusIntent wie ist der status im {Room}
StatusIntent wie ist der status in der {Room}

SwitchIntent schalte {Device} {Action}
SwitchIntent schalte {Device} im {Room} {Action}
SwitchIntent schalte {Device} in der {Room} {Action}
SwitchIntent schalte {artikel} {Device} {Action}
SwitchIntent schalte {artikel} {Device} im {Room} {Action}
SwitchIntent schalte {artikel} {Device} in der {Room} {Action}

TemperaturenIntent temperaturen
TemperaturIntent temperatur von {Device}

RoomListIntent raumliste
DeviceListIntent geräteliste
DeviceListIntent geräteliste für {Room}
DeviceTypeListIntent typenliste


Edit: Ein Klick auf http://alexa.amazon.de/spa/index.html#smart-home Geräte erkennen, brachte nun weitere! Aber nach wie vor beim Test: The remote endpoint could not be called, or the response it returned was invalid.

Müssen die Werte unter
"FHEM_DEVICE   switch | thermostat | radio | lampe | Vitrine | sauger | heizung | garage"
genau denen in Fhem entsprechen? Also Groß / Klein usw?

MadMax-FHEM

#1555
Zitat von: terrarianer am 26 Januar 2017, 09:16:51
Beim testen noch: The remote endpoint could not be called, or the response it returned was invalid.
Aber wie gerade oben editiert ist nun viel mehr bei alexa-fhem zu sehen.
Skill ist aktiviert.
Beim IntentSchema steht das bei mir:

{
  "intents": [
    {
      "intent": "HelloWorldIntent"
    },
    {
      "intent": "TemperaturIntent",
      "slots": [
        {
          "name": "Device",
          "type": "FHEM_DEVICE"
        }
      ]
    },
    {
      "intent": "StatusIntent",
      "slots": [
        {
          "name": "Device",
          "type": "FHEM_DEVICE"
        },
        {
          "name": "Room",
          "type": "FHEM_ROOM"
        }         
      ]
    },   
    {
      "intent": "SwitchIntent",
       "slots": [
        {
          "name": "artikel",
          "type": "FHEM_artikel"
        },
        {
          "name": "Device",
          "type": "FHEM_DEVICE"
        },


        {
          "name": "Room",
          "type": "FHEM_ROOM"
        },         
        {
          "name": "Action",
          "type": "FHEM_SWITCH_ACTION"
        }
      ]
    },

    {
      "intent": "TemperaturenIntent"
    },
   
    {
      "intent": "RoomListIntent"
    },   
    {
      "intent": "DeviceListIntent",
      "slots": [
        {
          "name": "Room",
          "type": "FHEM_ROOM"
        }         
      ]


    },
    {
      "intent": "DeviceTypeListIntent"
    },   
   
    {
      "intent": "AMAZON.HelpIntent"
    },   
    {
      "intent": "AMAZON.CancelIntent"
    },
    {
      "intent": "AMAZON.StopIntent"
    }
  ]
}


Slots siehe Anhang

Sample Utterances
HelloWorldIntent hallo
HelloWorldIntent sag hallo

StatusIntent status
StatusIntent {Device} status
StatusIntent status von {Device}
StatusIntent wie ist der status von {Device}
StatusIntent wie ist der status im {Room}
StatusIntent wie ist der status in der {Room}

SwitchIntent schalte {Device} {Action}
SwitchIntent schalte {Device} im {Room} {Action}
SwitchIntent schalte {Device} in der {Room} {Action}
SwitchIntent schalte {artikel} {Device} {Action}
SwitchIntent schalte {artikel} {Device} im {Room} {Action}
SwitchIntent schalte {artikel} {Device} in der {Room} {Action}

TemperaturenIntent temperaturen
TemperaturIntent temperatur von {Device}

RoomListIntent raumliste
DeviceListIntent geräteliste
DeviceListIntent geräteliste für {Room}
DeviceTypeListIntent typenliste


Die Einträge sind wohl noch falsch:

FHEM_ROOM wird mittlerweile so FHEM_Room geschrieben...

(ebenso einige andere Einträge FHEM_Device, ...)


Hast du es (wie beschrieben) aus dem "alexa-Modul" entnommen??

Dort kannst du dir die Dinge mit "get" anzeigen lassen und kopieren...
...und dann beim Skill einfügen...

Welche Version von alexa-fhem hast du??

Aktuell (soweit ich weiß) ist 0.1.9

Vielleicht auch da mal vorbei schauen:

https://www.youtube.com/watch?v=PHAvSaO8Ev4


EDIT: Beim testen noch: The remote endpoint could not be called, or the response it returned was invalid. WIE TESTEST DU?? Also per Spracheingabe: "Alexa sage <MeinCustomSkill> mach das Licht aus"?? (nur damit klar ist was du mit testen meinst)

Gruß, Joachim
FHEM PI3B+ Bullseye: HM-CFG-USB, 40x HM, ZWave-USB, 13x ZWave, EnOcean-PI, 15x EnOcean, HUE/deCONZ, CO2, ESP-Multisensor, Shelly, alexa-fhem, ...
FHEM PI2 Buster: HM-CFG-USB, 25x HM, ZWave-USB, 4x ZWave, EnOcean-PI, 3x EnOcean, Shelly, ha-bridge, ...
FHEM PI3 Buster (Test)

baerbel

Joachim, wenn ich es richtig verstanden über die developer Konsole - vermute wie du, dass ohne passende Räume, Vales, Utterances, etc. es nicht funktionieren kann.

Habe dazu ein paar Seiten weiter vorne bereits mal eine "kleine Anleitung" erneut gepostet gehabt, da dieser "Fehler" häufiger vorkommt.

Grüße - Bernd

octek0815

#1557
Zitat von: Esjay am 25 Januar 2017, 21:39:53
Das bezieht sich auf dein alexaMapping im Alexa Device und deinen Custom Skill . Bei mir sieht es genauso aus, allerdings bin ich noch nicht dazu gekommen, mich näher mit dem Custom Skill zu beschäftigen, da ich dort nur die fhemintents nutze. Auf Youtube gibt es von hausautomatisierung.com ein Video, vll wird dort darauf näher eingegangen. Ich vermute allerdings, dass es nicht lange dauert, bis du weitere antworten dazu bekommst.

Gruß

Ok, danke für deine Rückmeldung. Ja, auch ich habe keinen Custom Skill.

michael27983

#1558
Zitat von: MadMax-FHEM am 26 Januar 2017, 09:21:08
Die Einträge sind wohl noch falsch:

FHEM_ROOM wird mittlerweile so FHEM_Room geschrieben...

(ebenso einige andere Einträge FHEM_Device, ...)


Hast du es (wie beschrieben) aus dem "alexa-Modul" entnommen??

Dort kannst du dir die Dinge mit "get" anzeigen lassen und kopieren...
...und dann beim Skill einfügen...

Welche Version von alexa-fhem hast du??

Aktuell (soweit ich weiß) ist 0.1.9

Vielleicht auch da mal vorbei schauen:

https://www.youtube.com/watch?v=PHAvSaO8Ev4


EDIT: Beim testen noch: The remote endpoint could not be called, or the response it returned was invalid. WIE TESTEST DU?? Also per Spracheingabe: "Alexa sage <MeinCustomSkill> mach das Licht aus"?? (nur damit klar ist was du mit testen meinst)

Gruß, Joachim

Danke! Das habe ich auch alles angepasst.

The remote endpoint could not be called, or the response it returned was invalid
So teste ich (siehe Anhang)

Alexa sagt mir, wenn ich frage "Alexa, frag Haussteuerung wie ist der status der vitrine im Wohnzimmer?" --> Bei der Kommunikation mit dem angeforderten Skill ist ein Fehler aufgetreten.

alexa-fhem version ist 0.1.9

michael27983

Habs!!!

Hatte hier den falschen wert drin. Beim rumporbieren hatte ich eine zweite Lambda Funktion angelegt. Die hieß "fhem" und stand da drin. Die hatte ich dann gelöscht und eine neue wie im Toturial "FHEM" angelegt. Das fehlte hier noch. DANKE!!!!