FHEM Forum

FHEM => Anfängerfragen => Thema gestartet von: spion77 am 10 Dezember 2020, 12:56:38

Titel: [Gelöst] Shelly 2.5 Rollo kein Alexa Sprach befehl und kein setzen vom pct ?
Beitrag von: spion77 am 10 Dezember 2020, 12:56:38
Hallo zusammen,

ich habe eine Frage ich habe mir ein Paar Shellys 2.5 für die Rolladensteuerung zugelegt.

Habe sie mit Mqtt2 und den Tamplates eingebunden  ( shell25_roller_invert_0 )

sie Werden in der Alexa App erkannt aber ich kann sie nicht mit Alexa Steuern  weder mit der App noch mit sprache.

ich kann auch den Schiebe regler bedienen in der Fhem oberfläsche aber es tut sich nichts.
Hoch und Runter klappt allerdings super.

kann mir jemand helfen und mir sagen was ich vieleicht Falsch mache ?
die Laufzeit auf Den Shellys ist eingestzellt.
eine Screenshot ist angehängt.


Vielen Dank
Titel: Antw:Shelly 2.5 Rollo kein Alexa Sprach befehl und kein setzen vom pct ?
Beitrag von: amenomade am 10 Dezember 2020, 22:40:45
Bitte kein Screenshot, sondern ein "list" vom Device.

Wenn der Schieberegler schon nix tut, brauchst Du nicht in Alexa zu suchen. wenn ich mich richtig erinnere nutzt Alexa das set/reading pct.

Um genau zu wissen, wie Fhem das Gerät bei Alexa meldet, braucht man die alexa Log beim "set alexa reload"

Aber, wie gesagt: zuerst pct zum Laufen bringen. Mit MQTT kenne ich mich nicht aus.
Titel: Antw:Shelly 2.5 Rollo kein Alexa Sprach befehl und kein setzen vom pct ?
Beitrag von: spion77 am 10 Dezember 2020, 23:07:27
Vielen Lieben dank für deine antwort
Internals:
   CID        shellyswitch25_40F52000D844
   DEF        shellyswitch25_40F52000D844
   DEVICETOPIC MQTT2_shellyswitch25_40F52000D844
   FUUID      5fd2820d-f33f-79aa-9679-c6f90821de99d7db
   IODev      MQTT2_FHEM_Server
   LASTInputDev MQTT2_FHEM_Server
   MQTT2_FHEM_Server_MSGCNT 46
   MQTT2_FHEM_Server_TIME 2020-12-10 23:03:01
   MSGCNT     46
   NAME       MQTT2_shellyswitch25_40F52000D844
   NR         732
   STATE      101
   TYPE       MQTT2_DEVICE
   READINGS:
     2020-12-10 21:24:05   attrTemplateVersion 20201206
     2020-12-10 21:31:21   current         stop
     2020-12-10 23:03:01   energy          522
     2020-12-10 23:02:01   fw_ver          20191217-074901/1047-long-id-for-shelly-devices@ab2bdce7
     2020-12-10 23:02:01   id              shellyswitch25-40F52000D844
     2020-12-10 23:03:01   input0          1
     2020-12-10 23:03:01   input1          0
     2020-12-10 23:02:01   ip              192.168.168.46
     2020-12-10 23:02:01   mac             40F52000D844
     2020-12-10 23:02:01   new_fw          false
     2020-12-10 23:02:01   online          true
     2020-12-10 23:03:01   overtemperature 0
     2020-12-10 23:03:01   pct             101
     2020-12-10 23:03:01   power           0.00
     2020-12-10 23:03:01   roller_0_energy 522
     2020-12-10 23:03:01   roller_0_power  0.00
     2020-12-10 23:03:01   state           101
     2020-12-10 23:03:01   temperature     53.56
     2020-12-10 23:03:01   temperature_f   128.41
     2020-12-10 21:24:05   x_mqttcom       set announce
Attributes:
   IODev      MQTT2_FHEM_Server
   alexaName  Wohnzimmerrollo
   alexaRoom  Wohnzimmer
   cmdIcon    open:fts_shutter_up close:fts_shutter_down stop:fts_shutter_manual half:fts_shutter_50
   comment    Shelly 2.5 in Roller-Mode. 0=opened / 100=closed
   devStateIcon { my $amp = ReadingsVal($name,"online","false") eq "false" ? "rot" : ReadingsVal($name,"new_fw","false") eq "true" ? "gelb" : "gruen"; my $con = ReadingsVal($name,"state","unknown"); my $pic = $con eq "opening" ? 'fts_shutter_up@red' : $con eq "closing" ? 'fts_shutter_down@red' : $con eq "100" ? 'fts_shutter_100' : $con =~ /(\d)\d/ ? 'fts_shutter_'.$1.'0' : $con =~ /\b\d\b/ ? 'fts_shutter_10' : 'fts_shutter_updown'; my $show = "$amp" eq "gelb" ? "<a href=\"/fhem?cmd.dummy=set $name x_update&XHR=1\">".FW_makeImage("10px-kreis-".$amp)."</a>" : "<a href=\"http://".ReadingsVal($name,"ip","none")." \"target=\"_blank\">".FW_makeImage("10px-kreis-".$amp)."</a>"; "<div> $show <a href=\"/fhem?cmd.dummy=set $name toggle&XHR=1\"></a>".FW_makeImage($pic)." </div>"}
   eventMap   open:opens close:closes
   genericDeviceType blind
   model      shelly25_roller_invert_1
   readingList shellies/shellyswitch25-40F52000D844/roller/0/pos:.* {'pct' => 100-$EVENT}
  shellies/shellyswitch25-40F52000D844/status/0/rollers:.* power
  shellies/shellyswitch25-40F52000D844/online:.* online
  shellies/shellyswitch25-40F52000D844/announce:.* { json2nameValue($EVENT) }
  shellies/announce:.* { $EVENT =~ m,..id...shellyswitch25-40F52000D844...mac.*, ? json2nameValue($EVENT) : return }
  shellies/shellyswitch25-40F52000D844/roller/0:.* current
  shellies/shellyswitch25-40F52000D844/roller/0:open {{'state' => 'opening'}}
  shellies/shellyswitch25-40F52000D844/roller/0:close {{'state' => 'closing'}}
  shellies/shellyswitch25-40F52000D844/roller/0/pos:.* {'state' => 100-$EVENT}
  shellies/shellyswitch25-40F52000D844/input/1:.* input1
  shellies/shellyswitch25-40F52000D844/input/0:.* input0
  shellies/shellyswitch25-40F52000D844/relay/power:.* power
  shellies/shellyswitch25-40F52000D844/relay/energy:.* energy
  shellies/shellyswitch25-40F52000D844/temperature:.* temperature
  shellies/shellyswitch25-40F52000D844/overtemperature:.* overtemperature
  shellies/shellyswitch25-40F52000D844/roller/0/power:.* roller_0_power
  shellies/shellyswitch25-40F52000D844/roller/0/energy:.* roller_0_energy
  shellies/shellyswitch25-40F52000D844/temperature_f:.* temperature_f
shellyswitch25_40F52000D844:shellies/shellyswitch25-40F52000D844/online:.* online
   room       Wohnzimmer,alexa
   setList    open:noArg shellies/shellyswitch25-40F52000D844/roller/0/command open
  close:noArg shellies/shellyswitch25-40F52000D844/roller/0/command close
  half:noArg shellies/shellyswitch25-40F52000D844/roller/0/command/pos 50
  stop:noArg shellies/shellyswitch25-40F52000D844/roller/0/command stop
  pct:slider,0,1,100 {"shellies/shellyswitch25-40F52000D844/roller/0/command/pos ".(100-$EVTPART1)}
  x_recalibration:noArg shellies/shellyswitch25-40F52000D844/roller/0/command rc
  x_update:noArg shellies/shellyswitch25-40F52000D844/command update_fw
  x_mqttcom shellies/shellyswitch25-40F52000D844/command $EVTPART1
   setStateList open close half stop pct
   webCmd     :open:close:half:stop:pct



Titel: Antw:Shelly 2.5 Rollo kein Alexa Sprach befehl und kein setzen vom pct ?
Beitrag von: spion77 am 10 Dezember 2020, 23:08:55
[10.12.2020, 23:08:04] [FHEM] MQTT2_shellyswitch25_40F520002756-current not a number: stop
[10.12.2020, 23:08:04] [FHEM] MQTT2_shellyswitch25_40F52000D844-current not a number: stop
[10.12.2020, 23:08:04] [FHEM] MQTT2_shellyswitch25_40F520017FB7-current not a number: stop
[10.12.2020, 23:08:04] [FHEM] MQTT2_shellyswitch25_40F520018AAE-current not a number: stop
[10.12.2020, 23:08:04] [FHEM] got .eventToken
[10.12.2020, 23:08:04] refreshing token
[10.12.2020, 23:08:04] BearerToken '...710EF' read from alexa
  2020-12-10 23:08:04 caching: MQTT2_shellyswitch25_40F52000D844-temperature: 53.56
[10.12.2020, 23:08:04] [FHEM]     caching: CurrentTemperature: 53.56 (as number; from '53.56')
[10.12.2020, 23:08:05] got fresh token
[10.12.2020, 23:08:05] Reading alexaFHEM.ProxyConnection set to running;; SSH connected
Titel: Antw:Shelly 2.5 Rollo kein Alexa Sprach befehl und kein setzen vom pct ?
Beitrag von: amenomade am 10 Dezember 2020, 23:14:05
... die alexa-fhem Log beim "set alexa reload", wo die Devices erkannt werden. (Suche "is switch" und "has")
Titel: Antw:Shelly 2.5 Rollo kein Alexa Sprach befehl und kein setzen vom pct ?
Beitrag von: spion77 am 10 Dezember 2020, 23:37:04
Danke für deine Mühe

