[alexa-fhem | Generell] Alles zu Installation und damit verbundenen Problemen

Begonnen von prodigy7, 09 November 2016, 19:42:01

Vorheriges Thema - Nächstes Thema

jwk

folgendes Problem: ich habe in FHEM meine acht Elero-Rollläden erfolgreich eingerichtet. Nun möchte ich sie auch über Alexa ansprechen. Den Custom-Skill habe ich eingerichtet. Es werden auf Frage die Geräte gelistet und auch die Antwort gegeben, dass er die Kommandos ausgeführt hat. Nur es passiert nichts.

In der Konsole ergibt sich folgendes Bild:
pi@raspberrypi:~/alexa-fhem $ ./bin/alexa
[5/18/2017, 11:51:31 AM] using /home/pi/.alexa/config.json
[5/18/2017, 11:51:31 AM] ---
[5/18/2017, 11:51:31 AM] this is alexa-fhem 0.3.4
[5/18/2017, 11:51:31 AM] Fetching FHEM devices...
[5/18/2017, 11:51:32 AM] [FHEM] starting longpoll: http://192.168.0.33:8083/fhem?XHR=1&inform=type=status;addglobal=1;filter=.*;since=null;fmt=JSON&timestamp=1495101092005
[5/18/2017, 11:51:32 AM] Server listening on: https://:::3000
[5/18/2017, 11:51:32 AM] [FHEM] Checking devices and attributes...
[5/18/2017, 11:51:32 AM] [FHEM]   executing: http://192.168.0.33:8083/fhem?cmd=%7BAttrVal(%22global%22,%22userattr%22,%22%22)%7D&fwcsrf=csrf_505004804276472&XHR=1
[5/18/2017, 11:51:32 AM] [FHEM]   executing: http://192.168.0.33:8083/fhem?cmd=jsonlist2%20TYPE=alexa&fwcsrf=csrf_505004804276472&XHR=1
[5/18/2017, 11:51:32 AM] [FHEM] Fetching FHEM devices...
[5/18/2017, 11:51:32 AM] [FHEM] fetching: http://192.168.0.33:8083/fhem?cmd=jsonlist2%20room=alexa&fwcsrf=csrf_505004804276472&XHR=1
[5/18/2017, 11:51:32 AM] [FHEM] got: 12 results
[5/18/2017, 11:51:32 AM] [FHEM] EleroDrive_1 is blind
[5/18/2017, 11:51:32 AM] [FHEM] EleroDrive_1 has
[5/18/2017, 11:51:32 AM] [FHEM]   CurrentPosition [pct]
[5/18/2017, 11:51:32 AM] [FHEM]   TargetPosition [pct]
[5/18/2017, 11:51:32 AM] [FHEM] { reading: 'pct',
  device: 'EleroDrive_1',
  informId: 'EleroDrive_1-pct',
  characteristic_type: 'CurrentPosition',
  log:
   { [Function: bound ]
     debug: [Function],
     info: [Function],
     warn: [Function],
     error: [Function],
     log: [Function],
     prefix: 'FHEM' } }
[5/18/2017, 11:51:32 AM] [FHEM] { reading: 'pct',
  cmd: 'pct',
  delay: true,
  device: 'EleroDrive_1',
  informId: 'EleroDrive_1-pct',
  characteristic_type: 'TargetPosition',
  log:
   { [Function: bound ]
     debug: [Function],
     info: [Function],
     warn: [Function],
     error: [Function],
     log: [Function],
     prefix: 'FHEM' } }
[5/18/2017, 11:51:32 AM] [FHEM] EleroDrive_10 is blind
[5/18/2017, 11:51:32 AM] [FHEM] EleroDrive_10 has
[5/18/2017, 11:51:32 AM] [FHEM]   CurrentPosition [pct]
[5/18/2017, 11:51:32 AM] [FHEM]   TargetPosition [pct]
[5/18/2017, 11:51:32 AM] [FHEM] { reading: 'pct',
  device: 'EleroDrive_10',
  informId: 'EleroDrive_10-pct',
  characteristic_type: 'CurrentPosition',
  log:
   { [Function: bound ]
     debug: [Function],
     info: [Function],
     warn: [Function],
     error: [Function],
     log: [Function],
     prefix: 'FHEM' } }
[5/18/2017, 11:51:32 AM] [FHEM] { reading: 'pct',
  cmd: 'pct',
  delay: true,
  device: 'EleroDrive_10',
  informId: 'EleroDrive_10-pct',
  characteristic_type: 'TargetPosition',
  log:
   { [Function: bound ]
     debug: [Function],
     info: [Function],
     warn: [Function],
     error: [Function],
     log: [Function],
     prefix: 'FHEM' } }
[5/18/2017, 11:51:32 AM] [FHEM] EleroDrive_11 is blind
[5/18/2017, 11:51:32 AM] [FHEM] EleroDrive_11 has
[5/18/2017, 11:51:32 AM] [FHEM]   CurrentPosition [pct]
[5/18/2017, 11:51:32 AM] [FHEM]   TargetPosition [pct]
[5/18/2017, 11:51:32 AM] [FHEM] { reading: 'pct',
  device: 'EleroDrive_11',
  informId: 'EleroDrive_11-pct',
  characteristic_type: 'CurrentPosition',
  log:
   { [Function: bound ]
     debug: [Function],
     info: [Function],
     warn: [Function],
     error: [Function],
     log: [Function],
     prefix: 'FHEM' } }
[5/18/2017, 11:51:32 AM] [FHEM] { reading: 'pct',
  cmd: 'pct',
  delay: true,
  device: 'EleroDrive_11',
  informId: 'EleroDrive_11-pct',
  characteristic_type: 'TargetPosition',
  log:
   { [Function: bound ]
     debug: [Function],
     info: [Function],
     warn: [Function],
     error: [Function],
     log: [Function],
     prefix: 'FHEM' } }
[5/18/2017, 11:51:32 AM] [FHEM] EleroDrive_12 is blind
[5/18/2017, 11:51:32 AM] [FHEM] EleroDrive_12 has
[5/18/2017, 11:51:32 AM] [FHEM]   CurrentPosition [pct]
[5/18/2017, 11:51:32 AM] [FHEM]   TargetPosition [pct]
[5/18/2017, 11:51:32 AM] [FHEM] { reading: 'pct',
  device: 'EleroDrive_12',
  informId: 'EleroDrive_12-pct',
  characteristic_type: 'CurrentPosition',
  log:
   { [Function: bound ]
     debug: [Function],
     info: [Function],
     warn: [Function],
     error: [Function],
     log: [Function],
     prefix: 'FHEM' } }
[5/18/2017, 11:51:32 AM] [FHEM] { reading: 'pct',
  cmd: 'pct',
  delay: true,
  device: 'EleroDrive_12',
  informId: 'EleroDrive_12-pct',
  characteristic_type: 'TargetPosition',
  log:
   { [Function: bound ]
     debug: [Function],
     info: [Function],
     warn: [Function],
     error: [Function],
     log: [Function],
     prefix: 'FHEM' } }
[5/18/2017, 11:51:32 AM] [FHEM] EleroDrive_2 is blind
[5/18/2017, 11:51:32 AM] [FHEM] EleroDrive_2 has
[5/18/2017, 11:51:32 AM] [FHEM]   CurrentPosition [pct]
[5/18/2017, 11:51:32 AM] [FHEM]   TargetPosition [pct]
[5/18/2017, 11:51:32 AM] [FHEM] { reading: 'pct',
  device: 'EleroDrive_2',
  informId: 'EleroDrive_2-pct',
  characteristic_type: 'CurrentPosition',
  log:
   { [Function: bound ]
     debug: [Function],
     info: [Function],
     warn: [Function],
     error: [Function],
     log: [Function],
     prefix: 'FHEM' } }
[5/18/2017, 11:51:32 AM] [FHEM] { reading: 'pct',
  cmd: 'pct',
  delay: true,
  device: 'EleroDrive_2',
  informId: 'EleroDrive_2-pct',
  characteristic_type: 'TargetPosition',
  log:
   { [Function: bound ]
     debug: [Function],
     info: [Function],
     warn: [Function],
     error: [Function],
     log: [Function],
     prefix: 'FHEM' } }
[5/18/2017, 11:51:32 AM] [FHEM] EleroDrive_3 is blind
[5/18/2017, 11:51:32 AM] [FHEM] EleroDrive_3 has
[5/18/2017, 11:51:32 AM] [FHEM]   CurrentPosition [pct]
[5/18/2017, 11:51:32 AM] [FHEM]   TargetPosition [pct]
[5/18/2017, 11:51:32 AM] [FHEM] { reading: 'pct',
  device: 'EleroDrive_3',
  informId: 'EleroDrive_3-pct',
  characteristic_type: 'CurrentPosition',
  log:
   { [Function: bound ]
     debug: [Function],
     info: [Function],
     warn: [Function],
     error: [Function],
     log: [Function],
     prefix: 'FHEM' } }
[5/18/2017, 11:51:32 AM] [FHEM] { reading: 'pct',
  cmd: 'pct',
  delay: true,
  device: 'EleroDrive_3',
  informId: 'EleroDrive_3-pct',
  characteristic_type: 'TargetPosition',
  log:
   { [Function: bound ]
     debug: [Function],
     info: [Function],
     warn: [Function],
     error: [Function],
     log: [Function],
     prefix: 'FHEM' } }