[10.12.2020, 23:33:14] [FHEM] MQTT2_shellyswitch25_40F5200025D6 will not send proactive events
[10.12.2020, 23:33:14] [FHEM] MQTT2_shellyswitch25_40F5200025D6 uses ID: 5fd28236-f33f-79aa-081e-7c8cfeb666407306
[10.12.2020, 23:33:14] [FHEM] MQTT2_shellyswitch25_40F5200025D6-current not a number: stop
[10.12.2020, 23:33:14] [FHEM]     caching: Custom Power: 0 (as number; from '0.00')
[10.12.2020, 23:33:14] [FHEM]     caching: Custom Energy: 309 (as number; from '309')
[10.12.2020, 23:33:14] [FHEM] MQTT2_shellyswitch25_40F520002756 is blind
[10.12.2020, 23:33:14] [FHEM] MQTT2_shellyswitch25_40F520002756 has
[10.12.2020, 23:33:14] [FHEM]   Custom Current [current]
[10.12.2020, 23:33:14] [FHEM]   Custom Power [power]
[10.12.2020, 23:33:14] [FHEM]   Custom Energy [energy]
[10.12.2020, 23:33:14] [FHEM]   CurrentPosition [pct]
[10.12.2020, 23:33:14] [FHEM]   TargetPosition [pct]
[10.12.2020, 23:33:14] [FHEM]   CurrentTemperature [temperature]
[10.12.2020, 23:33:14] [FHEM] MQTT2_shellyswitch25_40F520002756 will not send proactive events
[10.12.2020, 23:33:14] [FHEM] MQTT2_shellyswitch25_40F520002756 uses ID: 5fd28221-f33f-79aa-ac55-8dd541d16540552d
[10.12.2020, 23:33:14] [FHEM] MQTT2_shellyswitch25_40F520002756-current not a number: stop
[10.12.2020, 23:33:14] [FHEM]     caching: Custom Power: 0 (as number; from '0.00')
[10.12.2020, 23:33:14] [FHEM]     caching: Custom Energy: 301 (as number; from '301')
[10.12.2020, 23:33:14] [FHEM] MQTT2_shellyswitch25_40F52000D844 is blind
[10.12.2020, 23:33:14] [FHEM] MQTT2_shellyswitch25_40F52000D844 has
[10.12.2020, 23:33:14] [FHEM]   Custom Current [current]
[10.12.2020, 23:33:14] [FHEM]   Custom Power [power]
[10.12.2020, 23:33:14] [FHEM]   Custom Energy [energy]
[10.12.2020, 23:33:14] [FHEM]   CurrentPosition [pct]
[10.12.2020, 23:33:14] [FHEM]   TargetPosition [pct]
[10.12.2020, 23:33:14] [FHEM]   CurrentTemperature [temperature]
[10.12.2020, 23:33:14] [FHEM] MQTT2_shellyswitch25_40F52000D844 will not send proactive events
[10.12.2020, 23:33:14] [FHEM] MQTT2_shellyswitch25_40F52000D844 uses ID: 5fd29f6b-f33f-79aa-c1ba-1d42864451053889
[10.12.2020, 23:33:14] [FHEM] MQTT2_shellyswitch25_40F52000D844-current not a number: stop
[10.12.2020, 23:33:14] [FHEM]     caching: Custom Power: 0 (as number; from '0.00')
[10.12.2020, 23:33:14] [FHEM]     caching: Custom Energy: 590 (as number; from '590')
[10.12.2020, 23:33:14] [FHEM] MQTT2_shellyswitch25_40F520017FB7 is blind
[10.12.2020, 23:33:14] [FHEM] MQTT2_shellyswitch25_40F520017FB7 has
[10.12.2020, 23:33:14] [FHEM]   Custom Current [current]
[10.12.2020, 23:33:14] [FHEM]   Custom Power [power]
[10.12.2020, 23:33:14] [FHEM]   Custom Energy [energy]
[10.12.2020, 23:33:14] [FHEM]   CurrentPosition [pct]
[10.12.2020, 23:33:14] [FHEM]   TargetPosition [pct]
[10.12.2020, 23:33:14] [FHEM]   CurrentTemperature [temperature]
[10.12.2020, 23:33:14] [FHEM] MQTT2_shellyswitch25_40F520017FB7 will not send proactive events
[10.12.2020, 23:33:14] [FHEM] MQTT2_shellyswitch25_40F520017FB7 uses ID: 5fd28232-f33f-79aa-4507-6cbd79c35e12979b
[10.12.2020, 23:33:14] [FHEM] MQTT2_shellyswitch25_40F520017FB7-current not a number: stop
[10.12.2020, 23:33:14] [FHEM]     caching: Custom Power: 0 (as number; from '0.00')
[10.12.2020, 23:33:14] [FHEM]     caching: Custom Energy: 230 (as number; from '230')
[10.12.2020, 23:33:14] [FHEM] MQTT2_shellyswitch25_40F520018AAE is blind
[10.12.2020, 23:33:14] [FHEM] MQTT2_shellyswitch25_40F520018AAE has
[10.12.2020, 23:33:14] [FHEM]   Custom Current [current]
[10.12.2020, 23:33:14] [FHEM]   Custom Power [power]
[10.12.2020, 23:33:14] [FHEM]   Custom Energy [energy]
[10.12.2020, 23:33:14] [FHEM]   CurrentPosition [pct]
[10.12.2020, 23:33:14] [FHEM]   TargetPosition [pct]
[10.12.2020, 23:33:14] [FHEM]   CurrentTemperature [temperature]
[10.12.2020, 23:33:14] [FHEM] MQTT2_shellyswitch25_40F520018AAE will not send proactive events
[10.12.2020, 23:33:14] [FHEM] MQTT2_shellyswitch25_40F520018AAE uses ID: 5fd2820e-f33f-79aa-a39b-2b3873d1a3882fe0
[10.12.2020, 23:33:14] [FHEM] MQTT2_shellyswitch25_40F520018AAE-current not a number: stop
[10.12.2020, 23:33:14] [FHEM]     caching: Custom Power: 0 (as number; from '0.00')
[10.12.2020, 23:33:14] [FHEM]     caching: Custom Energy: 238 (as number; from '238')
[10.12.2020, 23:33:14] [FHEM] MQTT2_shellyswitch_32B600 is switch
[10.12.2020, 23:33:14] [FHEM] MQTT2_shellyswitch_32B600 has
[10.12.2020, 23:33:14] [FHEM]   Custom Power [power]
[10.12.2020, 23:33:14] [FHEM]   On [state;on,off]
[10.12.2020, 23:33:14] [FHEM] MQTT2_shellyswitch_32B600 will not send proactive events
[10.12.2020, 23:33:14] [FHEM] MQTT2_shellyswitch_32B600 uses ID: 5fd2821d-f33f-79aa-13b5-ec76dd42b4a876d2
[10.12.2020, 23:33:14] [FHEM]     caching: Custom Power: 0 (as number; from '0.00')
[10.12.2020, 23:33:14] [FHEM] MQTT2_shellyswitch_32B600_CH2 is switch
[10.12.2020, 23:33:14] [FHEM] MQTT2_shellyswitch_32B600_CH2 has
[10.12.2020, 23:33:14] [FHEM]   Custom Power [power]
[10.12.2020, 23:33:14] [FHEM]   On [state;on,off]
[10.12.2020, 23:33:14] [FHEM] MQTT2_shellyswitch_32B600_CH2 will not send proactive events
[10.12.2020, 23:33:14] [FHEM] MQTT2_shellyswitch_32B600_CH2 uses ID: 5fd287ff-f33f-79aa-db14-81edfaa40226f3f3
[10.12.2020, 23:33:14] [FHEM]     caching: Custom Power: 0 (as number; from '0.00')
[10.12.2020, 23:33:14] [FHEM] MQTT2_shellyswitch_32BF4C is switch
[10.12.2020, 23:33:14] [FHEM] MQTT2_shellyswitch_32BF4C has
[10.12.2020, 23:33:14] [FHEM]   Custom Power [power]
[10.12.2020, 23:33:14] [FHEM]   Custom Energy [energy]
[10.12.2020, 23:33:14] [FHEM]   On [state;on,off]
[10.12.2020, 23:33:14] [FHEM] MQTT2_shellyswitch_32BF4C will not send proactive events
[10.12.2020, 23:33:14] [FHEM] MQTT2_shellyswitch_32BF4C uses ID: 5fd28226-f33f-79aa-40c4-64c6065308f10666
[10.12.2020, 23:33:14] [FHEM]     caching: Custom Power: 0 (as number; from '0.00')
[10.12.2020, 23:33:14] [FHEM]     caching: Custom Energy: 0 (as number; from '0')
[10.12.2020, 23:33:14] [FHEM] MQTT2_shellyswitch_32BF4C_CH2 is switch
[10.12.2020, 23:33:14] [FHEM] MQTT2_shellyswitch_32BF4C_CH2 has
[10.12.2020, 23:33:14] [FHEM]   Custom Power [power]
[10.12.2020, 23:33:14] [FHEM]   Custom Energy [energy]
[10.12.2020, 23:33:14] [FHEM]   On [state;on,off]
[10.12.2020, 23:33:14] [FHEM] MQTT2_shellyswitch_32BF4C_CH2 will not send proactive events
[10.12.2020, 23:33:14] [FHEM] MQTT2_shellyswitch_32BF4C_CH2 uses ID: 5fd2883b-f33f-79aa-d5c6-01ef8eea83259d0d
[10.12.2020, 23:33:14] [FHEM]     caching: Custom Power: 0 (as number; from '0.00')
[10.12.2020, 23:33:14] [FHEM]     caching: Custom Energy: 0 (as number; from '0')
Titel: Antw:Shelly 2.5 Rollo kein Alexa Sprach befehl und kein setzen vom pct ?
Beitrag von: spion77 am 10 Dezember 2020, 23:41:30
oder einfach alles


from ./alexa-fhem.cfg
*** CONFIG: parsed completely
[10.12.2020, 21:02:34] os.homedir()=/opt/fhem
[10.12.2020, 21:02:34] this is alexa-fhem 0.5.57
[10.12.2020, 21:02:34] connecting to FHEM ...
[10.12.2020, 21:02:34] [FHEM] defaults to: will not send proactive events
[10.12.2020, 21:02:34] [FHEM] trying longpoll to listen for fhem events
[10.12.2020, 21:02:34] [FHEM] starting longpoll: http://127.0.0.1:8083/fhem?XHR=1&inform=type=status;addglobal=1;filter=.*;since=null;fmt=JSON&timestamp=1607630554755
[10.12.2020, 21:02:34] [FHEM] got csrfToken:
[10.12.2020, 21:02:34] [FHEM] Checking devices and attributes...
[10.12.2020, 21:02:34] [FHEM]   executing: http://127.0.0.1:8083/fhem?cmd=%7BAttrVal(%22global%22%2C%22userattr%22%2C%22%22)%7D&XHR=1
[10.12.2020, 21:02:34] [FHEM]   executing: http://127.0.0.1:8083/fhem?cmd=jsonlist2%20TYPE%3Dalexa&XHR=1
[10.12.2020, 21:02:34] [FHEM] waiting for events ...
[10.12.2020, 21:02:34] [FHEM] Fetching FHEM devices...
[10.12.2020, 21:02:34] [FHEM] fetching: http://127.0.0.1:8083/fhem?cmd=jsonlist2%20alexaName=..*&XHR=1
[10.12.2020, 21:02:34] [FHEM] alexa device is alexa
[10.12.2020, 21:02:34] [FHEM] alexa will not send proactive events
[10.12.2020, 21:02:34] [FHEM] alexa uses ID: 5f6e3f9f-f33f-79aa-864a-87d08d6827226e06
[10.12.2020, 21:02:34] [FHEM]   executing: http://127.0.0.1:8083/fhem?cmd=%7B%24defs%7Balexa%7D-%3E%7B%22active%22%7D%20%3D%201%3B%3Bundef%7D%3B%7B%24defs%7Balexa%7D-%3E%7B%22alexa-fhem%20version%22%7D%20%3D%20%220.5.57%22%7D%3B%7B%24defs%7Balexa%7D-%3E%7B%22active%22%7D%20%3D%200%3B%3Bundef%7D&XHR=1
[10.12.2020, 21:02:34] [FHEM]   executing: http://127.0.0.1:8083/fhem?cmd=%7B%24defs%7Balexa%7D-%3E%7B%22active%22%7D%20%3D%201%3B%3Bundef%7D%3Bget%20alexa%20proxyToken%3B%7B%24defs%7Balexa%7D-%3E%7B%22active%22%7D%20%3D%200%3B%3Bundef%7D&XHR=1
[10.12.2020, 21:02:34] [FHEM]   executing: http://127.0.0.1:8083/fhem?cmd=%7B%24defs%7Balexa%7D-%3E%7B%22active%22%7D%20%3D%201%3B%3Bundef%7D%3Blist%20alexa%20.eventToken%3B%7B%24defs%7Balexa%7D-%3E%7B%22active%22%7D%20%3D%200%3B%3Bundef%7D&XHR=1
[10.12.2020, 21:02:34] Server listening on: http://127.0.0.1:45777 for proxy connections
[10.12.2020, 21:02:34] *** SSH: checking proxy configuration
[10.12.2020, 21:02:34] sshautoconf: home=/opt/fhem, spath=/opt/fhem/.alexa, cpath=./alexa-fhem.cfg, sshpath=/opt/fhem/.ssh
[10.12.2020, 21:02:34] sshautoconf: env={"LANG":"de_DE.UTF-8","PATH":"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin","HOME":"/opt/fhem","LOGNAME":"fhem","USER":"fhem","INVOCATION_ID":"c5d171926ff3407e977a5f91b8b53dd1","JOURNAL_STREAM":"9:50570"}
[10.12.2020, 21:02:34] sshautoconf: Creating directory /opt/fhem/.alexa
[10.12.2020, 21:02:34] Passed config: {"sshproxy":{"ssh":"/usr/bin/ssh","description":"FHEM Connector","options":["-i","/opt/fhem/.ssh/id_rsa","-p",58824,"fhem-va.fhem.de"],"bind-ip":"127.0.0.1","port":45777},"connections":[{"uid":999,"server":"127.0.0.1","name":"FHEM","filter":"alexaName=..*","webname":"fhem","port":"8083"}]}
[10.12.2020, 21:02:35] sshautoconf: No SSH public key found, we have to generate one.
[10.12.2020, 21:02:35] sshautoconf: Generating public/private rsa key pair.
Created directory '/opt/fhem/.ssh'.
Your identification has been saved in /opt/fhem/.ssh/id_rsa


[10.12.2020, 21:02:36] [FHEM]   executing: http://127.0.0.1:8083/fhem?cmd=%7B%24defs%7Balexa%7D-%3E%7B%22active%22%7D%20%3D%201%3B%3Bundef%7D%3Bjsonlist2%20alexa%3B%7B%24defs%7Balexa%7D-%3E%7B%22active%22%7D%20%3D%200%3B%3Bundef%7D&XHR=1
[10.12.2020, 21:02:36] [FHEM] got .eventToken
[10.12.2020, 21:02:36] refreshing token
*** FHEM: connected
[10.12.2020, 21:02:36] [FHEM] got: 38 results
[10.12.2020, 21:02:36] [FHEM] AmbiLight_SZ is switch
[10.12.2020, 21:02:36] [FHEM] AmbiLight_SZ has
[10.12.2020, 21:02:36] [FHEM]   On [state;on,off]
[10.12.2020, 21:02:36] [FHEM] AmbiLight_SZ will not send proactive events
[10.12.2020, 21:02:36] [FHEM] AmbiLight_SZ uses ID: CUL_HM.2A1A3102
  2020-12-10 21:02:36 caching: AmbiLight_SZ-state: off
[10.12.2020, 21:02:36] [FHEM] AmbiLight_WZ is switch
[10.12.2020, 21:02:36] [FHEM] AmbiLight_WZ has
[10.12.2020, 21:02:36] [FHEM]   On [state;on,off]
[10.12.2020, 21:02:36] [FHEM] AmbiLight_WZ will not send proactive events
[10.12.2020, 21:02:36] [FHEM] AmbiLight_WZ uses ID: CUL_HM.2D3BBE02
  2020-12-10 21:02:36 caching: AmbiLight_WZ-state: unreachable
[10.12.2020, 21:02:36] [FHEM] FireTV_WZ is outlet
[10.12.2020, 21:02:36] [FHEM] FireTV_WZ has
[10.12.2020, 21:02:36] [FHEM]   On [state;on,off]
[10.12.2020, 21:02:36] [FHEM] FireTV_WZ will not send proactive events
[10.12.2020, 21:02:36] [FHEM] FireTV_WZ uses ID: CUL_HM.36F76102
  2020-12-10 21:02:36 caching: FireTV_WZ-state: off