[5/18/2017, 11:51:32 AM] [FHEM] EleroDrive_4 is blind
[5/18/2017, 11:51:32 AM] [FHEM] EleroDrive_4 has
[5/18/2017, 11:51:32 AM] [FHEM]   CurrentPosition [pct]
[5/18/2017, 11:51:32 AM] [FHEM]   TargetPosition [pct]
[5/18/2017, 11:51:32 AM] [FHEM] { reading: 'pct',
  device: 'EleroDrive_4',
  informId: 'EleroDrive_4-pct',
  characteristic_type: 'CurrentPosition',
  log:
   { [Function: bound ]
     debug: [Function],
     info: [Function],
     warn: [Function],
     error: [Function],
     log: [Function],
     prefix: 'FHEM' } }
[5/18/2017, 11:51:32 AM] [FHEM] { reading: 'pct',
  cmd: 'pct',
  delay: true,
  device: 'EleroDrive_4',
  informId: 'EleroDrive_4-pct',
  characteristic_type: 'TargetPosition',
  log:
   { [Function: bound ]
     debug: [Function],
     info: [Function],
     warn: [Function],
     error: [Function],
     log: [Function],
     prefix: 'FHEM' } }
[5/18/2017, 11:51:32 AM] [FHEM] EleroDrive_5 is blind
[5/18/2017, 11:51:32 AM] [FHEM] EleroDrive_5 has
[5/18/2017, 11:51:32 AM] [FHEM]   CurrentPosition [pct]
[5/18/2017, 11:51:32 AM] [FHEM]   TargetPosition [pct]
[5/18/2017, 11:51:32 AM] [FHEM] { reading: 'pct',
  device: 'EleroDrive_5',
  informId: 'EleroDrive_5-pct',
  characteristic_type: 'CurrentPosition',
  log:
   { [Function: bound ]
     debug: [Function],
     info: [Function],
     warn: [Function],
     error: [Function],
     log: [Function],
     prefix: 'FHEM' } }
[5/18/2017, 11:51:32 AM] [FHEM] { reading: 'pct',
  cmd: 'pct',
  delay: true,
  device: 'EleroDrive_5',
  informId: 'EleroDrive_5-pct',
  characteristic_type: 'TargetPosition',
  log:
   { [Function: bound ]
     debug: [Function],
     info: [Function],
     warn: [Function],
     error: [Function],
     log: [Function],
     prefix: 'FHEM' } }
[5/18/2017, 11:51:32 AM] [FHEM] EleroDrive_6 is blind
[5/18/2017, 11:51:32 AM] [FHEM] EleroDrive_6 has
[5/18/2017, 11:51:32 AM] [FHEM]   CurrentPosition [pct]
[5/18/2017, 11:51:32 AM] [FHEM]   TargetPosition [pct]
[5/18/2017, 11:51:32 AM] [FHEM] { reading: 'pct',
  device: 'EleroDrive_6',
  informId: 'EleroDrive_6-pct',
  characteristic_type: 'CurrentPosition',
  log:
   { [Function: bound ]
     debug: [Function],
     info: [Function],
     warn: [Function],
     error: [Function],
     log: [Function],
     prefix: 'FHEM' } }
[5/18/2017, 11:51:32 AM] [FHEM] { reading: 'pct',
  cmd: 'pct',
  delay: true,
  device: 'EleroDrive_6',
  informId: 'EleroDrive_6-pct',
  characteristic_type: 'TargetPosition',
  log:
   { [Function: bound ]
     debug: [Function],
     info: [Function],
     warn: [Function],
     error: [Function],
     log: [Function],
     prefix: 'FHEM' } }
[5/18/2017, 11:51:32 AM] [FHEM] EleroDrive_7 is blind
[5/18/2017, 11:51:32 AM] [FHEM] EleroDrive_7 has
[5/18/2017, 11:51:32 AM] [FHEM]   CurrentPosition [pct]
[5/18/2017, 11:51:32 AM] [FHEM]   TargetPosition [pct]
[5/18/2017, 11:51:32 AM] [FHEM] { reading: 'pct',
  device: 'EleroDrive_7',
  informId: 'EleroDrive_7-pct',
  characteristic_type: 'CurrentPosition',
  log:
   { [Function: bound ]
     debug: [Function],
     info: [Function],
     warn: [Function],
     error: [Function],
     log: [Function],
     prefix: 'FHEM' } }
[5/18/2017, 11:51:32 AM] [FHEM] { reading: 'pct',
  cmd: 'pct',
  delay: true,
  device: 'EleroDrive_7',
  informId: 'EleroDrive_7-pct',
  characteristic_type: 'TargetPosition',
  log:
   { [Function: bound ]
     debug: [Function],
     info: [Function],
     warn: [Function],
     error: [Function],
     log: [Function],
     prefix: 'FHEM' } }
[5/18/2017, 11:51:32 AM] [FHEM] EleroDrive_8 is blind
[5/18/2017, 11:51:32 AM] [FHEM] EleroDrive_8 has
[5/18/2017, 11:51:32 AM] [FHEM]   CurrentPosition [pct]
[5/18/2017, 11:51:32 AM] [FHEM]   TargetPosition [pct]
[5/18/2017, 11:51:32 AM] [FHEM] { reading: 'pct',
  device: 'EleroDrive_8',
  informId: 'EleroDrive_8-pct',
  characteristic_type: 'CurrentPosition',
  log:
   { [Function: bound ]
     debug: [Function],
     info: [Function],
     warn: [Function],
     error: [Function],
     log: [Function],
     prefix: 'FHEM' } }
[5/18/2017, 11:51:32 AM] [FHEM] { reading: 'pct',
  cmd: 'pct',
  delay: true,
  device: 'EleroDrive_8',
  informId: 'EleroDrive_8-pct',
  characteristic_type: 'TargetPosition',
  log:
   { [Function: bound ]
     debug: [Function],
     info: [Function],
     warn: [Function],
     error: [Function],
     log: [Function],
     prefix: 'FHEM' } }
[5/18/2017, 11:51:32 AM] [FHEM] EleroDrive_9 is blind
[5/18/2017, 11:51:32 AM] [FHEM] EleroDrive_9 has
[5/18/2017, 11:51:32 AM] [FHEM]   CurrentPosition [pct]
[5/18/2017, 11:51:32 AM] [FHEM]   TargetPosition [pct]
[5/18/2017, 11:51:32 AM] [FHEM] { reading: 'pct',
  device: 'EleroDrive_9',
  informId: 'EleroDrive_9-pct',
  characteristic_type: 'CurrentPosition',
  log:
   { [Function: bound ]
     debug: [Function],
     info: [Function],
     warn: [Function],
     error: [Function],
     log: [Function],
     prefix: 'FHEM' } }
[5/18/2017, 11:51:32 AM] [FHEM] { reading: 'pct',
  cmd: 'pct',
  delay: true,
  device: 'EleroDrive_9',
  informId: 'EleroDrive_9-pct',
  characteristic_type: 'TargetPosition',
  log:
   { [Function: bound ]
     debug: [Function],
     info: [Function],
     warn: [Function],
     error: [Function],
     log: [Function],
     prefix: 'FHEM' } }
[5/18/2017, 11:51:32 AM] [FHEM] alexa device is alexa
[5/18/2017, 11:51:32 AM] [FHEM] alexa is switch
[5/18/2017, 11:51:32 AM] [FHEM] alexa has
[5/18/2017, 11:51:32 AM] [FHEM] homebridgeMapping: #Characteristic=<name>=<value>,...
On=verb=schalte,valueOn=an;ein,valueOff=aus,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;die,values=auf:100;zu:0
TargetPosition=verb=fahre,articles=den;die,values=hoch:100;runter: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
[5/18/2017, 11:51:32 AM] [FHEM]   executing: http://192.168.0.33:8083/fhem?cmd=%7B$defs%7Balexa%7D-%3E%7B%22active%22%7D%20=%201%7D&fwcsrf=csrf_505004804276472&XHR=1
[5/18/2017, 11:51:32 AM] [FHEM]   executing: http://192.168.0.33:8083/fhem?cmd=%7B$defs%7Balexa%7D-%3E%7B%22alexa-fhem%20version%22%7D%20=%20%220.3.4%22%7D&fwcsrf=csrf_505004804276472&XHR=1
[5/18/2017, 11:51:32 AM] [FHEM]   executing: http://192.168.0.33:8083/fhem?cmd=%7B$defs%7Balexa%7D-%3E%7B%22active%22%7D%20=%200%7D&fwcsrf=csrf_505004804276472&XHR=1
[5/18/2017, 11:51:32 AM] perfectOfVerb:
[5/18/2017, 11:51:32 AM] { stelle: 'gestellt',
  schalte: 'geschaltet',
  'färbe': 'gefärbt',
  mach: 'gemacht' }
[5/18/2017, 11:51:32 AM] verbsOfIntent:
[5/18/2017, 11:51:32 AM] [ OnIntent: [ 'schalte' ],
  prozentIntent: [ 'stelle' ],
  HueIntent: [ 'stelle' ],
  HueIntentB: [ 'färbe' ],
  SaturationIntent: [ 'stelle' ],
  SaturationIntentB: [ 'sättige' ],
  TargetPositionIntent: [ 'mach' ],
  TargetPositionIntentB: [ 'fahre' ],
  gradIntent: [ 'stelle' ] ]
[5/18/2017, 11:51:32 AM] characteristicsOfIntent:
[5/18/2017, 11:51:32 AM] { OnIntent: [ 'On' ],
  prozentIntent: [ 'Brightness', 'TargetPosition', 'Volume' ],
  HueIntent: [ 'Hue' ],
  HueIntentB: [ 'Hue' ],
  SaturationIntent: [ 'Saturation' ],
  SaturationIntentB: [ 'Saturation' ],
  TargetPositionIntent: [ 'TargetPosition' ],
  TargetPositionIntentB: [ 'TargetPosition' ],
  gradIntent: [ 'TargetTemperature' ] }
[5/18/2017, 11:51:32 AM] prefixOfIntent:
[5/18/2017, 11:51:32 AM] { OnIntent: undefined,
  prozentIntent: 'auf',
  HueIntent: 'auf',
  HueIntentB: undefined,
  SaturationIntent: 'auf',
  SaturationIntentB: undefined,
  TargetPositionIntent: undefined,
  TargetPositionIntentB: undefined,
  gradIntent: 'auf' }
[5/18/2017, 11:51:32 AM] suffixOfIntent:
[5/18/2017, 11:51:32 AM] { OnIntent: undefined,
  prozentIntent: 'prozent',
  HueIntent: undefined,
  HueIntentB: undefined,
  SaturationIntent: undefined,
  SaturationIntentB: undefined,
  TargetPositionIntent: undefined,
  TargetPositionIntentB: undefined,
  gradIntent: 'grad' }
[5/18/2017, 11:51:32 AM] alexaTypes:
[5/18/2017, 11:51:32 AM] { light: [ 'licht', 'lampen' ],
  blind:
   [ 'rolladen',
     'rolläden',
     'jalousie',
     'jalousien',
     'rollo',
     'rollos' ] }
[5/18/2017, 11:51:32 AM] roomOfEcho:
[5/18/2017, 11:51:32 AM] {}
[5/18/2017, 11:51:32 AM] fhemIntents:
[5/18/2017, 11:51:32 AM] { FHEMgutenMorgenIntent: 'gutenMorgen',
  FHEMguteNachtIntent: 'guteNacht' }