[10.12.2020, 21:02:36] [FHEM] HZ_BD_Clima is thermostat
[10.12.2020, 21:02:36] [FHEM] HZ_BD_Clima has
[10.12.2020, 21:02:36] [FHEM]   TargetTemperature [desired-temp]
[10.12.2020, 21:02:36] [FHEM]   Custom Actuation [ValvePosition]
[10.12.2020, 21:02:36] [FHEM]   CurrentTemperature [measured-temp]
[10.12.2020, 21:02:36] [FHEM]   CurrentHeatingCoolingState [undefined]
[10.12.2020, 21:02:36] [FHEM] HZ_BD_Clima will not send proactive events
[10.12.2020, 21:02:36] [FHEM] HZ_BD_Clima uses ID: CUL_HM.313D5604
  2020-12-10 21:02:36 caching: HZ_BD_Clima-desired-temp: 18.5
  2020-12-10 21:02:36 caching: HZ_BD_Clima-ValvePosition: 0
[10.12.2020, 21:02:36] [FHEM]     caching: Custom Actuation: 0 (as number; from '0')
  2020-12-10 21:02:36 caching: HZ_BD_Clima-measured-temp: 21.8
[10.12.2020, 21:02:36] [FHEM] HZ_EZ_Clima is thermostat
[10.12.2020, 21:02:36] [FHEM] HZ_EZ_Clima has
[10.12.2020, 21:02:36] [FHEM]   TargetTemperature [desired-temp]
[10.12.2020, 21:02:36] [FHEM]   Custom Actuation [ValvePosition]
[10.12.2020, 21:02:36] [FHEM]   CurrentTemperature [measured-temp]
[10.12.2020, 21:02:36] [FHEM]   CurrentHeatingCoolingState [undefined]
[10.12.2020, 21:02:36] [FHEM] HZ_EZ_Clima will not send proactive events
[10.12.2020, 21:02:36] [FHEM] HZ_EZ_Clima uses ID: CUL_HM.2C8CFB04
  2020-12-10 21:02:36 caching: HZ_EZ_Clima-desired-temp: 21.0
  2020-12-10 21:02:36 caching: HZ_EZ_Clima-ValvePosition: 0
[10.12.2020, 21:02:36] [FHEM]     caching: Custom Actuation: 0 (as number; from '0')
  2020-12-10 21:02:36 caching: HZ_EZ_Clima-measured-temp: 23.6
[10.12.2020, 21:02:36] [FHEM] HZ_FL_Clima is thermostat
[10.12.2020, 21:02:36] [FHEM] HZ_FL_Clima has
[10.12.2020, 21:02:36] [FHEM]   TargetTemperature [desired-temp]
[10.12.2020, 21:02:36] [FHEM]   Custom Actuation [ValvePosition]
[10.12.2020, 21:02:36] [FHEM]   CurrentTemperature [measured-temp]
[10.12.2020, 21:02:36] [FHEM]   CurrentHeatingCoolingState [undefined]
[10.12.2020, 21:02:36] [FHEM] HZ_FL_Clima will not send proactive events
[10.12.2020, 21:02:36] [FHEM] HZ_FL_Clima uses ID: CUL_HM.313EDE04
  2020-12-10 21:02:36 caching: HZ_FL_Clima-desired-temp: 21.0
  2020-12-10 21:02:36 caching: HZ_FL_Clima-ValvePosition: 1
[10.12.2020, 21:02:36] [FHEM]     caching: Custom Actuation: 1 (as number; from '1')
  2020-12-10 21:02:36 caching: HZ_FL_Clima-measured-temp: 22.9
[10.12.2020, 21:02:36] [FHEM] HZ_KZ_Clima is thermostat
[10.12.2020, 21:02:36] [FHEM] HZ_KZ_Clima has
[10.12.2020, 21:02:36] [FHEM]   TargetTemperature [desired-temp]
[10.12.2020, 21:02:36] [FHEM]   Custom Actuation [ValvePosition]
[10.12.2020, 21:02:36] [FHEM]   CurrentTemperature [measured-temp]
[10.12.2020, 21:02:36] [FHEM]   CurrentHeatingCoolingState [undefined]
[10.12.2020, 21:02:36] [FHEM] HZ_KZ_Clima will not send proactive events
[10.12.2020, 21:02:36] [FHEM] HZ_KZ_Clima uses ID: CUL_HM.2E2E1E04
  2020-12-10 21:02:36 caching: HZ_KZ_Clima-desired-temp: 20.0
  2020-12-10 21:02:36 caching: HZ_KZ_Clima-ValvePosition: 0
[10.12.2020, 21:02:36] [FHEM]     caching: Custom Actuation: 0 (as number; from '0')
  2020-12-10 21:02:36 caching: HZ_KZ_Clima-measured-temp: 21.8
[10.12.2020, 21:02:36] [FHEM] HZ_SZ_Clima is thermostat
[10.12.2020, 21:02:36] [FHEM] HZ_SZ_Clima has
[10.12.2020, 21:02:36] [FHEM]   TargetTemperature [desired-temp]
[10.12.2020, 21:02:36] [FHEM]   Custom Actuation [ValvePosition]
[10.12.2020, 21:02:36] [FHEM]   CurrentTemperature [measured-temp]
[10.12.2020, 21:02:36] [FHEM]   CurrentHeatingCoolingState [undefined]
[10.12.2020, 21:02:36] [FHEM] HZ_SZ_Clima will not send proactive events
[10.12.2020, 21:02:36] [FHEM] HZ_SZ_Clima uses ID: CUL_HM.313D4904
  2020-12-10 21:02:36 caching: HZ_SZ_Clima-desired-temp: 19.0
  2020-12-10 21:02:36 caching: HZ_SZ_Clima-ValvePosition: 0
[10.12.2020, 21:02:36] [FHEM]     caching: Custom Actuation: 0 (as number; from '0')
  2020-12-10 21:02:36 caching: HZ_SZ_Clima-measured-temp: 22.4
[10.12.2020, 21:02:36] [FHEM] HZ_WZ_Clima is thermostat
[10.12.2020, 21:02:36] [FHEM] HZ_WZ_Clima has
[10.12.2020, 21:02:36] [FHEM]   TargetTemperature [desired-temp]
[10.12.2020, 21:02:36] [FHEM]   Custom Actuation [ValvePosition]
[10.12.2020, 21:02:36] [FHEM]   CurrentTemperature [measured-temp]
[10.12.2020, 21:02:36] [FHEM]   CurrentHeatingCoolingState [undefined]
[10.12.2020, 21:02:36] [FHEM] HZ_WZ_Clima will not send proactive events
[10.12.2020, 21:02:36] [FHEM] HZ_WZ_Clima uses ID: CUL_HM.2D9B5E04
  2020-12-10 21:02:36 caching: HZ_WZ_Clima-desired-temp: 21.0
  2020-12-10 21:02:36 caching: HZ_WZ_Clima-ValvePosition: 14
[10.12.2020, 21:02:36] [FHEM]     caching: Custom Actuation: 14 (as number; from '14')
  2020-12-10 21:02:36 caching: HZ_WZ_Clima-measured-temp: 23.0
[10.12.2020, 21:02:36] [FHEM] Kleineslicht is switch
[10.12.2020, 21:02:36] [FHEM] Kleineslicht has
[10.12.2020, 21:02:36] [FHEM]   FirmwareRevision [D-firmware]
[10.12.2020, 21:02:36] [FHEM]   On [state;on,off]
[10.12.2020, 21:02:36] [FHEM] Kleineslicht will not send proactive events
[10.12.2020, 21:02:36] [FHEM] Kleineslicht uses ID: LEQ0477385
  2020-12-10 21:02:36 caching: Kleineslicht-D-firmware: 2.4
  2020-12-10 21:02:36 caching: Kleineslicht-state: on
[10.12.2020, 21:02:36] [FHEM] Licht_Flur is light
[10.12.2020, 21:02:36] [FHEM] Licht_Flur has
[10.12.2020, 21:02:36] [FHEM]   FirmwareRevision [D-firmware]
[10.12.2020, 21:02:36] [FHEM]   On [state;on,off]
[10.12.2020, 21:02:36] [FHEM] Licht_Flur will not send proactive events
[10.12.2020, 21:02:36] [FHEM] Licht_Flur uses ID: LEQ0546723
  2020-12-10 21:02:36 caching: Licht_Flur-D-firmware: 1.12
  2020-12-10 21:02:36 caching: Licht_Flur-state: off
[10.12.2020, 21:02:36] [FHEM] Licht_Kueche_GR is light
[10.12.2020, 21:02:36] [FHEM] Licht_Kueche_GR has
[10.12.2020, 21:02:36] [FHEM]   On [state;on,off]
[10.12.2020, 21:02:36] [FHEM] Licht_Kueche_GR will not send proactive events
[10.12.2020, 21:02:36] [FHEM] Licht_Kueche_GR uses ID: CUL_HM.2D3BE101
  2020-12-10 21:02:36 caching: Licht_Kueche_GR-state: off
[10.12.2020, 21:02:36] [FHEM] Licht_Kueche_KL is light
[10.12.2020, 21:02:36] [FHEM] Licht_Kueche_KL has
[10.12.2020, 21:02:36] [FHEM]   On [state;on,off]
[10.12.2020, 21:02:36] [FHEM] Licht_Kueche_KL will not send proactive events
[10.12.2020, 21:02:36] [FHEM] Licht_Kueche_KL uses ID: CUL_HM.2D3BE102
  2020-12-10 21:02:36 caching: Licht_Kueche_KL-state: off
[10.12.2020, 21:02:36] [FHEM] Licht_Markus_SZ_Bett is light
[10.12.2020, 21:02:36] [FHEM] Licht_Markus_SZ_Bett has
[10.12.2020, 21:02:36] [FHEM]   On [state;on,off]
[10.12.2020, 21:02:36] [FHEM] Licht_Markus_SZ_Bett will not send proactive events
[10.12.2020, 21:02:36] [FHEM] Licht_Markus_SZ_Bett uses ID: CUL_HM.289E3901
  2020-12-10 21:02:36 caching: Licht_Markus_SZ_Bett-state: unreachable
[10.12.2020, 21:02:36] [FHEM] Licht_Markus_SZ_Tisch is light
[10.12.2020, 21:02:36] [FHEM] Licht_Markus_SZ_Tisch has
[10.12.2020, 21:02:36] [FHEM]   On [state;on,off]
[10.12.2020, 21:02:36] [FHEM] Licht_Markus_SZ_Tisch will not send proactive events
[10.12.2020, 21:02:36] [FHEM] Licht_Markus_SZ_Tisch uses ID: CUL_HM.289E3902
  2020-12-10 21:02:36 caching: Licht_Markus_SZ_Tisch-state: unreachable
[10.12.2020, 21:02:36] [FHEM] Licht_Milly_SZ_Bett is light
[10.12.2020, 21:02:36] [FHEM] Licht_Milly_SZ_Bett has
[10.12.2020, 21:02:36] [FHEM]   On [state;on,off]
[10.12.2020, 21:02:36] [FHEM] Licht_Milly_SZ_Bett will not send proactive events
[10.12.2020, 21:02:36] [FHEM] Licht_Milly_SZ_Bett uses ID: CUL_HM.289DCC02
  2020-12-10 21:02:36 caching: Licht_Milly_SZ_Bett-state: unreachable
[10.12.2020, 21:02:36] [FHEM] Licht_SZ_TV is switch
[10.12.2020, 21:02:36] [FHEM] Licht_SZ_TV has
[10.12.2020, 21:02:36] [FHEM]   On [state;on,off]
[10.12.2020, 21:02:36] [FHEM] Licht_SZ_TV will not send proactive events
[10.12.2020, 21:02:36] [FHEM] Licht_SZ_TV uses ID: CUL_HM.275EFB02
  2020-12-10 21:02:36 caching: Licht_SZ_TV-state: off
[10.12.2020, 21:02:36] [FHEM] Licht_Schlafzimmer is light
[10.12.2020, 21:02:36] [FHEM] Licht_Schlafzimmer has
[10.12.2020, 21:02:36] [FHEM]   On [pct;on,off]
[10.12.2020, 21:02:36] [FHEM]   Brightness [pct]
[10.12.2020, 21:02:36] [FHEM]   FirmwareRevision [D-firmware]
[10.12.2020, 21:02:36] [FHEM] Licht_Schlafzimmer will not send proactive events
[10.12.2020, 21:02:36] [FHEM] Licht_Schlafzimmer uses ID: HEQ0359014
  2020-12-10 21:02:36 caching: Licht_Schlafzimmer-pct: 0
  2020-12-10 21:02:36 caching: Licht_Schlafzimmer-D-firmware: 1.2
[10.12.2020, 21:02:36] [FHEM] Licht_WZ_Ecke is light
[10.12.2020, 21:02:36] [FHEM] Licht_WZ_Ecke has
[10.12.2020, 21:02:36] [FHEM]   FirmwareRevision [D-firmware]
[10.12.2020, 21:02:36] [FHEM]   On [state;on,off]
[10.12.2020, 21:02:36] [FHEM] Licht_WZ_Ecke will not send proactive events
[10.12.2020, 21:02:36] [FHEM] Licht_WZ_Ecke uses ID: KEQ0801367
  2020-12-10 21:02:36 caching: Licht_WZ_Ecke-D-firmware: 1.12
  2020-12-10 21:02:36 caching: Licht_WZ_Ecke-state: MISSING ACK