**** Received Directive: {"version":"1.0","session":{"new":true,"sessionId":"amzn1.echo-api.session.65282cc4-8fe0-4fef-8902-13b00d1c3ace","application":{"applicationId":"amzn1.ask.skill.b717e073-7b83-4d44-b4fc-1419ccxxxx"},"user":{"userId":"amzn1.ask.account.AETJYLVXH53RV24ZPB72AUYINA5T4EJPZKE3JFMNZOT2PB4Y2JYLSYD53G4KL6ZMQVGTAMAON2DC37SH2WSRVJDBARFEYGBVDDAYTVF7QGOPWUBOUZZ43SUOLE2ZWOVMFI3JGK7FUMKNBL2WUWFCI6AWKHAZBM4DCIHBMDNGQ5KWULZLAM5RR6YCUEY5JQ6DKARBGFSBPPYR2TQ"}},"context":{"AudioPlayer":{"playerActivity":"IDLE"},"System":{"application":{"applicationId":"amzn1.ask.skill.b717e073-7b83-4d44-b4fc-1419cc7d789f"},"user":{"userId":"amzn1.ask.account.AETJYLVXH53RV24ZPB72AUYINA5T4EJPZKE3JFMNZOT2PB4Y2JYLSYD53G4KL6ZMQVGTAMAON2DC37SH2WSRVJDBARFEYGBVDDAYTVF7QGOPWUBOUZZ43SUOLE2ZWOVMFI3JGK7FUMKNBL2WUWFCI6AWKHAZBM4DCIHBMDNGQ5KWULZLAM5RR6YCUEY5JQ6DKARBGFSBPPYR2TQ"},"device":{"deviceId":"amzn1.ask.device.AHHQB5WPRCGKTUM3CCVWBDGK6Y7MGT7T3PA5WMHZCVITUXMYKZ35WHPZHXJG3CAV3JNPPSVOLCVDGOLDBXZU737IP6BSBP3MFGGMKHZL5WRLB7Z3XA7NBJR4FOEDJBU4NV5ST5JSPRD5AUB4H7OPCWOPCUWA","supportedInterfaces":{"AudioPlayer":{}}},"apiEndpoint":"https://api.eu.amazonalexa.com"}},"request":{"type":"IntentRequest","requestId":"amzn1.echo-api.request.14371c38-0c16-40c3-9ee4-4a75d1a9aaa6","timestamp":"2017-05-18T09:53:06Z","locale":"de-DE","intent":{"name":"DeviceListIntent","confirmationStatus":"NONE","slots":{"Room":{"name":"Room","confirmationStatus":"NONE"},"article":{"name":"article","confirmationStatus":"NONE"}}}}}
[5/18/2017, 11:53:06 AM] DeviceListIntent
[5/18/2017, 11:53:06 AM] [FHEM]   executing: http://192.168.0.33:8083/fhem?cmd=%7B$defs%7Balexa%7D-%3E%7B%22active%22%7D%20=%201%7D&fwcsrf=csrf_505004804276472&XHR=1
[5/18/2017, 11:53:06 AM] [FHEM]   executing: http://192.168.0.33:8083/fhem?cmd=setreading%20alexa%20intent%20IntentRequest%20DeviceListIntent&fwcsrf=csrf_505004804276472&XHR=1
[5/18/2017, 11:53:06 AM] [FHEM]   executing: http://192.168.0.33:8083/fhem?cmd=%7B$defs%7Balexa%7D-%3E%7B%22active%22%7D%20=%200%7D&fwcsrf=csrf_505004804276472&XHR=1
[5/18/2017, 11:53:06 AM] [FHEM]   executing: http://192.168.0.33:8083/fhem?cmd=%7B$defs%7Balexa%7D-%3E%7B%22active%22%7D%20=%201%7D&fwcsrf=csrf_505004804276472&XHR=1
[5/18/2017, 11:53:06 AM] [FHEM]   executing: http://192.168.0.33:8083/fhem?cmd=setreading%20alexa%20echoId%20amzn1.ask.device.AHHQB5WPRCGKTUM3CCVWBDGK6Y7MGT7T3PA5WMHZCVITUXMYKZ35WHPZHXJG3CAV3JNPPSVOLCVDGOLDBXZU737IP6BSBP3MFGGMKHZL5WRLB7Z3XA7NBJR4FOEDJBU4NV5ST5JSPRD5AUB4H7OPCWOPCUWA&fwcsrf=csrf_505004804276472&XHR=1
[5/18/2017, 11:53:06 AM] [FHEM]   executing: http://192.168.0.33:8083/fhem?cmd=%7B$defs%7Balexa%7D-%3E%7B%22active%22%7D%20=%200%7D&fwcsrf=csrf_505004804276472&XHR=1
[5/18/2017, 11:53:06 AM] [FHEM]   executing: http://192.168.0.33:8083/fhem?cmd=%7B$defs%7Balexa%7D-%3E%7B%22active%22%7D%20=%201%7D&fwcsrf=csrf_505004804276472&XHR=1
[5/18/2017, 11:53:06 AM] [FHEM]   executing: http://192.168.0.33:8083/fhem?cmd=setreading%20alexa%20echoRoom%20unknown&fwcsrf=csrf_505004804276472&XHR=1
[5/18/2017, 11:53:06 AM] [FHEM]   executing: http://192.168.0.33:8083/fhem?cmd=%7B$defs%7Balexa%7D-%3E%7B%22active%22%7D%20=%200%7D&fwcsrf=csrf_505004804276472&XHR=1
response :{"version":"1.0","sessionAttributes":{},"response":{"outputSpeech":{"type":"PlainText","text":"Ich kenne: hauswirtschaftsraum eins, rolläden küche, rolläden hauswirtschaftsraum, alle rolläden, hauswirtschaftsraum zwei, küche drei, küche  vier, wohnzimmer fünf, wohnzimmer sechs, wohnzimmer sieben, wohnzimmer acht und rolläden wohnzimmer"},"shouldEndSession":true,"card":{"type":"Simple","title":"Geräteliste","content":"hauswirtschaftsraum eins\nrolläden küche, rolläden hauswirtschaftsraum, alle rolläden, hauswirtschaftsraum zwei, küche drei, küche  vier, wohnzimmer fünf, wohnzimmer sechs, wohnzimmer sieben, wohnzimmer acht\nrolläden wohnzimmer"}}}
**** Received Directive: {"version":"1.0","session":{"new":true,"sessionId":"amzn1.echo-api.session.57f8f1e3-81b6-4e91-94a7-7b1c848fea54","application":{"applicationId":"amzn1.ask.skill.b717e073-7b83-4d44-b4fc-1419cc7d789f"},"user":{"userId":"amzn1.ask.account.AETJYLVXH53RV24ZPB72AUYINA5T4EJPZKE3JFMNZOT2PB4Y2JYLSYD53G4KL6ZMQVGTAMAON2DC37SH2WSRVJDBARFEYGBVDDAYTVF7QGOPWUBOUZZ43SUOLE2ZWOVMFI3JGK7FUMKNBL2WUWFCI6AWKHAZBM4DCIHBMDNGQ5KWULZLAM5RR6YCUEY5JQ6DKARBGFSBPPYR2TQ"}},"context":{"AudioPlayer":{"playerActivity":"IDLE"},"System":{"application":{"applicationId":"amzn1.ask.skill.b717e073-7b83-4d44-b4fc-1419cc7d789f"},"user":{"userId":"amzn1.ask.account.AETJYLVXH53RV24ZPB72AUYINA5T4EJPZKE3JFMNZOT2PB4Y2JYLSYD53G4KL6ZMQVGTAMAON2DC37SH2WSRVJDBARFEYGBVDDAYTVF7QGOPWUBOUZZ43SUOLE2ZWOVMFI3JGK7FUMKNBL2WUWFCI6AWKHAZBM4DCIHBMDNGQ5KWULZLAM5RR6YCUEY5JQ6DKARBGFSBPPYR2TQ"},"device":{"deviceId":"amzn1.ask.device.AHHQB5WPRCGKTUM3CCVWBDGK6Y7MGT7T3PA5WMHZCVITUXMYKZ35WHPZHXJG3CAV3JNPPSVOLCVDGOLDBXZU737IP6BSBP3MFGGMKHZL5WRLB7Z3XA7NBJR4FOEDJBU4NV5ST5JSPRD5AUB4H7OPCWOPCUWA","supportedInterfaces":{"AudioPlayer":{}}},"apiEndpoint":"https://api.eu.amazonalexa.com"}},"request":{"type":"LaunchRequest","requestId":"amzn1.echo-api.request.3d52d0f8-89af-4e32-ad8c-01356ab2cfad","timestamp":"2017-05-18T09:53:32Z","locale":"de-DE"}}
[5/18/2017, 11:53:32 AM] [FHEM]   executing: http://192.168.0.33:8083/fhem?cmd=%7B$defs%7Balexa%7D-%3E%7B%22active%22%7D%20=%201%7D&fwcsrf=csrf_505004804276472&XHR=1
[5/18/2017, 11:53:32 AM] [FHEM]   executing: http://192.168.0.33:8083/fhem?cmd=setreading%20alexa%20intent%20LaunchRequest&fwcsrf=csrf_505004804276472&XHR=1
[5/18/2017, 11:53:32 AM] [FHEM]   executing: http://192.168.0.33:8083/fhem?cmd=%7B$defs%7Balexa%7D-%3E%7B%22active%22%7D%20=%200%7D&fwcsrf=csrf_505004804276472&XHR=1
[5/18/2017, 11:53:32 AM] [FHEM]   executing: http://192.168.0.33:8083/fhem?cmd=%7B$defs%7Balexa%7D-%3E%7B%22active%22%7D%20=%201%7D&fwcsrf=csrf_505004804276472&XHR=1
[5/18/2017, 11:53:32 AM] [FHEM]   executing: http://192.168.0.33:8083/fhem?cmd=setreading%20alexa%20echoId%20amzn1.ask.device.AHHQB5WPRCGKTUM3CCVWBDGK6Y7MGT7T3PA5WMHZCVITUXMYKZ35WHPZHXJG3CAV3JNPPSVOLCVDGOLDBXZU737IP6BSBP3MFGGMKHZL5WRLB7Z3XA7NBJR4FOEDJBU4NV5ST5JSPRD5AUB4H7OPCWOPCUWA&fwcsrf=csrf_505004804276472&XHR=1
[5/18/2017, 11:53:32 AM] [FHEM]   executing: http://192.168.0.33:8083/fhem?cmd=%7B$defs%7Balexa%7D-%3E%7B%22active%22%7D%20=%200%7D&fwcsrf=csrf_505004804276472&XHR=1
[5/18/2017, 11:53:32 AM] [FHEM]   executing: http://192.168.0.33:8083/fhem?cmd=%7B$defs%7Balexa%7D-%3E%7B%22active%22%7D%20=%201%7D&fwcsrf=csrf_505004804276472&XHR=1
[5/18/2017, 11:53:32 AM] [FHEM]   executing: http://192.168.0.33:8083/fhem?cmd=setreading%20alexa%20echoRoom%20unknown&fwcsrf=csrf_505004804276472&XHR=1
[5/18/2017, 11:53:32 AM] [FHEM]   executing: http://192.168.0.33:8083/fhem?cmd=%7B$defs%7Balexa%7D-%3E%7B%22active%22%7D%20=%200%7D&fwcsrf=csrf_505004804276472&XHR=1
response :{"version":"1.0","sessionAttributes":{},"response":{"outputSpeech":{"type":"PlainText","text":"Hallo. Wie kann ich helfen?"},"shouldEndSession":false,"reprompt":{"outputSpeech":{"type":"PlainText","text":"Noch jemand da?"}}}}
**** Received Directive: {"version":"1.0","session":{"new":false,"sessionId":"amzn1.echo-api.session.57f8f1e3-81b6-4e91-94a7-7b1c848fea54","application":{"applicationId":"amzn1.ask.skill.b717e073-7b83-4d44-b4fc-1419cc7d789f"},"user":{"userId":"amzn1.ask.account.AETJYLVXH53RV24ZPB72AUYINA5T4EJPZKE3JFMNZOT2PB4Y2JYLSYD53G4KL6ZMQVGTAMAON2DC37SH2WSRVJDBARFEYGBVDDAYTVF7QGOPWUBOUZZ43SUOLE2ZWOVMFI3JGK7FUMKNBL2WUWFCI6AWKHAZBM4DCIHBMDNGQ5KWULZLAM5RR6YCUEY5JQ6DKARBGFSBPPYR2TQ"}},"context":{"AudioPlayer":{"playerActivity":"IDLE"},"System":{"application":{"applicationId":"amzn1.ask.skill.b717e073-7b83-4d44-b4fc-1419cc7d789f"},"user":{"userId":"amzn1.ask.account.AETJYLVXH53RV24ZPB72AUYINA5T4EJPZKE3JFMNZOT2PB4Y2JYLSYD53G4KL6ZMQVGTAMAON2DC37SH2WSRVJDBARFEYGBVDDAYTVF7QGOPWUBOUZZ43SUOLE2ZWOVMFI3JGK7FUMKNBL2WUWFCI6AWKHAZBM4DCIHBMDNGQ5KWULZLAM5RR6YCUEY5JQ6DKARBGFSBPPYR2TQ"},"device":{"deviceId":"amzn1.ask.device.AHHQB5WPRCGKTUM3CCVWBDGK6Y7MGT7T3PA5WMHZCVITUXMYKZ35WHPZHXJG3CAV3JNPPSVOLCVDGOLDBXZU737IP6BSBP3MFGGMKHZL5WRLB7Z3XA7NBJR4FOEDJBU4NV5ST5JSPRD5AUB4H7OPCWOPCUWA","supportedInterfaces":{"AudioPlayer":{}}},"apiEndpoint":"https://api.eu.amazonalexa.com"}},"request":{"type":"IntentRequest","requestId":"amzn1.echo-api.request.f6682b09-2bda-40c8-a699-fb8ad644e410","timestamp":"2017-05-18T09:53:39Z","locale":"de-DE","intent":{"name":"TargetPositionIntent","confirmationStatus":"NONE","slots":{"preposition":{"name":"preposition","confirmationStatus":"NONE"},"TargetPosition_Value":{"name":"TargetPosition_Value","value":"zu","confirmationStatus":"NONE"},"Room":{"name":"Room","confirmationStatus":"NONE"},"Device":{"name":"Device","value":"küche drei","confirmationStatus":"NONE"},"article":{"name":"article","confirmationStatus":"NONE"}}}}}
[5/18/2017, 11:53:39 AM] TargetPositionIntent
[5/18/2017, 11:53:39 AM] [FHEM]   executing: http://192.168.0.33:8083/fhem?cmd=%7B$defs%7Balexa%7D-%3E%7B%22active%22%7D%20=%201%7D&fwcsrf=csrf_505004804276472&XHR=1
[5/18/2017, 11:53:39 AM] [FHEM]   executing: http://192.168.0.33:8083/fhem?cmd=setreading%20alexa%20intent%20IntentRequest%20TargetPositionIntent&fwcsrf=csrf_505004804276472&XHR=1
[5/18/2017, 11:53:39 AM] [FHEM]   executing: http://192.168.0.33:8083/fhem?cmd=%7B$defs%7Balexa%7D-%3E%7B%22active%22%7D%20=%200%7D&fwcsrf=csrf_505004804276472&XHR=1
[5/18/2017, 11:53:39 AM] [FHEM]   executing: http://192.168.0.33:8083/fhem?cmd=%7B$defs%7Balexa%7D-%3E%7B%22active%22%7D%20=%201%7D&fwcsrf=csrf_505004804276472&XHR=1
[5/18/2017, 11:53:39 AM] [FHEM]   executing: http://192.168.0.33:8083/fhem?cmd=setreading%20alexa%20echoId%20amzn1.ask.device.AHHQB5WPRCGKTUM3CCVWBDGK6Y7MGT7T3PA5WMHZCVITUXMYKZ35WHPZHXJG3CAV3JNPPSVOLCVDGOLDBXZU737IP6BSBP3MFGGMKHZL5WRLB7Z3XA7NBJR4FOEDJBU4NV5ST5JSPRD5AUB4H7OPCWOPCUWA&fwcsrf=csrf_505004804276472&XHR=1
[5/18/2017, 11:53:39 AM] [FHEM]   executing: http://192.168.0.33:8083/fhem?cmd=%7B$defs%7Balexa%7D-%3E%7B%22active%22%7D%20=%200%7D&fwcsrf=csrf_505004804276472&XHR=1
[5/18/2017, 11:53:39 AM] [FHEM]   executing: http://192.168.0.33:8083/fhem?cmd=%7B$defs%7Balexa%7D-%3E%7B%22active%22%7D%20=%201%7D&fwcsrf=csrf_505004804276472&XHR=1
[5/18/2017, 11:53:39 AM] [FHEM]   executing: http://192.168.0.33:8083/fhem?cmd=setreading%20alexa%20echoRoom%20unknown&fwcsrf=csrf_505004804276472&XHR=1
[5/18/2017, 11:53:39 AM] [FHEM]   executing: http://192.168.0.33:8083/fhem?cmd=%7B$defs%7Balexa%7D-%3E%7B%22active%22%7D%20=%200%7D&fwcsrf=csrf_505004804276472&XHR=1
[5/18/2017, 11:53:39 AM] TargetPosition
[5/18/2017, 11:53:39 AM] TargetPositionIntent
[5/18/2017, 11:53:39 AM] [FHEM] EleroDrive_3: executing set cmd for TargetPosition with value 0
[5/18/2017, 11:53:39 AM] [FHEM]   executing: http://192.168.0.33:8083/fhem?cmd=set%20EleroDrive_3%20pct%200&fwcsrf=csrf_505004804276472&XHR=1
response :{"version":"1.0","sessionAttributes":{},"response":{"outputSpeech":{"type":"PlainText","text":"Ich habe den küche drei zu gemacht"},"shouldEndSession":false,"card":{"type":"Simple","title":"TargetPositionIntent","content":"den küche drei zu gemacht"}}}
**** Received Directive: {"version":"1.0","session":{"new":false,"sessionId":"amzn1.echo-api.session.57f8f1e3-81b6-4e91-94a7-7b1c848fea54","application":{"applicationId":"amzn1.ask.skill.b717e073-7b83-4d44-b4fc-1419cc7d789f"},"user":{"userId":"amzn1.ask.account.AETJYLVXH53RV24ZPB72AUYINA5T4EJPZKE3JFMNZOT2PB4Y2JYLSYD53G4KL6ZMQVGTAMAON2DC37SH2WSRVJDBARFEYGBVDDAYTVF7QGOPWUBOUZZ43SUOLE2ZWOVMFI3JGK7FUMKNBL2WUWFCI6AWKHAZBM4DCIHBMDNGQ5KWULZLAM5RR6YCUEY5JQ6DKARBGFSBPPYR2TQ"}},"context":{"AudioPlayer":{"playerActivity":"IDLE"},"System":{"application":{"applicationId":"amzn1.ask.skill.b717e073-7b83-4d44-b4fc-1419cc7d789f"},"user":{"userId":"amzn1.ask.account.AETJYLVXH53RV24ZPB72AUYINA5T4EJPZKE3JFMNZOT2PB4Y2JYLSYD53G4KL6ZMQVGTAMAON2DC37SH2WSRVJDBARFEYGBVDDAYTVF7QGOPWUBOUZZ43SUOLE2ZWOVMFI3JGK7FUMKNBL2WUWFCI6AWKHAZBM4DCIHBMDNGQ5KWULZLAM5RR6YCUEY5JQ6DKARBGFSBPPYR2TQ"},"device":{"deviceId":"amzn1.ask.device.AHHQB5WPRCGKTUM3CCVWBDGK6Y7MGT7T3PA5WMHZCVITUXMYKZ35WHPZHXJG3CAV3JNPPSVOLCVDGOLDBXZU737IP6BSBP3MFGGMKHZL5WRLB7Z3XA7NBJR4FOEDJBU4NV5ST5JSPRD5AUB4H7OPCWOPCUWA","supportedInterfaces":{"AudioPlayer":{}}},"apiEndpoint":"https://api.eu.amazonalexa.com"}},"request":{"type":"IntentRequest","requestId":"amzn1.echo-api.request.98166410-398c-45a7-b1f6-ee114478d4c7","timestamp":"2017-05-18T09:53:45Z","locale":"de-DE","intent":{"name":"RoomListIntent","confirmationStatus":"NONE"}}}
[5/18/2017, 11:53:45 AM] RoomListIntent
[5/18/2017, 11:53:45 AM] [FHEM]   executing: http://192.168.0.33:8083/fhem?cmd=%7B$defs%7Balexa%7D-%3E%7B%22active%22%7D%20=%201%7D&fwcsrf=csrf_505004804276472&XHR=1
[5/18/2017, 11:53:45 AM] [FHEM]   executing: http://192.168.0.33:8083/fhem?cmd=setreading%20alexa%20intent%20IntentRequest%20RoomListIntent&fwcsrf=csrf_505004804276472&XHR=1
[5/18/2017, 11:53:45 AM] [FHEM]   executing: http://192.168.0.33:8083/fhem?cmd=%7B$defs%7Balexa%7D-%3E%7B%22active%22%7D%20=%200%7D&fwcsrf=csrf_505004804276472&XHR=1
[5/18/2017, 11:53:45 AM] [FHEM]   executing: http://192.168.0.33:8083/fhem?cmd=%7B$defs%7Balexa%7D-%3E%7B%22active%22%7D%20=%201%7D&fwcsrf=csrf_505004804276472&XHR=1
[5/18/2017, 11:53:45 AM] [FHEM]   executing: http://192.168.0.33:8083/fhem?cmd=setreading%20alexa%20echoId%20amzn1.ask.device.AHHQB5WPRCGKTUM3CCVWBDGK6Y7MGT7T3PA5WMHZCVITUXMYKZ35WHPZHXJG3CAV3JNPPSVOLCVDGOLDBXZU737IP6BSBP3MFGGMKHZL5WRLB7Z3XA7NBJR4FOEDJBU4NV5ST5JSPRD5AUB4H7OPCWOPCUWA&fwcsrf=csrf_505004804276472&XHR=1
[5/18/2017, 11:53:45 AM] [FHEM]   executing: http://192.168.0.33:8083/fhem?cmd=%7B$defs%7Balexa%7D-%3E%7B%22active%22%7D%20=%200%7D&fwcsrf=csrf_505004804276472&XHR=1
[5/18/2017, 11:53:45 AM] [FHEM]   executing: http://192.168.0.33:8083/fhem?cmd=%7B$defs%7Balexa%7D-%3E%7B%22active%22%7D%20=%201%7D&fwcsrf=csrf_505004804276472&XHR=1
[5/18/2017, 11:53:45 AM] [FHEM]   executing: http://192.168.0.33:8083/fhem?cmd=setreading%20alexa%20echoRoom%20unknown&fwcsrf=csrf_505004804276472&XHR=1
[5/18/2017, 11:53:45 AM] [FHEM]   executing: http://192.168.0.33:8083/fhem?cmd=%7B$defs%7Balexa%7D-%3E%7B%22active%22%7D%20=%200%7D&fwcsrf=csrf_505004804276472&XHR=1
response :{"version":"1.0","sessionAttributes":{},"response":{"outputSpeech":{"type":"PlainText","text":"Ich kenne: hauswirtschaftsraum, küche, hauswirtschaftsraum,küche,wohnzimmer, wohnzimmer und 2.2.1_elero,wohnzimmer,alexa"},"shouldEndSession":false,"card":{"type":"Simple","title":"Raumliste","content":"hauswirtschaftsraum\nküche, hauswirtschaftsraum,küche,wohnzimmer, wohnzimmer\n2.2.1_elero,wohnzimmer,alexa"}}}
**** Received Directive: {"version":"1.0","session":{"new":false,"sessionId":"amzn1.echo-api.session.57f8f1e3-81b6-4e91-94a7-7b1c848fea54","application":{"applicationId":"amzn1.ask.skill.b717e073-7b83-4d44-b4fc-1419cc7d789f"},"user":{"userId":"amzn1.ask.account.AETJYLVXH53RV24ZPB72AUYINA5T4EJPZKE3JFMNZOT2PB4Y2JYLSYD53G4KL6ZMQVGTAMAON2DC37SH2WSRVJDBARFEYGBVDDAYTVF7QGOPWUBOUZZ43SUOLE2ZWOVMFI3JGK7FUMKNBL2WUWFCI6AWKHAZBM4DCIHBMDNGQ5KWULZLAM5RR6YCUEY5JQ6DKARBGFSBPPYR2TQ"}},"context":{"System":{"application":{"applicationId":"amzn1.ask.skill.b717e073-7b83-4d44-b4fc-1419cc7d789f"},"user":{"userId":"amzn1.ask.account.AETJYLVXH53RV24ZPB72AUYINA5T4EJPZKE3JFMNZOT2PB4Y2JYLSYD53G4KL6ZMQVGTAMAON2DC37SH2WSRVJDBARFEYGBVDDAYTVF7QGOPWUBOUZZ43SUOLE2ZWOVMFI3JGK7FUMKNBL2WUWFCI6AWKHAZBM4DCIHBMDNGQ5KWULZLAM5RR6YCUEY5JQ6DKARBGFSBPPYR2TQ"},"device":{"deviceId":"amzn1.ask.device.AHHQB5WPRCGKTUM3CCVWBDGK6Y7MGT7T3PA5WMHZCVITUXMYKZ35WHPZHXJG3CAV3JNPPSVOLCVDGOLDBXZU737IP6BSBP3MFGGMKHZL5WRLB7Z3XA7NBJR4FOEDJBU4NV5ST5JSPRD5AUB4H7OPCWOPCUWA","supportedInterfaces":{"AudioPlayer":{}}},"apiEndpoint":"https://api.eu.amazonalexa.com"}},"request":{"type":"SessionEndedRequest","requestId":"amzn1.echo-api.request.1886a350-4d9a-4f1b-87e5-e0bfc2fa8606","timestamp":"2017-05-18T09:54:02Z","locale":"de-DE","reason":"EXCEEDED_MAX_REPROMPTS"}}
[5/18/2017, 11:54:02 AM] [FHEM]   executing: http://192.168.0.33:8083/fhem?cmd=%7B$defs%7Balexa%7D-%3E%7B%22active%22%7D%20=%201%7D&fwcsrf=csrf_505004804276472&XHR=1
[5/18/2017, 11:54:02 AM] [FHEM]   executing: http://192.168.0.33:8083/fhem?cmd=setreading%20alexa%20intent%20SessionEndedRequest&fwcsrf=csrf_505004804276472&XHR=1
[5/18/2017, 11:54:02 AM] [FHEM]   executing: http://192.168.0.33:8083/fhem?cmd=%7B$defs%7Balexa%7D-%3E%7B%22active%22%7D%20=%200%7D&fwcsrf=csrf_505004804276472&XHR=1
[5/18/2017, 11:54:02 AM] [FHEM]   executing: http://192.168.0.33:8083/fhem?cmd=%7B$defs%7Balexa%7D-%3E%7B%22active%22%7D%20=%201%7D&fwcsrf=csrf_505004804276472&XHR=1
[5/18/2017, 11:54:02 AM] [FHEM]   executing: http://192.168.0.33:8083/fhem?cmd=setreading%20alexa%20echoId%20amzn1.ask.device.AHHQB5WPRCGKTUM3CCVWBDGK6Y7MGT7T3PA5WMHZCVITUXMYKZ35WHPZHXJG3CAV3JNPPSVOLCVDGOLDBXZU737IP6BSBP3MFGGMKHZL5WRLB7Z3XA7NBJR4FOEDJBU4NV5ST5JSPRD5AUB4H7OPCWOPCUWA&fwcsrf=csrf_505004804276472&XHR=1
[5/18/2017, 11:54:02 AM] [FHEM]   executing: http://192.168.0.33:8083/fhem?cmd=%7B$defs%7Balexa%7D-%3E%7B%22active%22%7D%20=%200%7D&fwcsrf=csrf_505004804276472&XHR=1
[5/18/2017, 11:54:02 AM] [FHEM]   executing: http://192.168.0.33:8083/fhem?cmd=%7B$defs%7Balexa%7D-%3E%7B%22active%22%7D%20=%201%7D&fwcsrf=csrf_505004804276472&XHR=1
[5/18/2017, 11:54:02 AM] [FHEM]   executing: http://192.168.0.33:8083/fhem?cmd=setreading%20alexa%20echoRoom%20unknown&fwcsrf=csrf_505004804276472&XHR=1
[5/18/2017, 11:54:02 AM] [FHEM]   executing: http://192.168.0.33:8083/fhem?cmd=%7B$defs%7Balexa%7D-%3E%7B%22active%22%7D%20=%200%7D&fwcsrf=csrf_505004804276472&XHR=1
response :{"version":"1.0","sessionAttributes":{},"response":{"outputSpeech":{"type":"PlainText","text":"Bye"},"shouldEndSession":true}}

Wo liegt der Fehler?
mfg
jwk

wthiess

Raspberry Pi 3; 8xRelais; Aptodec Nano V3.0 Pro; FS1000a; RF-5V; Hama TS33C; 3x Brennerstuhl FunkSteckdosen; 9x Dooya funk Rollo; KWL Systemair VR400; Thermokon Modbusthermostat; diverse China Modbus Thermostate; 1-wire Bus; Telegram; QuickFhem; FhemNative; Firmata; Alexa ......

justme1968

welches kommando hast du gegeben? was erwartest du? was passiert?

ich sehe ein set EleroDrive_3 pct 0das ausgeführt wird.

kann es sein das du mit der richtung ein problem hast? für alexa ist 0 zu und 100 offen.
hue, tradfri, alexa-fhem, homebridge-fhem, LightScene, readingsGroup, ...

https://github.com/sponsors/justme-1968

jwk

Ich werde das morgen noch mal überprüfen.
Danke für die schnelle Antwort!

jwk

Die Richtung ist meiner Meinung nach in der fhem.cfg richtig eingetragen. Wenn ich Alexa sage: Mach die Rolläden Küche zu, dann antwortet sie, ich habe die Rolläden Küche zu gemacht. Trotzdem geht kein Rolladen zu. In FHEM funktionieren die Rolläden ohne Probleme.
Auch bei der Geräteliste gibt Alexa die korrekte Antwort.