[10.12.2020, 21:02:36] [FHEM] Licht_WZ_Kugeln is light
[10.12.2020, 21:02:36] [FHEM] Licht_WZ_Kugeln has
[10.12.2020, 21:02:36] [FHEM]   FirmwareRevision [D-firmware]
[10.12.2020, 21:02:36] [FHEM]   On [state;on,off]
[10.12.2020, 21:02:36] [FHEM] Licht_WZ_Kugeln will not send proactive events
[10.12.2020, 21:02:36] [FHEM] Licht_WZ_Kugeln uses ID: LEQ0480740
  2020-12-10 21:02:36 caching: Licht_WZ_Kugeln-D-firmware: 2.4
  2020-12-10 21:02:36 caching: Licht_WZ_Kugeln-state: on
[10.12.2020, 21:02:36] [FHEM] Licht_WZ_Wand is light
[10.12.2020, 21:02:36] [FHEM] Licht_WZ_Wand has
[10.12.2020, 21:02:36] [FHEM]   On [state;on,off]
[10.12.2020, 21:02:36] [FHEM] Licht_WZ_Wand will not send proactive events
[10.12.2020, 21:02:36] [FHEM] Licht_WZ_Wand uses ID: CUL_HM.2D3A5901
  2020-12-10 21:02:36 caching: Licht_WZ_Wand-state: set_on
[10.12.2020, 21:02:36] [FHEM] Licht_WZ_Wand_GR is light
[10.12.2020, 21:02:36] [FHEM] Licht_WZ_Wand_GR has
[10.12.2020, 21:02:36] [FHEM]   FirmwareRevision [D-firmware]
[10.12.2020, 21:02:36] [FHEM]   On [state;on,off]
[10.12.2020, 21:02:36] [FHEM] Licht_WZ_Wand_GR will not send proactive events
[10.12.2020, 21:02:36] [FHEM] Licht_WZ_Wand_GR uses ID: LEQ0748649
  2020-12-10 21:02:36 caching: Licht_WZ_Wand_GR-D-firmware: 2.5
  2020-12-10 21:02:36 caching: Licht_WZ_Wand_GR-state: on
[10.12.2020, 21:02:36] [FHEM] Licht_Wohnzimmer is light
[10.12.2020, 21:02:36] [FHEM] Licht_Wohnzimmer has
[10.12.2020, 21:02:36] [FHEM]   FirmwareRevision [D-firmware]
[10.12.2020, 21:02:36] [FHEM]   On [state;on,off]
[10.12.2020, 21:02:36] [FHEM] Licht_Wohnzimmer will not send proactive events
[10.12.2020, 21:02:36] [FHEM] Licht_Wohnzimmer uses ID: LEQ0546454
  2020-12-10 21:02:36 caching: Licht_Wohnzimmer-D-firmware: 1.12
  2020-12-10 21:02:36 caching: Licht_Wohnzimmer-state: on
[10.12.2020, 21:02:36] [FHEM] Lichter_Alle is switch
[10.12.2020, 21:02:36] [FHEM] Lichter_Alle has
[10.12.2020, 21:02:36] [FHEM]   On [state;on,off]
[10.12.2020, 21:02:36] [FHEM] Lichter_Alle will not send proactive events
[10.12.2020, 21:02:36] [FHEM] Lichter_Alle uses ID: 5c93da68-f33f-79aa-93b6-5682c2e8cc9eaa2c
  2020-12-10 21:02:36 caching: Lichter_Alle-state: off
[10.12.2020, 21:02:36] [FHEM] Mark_Fenster is blind
[10.12.2020, 21:02:36] [FHEM] Mark_Fenster has
[10.12.2020, 21:02:36] [FHEM]   PositionState [motor]
[10.12.2020, 21:02:36] [FHEM]   FirmwareRevision [D-firmware]
[10.12.2020, 21:02:36] [FHEM]   CurrentPosition [pct]
[10.12.2020, 21:02:36] [FHEM]   TargetPosition [pct]
[10.12.2020, 21:02:36] [FHEM] Mark_Fenster will not send proactive events
[10.12.2020, 21:02:36] [FHEM] Mark_Fenster uses ID: LEQ0413670
  2020-12-10 21:02:36 caching: Mark_Fenster-motor: stop:on
  2020-12-10 21:02:36 caching: Mark_Fenster-D-firmware: 2.3
  2020-12-10 21:02:36 caching: Mark_Fenster-pct: 100
[10.12.2020, 21:02:36] [FHEM] Mark_Kleines_Licht is light
[10.12.2020, 21:02:36] [FHEM] Mark_Kleines_Licht has
[10.12.2020, 21:02:36] [FHEM]   FirmwareRevision [D-firmware]
[10.12.2020, 21:02:36] [FHEM]   On [state;on,off]
[10.12.2020, 21:02:36] [FHEM] Mark_Kleines_Licht will not send proactive events
[10.12.2020, 21:02:36] [FHEM] Mark_Kleines_Licht uses ID: LEQ0481703
  2020-12-10 21:02:36 caching: Mark_Kleines_Licht-D-firmware: 2.4
  2020-12-10 21:02:36 caching: Mark_Kleines_Licht-state: off
[10.12.2020, 21:02:36] [FHEM] Mark_Licht is light
[10.12.2020, 21:02:36] [FHEM] Mark_Licht has
[10.12.2020, 21:02:36] [FHEM]   FirmwareRevision [D-firmware]
[10.12.2020, 21:02:36] [FHEM]   On [state;on,off]
[10.12.2020, 21:02:36] [FHEM] Mark_Licht will not send proactive events
[10.12.2020, 21:02:36] [FHEM] Mark_Licht uses ID: LEQ0762403
  2020-12-10 21:02:36 caching: Mark_Licht-D-firmware: 2.3
  2020-12-10 21:02:36 caching: Mark_Licht-state: off
[10.12.2020, 21:02:36] [FHEM] Mark_Tuer is blind
[10.12.2020, 21:02:36] [FHEM] Mark_Tuer has
[10.12.2020, 21:02:36] [FHEM]   PositionState [motor]
[10.12.2020, 21:02:36] [FHEM]   FirmwareRevision [D-firmware]
[10.12.2020, 21:02:36] [FHEM]   CurrentPosition [pct]
[10.12.2020, 21:02:36] [FHEM]   TargetPosition [pct]
[10.12.2020, 21:02:36] [FHEM] Mark_Tuer will not send proactive events
[10.12.2020, 21:02:36] [FHEM] Mark_Tuer uses ID: LEQ0413771
  2020-12-10 21:02:36 caching: Mark_Tuer-motor: stop:on
  2020-12-10 21:02:36 caching: Mark_Tuer-D-firmware: 2.3
  2020-12-10 21:02:36 caching: Mark_Tuer-pct: 100
[10.12.2020, 21:02:36] [FHEM] Mia_Fenster is blind
[10.12.2020, 21:02:36] [FHEM] Mia_Fenster has
[10.12.2020, 21:02:36] [FHEM]   PositionState [motor]
[10.12.2020, 21:02:36] [FHEM]   FirmwareRevision [D-firmware]
[10.12.2020, 21:02:36] [FHEM]   CurrentPosition [pct]
[10.12.2020, 21:02:36] [FHEM]   TargetPosition [pct]
[10.12.2020, 21:02:36] [FHEM] Mia_Fenster will not send proactive events
[10.12.2020, 21:02:36] [FHEM] Mia_Fenster uses ID: MEQ1730308
  2020-12-10 21:02:36 caching: Mia_Fenster-motor: stop:on
  2020-12-10 21:02:36 caching: Mia_Fenster-D-firmware: 2.8
  2020-12-10 21:02:36 caching: Mia_Fenster-pct: 100
[10.12.2020, 21:02:36] [FHEM] Mia_Licht is light
[10.12.2020, 21:02:36] [FHEM] Mia_Licht has
[10.12.2020, 21:02:36] [FHEM]   On [pct;on,off]
[10.12.2020, 21:02:36] [FHEM]   Brightness [pct]
[10.12.2020, 21:02:36] [FHEM]   FirmwareRevision [D-firmware]
[10.12.2020, 21:02:36] [FHEM] Mia_Licht will not send proactive events
[10.12.2020, 21:02:36] [FHEM] Mia_Licht uses ID: LEQ0990625
  2020-12-10 21:02:36 caching: Mia_Licht-pct: 0
  2020-12-10 21:02:36 caching: Mia_Licht-D-firmware: 2.6
[10.12.2020, 21:02:36] [FHEM] Miabett is switch
[10.12.2020, 21:02:36] [FHEM] Miabett has
[10.12.2020, 21:02:36] [FHEM]   FirmwareRevision [D-firmware]
[10.12.2020, 21:02:36] [FHEM]   On [state;on,off]
[10.12.2020, 21:02:36] [FHEM] Miabett will not send proactive events
[10.12.2020, 21:02:36] [FHEM] Miabett uses ID: LEQ0145635
  2020-12-10 21:02:36 caching: Miabett-D-firmware: 2.4
  2020-12-10 21:02:36 caching: Miabett-state: off
[10.12.2020, 21:02:36] [FHEM] Miaschranklicht is light
[10.12.2020, 21:02:36] [FHEM] Miaschranklicht has
[10.12.2020, 21:02:36] [FHEM]   FirmwareRevision [D-firmware]
[10.12.2020, 21:02:36] [FHEM]   On [state;on,off]
[10.12.2020, 21:02:36] [FHEM] Miaschranklicht will not send proactive events
[10.12.2020, 21:02:36] [FHEM] Miaschranklicht uses ID: LEQ0477566
  2020-12-10 21:02:36 caching: Miaschranklicht-D-firmware: 2.4
  2020-12-10 21:02:36 caching: Miaschranklicht-state: off
[10.12.2020, 21:02:36] [FHEM] PS4 is outlet
[10.12.2020, 21:02:36] [FHEM] PS4 has
[10.12.2020, 21:02:36] [FHEM]   On [state;on,off]
[10.12.2020, 21:02:36] [FHEM] PS4 will not send proactive events
[10.12.2020, 21:02:36] [FHEM] PS4 uses ID: CUL_HM.2D3A5902
  2020-12-10 21:02:36 caching: PS4-state: unreachable
[10.12.2020, 21:02:36] [FHEM] Rasdose is outlet
[10.12.2020, 21:02:36] [FHEM] Rasdose has
[10.12.2020, 21:02:36] [FHEM]   On [state;on,off]
[10.12.2020, 21:02:36] [FHEM] Rasdose will not send proactive events
[10.12.2020, 21:02:36] [FHEM] Rasdose uses ID: CUL_HM.2A1A3101
  2020-12-10 21:02:36 caching: Rasdose-state: off
[10.12.2020, 21:02:36] [FHEM] Raspcs is outlet
[10.12.2020, 21:02:36] [FHEM] Raspcs has
[10.12.2020, 21:02:36] [FHEM]   On [state;on,off]
[10.12.2020, 21:02:36] [FHEM] Raspcs will not send proactive events
[10.12.2020, 21:02:36] [FHEM] Raspcs uses ID: CUL_HM.36F76101
  2020-12-10 21:02:36 caching: Raspcs-state: off
[10.12.2020, 21:02:36] [FHEM] Tank1 is outlet
[10.12.2020, 21:02:36] [FHEM] Tank1 has
[10.12.2020, 21:02:36] [FHEM]   On [state;on,off]
[10.12.2020, 21:02:36] [FHEM] Tank1 will not send proactive events
[10.12.2020, 21:02:36] [FHEM] Tank1 uses ID: CUL_HM.2D3BBE01
  2020-12-10 21:02:36 caching: Tank1-state: unreachable
[10.12.2020, 21:02:36] [FHEM] Tank2 is outlet
[10.12.2020, 21:02:36] [FHEM] Tank2 has
[10.12.2020, 21:02:36] [FHEM]   On [state;on,off]
[10.12.2020, 21:02:36] [FHEM] Tank2 will not send proactive events
[10.12.2020, 21:02:36] [FHEM] Tank2 uses ID: CUL_HM.275EFB01
  2020-12-10 21:02:36 caching: Tank2-state: off
[10.12.2020, 21:02:36] [FHEM] lx86 is switch
[10.12.2020, 21:02:36] [FHEM] lx86 has
[10.12.2020, 21:02:36] [FHEM]   Custom Volume [volume;cached]
[10.12.2020, 21:02:36] [FHEM]   Mute [mute]
[10.12.2020, 21:02:36] [FHEM]   Custom Power [power]
[10.12.2020, 21:02:36] [FHEM]   On [state;on,off]
[10.12.2020, 21:02:36] [FHEM] lx86 will not send proactive events
[10.12.2020, 21:02:36] [FHEM] lx86 uses ID: 5c93da64-f33f-79aa-4202-2d8f0e10d6b62d80
  2020-12-10 21:02:36 caching: lx86-volume: 42
[10.12.2020, 21:02:36] [FHEM]     caching: Custom Volume: 42 (as number; from '42')
  2020-12-10 21:02:36 caching: lx86-mute: off
  2020-12-10 21:02:36 caching: lx86-power: off
[10.12.2020, 21:02:36] [FHEM] lx86-power not a number: off
  2020-12-10 21:02:36 caching: lx86-state: disconnected