Auszug aus der fhem.cfg

define EleroDrive_12 EleroDrive 12
attr EleroDrive_12 IODev myElero
attr EleroDrive_12 alexaName alle rolläden
attr EleroDrive_12 alexaRoom hauswirtschaftsraum,küche,wohnzimmer
attr EleroDrive_12 alias alle Rolläden
attr EleroDrive_12 cmdIcon moveDown:fts_shutter_down moveUp:fts_shutter_up stop:fts_shutter_manual
attr EleroDrive_12 genericDeviceType blind
attr EleroDrive_12 room 2.2.1_Elero,alexa,hauswirtschaftsraum,küche,wohnzimmer
attr EleroDrive_12 webCmd moveDown:stop:moveUp

define alexa alexa
attr alexa alexaMapping #Characteristic=<name>=<value>,...\
On=verb=schalte,valueOn=an;;ein,valueOff=aus,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;;die,values=auf:100;;zu:0\
TargetPosition=verb=fahre,articles=den;;die,values=hoch:100;;runter: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
attr alexa alexaTypes #Type=<alias>[,<alias2>[,...]]\
light=licht,lampen\
blind=rolladen,rolläden,jalousie,jalousien,rollo,rollos
attr alexa echoRooms #<deviceId>=<room>\

attr alexa fhemIntents #IntentName=<sample utterance>\
gutenMorgen=guten morgen\
guteNacht=gute nacht
attr alexa room 9.6_System

justme1968

welches kommando verwendest du in fhem wenn du die rollläden bewegst?

laut log wird das oben angegebene kommando an fhem gesendet. ob das stimmt oder nicht musst du wissen.

schau einfach ins log wenn du alexa etwas sagst.
hue, tradfri, alexa-fhem, homebridge-fhem, LightScene, readingsGroup, ...

https://github.com/sponsors/justme-1968

jwk

folgende Antwort habe ich in der Konsole bekommen:

**** Received Directive: {"version":"1.0","session":{"new":true,"sessionId":"amz                                                       n1.echo-api.session.fce0c6c8-497c-41fa-bbf3-4783e632528c","application":{"applic                                                       ationId":"amzn1.ask.skill.b717e073-7b83-4d44-b4fc-1419cc7d789f"},"user":{"userId                                                       ":"amzn1.ask.account.AETJYLVXH53RV24ZPB72AUYINA5T4EJPZKE3JFMNZOT2PB4Y2JYLSYD53G4                                                       KL6ZMQVGTAMAON2DC37SH2WSRVJDBARFEYGBVDDAYTVF7QGOPWUBOUZZ43SUOLE2ZWOVMFI3JGK7FUMK                                                       NBL2WUWFCI6AWKHAZBM4DCIHBMDNGQ5KWULZLAM5RR6YCUEY5JQ6DKARBGFSBPPYR2TQ"}},"context                                                       ":{"AudioPlayer":{"playerActivity":"STOPPED"},"System":{"application":{"applicat                                                       ionId":"amzn1.ask.skill.b717e073-7b83-4d44-b4fc-1419cc7d789f"},"user":{"userId":                                                       "amzn1.ask.account.AETJYLVXH53RV24ZPB72AUYINA5T4EJPZKE3JFMNZOT2PB4Y2JYLSYD53G4KL                                                       6ZMQVGTAMAON2DC37SH2WSRVJDBARFEYGBVDDAYTVF7QGOPWUBOUZZ43SUOLE2ZWOVMFI3JGK7FUMKNB                                                       L2WUWFCI6AWKHAZBM4DCIHBMDNGQ5KWULZLAM5RR6YCUEY5JQ6DKARBGFSBPPYR2TQ"},"device":{"                                                       deviceId":"amzn1.ask.device.AHHQB5WPRCGKTUM3CCVWBDGK6Y7MGT7T3PA5WMHZCVITUXMYKZ35                                                       WHPZHXJG3CAV3JNPPSVOLCVDGOLDBXZU737IP6BSBP3MFGGMKHZL5WRLB7Z3XA7NBJR4FOEDJBU4NV5S                                                       T5JSPRD5AUB4H7OPCWOPCUWA","supportedInterfaces":{"AudioPlayer":{}}},"apiEndpoint                                                       ":"https://api.eu.amazonalexa.com"}},"request":{"type":"IntentRequest","requestI                                                       d":"amzn1.echo-api.request.bea69dbd-5ea3-47fd-a00d-b81b350af6a3","timestamp":"20                                                       17-05-24T07:59:51Z","locale":"de-DE","intent":{"name":"TargetPositionIntentB","c                                                       onfirmationStatus":"NONE","slots":{"preposition":{"name":"preposition","confirma                                                       tionStatus":"NONE"},"TargetPosition_ValueB":{"name":"TargetPosition_ValueB","val                                                       ue":"runter","confirmationStatus":"NONE"},"Room":{"name":"Room","confirmationSta                                                       tus":"NONE"},"Device":{"name":"Device","value":"rolläden küche","confirmationSta                                                       tus":"NONE"},"article":{"name":"article","confirmationStatus":"NONE"}}}}}
[5/24/2017, 9:59:51 AM] TargetPositionIntentB
[5/24/2017, 9:59:51 AM] [FHEM]   executing: http://192.168.0.33:8083/fhem?cmd=%7                                                       B$defs%7Balexa%7D-%3E%7B%22active%22%7D%20=%201%7D&fwcsrf=csrf_609612046356377&X                                                       HR=1
[5/24/2017, 9:59:51 AM] [FHEM]   executing: http://192.168.0.33:8083/fhem?cmd=se                                                       treading%20alexa%20intent%20IntentRequest%20TargetPositionIntentB&fwcsrf=csrf_60                                                       9612046356377&XHR=1
[5/24/2017, 9:59:51 AM] [FHEM]   executing: http://192.168.0.33:8083/fhem?cmd=%7                                                       B$defs%7Balexa%7D-%3E%7B%22active%22%7D%20=%200%7D&fwcsrf=csrf_609612046356377&X                                                       HR=1
[5/24/2017, 9:59:51 AM] [FHEM]   executing: http://192.168.0.33:8083/fhem?cmd=%7                                                       B$defs%7Balexa%7D-%3E%7B%22active%22%7D%20=%201%7D&fwcsrf=csrf_609612046356377&X                                                       HR=1
[5/24/2017, 9:59:51 AM] [FHEM]   executing: http://192.168.0.33:8083/fhem?cmd=se                                                       treading%20alexa%20echoId%20amzn1.ask.device.AHHQB5WPRCGKTUM3CCVWBDGK6Y7MGT7T3PA                                                       5WMHZCVITUXMYKZ35WHPZHXJG3CAV3JNPPSVOLCVDGOLDBXZU737IP6BSBP3MFGGMKHZL5WRLB7Z3XA7                                                       NBJR4FOEDJBU4NV5ST5JSPRD5AUB4H7OPCWOPCUWA&fwcsrf=csrf_609612046356377&XHR=1
[5/24/2017, 9:59:51 AM] [FHEM]   executing: http://192.168.0.33:8083/fhem?cmd=%7                                                       B$defs%7Balexa%7D-%3E%7B%22active%22%7D%20=%200%7D&fwcsrf=csrf_609612046356377&X                                                       HR=1
[5/24/2017, 9:59:51 AM] [FHEM]   executing: http://192.168.0.33:8083/fhem?cmd=%7                                                       B$defs%7Balexa%7D-%3E%7B%22active%22%7D%20=%201%7D&fwcsrf=csrf_609612046356377&X                                                       HR=1
[5/24/2017, 9:59:51 AM] [FHEM]   executing: http://192.168.0.33:8083/fhem?cmd=se                                                       treading%20alexa%20echoRoom%20unknown&fwcsrf=csrf_609612046356377&XHR=1
[5/24/2017, 9:59:51 AM] [FHEM]   executing: http://192.168.0.33:8083/fhem?cmd=%7                                                       B$defs%7Balexa%7D-%3E%7B%22active%22%7D%20=%200%7D&fwcsrf=csrf_609612046356377&X                                                       HR=1
[5/24/2017, 9:59:51 AM] TargetPosition
[5/24/2017, 9:59:51 AM] TargetPositionIntentB
[5/24/2017, 9:59:51 AM] [FHEM] EleroDrive_10: executing set cmd for TargetPositi                                                       on with value 100
[5/24/2017, 9:59:51 AM] [FHEM]   executing: http://192.168.0.33:8083/fhem?cmd=se                                                       t%20EleroDrive_10%20pct%20100&fwcsrf=csrf_609612046356377&XHR=1
response :{"version":"1.0","sessionAttributes":{},"response":{"outputSpeech":{"t                                                       ype":"PlainText","text":"Ich habe den rolläden küche runter gestellt"},"shouldEn                                                       dSession":true,"card":{"type":"Simple","title":"TargetPositionIntentB","content"                                                       :"den rolläden küche runter gestellt"}}}


jwk

und diese Meldungen aus dem FHEM-Log

2017.05.24 07:57:03 0: Server started with 35 defined entities (fhem.pl:14348/2017-05-22 perl:5.020002 os:linux user:fhem pid:623)
2017.05.24 07:57:03 3: DbLog DBLogging: Creating Push-Handle to database mysql:database=fhem;host=localhost;port=3306 with user jwk
2017.05.24 07:57:08 3: DbLog DBLogging: Creating Push-Handle to database mysql:database=fhem;host=localhost;port=3306 with user jwk
2017.05.24 07:57:13 3: DbLog DBLogging: Creating Push-Handle to database mysql:database=fhem;host=localhost;port=3306 with user jwk
2017.05.24 07:57:18 3: DbLog DBLogging: Creating Push-Handle to database mysql:database=fhem;host=localhost;port=3306 with user jwk
2017.05.24 07:57:22 3: OUT.Wetter: gethostbyname query.yahooapis.com failed
2017.05.24 07:57:23 3: DbLog DBLogging: Creating Push-Handle to database mysql:database=fhem;host=localhost;port=3306 with user jwk
2017.05.24 07:57:28 3: DbLog DBLogging: Creating Push-Handle to database mysql:database=fhem;host=localhost;port=3306 with user jwk
2017.05.24 07:57:33 3: DbLog DBLogging: Creating Push-Handle to database mysql:database=fhem;host=localhost;port=3306 with user jwk
2017.05.24 07:57:33 3: DbLog DBLogging: Push-Handle to db mysql:database=fhem;host=localhost;port=3306 created
2017.05.24 08:11:57 3: DbLog DBLogging: Reopen requested.
2017.05.24 08:11:57 3: DbLog DBLogging: Creating Push-Handle to database mysql:database=fhem;host=localhost;port=3306 with user jwk
2017.05.24 08:11:57 3: DbLog DBLogging: Push-Handle to db mysql:database=fhem;host=localhost;port=3306 created
2017.05.24 08:11:57 3: DBLogging_Reopen: Reopen executed.
2017.05.24 08:26:57 3: DbLog DBLogging: Reopen requested.
2017.05.24 08:26:57 3: DbLog DBLogging: Creating Push-Handle to database mysql:database=fhem;host=localhost;port=3306 with user jwk
2017.05.24 08:26:57 3: DbLog DBLogging: Push-Handle to db mysql:database=fhem;host=localhost;port=3306 created
2017.05.24 08:26:57 3: DBLogging_Reopen: Reopen executed.
2017.05.24 08:41:57 3: DbLog DBLogging: Reopen requested.
2017.05.24 08:41:57 3: DbLog DBLogging: Creating Push-Handle to database mysql:database=fhem;host=localhost;port=3306 with user jwk
2017.05.24 08:41:57 3: DbLog DBLogging: Push-Handle to db mysql:database=fhem;host=localhost;port=3306 created
2017.05.24 08:41:57 3: DBLogging_Reopen: Reopen executed.
2017.05.24 08:56:57 3: DbLog DBLogging: Reopen requested.
2017.05.24 08:56:57 3: DbLog DBLogging: Creating Push-Handle to database mysql:database=fhem;host=localhost;port=3306 with user jwk
2017.05.24 08:56:57 3: DbLog DBLogging: Push-Handle to db mysql:database=fhem;host=localhost;port=3306 created
2017.05.24 08:56:57 3: DBLogging_Reopen: Reopen executed.
2017.05.24 09:11:57 3: DbLog DBLogging: Reopen requested.
2017.05.24 09:11:57 3: DbLog DBLogging: Creating Push-Handle to database mysql:database=fhem;host=localhost;port=3306 with user jwk
2017.05.24 09:11:57 3: DbLog DBLogging: Push-Handle to db mysql:database=fhem;host=localhost;port=3306 created
2017.05.24 09:11:57 3: DBLogging_Reopen: Reopen executed.
2017.05.24 09:26:57 3: DbLog DBLogging: Reopen requested.
2017.05.24 09:26:57 3: DbLog DBLogging: Creating Push-Handle to database mysql:database=fhem;host=localhost;port=3306 with user jwk
2017.05.24 09:26:57 3: DbLog DBLogging: Push-Handle to db mysql:database=fhem;host=localhost;port=3306 created
2017.05.24 09:26:57 3: DBLogging_Reopen: Reopen executed.
2017.05.24 09:41:57 3: DbLog DBLogging: Reopen requested.
2017.05.24 09:41:57 3: DbLog DBLogging: Creating Push-Handle to database mysql:database=fhem;host=localhost;port=3306 with user jwk
2017.05.24 09:41:57 3: DbLog DBLogging: Push-Handle to db mysql:database=fhem;host=localhost;port=3306 created
2017.05.24 09:41:57 3: DBLogging_Reopen: Reopen executed.
2017.05.24 09:56:57 3: DbLog DBLogging: Reopen requested.
2017.05.24 09:56:57 3: DbLog DBLogging: Creating Push-Handle to database mysql:database=fhem;host=localhost;port=3306 with user jwk
2017.05.24 09:56:57 3: DbLog DBLogging: Push-Handle to db mysql:database=fhem;host=localhost;port=3306 created
2017.05.24 09:56:57 3: DBLogging_Reopen: Reopen executed.
2017.05.24 10:11:57 3: DbLog DBLogging: Reopen requested.
2017.05.24 10:11:57 3: DbLog DBLogging: Creating Push-Handle to database mysql:database=fhem;host=localhost;port=3306 with user jwk
2017.05.24 10:11:57 3: DbLog DBLogging: Push-Handle to db mysql:database=fhem;host=localhost;port=3306 created
2017.05.24 10:11:57 3: DBLogging_Reopen: Reopen executed.
2017.05.24 10:26:57 3: DbLog DBLogging: Reopen requested.
2017.05.24 10:26:57 3: DbLog DBLogging: Creating Push-Handle to database mysql:database=fhem;host=localhost;port=3306 with user jwk
2017.05.24 10:26:57 3: DbLog DBLogging: Push-Handle to db mysql:database=fhem;host=localhost;port=3306 created
2017.05.24 10:26:57 3: DBLogging_Reopen: Reopen executed.
2017.05.24 10:38:43 3: OUT.Wetter: malformed JSON string, neither array, object, number, string or atom, at character offset 0 (before "<!doctype html publi...") at FHEM/YahooWeatherAPI.pm line 247.