[10.12.2020, 21:02:36] BearerToken '...F9DDC' read from alexa
[10.12.2020, 21:02:36] 39_alexa.pm is new version: true
[10.12.2020, 21:02:36] [FHEM]   executing: http://127.0.0.1:8083/fhem?cmd=%7B%24defs%7Balexa%7D-%3E%7B%22active%22%7D%20%3D%201%3B%3Bundef%7D%3Bset%20alexa%20proxyToken%2076E28DB9F76710EF%3B%7B%24defs%7Balexa%7D-%3E%7B%22active%22%7D%20%3D%200%3B%3Bundef%7D&XHR=1
[10.12.2020, 21:02:36] [FHEM]   executing: http://127.0.0.1:8083/fhem?cmd=%7B%24defs%7Balexa%7D-%3E%7B%22active%22%7D%20%3D%201%3B%3Bundef%7D%3Bset%20alexa%20proxyKey%20260652A-3E0A4E6A165FADF3-76E28DB9F76710EF%3B%7B%24defs%7Balexa%7D-%3E%7B%22active%22%7D%20%3D%200%3B%3Bundef%7D&XHR=1
[10.12.2020, 21:02:36] sshautoconf: completed successfully
[10.12.2020, 21:02:36] *** SSH: proxy configuration set up done
[10.12.2020, 21:02:36] Reading alexaFHEM.ProxyConnection set to starting;; starting SSH
[10.12.2020, 21:02:36] [FHEM]   executing: http://127.0.0.1:8083/fhem?cmd=%7B%24defs%7Balexa%7D-%3E%7B%22active%22%7D%20%3D%201%3B%3Bundef%7D%3Bsetreading%20alexa%20alexaFHEM.ProxyConnection%20starting%3B%3B%20starting%20SSH%3B%7B%24defs%7Balexa%7D-%3E%7B%22active%22%7D%20%3D%200%3B%3Bundef%7D&XHR=1
[10.12.2020, 21:02:36] Starting SSH with -R 1234:127.0.0.1:45777 -oServerAliveInterval=90 -i /opt/fhem/.ssh/id_rsa -p 58824 fhem-va.fhem.de
[10.12.2020, 21:02:36] SSH setup completed with new bearer token
[10.12.2020, 21:02:36] got fresh token
[10.12.2020, 21:02:36] Reading alexaFHEM.ProxyConnection set to running;; SSH connected
[10.12.2020, 21:02:36] [FHEM]   executing: http://127.0.0.1:8083/fhem?cmd=%7B%24defs%7Balexa%7D-%3E%7B%22active%22%7D%20%3D%201%3B%3Bundef%7D%3Bsetreading%20alexa%20alexaFHEM.ProxyConnection%20running%3B%3B%20SSH%20connected%3B%7B%24defs%7Balexa%7D-%3E%7B%22active%22%7D%20%3D%200%3B%3Bundef%7D&XHR=1
[10.12.2020, 21:02:36] *** SSH: proxy connection established
[10.12.2020, 21:02:36] SSH: Welcome at the reverse proxy!  This pseudoshell does not react to any input - do not get irritated. 
  2020-12-10 21:02:37 caching: Licht_Markus_SZ_Bett-state: off
[10.12.2020, 21:02:37] [FHEM]     caching: On: 0 (as number; from 'off')
[10.12.2020, 21:02:38] [FHEM]   executing: http://127.0.0.1:8083/fhem?cmd=%7B%24defs%7Balexa%7D-%3E%7B%22active%22%7D%20%3D%201%3B%3Bundef%7D%3B%7B%20FW_directNotify(%22%23FHEMWEB%3AWEB%22%2C%20%22location.reload('true')%22%2C%20%22%22)%20%7D%3B%7B%24defs%7Balexa%7D-%3E%7B%22active%22%7D%20%3D%200%3B%3Bundef%7D&XHR=1
  2020-12-10 21:02:38 caching: Licht_Markus_SZ_Tisch-state: off
[10.12.2020, 21:02:38] [FHEM]     caching: On: 0 (as number; from 'off')
  2020-12-10 21:02:40 caching: Licht_Milly_SZ_Bett-state: off
[10.12.2020, 21:02:40] [FHEM]     caching: On: 0 (as number; from 'off')
  2020-12-10 21:02:42 caching: Licht_WZ_Ecke-state: on
[10.12.2020, 21:02:42] [FHEM]     caching: On: 1 (as number; from 'on')
  2020-12-10 21:02:43 caching: Licht_WZ_Kugeln-state: off
[10.12.2020, 21:02:43] [FHEM]     caching: On: 0 (as number; from 'off')
  2020-12-10 21:02:44 caching: Licht_WZ_Wand_GR-state: off
[10.12.2020, 21:02:44] [FHEM]     caching: On: 0 (as number; from 'off')
  2020-12-10 21:02:48 caching: Mark_Fenster-motor: stop:down
[10.12.2020, 21:02:48] [FHEM]     caching: PositionState: STOPPED (as string; from 'stop:down')
  2020-12-10 21:02:48 caching: Mark_Fenster-pct: 0
[10.12.2020, 21:02:48] [FHEM]     caching: CurrentPosition: 0 (as string; from '0')
[10.12.2020, 21:02:48] [FHEM]     caching: TargetPosition: 0 (as string; from '0')
  2020-12-10 21:02:49 caching: HZ_SZ_Clima-measured-temp: 22.3
[10.12.2020, 21:02:49] [FHEM]     caching: CurrentTemperature: 22.3 (as number; from '22.3')
  2020-12-10 21:02:51 caching: Mark_Tuer-motor: stop:down
[10.12.2020, 21:02:51] [FHEM]     caching: PositionState: STOPPED (as string; from 'stop:down')
  2020-12-10 21:02:51 caching: Mark_Tuer-pct: 0
[10.12.2020, 21:02:51] [FHEM]     caching: CurrentPosition: 0 (as string; from '0')
[10.12.2020, 21:02:51] [FHEM]     caching: TargetPosition: 0 (as string; from '0')
  2020-12-10 21:02:52 caching: Mia_Fenster-motor: stop:down
[10.12.2020, 21:02:52] [FHEM]     caching: PositionState: STOPPED (as string; from 'stop:down')
  2020-12-10 21:02:52 caching: Mia_Fenster-pct: 0
[10.12.2020, 21:02:52] [FHEM]     caching: CurrentPosition: 0 (as string; from '0')
[10.12.2020, 21:02:52] [FHEM]     caching: TargetPosition: 0 (as string; from '0')
  2020-12-10 21:03:00 caching: Tank1-state: off
[10.12.2020, 21:03:00] [FHEM]     caching: On: 0 (as number; from 'off')
  2020-12-10 21:03:01 caching: AmbiLight_WZ-state: off
[10.12.2020, 21:03:01] [FHEM]     caching: On: 0 (as number; from 'off')
  2020-12-10 21:03:02 caching: Licht_WZ_Wand-state: off
[10.12.2020, 21:03:02] [FHEM]     caching: On: 0 (as number; from 'off')
  2020-12-10 21:03:03 caching: PS4-state: off
[10.12.2020, 21:03:03] [FHEM]     caching: On: 0 (as number; from 'off')
  2020-12-10 21:03:25 caching: HZ_EZ_Clima-measured-temp: 23.5
[10.12.2020, 21:03:25] [FHEM]     caching: CurrentTemperature: 23.5 (as number; from '23.5')
  2020-12-10 21:03:55 caching: HZ_FL_Clima-measured-temp: 23.0
[10.12.2020, 21:03:55] [FHEM]     caching: CurrentTemperature: 23 (as number; from '23.0')
[10.12.2020, 21:04:02] Got SIGTERM, shutting down alexa-fhem...
[10.12.2020, 21:04:02] Reading alexaFHEM.ProxyConnection set to stopping;; alexa-fhem terminating
[10.12.2020, 21:04:02] [FHEM]   executing: http://127.0.0.1:8083/fhem?cmd=%7B%24defs%7Balexa%7D-%3E%7B%22active%22%7D%20%3D%201%3B%3Bundef%7D%3Bsetreading%20alexa%20alexaFHEM.ProxyConnection%20stopping%3B%3B%20alexa-fhem%20terminating%3B%7B%24defs%7Balexa%7D-%3E%7B%22active%22%7D%20%3D%200%3B%3Bundef%7D&XHR=1
[10.12.2020, 21:04:02] Stopping SSH ...
[10.12.2020, 21:04:02] Got SIGTERM, shutting down alexa-fhem...
[10.12.2020, 21:04:02] Reading alexaFHEM.ProxyConnection set to stopping;; alexa-fhem terminating
[10.12.2020, 21:04:02] [FHEM]   executing: http://127.0.0.1:8083/fhem?cmd=%7B%24defs%7Balexa%7D-%3E%7B%22active%22%7D%20%3D%201%3B%3Bundef%7D%3Bsetreading%20alexa%20alexaFHEM.ProxyConnection%20stopping%3B%3B%20alexa-fhem%20terminating%3B%7B%24defs%7Balexa%7D-%3E%7B%22active%22%7D%20%3D%200%3B%3Bundef%7D&XHR=1
[10.12.2020, 21:04:02] Stopping SSH ...
[10.12.2020, 21:04:02] Reading alexaFHEM.ProxyConnection set to stopped
[10.12.2020, 21:04:02] [FHEM]   executing: http://127.0.0.1:8083/fhem?cmd=%7B%24defs%7Balexa%7D-%3E%7B%22active%22%7D%20%3D%201%3B%3Bundef%7D%3Bsetreading%20alexa%20alexaFHEM.ProxyConnection%20stopped%3B%7B%24defs%7Balexa%7D-%3E%7B%22active%22%7D%20%3D%200%3B%3Bundef%7D&XHR=1
[10.12.2020, 21:04:02] *** SSH: exited with 0
[10.12.2020, 21:04:08] using config from ./alexa-fhem.cfg
*** CONFIG: parsed completely
[10.12.2020, 21:04:08] os.homedir()=/opt/fhem
[10.12.2020, 21:04:08] this is alexa-fhem 0.5.57
[10.12.2020, 21:04:08] connecting to FHEM ...
[10.12.2020, 21:04:08] [FHEM] defaults to: will not send proactive events
[10.12.2020, 21:04:08] [FHEM] trying longpoll to listen for fhem events
[10.12.2020, 21:04:08] [FHEM] starting longpoll: http://127.0.0.1:8083/fhem?XHR=1&inform=type=status;addglobal=1;filter=.*;since=null;fmt=JSON&timestamp=1607630648236
[10.12.2020, 21:04:08] [FHEM] got csrfToken:
[10.12.2020, 21:04:08] [FHEM] Checking devices and attributes...
[10.12.2020, 21:04:08] [FHEM]   executing: http://127.0.0.1:8083/fhem?cmd=%7BAttrVal(%22global%22%2C%22userattr%22%2C%22%22)%7D&XHR=1
[10.12.2020, 21:04:08] [FHEM]   executing: http://127.0.0.1:8083/fhem?cmd=jsonlist2%20TYPE%3Dalexa&XHR=1
[10.12.2020, 21:04:08] [FHEM] waiting for events ...
[10.12.2020, 21:04:08] [FHEM] Fetching FHEM devices...
[10.12.2020, 21:04:08] [FHEM] fetching: http://127.0.0.1:8083/fhem?cmd=jsonlist2%20alexaName=..*&XHR=1
[10.12.2020, 21:04:08] [FHEM] alexa device is alexa
[10.12.2020, 21:04:08] [FHEM] alexa will not send proactive events
[10.12.2020, 21:04:08] [FHEM] alexa uses ID: 5f6e3f9f-f33f-79aa-864a-87d08d6827226e06
[10.12.2020, 21:04:08] [FHEM]   executing: http://127.0.0.1:8083/fhem?cmd=%7B%24defs%7Balexa%7D-%3E%7B%22active%22%7D%20%3D%201%3B%3Bundef%7D%3B%7B%24defs%7Balexa%7D-%3E%7B%22alexa-fhem%20version%22%7D%20%3D%20%220.5.57%22%7D%3B%7B%24defs%7Balexa%7D-%3E%7B%22active%22%7D%20%3D%200%3B%3Bundef%7D&XHR=1
[10.12.2020, 21:04:08] [FHEM]   executing: http://127.0.0.1:8083/fhem?cmd=%7B%24defs%7Balexa%7D-%3E%7B%22active%22%7D%20%3D%201%3B%3Bundef%7D%3Bget%20alexa%20proxyToken%3B%7B%24defs%7Balexa%7D-%3E%7B%22active%22%7D%20%3D%200%3B%3Bundef%7D&XHR=1
[10.12.2020, 21:04:08] [FHEM]   executing: http://127.0.0.1:8083/fhem?cmd=%7B%24defs%7Balexa%7D-%3E%7B%22active%22%7D%20%3D%201%3B%3Bundef%7D%3Blist%20alexa%20.eventToken%3B%7B%24defs%7Balexa%7D-%3E%7B%22active%22%7D%20%3D%200%3B%3Bundef%7D&XHR=1
[10.12.2020, 21:04:08] Server listening on: http://127.0.0.1:33743 for proxy connections
[10.12.2020, 21:04:08] *** SSH: checking proxy configuration
[10.12.2020, 21:04:08] sshautoconf: home=/opt/fhem, spath=/opt/fhem/.alexa, cpath=./alexa-fhem.cfg, sshpath=/opt/fhem/.ssh
[10.12.2020, 21:04:08] Passed config: {"sshproxy":{"ssh":"/usr/bin/ssh","description":"FHEM Connector","options":["-i","/opt/fhem/.ssh/id_rsa","-p",58824,"fhem-va.fhem.de"],"bind-ip":"127.0.0.1","port":33743},"connections":[{"uid":999,"server":"127.0.0.1","name":"FHEM","filter":"alexaName=..*","webname":"fhem","port":"8083"}]}
[10.12.2020, 21:04:08] sshautoconf: SSH key seems to exist
[10.12.2020, 21:04:08] sshautoconf: Our SSH key is known at the reverse proxy, good!
[10.12.2020, 21:04:08] [FHEM]   executing: http://127.0.0.1:8083/fhem?cmd=%7B%24defs%7Balexa%7D-%3E%7B%22active%22%7D%20%3D%201%3B%3Bundef%7D%3Bjsonlist2%20alexa%3B%7B%24defs%7Balexa%7D-%3E%7B%22active%22%7D%20%3D%200%3B%3Bundef%7D&XHR=1
*** FHEM: connected
[10.12.2020, 21:04:08] [FHEM] got: 38 results
[10.12.2020, 21:04:08] [FHEM] AmbiLight_SZ is switch
[10.12.2020, 21:04:08] [FHEM] AmbiLight_SZ has
[10.12.2020, 21:04:08] [FHEM]   On [state;on,off]
[10.12.2020, 21:04:08] [FHEM] AmbiLight_SZ will not send proactive events
[10.12.2020, 21:04:08] [FHEM] AmbiLight_SZ uses ID: CUL_HM.2A1A3102
  2020-12-10 21:04:08 caching: AmbiLight_SZ-state: off
[10.12.2020, 21:04:08] [FHEM] AmbiLight_WZ is switch
[10.12.2020, 21:04:08] [FHEM] AmbiLight_WZ has
[10.12.2020, 21:04:08] [FHEM]   On [state;on,off]
[10.12.2020, 21:04:08] [FHEM] AmbiLight_WZ will not send proactive events
[10.12.2020, 21:04:08] [FHEM] AmbiLight_WZ uses ID: CUL_HM.2D3BBE02
  2020-12-10 21:04:08 caching: AmbiLight_WZ-state: off
[10.12.2020, 21:04:08] [FHEM] FireTV_WZ is outlet
[10.12.2020, 21:04:08] [FHEM] FireTV_WZ has
[10.12.2020, 21:04:08] [FHEM]   On [state;on,off]
[10.12.2020, 21:04:08] [FHEM] FireTV_WZ will not send proactive events
[10.12.2020, 21:04:08] [FHEM] FireTV_WZ uses ID: CUL_HM.36F76102
  2020-12-10 21:04:08 caching: FireTV_WZ-state: off
[10.12.2020, 21:04:08] [FHEM] HZ_BD_Clima is thermostat
[10.12.2020, 21:04:08] [FHEM] HZ_BD_Clima has
[10.12.2020, 21:04:08] [FHEM]   TargetTemperature [desired-temp]
[10.12.2020, 21:04:08] [FHEM]   Custom Actuation [ValvePosition]
[10.12.2020, 21:04:08] [FHEM]   CurrentTemperature [measured-temp]
[10.12.2020, 21:04:08] [FHEM]   CurrentHeatingCoolingState [undefined]
[10.12.2020, 21:04:08] [FHEM] HZ_BD_Clima will not send proactive events
[10.12.2020, 21:04:08] [FHEM] HZ_BD_Clima uses ID: CUL_HM.313D5604
  2020-12-10 21:04:08 caching: HZ_BD_Clima-desired-temp: 18.5
  2020-12-10 21:04:08 caching: HZ_BD_Clima-ValvePosition: 0
[10.12.2020, 21:04:08] [FHEM]     caching: Custom Actuation: 0 (as number; from '0')
  2020-12-10 21:04:08 caching: HZ_BD_Clima-measured-temp: 21.8
[10.12.2020, 21:04:08] [FHEM] HZ_EZ_Clima is thermostat
[10.12.2020, 21:04:08] [FHEM] HZ_EZ_Clima has
[10.12.2020, 21:04:08] [FHEM]   TargetTemperature [desired-temp]
[10.12.2020, 21:04:08] [FHEM]   Custom Actuation [ValvePosition]
[10.12.2020, 21:04:08] [FHEM]   CurrentTemperature [measured-temp]
[10.12.2020, 21:04:08] [FHEM]   CurrentHeatingCoolingState [undefined]
[10.12.2020, 21:04:08] [FHEM] HZ_EZ_Clima will not send proactive events
[10.12.2020, 21:04:08] [FHEM] HZ_EZ_Clima uses ID: CUL_HM.2C8CFB04
  2020-12-10 21:04:08 caching: HZ_EZ_Clima-desired-temp: 21.0
  2020-12-10 21:04:08 caching: HZ_EZ_Clima-ValvePosition: 0
[10.12.2020, 21:04:08] [FHEM]     caching: Custom Actuation: 0 (as number; from '0')
  2020-12-10 21:04:08 caching: HZ_EZ_Clima-measured-temp: 23.5
[10.12.2020, 21:04:08] [FHEM] HZ_FL_Clima is thermostat
[10.12.2020, 21:04:08] [FHEM] HZ_FL_Clima has
[10.12.2020, 21:04:08] [FHEM]   TargetTemperature [desired-temp]
[10.12.2020, 21:04:08] [FHEM]   Custom Actuation [ValvePosition]
[10.12.2020, 21:04:08] [FHEM]   CurrentTemperature [measured-temp]
[10.12.2020, 21:04:08] [FHEM]   CurrentHeatingCoolingState [undefined]
[10.12.2020, 21:04:08] [FHEM] HZ_FL_Clima will not send proactive events
[10.12.2020, 21:04:08] [FHEM] HZ_FL_Clima uses ID: CUL_HM.313EDE04
  2020-12-10 21:04:08 caching: HZ_FL_Clima-desired-temp: 21.0
  2020-12-10 21:04:08 caching: HZ_FL_Clima-ValvePosition: 1
[10.12.2020, 21:04:08] [FHEM]     caching: Custom Actuation: 1 (as number; from '1')
  2020-12-10 21:04:08 caching: HZ_FL_Clima-measured-temp: 23.0
[10.12.2020, 21:04:08] [FHEM] HZ_KZ_Clima is thermostat
[10.12.2020, 21:04:08] [FHEM] HZ_KZ_Clima has
[10.12.2020, 21:04:08] [FHEM]   TargetTemperature [desired-temp]
[10.12.2020, 21:04:08] [FHEM]   Custom Actuation [ValvePosition]
[10.12.2020, 21:04:08] [FHEM]   CurrentTemperature [measured-temp]
[10.12.2020, 21:04:08] [FHEM]   CurrentHeatingCoolingState [undefined]
[10.12.2020, 21:04:08] [FHEM] HZ_KZ_Clima will not send proactive events
[10.12.2020, 21:04:08] [FHEM] HZ_KZ_Clima uses ID: CUL_HM.2E2E1E04
  2020-12-10 21:04:08 caching: HZ_KZ_Clima-desired-temp: 20.0
  2020-12-10 21:04:08 caching: HZ_KZ_Clima-ValvePosition: 0
[10.12.2020, 21:04:08] [FHEM]     caching: Custom Actuation: 0 (as number; from '0')
  2020-12-10 21:04:08 caching: HZ_KZ_Clima-measured-temp: 21.8
[10.12.2020, 21:04:08] [FHEM] HZ_SZ_Clima is thermostat
[10.12.2020, 21:04:08] [FHEM] HZ_SZ_Clima has
[10.12.2020, 21:04:08] [FHEM]   TargetTemperature [desired-temp]
[10.12.2020, 21:04:08] [FHEM]   Custom Actuation [ValvePosition]
[10.12.2020, 21:04:08] [FHEM]   CurrentTemperature [measured-temp]
[10.12.2020, 21:04:08] [FHEM]   CurrentHeatingCoolingState [undefined]
[10.12.2020, 21:04:08] [FHEM] HZ_SZ_Clima will not send proactive events
[10.12.2020, 21:04:08] [FHEM] HZ_SZ_Clima uses ID: CUL_HM.313D4904
  2020-12-10 21:04:08 caching: HZ_SZ_Clima-desired-temp: 19.0
  2020-12-10 21:04:08 caching: HZ_SZ_Clima-ValvePosition: 0
[10.12.2020, 21:04:08] [FHEM]     caching: Custom Actuation: 0 (as number; from '0')
  2020-12-10 21:04:08 caching: HZ_SZ_Clima-measured-temp: 22.3
[10.12.2020, 21:04:08] [FHEM] HZ_WZ_Clima is thermostat
[10.12.2020, 21:04:08] [FHEM] HZ_WZ_Clima has
[10.12.2020, 21:04:08] [FHEM]   TargetTemperature [desired-temp]
[10.12.2020, 21:04:08] [FHEM]   Custom Actuation [ValvePosition]
[10.12.2020, 21:04:08] [FHEM]   CurrentTemperature [measured-temp]
[10.12.2020, 21:04:08] [FHEM]   CurrentHeatingCoolingState [undefined]
[10.12.2020, 21:04:08] [FHEM] HZ_WZ_Clima will not send proactive events
[10.12.2020, 21:04:08] [FHEM] HZ_WZ_Clima uses ID: CUL_HM.2D9B5E04
  2020-12-10 21:04:08 caching: HZ_WZ_Clima-desired-temp: 21.0
  2020-12-10 21:04:08 caching: HZ_WZ_Clima-ValvePosition: 14
[10.12.2020, 21:04:08] [FHEM]     caching: Custom Actuation: 14 (as number; from '14')
  2020-12-10 21:04:08 caching: HZ_WZ_Clima-measured-temp: 23.0
[10.12.2020, 21:04:08] [FHEM] Kleineslicht is switch
[10.12.2020, 21:04:08] [FHEM] Kleineslicht has
[10.12.2020, 21:04:08] [FHEM]   FirmwareRevision [D-firmware]
[10.12.2020, 21:04:08] [FHEM]   On [state;on,off]
[10.12.2020, 21:04:08] [FHEM] Kleineslicht will not send proactive events
[10.12.2020, 21:04:08] [FHEM] Kleineslicht uses ID: LEQ0477385
  2020-12-10 21:04:08 caching: Kleineslicht-D-firmware: 2.4
  2020-12-10 21:04:08 caching: Kleineslicht-state: on
[10.12.2020, 21:04:08] [FHEM] Licht_Flur is light
[10.12.2020, 21:04:08] [FHEM] Licht_Flur has
[10.12.2020, 21:04:08] [FHEM]   FirmwareRevision [D-firmware]
[10.12.2020, 21:04:08] [FHEM]   On [state;on,off]
[10.12.2020, 21:04:08] [FHEM] Licht_Flur will not send proactive events
[10.12.2020, 21:04:08] [FHEM] Licht_Flur uses ID: LEQ0546723
  2020-12-10 21:04:08 caching: Licht_Flur-D-firmware: 1.12
  2020-12-10 21:04:08 caching: Licht_Flur-state: off
[10.12.2020, 21:04:08] [FHEM] Licht_Kueche_GR is light
[10.12.2020, 21:04:08] [FHEM] Licht_Kueche_GR has
[10.12.2020, 21:04:08] [FHEM]   On [state;on,off]
[10.12.2020, 21:04:08] [FHEM] Licht_Kueche_GR will not send proactive events
[10.12.2020, 21:04:08] [FHEM] Licht_Kueche_GR uses ID: CUL_HM.2D3BE101
  2020-12-10 21:04:08 caching: Licht_Kueche_GR-state: off
[10.12.2020, 21:04:08] [FHEM] Licht_Kueche_KL is light
[10.12.2020, 21:04:08] [FHEM] Licht_Kueche_KL has
[10.12.2020, 21:04:08] [FHEM]   On [state;on,off]
[10.12.2020, 21:04:08] [FHEM] Licht_Kueche_KL will not send proactive events
[10.12.2020, 21:04:08] [FHEM] Licht_Kueche_KL uses ID: CUL_HM.2D3BE102
  2020-12-10 21:04:08 caching: Licht_Kueche_KL-state: off
[10.12.2020, 21:04:08] [FHEM] Licht_Markus_SZ_Bett is light
[10.12.2020, 21:04:08] [FHEM] Licht_Markus_SZ_Bett has
[10.12.2020, 21:04:08] [FHEM]   On [state;on,off]
[10.12.2020, 21:04:08] [FHEM] Licht_Markus_SZ_Bett will not send proactive events
[10.12.2020, 21:04:08] [FHEM] Licht_Markus_SZ_Bett uses ID: CUL_HM.289E3901
  2020-12-10 21:04:08 caching: Licht_Markus_SZ_Bett-state: off
[10.12.2020, 21:04:08] [FHEM] Licht_Markus_SZ_Tisch is light
[10.12.2020, 21:04:08] [FHEM] Licht_Markus_SZ_Tisch has
[10.12.2020, 21:04:08] [FHEM]   On [state;on,off]
[10.12.2020, 21:04:08] [FHEM] Licht_Markus_SZ_Tisch will not send proactive events
[10.12.2020, 21:04:08] [FHEM] Licht_Markus_SZ_Tisch uses ID: CUL_HM.289E3902
  2020-12-10 21:04:08 caching: Licht_Markus_SZ_Tisch-state: off
[10.12.2020, 21:04:08] [FHEM] Licht_Milly_SZ_Bett is light
[10.12.2020, 21:04:08] [FHEM] Licht_Milly_SZ_Bett has
[10.12.2020, 21:04:08] [FHEM]   On [state;on,off]
[10.12.2020, 21:04:08] [FHEM] Licht_Milly_SZ_Bett will not send proactive events
[10.12.2020, 21:04:08] [FHEM] Licht_Milly_SZ_Bett uses ID: CUL_HM.289DCC02
  2020-12-10 21:04:08 caching: Licht_Milly_SZ_Bett-state: off