2017.05.24 10:41:57 3: DbLog DBLogging: Reopen requested.
2017.05.24 10:41:57 3: DbLog DBLogging: Creating Push-Handle to database mysql:database=fhem;host=localhost;port=3306 with user jwk
2017.05.24 10:41:57 3: DbLog DBLogging: Push-Handle to db mysql:database=fhem;host=localhost;port=3306 created
2017.05.24 10:41:57 3: DBLogging_Reopen: Reopen executed.

jwk

Ich verwende z.B. das Kommando: Alexa, öffne wohnung, mach rolladen küche zu. Dann kommt die Antwort wie sie aus der Konsolenkopie zu sehen ist.

theophilou85

Hallo Leute

Versuche auch gerade die Alexa nach folgender Anleitung einzubinden (https://www.youtube.com/watch?v=mUFlA2ZD_yw). Der Skill auf alexa.amazon.de findet aber meine Geräte nicht. Der Log am Pi, sieht eigentlich gut aus
[6/2/2017, 6:56:57 PM] { FHEMgutenMorgenIntent: 'gutenMorgen',
  FHEMguteNachtIntent: 'guteNacht' }
[6/2/2017, 6:56:57 PM] [FHEM] got: 3 results
[6/2/2017, 6:56:57 PM] [FHEM] wz0_avr00 is switch
[6/2/2017, 6:56:57 PM] [FHEM] wz0_avr00 has
[6/2/2017, 6:56:57 PM] [FHEM]   Custom Volume [volume;cached]
[6/2/2017, 6:56:57 PM] [FHEM]   Custom Power [power]
[6/2/2017, 6:56:57 PM] [FHEM]   On [state;on,off]
  2017-06-02 18:56:57 caching: wz0_avr00-volume: 44
[6/2/2017, 6:56:57 PM] [FHEM]     caching: Custom Volume: 44 (as number; from '4                                                                                             4')
  2017-06-02 18:56:57 caching: wz0_avr00-power: off
[6/2/2017, 6:56:57 PM] [FHEM] wz0_avr00-power not a number: off
  2017-06-02 18:56:57 caching: wz0_avr00-state: opened
[6/2/2017, 6:56:57 PM] [FHEM] wz0_inm00_Schalter0 is switch
[6/2/2017, 6:56:57 PM] [FHEM] wz0_inm00_Schalter0 has
[6/2/2017, 6:56:57 PM] [FHEM]   On [state;on,off]
  2017-06-02 18:56:57 caching: wz0_inm00_Schalter0-state: on
[6/2/2017, 6:56:57 PM] [FHEM] wz0_sch00 is switch
[6/2/2017, 6:56:57 PM] [FHEM] wz0_sch00 has
[6/2/2017, 6:56:57 PM] [FHEM]   On [state;on,off]
  2017-06-02 18:56:57 caching: wz0_sch00-state: off
[6/2/2017, 6:57:17 PM] accepted new token
**** Received Directive: {"header":{"namespace":"Alexa.ConnectedHome.Discovery","name":"DiscoverAppliancesRequest","payloadVersion":"2","messageId":


Könnt ihr mir dabei helfen den Fehler einzugrenzen?


amenomade

Pi 3B, Alexa, CUL868+Selbstbau 1/2λ-Dipol-Antenne, USB Optolink / Vitotronic, Debmatic und HM / HmIP Komponenten, Rademacher Duofern Jalousien, Fritz!Dect Thermostaten, Proteus

theophilou85

Bin durch. Der 3000er-Port dürfte freigegeben sein, sonst würde ich den Token nicht erhalten.

Trigger ist da und aktiviert: "Alexa Smart Home
Application Id: amzn1.ask.skill.xxx..."

Weitere Ideen? Österreich und EU (Irland) beim AWS?

Amenophis86

----
EDIT:
Gott bin ich dumm. Ich habe den Port direkt auf Alexa und nicht auf FHEM gelegt. Alter Schwede, habe gestern Nacht bis um 3 Uhr dran gesessen und mich gewundert, wieso es nicht geht. Eben sehe ich es nach weiteren 2h versuchen :D
Aktuell dabei unser neues Haus mit KNX am einrichten. Im nächsten Schritt dann KNX mit FHEM verbinden. Allein zwei Dinge sind dabei selten: Zeit und Geld...

Amenophis86

Ok nächste Frage:
Ich habe für ein Gerät einen alexaName vergeben. Nun möchte ich diesen aber ändern, da er nur zum Testen war. Ich verwerfe das Gerät, habe den Namen in Fhem geändert und doch kommt immer wieder der alte Name in Alex zum Vorschein. Auch ein restart des Alexa Service scheint nichts gebracht zu haben. Was mache ich falsch?


Edit:
Scheint heute nicht mein Tag zu sein. Nach dem dritten mal versuchen hat es geklappt. Keine Ahnung wieso vorher nicht.
Aktuell dabei unser neues Haus mit KNX am einrichten. Im nächsten Schritt dann KNX mit FHEM verbinden. Allein zwei Dinge sind dabei selten: Zeit und Geld...

dusti64

Hallo in die Runde...

ich habe nach einem Umzug auf eine virtualisierte Plattform mit Debian jessie und fhem ein paar Probleme hinsichtlich des Starten von Alexa aus fhem heraus...
Folgende Konfiguration:

Alexa-fhem liegt unter /opt/fhem/, die Logs werden nach /opt/fhem/log geschrieben, das funktioniert auch. Auch das Starten des Dienstes beim Systemstart klappt (/etc/init.d/alexa), genauso wie das Starten und Stoppen aus der Konsole bzw. Putty klappt.

.alexa liegt unter /home/User, das Startscript wurde auch so angepasst. FHEM wurde in die /etc/Sudoers eingetragen und die Geräte (DOIF + Dummys) entsprechend Wiki angelegt. Alexa.fhem.status zeigt mir auch Alexa running as PID 17873 an. Ich habe mich genauso wie beim ersten Mal sehr eng an das Wiki gehalten...

Wenn die Dummys in FHEM schalte, steht folgendes im Logfile:

2017.06.25 13:01:12 2: FHEM.Alexa.DOIF: {system ("sudo /etc/init.d/alexa status > /dev/null 2>&1 &")}: -1
2017.06.25 13:01:20 2: FHEM.Alexa.DOIF: {system ("sudo /etc/init.d/alexa stop > /dev/null 2>&1 &")}: -1
2017.06.25 13:01:34 2: FHEM.Alexa.DOIF: {system ("sudo /etc/init.d/alexa restart > /dev/null 2>&1 &")}: -1
2017.06.25 13:01:46 2: FHEM.Alexa.DOIF: {system ("sudo /etc/init.d/alexa status > /dev/null 2>&1 &")}: -1
2017.06.25 13:03:08 2: FHEM.Alexa.DOIF: {system ("sudo /etc/init.d/alexa start > /dev/null 2>&1 &")}: -1
2017.06.25 14:03:12 2: FHEM.Alexa.DOIF: {system ("sudo /etc/init.d/alexa restart > /dev/null 2>&1 &")}: -1
2017.06.25 14:03:23 2: FHEM.Alexa.DOIF: {system ("sudo /etc/init.d/alexa stop > /dev/null 2>&1 &")}: -1
2017.06.25 14:03:26 2: FHEM.Alexa.DOIF: {system ("sudo /etc/init.d/alexa status > /dev/null 2>&1 &")}: -1
2017.06.25 14:03:37 2: FHEM.Alexa.DOIF: {system ("sudo /etc/init.d/alexa restart > /dev/null 2>&1 &")}: -1
2017.06.25 14:04:38 2: FHEM.Alexa.DOIF: {system ("sudo /etc/init.d/alexa status > /dev/null 2>&1 &")}: -1
2017.06.25 14:04:41 2: FHEM.Alexa.DOIF: {system ("sudo /etc/init.d/alexa restart > /dev/null 2>&1 &")}: -1
2017.06.25 14:04:46 2: FHEM.Alexa.DOIF: {system ("sudo /etc/init.d/alexa stop > /dev/null 2>&1 &")}: -1
2017.06.25 14:07:14 2: FHEM.Alexa.DOIF: {system ("sudo /etc/init.d/alexa restart > /dev/null 2>&1 &")}: -1
2017.06.25 14:12:06 2: FHEM.Alexa.DOIF: {system ("sudo /etc/init.d/alexa stop > /dev/null 2>&1 &")}: -1
2017.06.25 14:12:16 2: FHEM.Alexa.DOIF: {system ("sudo /etc/init.d/alexa restart > /dev/null 2>&1 &")}: -1
2017.06.25 14:12:21 2: FHEM.Alexa.DOIF: {system ("sudo /etc/init.d/alexa status > /dev/null 2>&1 &")}: -1


Alexa läuft also, ich kann auch über die empfohlene Proxy-Absicherung zugreifen, die Geräte werden gefunden und gesteuert...nur die Start/Stop/Restart-Geschichte in FHEM selbst geht nicht...und ich vermute ein Rechteproblem, weiß aber nicht, wo ich noch suchen soll und wäre über eure Hilfe dankbar!

Gruß Dusti
2x Debian virtualisiert auf QNAP mit FHEM, 2x HMLAN, VCCU, Homatic Heizung+Licht-Rollläden, Alexa mit 2 Echos, Homebridge, Hue, Instar