[10.12.2020, 21:04:08] [FHEM] Licht_SZ_TV is switch
[10.12.2020, 21:04:08] [FHEM] Licht_SZ_TV has
[10.12.2020, 21:04:08] [FHEM]   On [state;on,off]
[10.12.2020, 21:04:08] [FHEM] Licht_SZ_TV will not send proactive events
[10.12.2020, 21:04:08] [FHEM] Licht_SZ_TV uses ID: CUL_HM.275EFB02
  2020-12-10 21:04:08 caching: Licht_SZ_TV-state: off
[10.12.2020, 21:04:08] [FHEM] Licht_Schlafzimmer is light
[10.12.2020, 21:04:08] [FHEM] Licht_Schlafzimmer has
[10.12.2020, 21:04:08] [FHEM]   On [pct;on,off]
[10.12.2020, 21:04:08] [FHEM]   Brightness [pct]
[10.12.2020, 21:04:08] [FHEM]   FirmwareRevision [D-firmware]
[10.12.2020, 21:04:08] [FHEM] Licht_Schlafzimmer will not send proactive events
[10.12.2020, 21:04:08] [FHEM] Licht_Schlafzimmer uses ID: HEQ0359014
  2020-12-10 21:04:08 caching: Licht_Schlafzimmer-pct: 0
  2020-12-10 21:04:08 caching: Licht_Schlafzimmer-D-firmware: 1.2
[10.12.2020, 21:04:08] [FHEM] Licht_WZ_Ecke is light
[10.12.2020, 21:04:08] [FHEM] Licht_WZ_Ecke has
[10.12.2020, 21:04:08] [FHEM]   FirmwareRevision [D-firmware]
[10.12.2020, 21:04:08] [FHEM]   On [state;on,off]
[10.12.2020, 21:04:08] [FHEM] Licht_WZ_Ecke will not send proactive events
[10.12.2020, 21:04:08] [FHEM] Licht_WZ_Ecke uses ID: KEQ0801367
  2020-12-10 21:04:08 caching: Licht_WZ_Ecke-D-firmware: 1.12
  2020-12-10 21:04:08 caching: Licht_WZ_Ecke-state: on
[10.12.2020, 21:04:08] [FHEM] Licht_WZ_Kugeln is light
[10.12.2020, 21:04:08] [FHEM] Licht_WZ_Kugeln has
[10.12.2020, 21:04:08] [FHEM]   FirmwareRevision [D-firmware]
[10.12.2020, 21:04:08] [FHEM]   On [state;on,off]
[10.12.2020, 21:04:08] [FHEM] Licht_WZ_Kugeln will not send proactive events
[10.12.2020, 21:04:08] [FHEM] Licht_WZ_Kugeln uses ID: LEQ0480740
  2020-12-10 21:04:08 caching: Licht_WZ_Kugeln-D-firmware: 2.4
  2020-12-10 21:04:08 caching: Licht_WZ_Kugeln-state: off
[10.12.2020, 21:04:08] [FHEM] Licht_WZ_Wand is light
[10.12.2020, 21:04:08] [FHEM] Licht_WZ_Wand has
[10.12.2020, 21:04:08] [FHEM]   On [state;on,off]
[10.12.2020, 21:04:08] [FHEM] Licht_WZ_Wand will not send proactive events
[10.12.2020, 21:04:08] [FHEM] Licht_WZ_Wand uses ID: CUL_HM.2D3A5901
  2020-12-10 21:04:08 caching: Licht_WZ_Wand-state: off
[10.12.2020, 21:04:08] [FHEM] Licht_WZ_Wand_GR is light
[10.12.2020, 21:04:08] [FHEM] Licht_WZ_Wand_GR has
[10.12.2020, 21:04:08] [FHEM]   FirmwareRevision [D-firmware]
[10.12.2020, 21:04:08] [FHEM]   On [state;on,off]
[10.12.2020, 21:04:08] [FHEM] Licht_WZ_Wand_GR will not send proactive events
[10.12.2020, 21:04:08] [FHEM] Licht_WZ_Wand_GR uses ID: LEQ0748649
  2020-12-10 21:04:08 caching: Licht_WZ_Wand_GR-D-firmware: 2.5
  2020-12-10 21:04:08 caching: Licht_WZ_Wand_GR-state: off
[10.12.2020, 21:04:08] [FHEM] Licht_Wohnzimmer is light
[10.12.2020, 21:04:08] [FHEM] Licht_Wohnzimmer has
[10.12.2020, 21:04:08] [FHEM]   FirmwareRevision [D-firmware]
[10.12.2020, 21:04:08] [FHEM]   On [state;on,off]
[10.12.2020, 21:04:08] [FHEM] Licht_Wohnzimmer will not send proactive events
[10.12.2020, 21:04:08] [FHEM] Licht_Wohnzimmer uses ID: LEQ0546454
  2020-12-10 21:04:08 caching: Licht_Wohnzimmer-D-firmware: 1.12
  2020-12-10 21:04:08 caching: Licht_Wohnzimmer-state: on
[10.12.2020, 21:04:08] [FHEM] Lichter_Alle is switch
[10.12.2020, 21:04:08] [FHEM] Lichter_Alle has
[10.12.2020, 21:04:08] [FHEM]   On [state;on,off]
[10.12.2020, 21:04:08] [FHEM] Lichter_Alle will not send proactive events
[10.12.2020, 21:04:08] [FHEM] Lichter_Alle uses ID: 5c93da68-f33f-79aa-93b6-5682c2e8cc9eaa2c
  2020-12-10 21:04:08 caching: Lichter_Alle-state: off
[10.12.2020, 21:04:08] [FHEM] Mark_Fenster is blind
[10.12.2020, 21:04:08] [FHEM] Mark_Fenster has
[10.12.2020, 21:04:08] [FHEM]   PositionState [motor]
[10.12.2020, 21:04:08] [FHEM]   FirmwareRevision [D-firmware]
[10.12.2020, 21:04:08] [FHEM]   CurrentPosition [pct]
[10.12.2020, 21:04:08] [FHEM]   TargetPosition [pct]
[10.12.2020, 21:04:08] [FHEM] Mark_Fenster will not send proactive events
[10.12.2020, 21:04:08] [FHEM] Mark_Fenster uses ID: LEQ0413670
  2020-12-10 21:04:08 caching: Mark_Fenster-motor: stop:off
  2020-12-10 21:04:08 caching: Mark_Fenster-D-firmware: 2.3
  2020-12-10 21:04:08 caching: Mark_Fenster-pct: 0
[10.12.2020, 21:04:08] [FHEM] Mark_Kleines_Licht is light
[10.12.2020, 21:04:08] [FHEM] Mark_Kleines_Licht has
[10.12.2020, 21:04:08] [FHEM]   FirmwareRevision [D-firmware]
[10.12.2020, 21:04:08] [FHEM]   On [state;on,off]
[10.12.2020, 21:04:08] [FHEM] Mark_Kleines_Licht will not send proactive events
[10.12.2020, 21:04:08] [FHEM] Mark_Kleines_Licht uses ID: LEQ0481703
  2020-12-10 21:04:08 caching: Mark_Kleines_Licht-D-firmware: 2.4
  2020-12-10 21:04:08 caching: Mark_Kleines_Licht-state: off
[10.12.2020, 21:04:08] [FHEM] Mark_Licht is light
[10.12.2020, 21:04:08] [FHEM] Mark_Licht has
[10.12.2020, 21:04:08] [FHEM]   FirmwareRevision [D-firmware]
[10.12.2020, 21:04:08] [FHEM]   On [state;on,off]
[10.12.2020, 21:04:08] [FHEM] Mark_Licht will not send proactive events
[10.12.2020, 21:04:08] [FHEM] Mark_Licht uses ID: LEQ0762403
  2020-12-10 21:04:08 caching: Mark_Licht-D-firmware: 2.3
  2020-12-10 21:04:08 caching: Mark_Licht-state: off
[10.12.2020, 21:04:08] [FHEM] Mark_Tuer is blind
[10.12.2020, 21:04:08] [FHEM] Mark_Tuer has
[10.12.2020, 21:04:08] [FHEM]   PositionState [motor]
[10.12.2020, 21:04:08] [FHEM]   FirmwareRevision [D-firmware]
[10.12.2020, 21:04:08] [FHEM]   CurrentPosition [pct]
[10.12.2020, 21:04:08] [FHEM]   TargetPosition [pct]
[10.12.2020, 21:04:08] [FHEM] Mark_Tuer will not send proactive events
[10.12.2020, 21:04:08] [FHEM] Mark_Tuer uses ID: LEQ0413771
  2020-12-10 21:04:08 caching: Mark_Tuer-motor: stop:off
  2020-12-10 21:04:08 caching: Mark_Tuer-D-firmware: 2.3
  2020-12-10 21:04:08 caching: Mark_Tuer-pct: 0
[10.12.2020, 21:04:08] [FHEM] Mia_Fenster is blind
[10.12.2020, 21:04:08] [FHEM] Mia_Fenster has
[10.12.2020, 21:04:08] [FHEM]   PositionState [motor]
[10.12.2020, 21:04:08] [FHEM]   FirmwareRevision [D-firmware]
[10.12.2020, 21:04:08] [FHEM]   CurrentPosition [pct]
[10.12.2020, 21:04:08] [FHEM]   TargetPosition [pct]
[10.12.2020, 21:04:08] [FHEM] Mia_Fenster will not send proactive events
[10.12.2020, 21:04:08] [FHEM] Mia_Fenster uses ID: MEQ1730308
  2020-12-10 21:04:08 caching: Mia_Fenster-motor: stop:off
  2020-12-10 21:04:08 caching: Mia_Fenster-D-firmware: 2.8
  2020-12-10 21:04:08 caching: Mia_Fenster-pct: 0
[10.12.2020, 21:04:08] [FHEM] Mia_Licht is light
[10.12.2020, 21:04:08] [FHEM] Mia_Licht has
[10.12.2020, 21:04:08] [FHEM]   On [pct;on,off]
[10.12.2020, 21:04:08] [FHEM]   Brightness [pct]
[10.12.2020, 21:04:08] [FHEM]   FirmwareRevision [D-firmware]
[10.12.2020, 21:04:08] [FHEM] Mia_Licht will not send proactive events
[10.12.2020, 21:04:08] [FHEM] Mia_Licht uses ID: LEQ0990625
  2020-12-10 21:04:08 caching: Mia_Licht-pct: 0
  2020-12-10 21:04:08 caching: Mia_Licht-D-firmware: 2.6
[10.12.2020, 21:04:08] [FHEM] Miabett is switch
[10.12.2020, 21:04:08] [FHEM] Miabett has
[10.12.2020, 21:04:08] [FHEM]   FirmwareRevision [D-firmware]
[10.12.2020, 21:04:08] [FHEM]   On [state;on,off]
[10.12.2020, 21:04:08] [FHEM] Miabett will not send proactive events
[10.12.2020, 21:04:08] [FHEM] Miabett uses ID: LEQ0145635
  2020-12-10 21:04:08 caching: Miabett-D-firmware: 2.4
  2020-12-10 21:04:08 caching: Miabett-state: off
[10.12.2020, 21:04:08] [FHEM] Miaschranklicht is light
[10.12.2020, 21:04:08] [FHEM] Miaschranklicht has
[10.12.2020, 21:04:08] [FHEM]   FirmwareRevision [D-firmware]
[10.12.2020, 21:04:08] [FHEM]   On [state;on,off]
[10.12.2020, 21:04:08] [FHEM] Miaschranklicht will not send proactive events
[10.12.2020, 21:04:08] [FHEM] Miaschranklicht uses ID: LEQ0477566
  2020-12-10 21:04:08 caching: Miaschranklicht-D-firmware: 2.4
  2020-12-10 21:04:08 caching: Miaschranklicht-state: off
[10.12.2020, 21:04:08] [FHEM] PS4 is outlet
[10.12.2020, 21:04:08] [FHEM] PS4 has
[10.12.2020, 21:04:08] [FHEM]   On [state;on,off]
[10.12.2020, 21:04:08] [FHEM] PS4 will not send proactive events
[10.12.2020, 21:04:08] [FHEM] PS4 uses ID: CUL_HM.2D3A5902
  2020-12-10 21:04:08 caching: PS4-state: off
[10.12.2020, 21:04:08] [FHEM] Rasdose is outlet
[10.12.2020, 21:04:08] [FHEM] Rasdose has
[10.12.2020, 21:04:08] [FHEM]   On [state;on,off]
[10.12.2020, 21:04:08] [FHEM] Rasdose will not send proactive events
[10.12.2020, 21:04:08] [FHEM] Rasdose uses ID: CUL_HM.2A1A3101
  2020-12-10 21:04:08 caching: Rasdose-state: off
[10.12.2020, 21:04:08] [FHEM] Raspcs is outlet
[10.12.2020, 21:04:08] [FHEM] Raspcs has
[10.12.2020, 21:04:08] [FHEM]   On [state;on,off]
[10.12.2020, 21:04:08] [FHEM] Raspcs will not send proactive events
[10.12.2020, 21:04:08] [FHEM] Raspcs uses ID: CUL_HM.36F76101
  2020-12-10 21:04:08 caching: Raspcs-state: off
[10.12.2020, 21:04:08] [FHEM] Tank1 is outlet
[10.12.2020, 21:04:08] [FHEM] Tank1 has
[10.12.2020, 21:04:08] [FHEM]   On [state;on,off]
[10.12.2020, 21:04:08] [FHEM] Tank1 will not send proactive events
[10.12.2020, 21:04:08] [FHEM] Tank1 uses ID: CUL_HM.2D3BBE01
  2020-12-10 21:04:08 caching: Tank1-state: off
[10.12.2020, 21:04:08] [FHEM] Tank2 is outlet
[10.12.2020, 21:04:08] [FHEM] Tank2 has
[10.12.2020, 21:04:08] [FHEM]   On [state;on,off]
[10.12.2020, 21:04:08] [FHEM] Tank2 will not send proactive events
[10.12.2020, 21:04:08] [FHEM] Tank2 uses ID: CUL_HM.275EFB01
  2020-12-10 21:04:08 caching: Tank2-state: off
[10.12.2020, 21:04:08] [FHEM] lx86 is switch
[10.12.2020, 21:04:08] [FHEM] lx86 has
[10.12.2020, 21:04:08] [FHEM]   Custom Volume [volume;cached]
[10.12.2020, 21:04:08] [FHEM]   Mute [mute]
[10.12.2020, 21:04:08] [FHEM]   Custom Power [power]
[10.12.2020, 21:04:08] [FHEM]   On [state;on,off]
[10.12.2020, 21:04:08] [FHEM] lx86 will not send proactive events
[10.12.2020, 21:04:08] [FHEM] lx86 uses ID: 5c93da64-f33f-79aa-4202-2d8f0e10d6b62d80
  2020-12-10 21:04:08 caching: lx86-volume: 42
[10.12.2020, 21:04:08] [FHEM]     caching: Custom Volume: 42 (as number; from '42')
  2020-12-10 21:04:08 caching: lx86-mute: off
  2020-12-10 21:04:08 caching: lx86-power: off
[10.12.2020, 21:04:08] [FHEM] lx86-power not a number: off
  2020-12-10 21:04:08 caching: lx86-state: disconnected
[10.12.2020, 21:04:08] BearerToken '...710EF' read from alexa
[10.12.2020, 21:04:08] [FHEM] got .eventToken
[10.12.2020, 21:04:08] refreshing token
[10.12.2020, 21:04:08] 39_alexa.pm is new version: true
[10.12.2020, 21:04:08] sshautoconf: completed successfully
[10.12.2020, 21:04:08] *** SSH: proxy configuration set up done
[10.12.2020, 21:04:08] Reading alexaFHEM.ProxyConnection set to starting;; starting SSH
[10.12.2020, 21:04:08] [FHEM]   executing: http://127.0.0.1:8083/fhem?cmd=%7B%24defs%7Balexa%7D-%3E%7B%22active%22%7D%20%3D%201%3B%3Bundef%7D%3Bsetreading%20alexa%20alexaFHEM.ProxyConnection%20starting%3B%3B%20starting%20SSH%3B%7B%24defs%7Balexa%7D-%3E%7B%22active%22%7D%20%3D%200%3B%3Bundef%7D&XHR=1
[10.12.2020, 21:04:08] Starting SSH with -R 1234:127.0.0.1:33743 -oServerAliveInterval=90 -i /opt/fhem/.ssh/id_rsa -p 58824 fhem-va.fhem.de
[10.12.2020, 21:04:09] got fresh token
[10.12.2020, 21:04:09] Reading alexaFHEM.ProxyConnection set to running;; SSH connected
[10.12.2020, 21:04:09] [FHEM]   executing: http://127.0.0.1:8083/fhem?cmd=%7B%24defs%7Balexa%7D-%3E%7B%22active%22%7D%20%3D%201%3B%3Bundef%7D%3Bsetreading%20alexa%20alexaFHEM.ProxyConnection%20running%3B%3B%20SSH%20connected%3B%7B%24defs%7Balexa%7D-%3E%7B%22active%22%7D%20%3D%200%3B%3Bundef%7D&XHR=1
[10.12.2020, 21:04:09] *** SSH: proxy connection established
[10.12.2020, 21:04:09] SSH: Welcome at the reverse proxy!  This pseudoshell does not react to any input - do not get irritated. 
  2020-12-10 21:04:12 caching: HZ_WZ_Clima-measured-temp: 23.2
[10.12.2020, 21:04:12] [FHEM]     caching: CurrentTemperature: 23.2 (as number; from '23.2')
  2020-12-10 21:04:21 caching: Mark_Fenster-motor: stop:down
[10.12.2020, 21:04:21] [FHEM]     caching: PositionState: STOPPED (as string; from 'stop:down')
  2020-12-10 21:04:24 caching: Mark_Tuer-motor: stop:down
[10.12.2020, 21:04:24] [FHEM]     caching: PositionState: STOPPED (as string; from 'stop:down')
  2020-12-10 21:04:25 caching: Mia_Fenster-motor: stop:down
[10.12.2020, 21:04:25] [FHEM]     caching: PositionState: STOPPED (as string; from 'stop:down')
  2020-12-10 21:05:25 caching: HZ_SZ_Clima-measured-temp: 22.2
[10.12.2020, 21:05:25] [FHEM]     caching: CurrentTemperature: 22.2 (as number; from '22.2')
[10.12.2020, 21:05:36] Got SIGTERM, shutting down alexa-fhem...
[10.12.2020, 21:05:36] Reading alexaFHEM.ProxyConnection set to stopping;; alexa-fhem terminating
[10.12.2020, 21:05:36] [FHEM]   executing: http://127.0.0.1:8083/fhem?cmd=%7B%24defs%7Balexa%7D-%3E%7B%22active%22%7D%20%3D%201%3B%3Bundef%7D%3Bsetreading%20alexa%20alexaFHEM.ProxyConnection%20stopping%3B%3B%20alexa-fhem%20terminating%3B%7B%24defs%7Balexa%7D-%3E%7B%22active%22%7D%20%3D%200%3B%3Bundef%7D&XHR=1
[10.12.2020, 21:05:36] Stopping SSH ...
[10.12.2020, 21:05:36] Got SIGTERM, shutting down alexa-fhem...
[10.12.2020, 21:05:36] Reading alexaFHEM.ProxyConnection set to stopping;; alexa-fhem terminating
[10.12.2020, 21:05:36] [FHEM]   executing: http://127.0.0.1:8083/fhem?cmd=%7B%24defs%7Balexa%7D-%3E%7B%22active%22%7D%20%3D%201%3B%3Bundef%7D%3Bsetreading%20alexa%20alexaFHEM.ProxyConnection%20stopping%3B%3B%20alexa-fhem%20terminating%3B%7B%24defs%7Balexa%7D-%3E%7B%22active%22%7D%20%3D%200%3B%3Bundef%7D&XHR=1
[10.12.2020, 21:05:36] Stopping SSH ...
[10.12.2020, 21:05:36] Reading alexaFHEM.ProxyConnection set to stopped
[10.12.2020, 21:05:36] [FHEM]   executing: http://127.0.0.1:8083/fhem?cmd=%7B%24defs%7Balexa%7D-%3E%7B%22active%22%7D%20%3D%201%3B%3Bundef%7D%3Bsetreading%20alexa%20alexaFHEM.ProxyConnection%20stopped%3B%7B%24defs%7Balexa%7D-%3E%7B%22active%22%7D%20%3D%200%3B%3Bundef%7D&XHR=1
[10.12.2020, 21:05:36] *** SSH: exited with 0
[10.12.2020, 21:05:41] using config from ./alexa-fhem.cfg
*** CONFIG: parsed completely
[10.12.2020, 21:05:41] os.homedir()=/opt/fhem
[10.12.2020, 21:05:41] this is alexa-fhem 0.5.57
[10.12.2020, 21:05:41] connecting to FHEM ...
[10.12.2020, 21:05:41] [FHEM] defaults to: will not send proactive events
[10.12.2020, 21:05:41] [FHEM] trying longpoll to listen for fhem events
[10.12.2020, 21:05:41] [FHEM] starting longpoll: http://127.0.0.1:8083/fhem?XHR=1&inform=type=status;addglobal=1;filter=.*;since=null;fmt=JSON&timestamp=1607630741357
[10.12.2020, 21:05:41] [FHEM] got csrfToken:
[10.12.2020, 21:05:41] [FHEM] Checking devices and attributes...
[10.12.2020, 21:05:41] [FHEM]   executing: http://127.0.0.1:8083/fhem?cmd=%7BAttrVal(%22global%22%2C%22userattr%22%2C%22%22)%7D&XHR=1
[10.12.2020, 21:05:41] [FHEM]   executing: http://127.0.0.1:8083/fhem?cmd=jsonlist2%20TYPE%3Dalexa&XHR=1
[10.12.2020, 21:05:41] [FHEM] waiting for events ...
[10.12.2020, 21:05:41] [FHEM] Fetching FHEM devices...
[10.12.2020, 21:05:41] [FHEM] fetching: http://127.0.0.1:8083/fhem?cmd=jsonlist2%20alexaName=..*&XHR=1
[10.12.2020, 21:05:41] [FHEM] alexa device is alexa
[10.12.2020, 21:05:41] [FHEM] alexa will not send proactive events
[10.12.2020, 21:05:41] [FHEM] alexa uses ID: 5f6e3f9f-f33f-79aa-864a-87d08d6827226e06
[10.12.2020, 21:05:41] [FHEM]   executing: http://127.0.0.1:8083/fhem?cmd=%7B%24defs%7Balexa%7D-%3E%7B%22active%22%7D%20%3D%201%3B%3Bundef%7D%3B%7B%24defs%7Balexa%7D-%3E%7B%22alexa-fhem%20version%22%7D%20%3D%20%220.5.57%22%7D%3B%7B%24defs%7Balexa%7D-%3E%7B%22active%22%7D%20%3D%200%3B%3Bundef%7D&XHR=1
[10.12.2020, 21:05:41] [FHEM]   executing: http://127.0.0.1:8083/fhem?cmd=%7B%24defs%7Balexa%7D-%3E%7B%22active%22%7D%20%3D%201%3B%3Bundef%7D%3Bget%20alexa%20proxyToken%3B%7B%24defs%7Balexa%7D-%3E%7B%22active%22%7D%20%3D%200%3B%3Bundef%7D&XHR=1
[10.12.2020, 21:05:41] [FHEM]   executing: http://127.0.0.1:8083/fhem?cmd=%7B%24defs%7Balexa%7D-%3E%7B%22active%22%7D%20%3D%201%3B%3Bundef%7D%3Blist%20alexa%20.eventToken%3B%7B%24defs%7Balexa%7D-%3E%7B%22active%22%7D%20%3D%200%3B%3Bundef%7D&XHR=1
[10.12.2020, 21:05:41] Server listening on: http://127.0.0.1:45607 for proxy connections
[10.12.2020, 21:05:41] *** SSH: checking proxy configuration
[10.12.2020, 21:05:41] sshautoconf: home=/opt/fhem, spath=/opt/fhem/.alexa, cpath=./alexa-fhem.cfg, sshpath=/opt/fhem/.ssh
[10.12.2020, 21:05:41] Passed config: {"sshproxy":{"ssh":"/usr/bin/ssh","description":"FHEM Connector","options":["-i","/opt/fhem/.ssh/id_rsa","-p",58824,"fhem-va.fhem.de"],"bind-ip":"127.0.0.1","port":45607},"connections":[{"uid&
Titel: Antw:Shelly 2.5 Rollo kein Alexa Sprach befehl und kein setzen vom pct ?
Beitrag von: amenomade am 11 Dezember 2020, 01:15:35
Also...
[10.12.2020, 23:33:14] [FHEM]   CurrentPosition [pct]
[10.12.2020, 23:33:14] [FHEM]   TargetPosition [pct]

sieht gut aus für Alexa. Jetzt muss nur noch pct funktionieren ;)

Wieso ist dein Reading pct auf 101 ?
Titel: Antw:Shelly 2.5 Rollo kein Alexa Sprach befehl und kein setzen vom pct ?
Beitrag von: spion77 am 11 Dezember 2020, 10:22:52
Guten Morgen 
Das kann ich nicht sagen habe da nichts verstellt.
Titel: Antw:Shelly 2.5 Rollo kein Alexa Sprach befehl und kein setzen vom pct ?
Beitrag von: Beta-User am 11 Dezember 2020, 10:37:34
Na ja, wenn der Shelly als "pos" -1 meldet, kommt halt mathematisch 101 raus; das ist das invertierte template.
readingList shellies/shellyswitch25-40F52000D844/roller/0/pos:.* {'pct' => 100-$EVENT}
Würde vermuten, dass da was mit der Kalibrierung nicht funktioniert hat. (Erster Versuch wäre daher, die Kalibrierung nochmal zu machen, ggf. dann auch mal über das WEB-Interface von dem Shelly gehen und da versuchen, einen Zwischenlevel einzustellen.)

Titel: Antw:Shelly 2.5 Rollo kein Alexa Sprach befehl und kein setzen vom pct ?
Beitrag von: spion77 am 11 Dezember 2020, 12:31:18
Hm... ich hatte garkeine Kalibrierung gemacht  :-[  ich hatte nur die Laufzeit eingestellt.

Das war der fehler mit der Kalibrierung !! vielen Dank !!!!
Titel: Antw:Shelly 2.5 Rollo kein Alexa Sprach befehl und kein setzen vom pct ?
Beitrag von: Beta-User am 11 Dezember 2020, 13:25:16
Schön, dass das geklärt ist; machst du ein [gelöst] an den Thread-Titel, bitte?