alexa verzögert starten um doppelte Devices zu vermeiden

Begonnen von darthi, 01 November 2020, 12:10:15

Vorheriges Thema - Nächstes Thema

darthi

Hallo zusammen,

ich habe das Problem, dass mein Alexa Modul zu schnell startet, noch bevor meine CCU in FHEM fertig initialisiert ist. Dadurch werden meine Heizungsthermostate zuerst als reine Temperatursensoren in Alexa angelegt...
Das zeigt sich im Log so (nicht aufs Datum achten, ich hatte das Problem eine Weile nicht weiter verfolgt):
[2019-12-19 7:39:09 AM] [FHEM] HeizungBuero is thermostat
[2019-12-19 7:39:09 AM] [FHEM] HeizungBuero is NOT a thermostat. set command for target temperature missing: control
[2019-12-19 7:39:09 AM] [FHEM] HeizungBuero has
[2019-12-19 7:39:09 AM] [FHEM]   CurrentHeatingCoolingState [undefined]
[2019-12-19 7:39:09 AM] [FHEM]   CurrentTemperature [4.ACTUAL_TEMPERATURE]
  2019-12-19 07:39:09 caching: HeizungBuero-4.ACTUAL_TEMPERATURE: 19.5


Ich habe bisher einen Workaround am Laufen, dass der Alexa Skill 30 Minuten nach dem nächtlichen Pi-Neustart einen Reload durchführt und dann die Devices korrekt (mit Heizungssteuerung) an Alexa übergeben werden.
Logauszug:
[2019-12-16 12:00:45 PM] [FHEM] HeizungBuero is thermostat
[2019-12-16 12:00:45 PM] [FHEM] HeizungBuero has
[2019-12-16 12:00:45 PM] [FHEM]   CurrentHeatingCoolingState [undefined]
[2019-12-16 12:00:45 PM] [FHEM]   TargetTemperature [4.SET_TEMPERATURE]
[2019-12-16 12:00:45 PM] [FHEM]   CurrentTemperature [4.ACTUAL_TEMPERATURE]


Mit dem Workaround konnte ich eine Weile leben und alles hat funktioniert.

Nun habe ich seit kurzen aber das Problem, dass anscheinend die "alten" - nur als Sensor erkannten Devices - trotz Reload nicht (mehr) aus Alexa rausfliegen. Ich hab dann alle Heizungen doppelt mit dem gleichen Namen in Alexa und diese beschwert sich bei der Steuerung per Sprache zurecht, dass ich keine doppelten Namen vergeben soll und sie nicht wüsste, welches Device ich meine. Gleiches Problem habe ich in bestehenden Gruppen in Alexa.

Habt ihr eine Idee, wie sauber das Alexa Modul einfach ca. 2-3 Minuten nach FHEM-Start verzögert starten kann, damit das Problem nicht mehr auftritt? Oder hat das mit den doppelten Devices eine andere Ursache?

Danke für eure Hilfe!

kossmann

Ich habe ein ähnliches Problem - Alexa findet die Geräte nicht, wenn das Modul mit allem am Anfang startet. Ich habe mir jetzt folgende Lösung "gebastelt", nicht schön, funktioniert aber (bin für Optimierungen natürlich offen):


define Notify_Neustart notify global:INITIALIZED { \
  fhem("define Alexa_Neustart_Aus at +00:01:00 set Alexa stop");; \
  fhem("attr Alexa_Neustart_Aus room Alexa");; \
  fhem("define Alexa_Neustart_An at +00:01:30 set Alexa start");; \
  fhem("attr Alexa_Neustart_An room Alexa");; \
}


Eine Minute nach FHEM-Initialisierung wird Alexa angehalten und weitere 30 Sekunden später erneut gestartet.

justme1968

ich verstehe das problem nicht so ganz...

alexa started wenn fhem komplett gestartet ist. zu diesem zeitpunkt sind alle vorher bekannten devices wieder angelegt und stehen komplett zur verfügung. warum lädst euer fhem beim neustart nicht den alten status der beim runterfahren gespeichert wurde?

ich habe das gefühl das es hier ein anderes problem gibt und ihr nur an den symptomen rumbastelt.

ansonsten: ich vermute man könnte über das alexa-cmd attribut dafür sorgen das statt alexa-fhem ein shellscript gestartet wird das eine weile schläft und dann erst alexa-fhem ausführt. aber wie oben geschrieben: ich verstehe nicht warum das nötig sein sollte.
hue, tradfri, alexa-fhem, homebridge-fhem, LightScene, readingsGroup, ...

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

kossmann

Richtig, die Ursache wird vermutlich an einer anderen Stelle liegen.

Beim ersten Start (gleichzeitig mit FHEM) werden v.a. meine HMIP-Rollos nicht von Alexa erfasst, beim verzögerten Starten jedoch schon. Alexa ist in der Konfiguration natürlich hinter allem andere.

[erster Start beim Start von FHEM]

[24.6.2022, 12:16:32] using config from ./alexa-fhem.cfg
*** CONFIG: parsed completely
[24.6.2022, 12:16:32] os.homedir()=/opt/fhem
[24.6.2022, 12:16:32] this is alexa-fhem 0.5.61
[24.6.2022, 12:16:32] connecting to FHEM ...
[24.6.2022, 12:16:32] [FHEM] defaults to: will not send proactive events
[24.6.2022, 12:16:33] [FHEM] trying longpoll to listen for fhem events
[24.6.2022, 12:16:33] [FHEM] starting longpoll: http://127.0.0.1:8083/fhem?XHR=1&inform=type=status;addglobal=1;filter=.*;since=null;fmt=JSON&timestamp=1656065793163
[24.6.2022, 12:16:33] [FHEM] got csrfToken:
[24.6.2022, 12:16:33] [FHEM] Checking devices and attributes...
[24.6.2022, 12:16:33] [FHEM]   executing: http://127.0.0.1:8083/fhem?cmd=%7BAttrVal(%22global%22%2C%22userattr%22%2C%22%22)%7D&XHR=1
[24.6.2022, 12:16:33] [FHEM]   executing: http://127.0.0.1:8083/fhem?cmd=jsonlist2%20TYPE%3Dalexa&XHR=1
[24.6.2022, 12:16:33] [FHEM] waiting for events ...
[24.6.2022, 12:16:33] [FHEM] Fetching FHEM devices...
[24.6.2022, 12:16:33] [FHEM] fetching: http://127.0.0.1:8083/fhem?cmd=jsonlist2%20alexaName%3D..*&XHR=1
[24.6.2022, 12:16:33] [FHEM] alexa device is Alexa
[24.6.2022, 12:16:33] [FHEM] Alexa will not send proactive events
[24.6.2022, 12:16:33] [FHEM] Alexa uses ID: 5ced427d-f33f-6f77-8790-...
[24.6.2022, 12:16:33] [FHEM]   executing: http://127.0.0.1:8083/fhem?cmd=%7B%24defs%7B%22Alexa%22%7D-%3E%7B%22active%22%7D%20%3D%201%3B%3Bundef%7D%3B%7B%24defs%7B%22Alexa%22%7D-%3E%7B%22alexa-fhem%20version%22%7D%20%3D%20%220.5.61%22%7D%3B%7B%24defs%7B%22Alexa%22%7D-%3E%7B%22active%22%7D%20%3D%200%3B%3Bundef%7D&XHR=1
[24.6.2022, 12:16:33] [FHEM]   executing: http://127.0.0.1:8083/fhem?cmd=%7B%24defs%7B%22Alexa%22%7D-%3E%7B%22active%22%7D%20%3D%201%3B%3Bundef%7D%3Bget%20Alexa%20proxyToken%3B%7B%24defs%7B%22Alexa%22%7D-%3E%7B%22active%22%7D%20%3D%200%3B%3Bundef%7D&XHR=1
[24.6.2022, 12:16:33] [FHEM]   executing: http://127.0.0.1:8083/fhem?cmd=%7B%24defs%7B%22Alexa%22%7D-%3E%7B%22active%22%7D%20%3D%201%3B%3Bundef%7D%3Blist%20Alexa%20.eventToken%3B%7B%24defs%7B%22Alexa%22%7D-%3E%7B%22active%22%7D%20%3D%200%3B%3Bundef%7D&XHR=1
[24.6.2022, 12:16:33] Server listening on: http://127.0.0.1:38839 for proxy connections
[24.6.2022, 12:16:33] *** SSH: checking proxy configuration
[24.6.2022, 12:16:33] sshautoconf: home=/opt/fhem, spath=/opt/fhem/.alexa, cpath=./alexa-fhem.cfg, sshpath=/opt/fhem/.ssh
[24.6.2022, 12:16:33] 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',
     server:
      Server {
        insecureHTTPParser: undefined,
        _events: [Object],
        _eventsCount: 3,
        _maxListeners: undefined,
        _connections: 0,
        _handle: [TCP],
        _usingWorkers: false,
        _workers: [],
        _unref: false,
        allowHalfOpen: true,
        pauseOnConnect: false,
        httpAllowHalfOpen: false,
        timeout: 0,
        keepAliveTimeout: 5000,
        maxHeadersCount: null,
        headersTimeout: 40000,
        _connectionKey: '4:127.0.0.1:0',
        [Symbol(IncomingMessage)]: [Function],
        [Symbol(ServerResponse)]: [Function],
        [Symbol(asyncId)]: 110 } },
  connections:
   [ { server: '127.0.0.1',
       filter: 'alexaName=..*',
       name: 'FHEM',
       uid: 999,
       port: '8083',
       webname: 'fhem' } ] }
[24.6.2022, 12:16:33] sshautoconf: SSH key seems to exist
[24.6.2022, 12:16:33] sshautoconf: Our SSH key is known at the reverse proxy, good!
[24.6.2022, 12:16:33] [FHEM]   executing: http://127.0.0.1:8083/fhem?cmd=%7B%24defs%7B%22Alexa%22%7D-%3E%7B%22active%22%7D%20%3D%201%3B%3Bundef%7D%3Bjsonlist2%20Alexa%3B%7B%24defs%7B%22Alexa%22%7D-%3E%7B%22active%22%7D%20%3D%200%3B%3Bundef%7D&XHR=1
*** FHEM: connected
[24.6.2022, 12:16:33] [FHEM] got: 19 results
[24.6.2022, 12:16:33] [FHEM] Badezimmer_Rollo: no service type detected
[24.6.2022, 12:16:33] [FHEM] no device created for Badezimmer_Rollo (HMCCUDEV)
[24.6.2022, 12:16:33] [FHEM] Badezimmer_Thermostat is thermostat
[24.6.2022, 12:16:33] [FHEM] Badezimmer_Thermostat is NOT a thermostat. set command for target temperature missing:
[24.6.2022, 12:16:33] [FHEM] Badezimmer_Thermostat has
[24.6.2022, 12:16:33] [FHEM]   StatusLowBattery [battery]
[24.6.2022, 12:16:33] [FHEM]   On [state;on,off]
[24.6.2022, 12:16:33] [FHEM]   CurrentTemperature [measured-temp]
[24.6.2022, 12:16:33] [FHEM]   CurrentRelativeHumidity [humidity]
[24.6.2022, 12:16:33] [FHEM]   CurrentHeatingCoolingState [undefined]
[24.6.2022, 12:16:33] [FHEM] Badezimmer_Thermostat will not send proactive events
[24.6.2022, 12:16:33] [FHEM] Badezimmer_Thermostat uses ID: MEQ060xxxx
  2022-06-24 12:16:33 caching: Badezimmer_Thermostat-battery: ok
  2022-06-24 12:16:33 caching: Badezimmer_Thermostat-state: 26.1
  2022-06-24 12:16:33 caching: Badezimmer_Thermostat-measured-temp: 26.1
  2022-06-24 12:16:33 caching: Badezimmer_Thermostat-humidity: 54
[24.6.2022, 12:16:33] [FHEM] Balkon_Lichtsensor: no service type detected
[24.6.2022, 12:16:33] [FHEM] no device created for Balkon_Lichtsensor (HMCCUDEV)
[24.6.2022, 12:16:33] [FHEM] Balkon_Steckdose: no service type detected
[24.6.2022, 12:16:33] [FHEM] no device created for Balkon_Steckdose (HMCCUDEV)
[24.6.2022, 12:16:33] [FHEM] Balkon_Temperatursensor is thermometer
[24.6.2022, 12:16:33] [FHEM] Balkon_Temperatursensor has
[24.6.2022, 12:16:33] [FHEM]   Custom Voltage [voltage]
[24.6.2022, 12:16:33] [FHEM]   StatusLowBattery [battery]
[24.6.2022, 12:16:33] [FHEM]   CurrentTemperature [measured-temp]
[24.6.2022, 12:16:33] [FHEM] Balkon_Temperatursensor will not send proactive events
[24.6.2022, 12:16:33] [FHEM] Balkon_Temperatursensor uses ID: 000EDA499Cxxxx
  2022-06-24 12:16:33 caching: Balkon_Temperatursensor-voltage: 2.8
[24.6.2022, 12:16:33] [FHEM]     caching: Custom Voltage: 2.8 (as number; from '2.8')
  2022-06-24 12:16:33 caching: Balkon_Temperatursensor-battery: ok
  2022-06-24 12:16:33 caching: Balkon_Temperatursensor-measured-temp: 23.6
[24.6.2022, 12:16:33] [FHEM] Buero_3DDrucker_Steckdose: no service type detected
[24.6.2022, 12:16:33] [FHEM] no device created for Buero_3DDrucker_Steckdose (HMCCUDEV)
[24.6.2022, 12:16:33] [FHEM] Buero_Rollo: no service type detected
[24.6.2022, 12:16:33] [FHEM] no device created for Buero_Rollo (HMCCUDEV)
[24.6.2022, 12:16:33] [FHEM] Buero_Thermostat is thermostat
[24.6.2022, 12:16:33] [FHEM] Buero_Thermostat is NOT a thermostat. set command for target temperature missing:
[24.6.2022, 12:16:33] [FHEM] Buero_Thermostat has
[24.6.2022, 12:16:33] [FHEM]   StatusLowBattery [battery]
[24.6.2022, 12:16:33] [FHEM]   On [state;on,off]
[24.6.2022, 12:16:33] [FHEM]   CurrentTemperature [measured-temp]
[24.6.2022, 12:16:33] [FHEM]   CurrentRelativeHumidity [humidity]
[24.6.2022, 12:16:33] [FHEM]   CurrentHeatingCoolingState [undefined]
[24.6.2022, 12:16:33] [FHEM] Buero_Thermostat will not send proactive events
[24.6.2022, 12:16:33] [FHEM] Buero_Thermostat uses ID: MEQ086xxxx
  2022-06-24 12:16:33 caching: Buero_Thermostat-battery: ok
  2022-06-24 12:16:33 caching: Buero_Thermostat-state: 25.7
  2022-06-24 12:16:33 caching: Buero_Thermostat-measured-temp: 25.7
  2022-06-24 12:16:33 caching: Buero_Thermostat-humidity: 55
[24.6.2022, 12:16:33] [FHEM] Flur_Beleuchtung: no service type detected
[24.6.2022, 12:16:33] [FHEM] no device created for Flur_Beleuchtung (HMCCUDEV)
[24.6.2022, 12:16:33] [FHEM] Flur_Licht: no service type detected
[24.6.2022, 12:16:33] [FHEM] no device created for Flur_Licht (HMCCUDEV)
[24.6.2022, 12:16:33] [FHEM] Flur_Thermostat is thermostat
[24.6.2022, 12:16:33] [FHEM] Flur_Thermostat is NOT a thermostat. set command for target temperature missing:
[24.6.2022, 12:16:33] [FHEM] Flur_Thermostat has
[24.6.2022, 12:16:33] [FHEM]   StatusLowBattery [battery]
[24.6.2022, 12:16:33] [FHEM]   On [state;on,off]
[24.6.2022, 12:16:33] [FHEM]   CurrentTemperature [measured-temp]
[24.6.2022, 12:16:33] [FHEM]   CurrentRelativeHumidity [humidity]
[24.6.2022, 12:16:33] [FHEM]   CurrentHeatingCoolingState [undefined]
[24.6.2022, 12:16:33] [FHEM] Flur_Thermostat will not send proactive events
[24.6.2022, 12:16:33] [FHEM] Flur_Thermostat uses ID: MEQ086xxxx
  2022-06-24 12:16:33 caching: Flur_Thermostat-battery: ok
  2022-06-24 12:16:33 caching: Flur_Thermostat-state: 25.4
  2022-06-24 12:16:33 caching: Flur_Thermostat-measured-temp: 25.4
  2022-06-24 12:16:33 caching: Flur_Thermostat-humidity: 53
[24.6.2022, 12:16:33] [FHEM] Kueche_Rollo: no service type detected
[24.6.2022, 12:16:33] [FHEM] no device created for Kueche_Rollo (HMCCUDEV)
[24.6.2022, 12:16:33] [FHEM] Schlafzimmer_Rollo: no service type detected
[24.6.2022, 12:16:33] [FHEM] no device created for Schlafzimmer_Rollo (HMCCUDEV)
[24.6.2022, 12:16:33] [FHEM] Schlafzimmer_Thermostat is thermostat
[24.6.2022, 12:16:33] [FHEM] Schlafzimmer_Thermostat is NOT a thermostat. set command for target temperature missing:
[24.6.2022, 12:16:33] [FHEM] Schlafzimmer_Thermostat has
[24.6.2022, 12:16:33] [FHEM]   StatusLowBattery [battery]
[24.6.2022, 12:16:33] [FHEM]   On [state;on,off]
[24.6.2022, 12:16:33] [FHEM]   CurrentTemperature [measured-temp]
[24.6.2022, 12:16:33] [FHEM]   CurrentRelativeHumidity [humidity]
[24.6.2022, 12:16:33] [FHEM]   CurrentHeatingCoolingState [undefined]
[24.6.2022, 12:16:33] [FHEM] Schlafzimmer_Thermostat will not send proactive events
[24.6.2022, 12:16:33] [FHEM] Schlafzimmer_Thermostat uses ID: MEQ086xxxx
  2022-06-24 12:16:33 caching: Schlafzimmer_Thermostat-battery: ok
  2022-06-24 12:16:33 caching: Schlafzimmer_Thermostat-state: 24.9
  2022-06-24 12:16:33 caching: Schlafzimmer_Thermostat-measured-temp: 24.9
  2022-06-24 12:16:33 caching: Schlafzimmer_Thermostat-humidity: 57
[24.6.2022, 12:16:33] [FHEM] Wohnzimmer_FunkSteckdose1 is switch
[24.6.2022, 12:16:33] [FHEM] Wohnzimmer_FunkSteckdose1 has
[24.6.2022, 12:16:33] [FHEM]   On [state;on,off]
[24.6.2022, 12:16:33] [FHEM] Wohnzimmer_FunkSteckdose1 will not send proactive events
[24.6.2022, 12:16:33] [FHEM] Wohnzimmer_FunkSteckdose1 uses ID: IT.000110000001110111xxxxxxxx 0 0000
  2022-06-24 12:16:33 caching: Wohnzimmer_FunkSteckdose1-state: off
[24.6.2022, 12:16:33] [FHEM] Wohnzimmer_RolloBalkon: no service type detected
[24.6.2022, 12:16:33] [FHEM] no device created for Wohnzimmer_RolloBalkon (HMCCUDEV)
[24.6.2022, 12:16:33] [FHEM] Wohnzimmer_RolloSofa: no service type detected
[24.6.2022, 12:16:33] [FHEM] no device created for Wohnzimmer_RolloSofa (HMCCUDEV)
[24.6.2022, 12:16:33] [FHEM] Wohnzimmer_RolloTheke: no service type detected
[24.6.2022, 12:16:33] [FHEM] no device created for Wohnzimmer_RolloTheke (HMCCUDEV)
[24.6.2022, 12:16:33] [FHEM] Wohnzimmer_Thermostat is thermostat
[24.6.2022, 12:16:33] [FHEM] Wohnzimmer_Thermostat is NOT a thermostat. set command for target temperature missing:
[24.6.2022, 12:16:33] [FHEM] Wohnzimmer_Thermostat has
[24.6.2022, 12:16:33] [FHEM]   StatusLowBattery [battery]
[24.6.2022, 12:16:33] [FHEM]   On [state;on,off]
[24.6.2022, 12:16:33] [FHEM]   CurrentTemperature [measured-temp]
[24.6.2022, 12:16:33] [FHEM]   CurrentRelativeHumidity [humidity]
[24.6.2022, 12:16:33] [FHEM]   CurrentHeatingCoolingState [undefined]
[24.6.2022, 12:16:33] [FHEM] Wohnzimmer_Thermostat will not send proactive events
[24.6.2022, 12:16:33] [FHEM] Wohnzimmer_Thermostat uses ID: MEQ086xxxx
  2022-06-24 12:16:33 caching: Wohnzimmer_Thermostat-battery: ok
  2022-06-24 12:16:33 caching: Wohnzimmer_Thermostat-state: 26.3
  2022-06-24 12:16:33 caching: Wohnzimmer_Thermostat-measured-temp: 26.3
  2022-06-24 12:16:33 caching: Wohnzimmer_Thermostat-humidity: 52
[24.6.2022, 12:16:33] BearerToken '...AD247' read from Alexa
[24.6.2022, 12:16:33] 39_alexa.pm is new version: true
[24.6.2022, 12:16:33] sshautoconf: completed successfully
[24.6.2022, 12:16:33] *** SSH: proxy configuration set up done
[24.6.2022, 12:16:33] Reading alexaFHEM.ProxyConnection set to starting;; starting SSH
[24.6.2022, 12:16:33] [FHEM]   executing: http://127.0.0.1:8083/fhem?cmd=%7B%24defs%7B%22Alexa%22%7D-%3E%7B%22active%22%7D%20%3D%201%3B%3Bundef%7D%3Bsetreading%20Alexa%20alexaFHEM.ProxyConnection%20starting%3B%3B%20starting%20SSH%3B%7B%24defs%7B%22Alexa%22%7D-%3E%7B%22active%22%7D%20%3D%200%3B%3Bundef%7D&XHR=1
[24.6.2022, 12:16:33] Starting SSH with -R 1234:127.0.0.1:38839 -oServerAliveInterval=90 -i /opt/fhem/.ssh/id_rsa -p 58824 fhem-va.fhem.de
[24.6.2022, 12:16:34] Reading alexaFHEM.ProxyConnection set to running;; SSH connected
[24.6.2022, 12:16:34] [FHEM]   executing: http://127.0.0.1:8083/fhem?cmd=%7B%24defs%7B%22Alexa%22%7D-%3E%7B%22active%22%7D%20%3D%201%3B%3Bundef%7D%3Bsetreading%20Alexa%20alexaFHEM.ProxyConnection%20running%3B%3B%20SSH%20connected%3B%7B%24defs%7B%22Alexa%22%7D-%3E%7B%22active%22%7D%20%3D%200%3B%3Bundef%7D&XHR=1
[24.6.2022, 12:16:34] *** SSH: proxy connection established
[24.6.2022, 12:16:34] SSH: Welcome at the reverse proxy!  This pseudoshell does not react to any input - do not get irritated.
  2022-06-24 12:16:56 caching: Balkon_Temperatursensor-measured-temp: 23.7
[24.6.2022, 12:16:56] [FHEM]     caching: CurrentTemperature: 23.7 (as number; from '23.7')
  2022-06-24 12:17:18 caching: Badezimmer_Thermostat-state: 26.0
[24.6.2022, 12:17:18] [FHEM]     caching: On: 1 (as number; from '26.0')
  2022-06-24 12:17:18 caching: Badezimmer_Thermostat-measured-temp: 26.0
[24.6.2022, 12:17:18] [FHEM]     caching: CurrentTemperature: 26 (as number; from '26.0')
  2022-06-24 12:17:31 caching: Buero_Thermostat-state: 25.8
[24.6.2022, 12:17:31] [FHEM]     caching: On: 1 (as number; from '25.8')
  2022-06-24 12:17:31 caching: Buero_Thermostat-measured-temp: 25.8
[24.6.2022, 12:17:31] [FHEM]     caching: CurrentTemperature: 25.8 (as number; from '25.8')

[Stopp per Notify..]

[24.6.2022, 12:17:31] Got SIGTERM, shutting down alexa-fhem...
[24.6.2022, 12:17:31] Reading alexaFHEM.ProxyConnection set to stopping;; alexa-fhem terminating
[24.6.2022, 12:17:31] [FHEM]   executing: http://127.0.0.1:8083/fhem?cmd=%7B%24defs%7B%22Alexa%22%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%7B%22Alexa%22%7D-%3E%7B%22active%22%7D%20%3D%200%3B%3Bundef%7D&XHR=1
[24.6.2022, 12:17:31] Stopping SSH ...
[24.6.2022, 12:17:31] Reading alexaFHEM.ProxyConnection set to stopped
[24.6.2022, 12:17:31] [FHEM]   executing: http://127.0.0.1:8083/fhem?cmd=%7B%24defs%7B%22Alexa%22%7D-%3E%7B%22active%22%7D%20%3D%201%3B%3Bundef%7D%3Bsetreading%20Alexa%20alexaFHEM.ProxyConnection%20stopped%3B%7B%24defs%7B%22Alexa%22%7D-%3E%7B%22active%22%7D%20%3D%200%3B%3Bundef%7D&XHR=1
[24.6.2022, 12:17:31] *** SSH: exited with 0

[Start per Notify..]

[24.6.2022, 12:18:02] using config from ./alexa-fhem.cfg
*** CONFIG: parsed completely
[24.6.2022, 12:18:02] os.homedir()=/opt/fhem
[24.6.2022, 12:18:02] this is alexa-fhem 0.5.61
[24.6.2022, 12:18:02] connecting to FHEM ...
[24.6.2022, 12:18:02] [FHEM] defaults to: will not send proactive events
[24.6.2022, 12:18:03] [FHEM] trying longpoll to listen for fhem events
[24.6.2022, 12:18:03] [FHEM] starting longpoll: http://127.0.0.1:8083/fhem?XHR=1&inform=type=status;addglobal=1;filter=.*;since=null;fmt=JSON&timestamp=1656065883173
[24.6.2022, 12:18:03] [FHEM] got csrfToken:
[24.6.2022, 12:18:03] [FHEM] Checking devices and attributes...
[24.6.2022, 12:18:03] [FHEM]   executing: http://127.0.0.1:8083/fhem?cmd=%7BAttrVal(%22global%22%2C%22userattr%22%2C%22%22)%7D&XHR=1
[24.6.2022, 12:18:03] [FHEM]   executing: http://127.0.0.1:8083/fhem?cmd=jsonlist2%20TYPE%3Dalexa&XHR=1
[24.6.2022, 12:18:03] [FHEM] waiting for events ...
[24.6.2022, 12:18:03] [FHEM] Fetching FHEM devices...
[24.6.2022, 12:18:03] [FHEM] fetching: http://127.0.0.1:8083/fhem?cmd=jsonlist2%20alexaName%3D..*&XHR=1
[24.6.2022, 12:18:03] [FHEM] alexa device is Alexa
[24.6.2022, 12:18:03] [FHEM] Alexa will not send proactive events
[24.6.2022, 12:18:03] [FHEM] Alexa uses ID: 5ced427d-f33f-6f77-8790-...
[24.6.2022, 12:18:03] [FHEM]   executing: http://127.0.0.1:8083/fhem?cmd=%7B%24defs%7B%22Alexa%22%7D-%3E%7B%22active%22%7D%20%3D%201%3B%3Bundef%7D%3B%7B%24defs%7B%22Alexa%22%7D-%3E%7B%22alexa-fhem%20version%22%7D%20%3D%20%220.5.61%22%7D%3B%7B%24defs%7B%22Alexa%22%7D-%3E%7B%22active%22%7D%20%3D%200%3B%3Bundef%7D&XHR=1
[24.6.2022, 12:18:03] [FHEM]   executing: http://127.0.0.1:8083/fhem?cmd=%7B%24defs%7B%22Alexa%22%7D-%3E%7B%22active%22%7D%20%3D%201%3B%3Bundef%7D%3Bget%20Alexa%20proxyToken%3B%7B%24defs%7B%22Alexa%22%7D-%3E%7B%22active%22%7D%20%3D%200%3B%3Bundef%7D&XHR=1
[24.6.2022, 12:18:03] [FHEM]   executing: http://127.0.0.1:8083/fhem?cmd=%7B%24defs%7B%22Alexa%22%7D-%3E%7B%22active%22%7D%20%3D%201%3B%3Bundef%7D%3Blist%20Alexa%20.eventToken%3B%7B%24defs%7B%22Alexa%22%7D-%3E%7B%22active%22%7D%20%3D%200%3B%3Bundef%7D&XHR=1
[24.6.2022, 12:18:03] Server listening on: http://127.0.0.1:45491 for proxy connections
[24.6.2022, 12:18:03] *** SSH: checking proxy configuration
[24.6.2022, 12:18:03] sshautoconf: home=/opt/fhem, spath=/opt/fhem/.alexa, cpath=./alexa-fhem.cfg, sshpath=/opt/fhem/.ssh
[24.6.2022, 12:18:03] 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',
     server:
      Server {
        insecureHTTPParser: undefined,
        _events: [Object],
        _eventsCount: 3,
        _maxListeners: undefined,
        _connections: 0,
        _handle: [TCP],
        _usingWorkers: false,
        _workers: [],
        _unref: false,
        allowHalfOpen: true,
        pauseOnConnect: false,
        httpAllowHalfOpen: false,
        timeout: 0,
        keepAliveTimeout: 5000,
        maxHeadersCount: null,
        headersTimeout: 40000,
        _connectionKey: '4:127.0.0.1:0',
        [Symbol(IncomingMessage)]: [Function],
        [Symbol(ServerResponse)]: [Function],
        [Symbol(asyncId)]: 79 } },
  connections:
   [ { server: '127.0.0.1',
       filter: 'alexaName=..*',
       name: 'FHEM',
       uid: 999,
       port: '8083',
       webname: 'fhem' } ] }
[24.6.2022, 12:18:03] sshautoconf: SSH key seems to exist
[24.6.2022, 12:18:03] sshautoconf: Our SSH key is known at the reverse proxy, good!
[24.6.2022, 12:18:03] [FHEM]   executing: http://127.0.0.1:8083/fhem?cmd=%7B%24defs%7B%22Alexa%22%7D-%3E%7B%22active%22%7D%20%3D%201%3B%3Bundef%7D%3Bjsonlist2%20Alexa%3B%7B%24defs%7B%22Alexa%22%7D-%3E%7B%22active%22%7D%20%3D%200%3B%3Bundef%7D&XHR=1
*** FHEM: connected
[24.6.2022, 12:18:03] [FHEM] got: 19 results
[24.6.2022, 12:18:03] [FHEM] Badezimmer_Rollo is light
[24.6.2022, 12:18:03] [FHEM] Badezimmer_Rollo has
[24.6.2022, 12:18:03] [FHEM]   On [pct;on,off]
[24.6.2022, 12:18:03] [FHEM]   Brightness [pct]
[24.6.2022, 12:18:03] [FHEM]   Custom Voltage [voltage]
[24.6.2022, 12:18:03] [FHEM] Badezimmer_Rollo will not send proactive events
[24.6.2022, 12:18:03] [FHEM] Badezimmer_Rollo uses ID: 00111BE9A5xxxx
  2022-06-24 12:18:03 caching: Badezimmer_Rollo-pct: 100
  2022-06-24 12:18:03 caching: Badezimmer_Rollo-voltage: 0
[24.6.2022, 12:18:03] [FHEM]     caching: Custom Voltage: 0 (as number; from '0')
[24.6.2022, 12:18:03] [FHEM] Badezimmer_Thermostat is thermostat
[24.6.2022, 12:18:03] [FHEM] Badezimmer_Thermostat has
[24.6.2022, 12:18:03] [FHEM]   StatusLowBattery [battery]
[24.6.2022, 12:18:03] [FHEM]   TargetTemperature [desired-temp]
[24.6.2022, 12:18:03] [FHEM]   CurrentTemperature [measured-temp]
[24.6.2022, 12:18:03] [FHEM]   CurrentRelativeHumidity [humidity]
[24.6.2022, 12:18:03] [FHEM]   CurrentHeatingCoolingState [undefined]
[24.6.2022, 12:18:03] [FHEM] Badezimmer_Thermostat will not send proactive events
[24.6.2022, 12:18:03] [FHEM] Badezimmer_Thermostat uses ID: MEQ060xxxx
  2022-06-24 12:18:03 caching: Badezimmer_Thermostat-battery: ok
  2022-06-24 12:18:03 caching: Badezimmer_Thermostat-desired-temp: 19.0
  2022-06-24 12:18:03 caching: Badezimmer_Thermostat-measured-temp: 26.0
  2022-06-24 12:18:03 caching: Badezimmer_Thermostat-humidity: 54
[24.6.2022, 12:18:03] [FHEM] Balkon_Lichtsensor: no service type detected
[24.6.2022, 12:18:03] [FHEM] no device created for Balkon_Lichtsensor (HMCCUDEV)
[24.6.2022, 12:18:03] [FHEM] Balkon_Steckdose is switch
[24.6.2022, 12:18:03] [FHEM] Balkon_Steckdose has
[24.6.2022, 12:18:03] [FHEM]   Custom Voltage [voltage]
[24.6.2022, 12:18:03] [FHEM]   On [state;on,off]
[24.6.2022, 12:18:03] [FHEM] Balkon_Steckdose will not send proactive events
[24.6.2022, 12:18:03] [FHEM] Balkon_Steckdose uses ID: 000B9BE994xxxx
  2022-06-24 12:18:03 caching: Balkon_Steckdose-voltage: 0.0
[24.6.2022, 12:18:03] [FHEM]     caching: Custom Voltage: 0 (as number; from '0.0')
  2022-06-24 12:18:03 caching: Balkon_Steckdose-state: off
[24.6.2022, 12:18:03] [FHEM] Balkon_Temperatursensor is thermometer
[24.6.2022, 12:18:03] [FHEM] Balkon_Temperatursensor has
[24.6.2022, 12:18:03] [FHEM]   Custom Voltage [voltage]
[24.6.2022, 12:18:03] [FHEM]   StatusLowBattery [battery]
[24.6.2022, 12:18:03] [FHEM]   CurrentTemperature [measured-temp]
[24.6.2022, 12:18:03] [FHEM] Balkon_Temperatursensor will not send proactive events
[24.6.2022, 12:18:03] [FHEM] Balkon_Temperatursensor uses ID: 000EDA499Cxxxx
  2022-06-24 12:18:03 caching: Balkon_Temperatursensor-voltage: 2.8
[24.6.2022, 12:18:03] [FHEM]     caching: Custom Voltage: 2.8 (as number; from '2.8')
  2022-06-24 12:18:03 caching: Balkon_Temperatursensor-battery: ok
  2022-06-24 12:18:03 caching: Balkon_Temperatursensor-measured-temp: 23.7
[24.6.2022, 12:18:03] [FHEM] Buero_3DDrucker_Steckdose is switch
[24.6.2022, 12:18:03] [FHEM] Buero_3DDrucker_Steckdose has
[24.6.2022, 12:18:03] [FHEM]   On [state;on,off]
[24.6.2022, 12:18:03] [FHEM] Buero_3DDrucker_Steckdose will not send proactive events
[24.6.2022, 12:18:03] [FHEM] Buero_3DDrucker_Steckdose uses ID: MEQ010xxxx
  2022-06-24 12:18:03 caching: Buero_3DDrucker_Steckdose-state: off
[24.6.2022, 12:18:03] [FHEM] Buero_Rollo is light
[24.6.2022, 12:18:03] [FHEM] Buero_Rollo has
[24.6.2022, 12:18:03] [FHEM]   On [pct;on,off]
[24.6.2022, 12:18:03] [FHEM]   Brightness [pct]
[24.6.2022, 12:18:03] [FHEM]   Custom Voltage [voltage]
[24.6.2022, 12:18:03] [FHEM] Buero_Rollo will not send proactive events
[24.6.2022, 12:18:03] [FHEM] Buero_Rollo uses ID: 00111D898Fxxxx
  2022-06-24 12:18:03 caching: Buero_Rollo-pct: 57
  2022-06-24 12:18:03 caching: Buero_Rollo-voltage: 0
[24.6.2022, 12:18:03] [FHEM]     caching: Custom Voltage: 0 (as number; from '0')
[24.6.2022, 12:18:03] [FHEM] Buero_Thermostat is thermostat
[24.6.2022, 12:18:03] [FHEM] Buero_Thermostat has
[24.6.2022, 12:18:03] [FHEM]   StatusLowBattery [battery]
[24.6.2022, 12:18:03] [FHEM]   TargetTemperature [desired-temp]
[24.6.2022, 12:18:03] [FHEM]   CurrentTemperature [measured-temp]
[24.6.2022, 12:18:03] [FHEM]   CurrentRelativeHumidity [humidity]
[24.6.2022, 12:18:03] [FHEM]   CurrentHeatingCoolingState [undefined]
[24.6.2022, 12:18:03] [FHEM] Buero_Thermostat will not send proactive events
[24.6.2022, 12:18:03] [FHEM] Buero_Thermostat uses ID: MEQ086xxxx
  2022-06-24 12:18:03 caching: Buero_Thermostat-battery: ok
  2022-06-24 12:18:03 caching: Buero_Thermostat-desired-temp: 19.0
  2022-06-24 12:18:03 caching: Buero_Thermostat-measured-temp: 25.8
  2022-06-24 12:18:03 caching: Buero_Thermostat-humidity: 55
[24.6.2022, 12:18:03] [FHEM] Flur_Beleuchtung is switch
[24.6.2022, 12:18:03] [FHEM] Flur_Beleuchtung has
[24.6.2022, 12:18:03] [FHEM]   StatusLowBattery [battery]
[24.6.2022, 12:18:03] [FHEM]   On [state;on,off]
[24.6.2022, 12:18:03] [FHEM] Flur_Beleuchtung will not send proactive events
[24.6.2022, 12:18:03] [FHEM] Flur_Beleuchtung uses ID: OEQ062xxxx
  2022-06-24 12:18:03 caching: Flur_Beleuchtung-battery: ok
  2022-06-24 12:18:03 caching: Flur_Beleuchtung-state: off
[24.6.2022, 12:18:03] [FHEM] Flur_Licht is light
[24.6.2022, 12:18:03] [FHEM] Flur_Licht has
[24.6.2022, 12:18:03] [FHEM]   On [pct;on,off]
[24.6.2022, 12:18:03] [FHEM]   Brightness [pct]
[24.6.2022, 12:18:03] [FHEM] Flur_Licht will not send proactive events
[24.6.2022, 12:18:03] [FHEM] Flur_Licht uses ID: OEQ108xxxx
  2022-06-24 12:18:03 caching: Flur_Licht-pct: off
[24.6.2022, 12:18:03] [FHEM] Flur_Thermostat is thermostat
[24.6.2022, 12:18:03] [FHEM] Flur_Thermostat has
[24.6.2022, 12:18:03] [FHEM]   StatusLowBattery [battery]
[24.6.2022, 12:18:03] [FHEM]   TargetTemperature [desired-temp]
[24.6.2022, 12:18:03] [FHEM]   CurrentTemperature [measured-temp]
[24.6.2022, 12:18:03] [FHEM]   CurrentRelativeHumidity [humidity]
[24.6.2022, 12:18:03] [FHEM]   CurrentHeatingCoolingState [undefined]
[24.6.2022, 12:18:03] [FHEM] Flur_Thermostat will not send proactive events
[24.6.2022, 12:18:03] [FHEM] Flur_Thermostat uses ID: MEQ086xxxx
  2022-06-24 12:18:03 caching: Flur_Thermostat-battery: ok
  2022-06-24 12:18:03 caching: Flur_Thermostat-desired-temp: 19.0
  2022-06-24 12:18:03 caching: Flur_Thermostat-measured-temp: 25.4
  2022-06-24 12:18:03 caching: Flur_Thermostat-humidity: 53
[24.6.2022, 12:18:03] [FHEM] Kueche_Rollo is light
[24.6.2022, 12:18:03] [FHEM] Kueche_Rollo has
[24.6.2022, 12:18:03] [FHEM]   On [pct;on,off]
[24.6.2022, 12:18:03] [FHEM]   Brightness [pct]
[24.6.2022, 12:18:03] [FHEM] Kueche_Rollo will not send proactive events
[24.6.2022, 12:18:03] [FHEM] Kueche_Rollo uses ID: LEQ027xxxx
  2022-06-24 12:18:03 caching: Kueche_Rollo-pct: open
[24.6.2022, 12:18:03] [FHEM] Schlafzimmer_Rollo is light
[24.6.2022, 12:18:03] [FHEM] Schlafzimmer_Rollo has
[24.6.2022, 12:18:03] [FHEM]   On [pct;on,off]
[24.6.2022, 12:18:03] [FHEM]   Brightness [pct]
[24.6.2022, 12:18:03] [FHEM]   Custom Voltage [voltage]
[24.6.2022, 12:18:03] [FHEM] Schlafzimmer_Rollo will not send proactive events
[24.6.2022, 12:18:03] [FHEM] Schlafzimmer_Rollo uses ID: 00111BE989xxxx
  2022-06-24 12:18:03 caching: Schlafzimmer_Rollo-pct: 100
  2022-06-24 12:18:03 caching: Schlafzimmer_Rollo-voltage: 0
[24.6.2022, 12:18:03] [FHEM]     caching: Custom Voltage: 0 (as number; from '0')
[24.6.2022, 12:18:03] [FHEM] Schlafzimmer_Thermostat is thermostat
[24.6.2022, 12:18:03] [FHEM] Schlafzimmer_Thermostat has
[24.6.2022, 12:18:03] [FHEM]   StatusLowBattery [battery]
[24.6.2022, 12:18:03] [FHEM]   TargetTemperature [desired-temp]
[24.6.2022, 12:18:03] [FHEM]   CurrentTemperature [measured-temp]
[24.6.2022, 12:18:03] [FHEM]   CurrentRelativeHumidity [humidity]
[24.6.2022, 12:18:03] [FHEM]   CurrentHeatingCoolingState [undefined]
[24.6.2022, 12:18:03] [FHEM] Schlafzimmer_Thermostat will not send proactive events
[24.6.2022, 12:18:03] [FHEM] Schlafzimmer_Thermostat uses ID: MEQ086xxxx
  2022-06-24 12:18:03 caching: Schlafzimmer_Thermostat-battery: ok
  2022-06-24 12:18:03 caching: Schlafzimmer_Thermostat-desired-temp: 19.0
  2022-06-24 12:18:03 caching: Schlafzimmer_Thermostat-measured-temp: 24.8
  2022-06-24 12:18:03 caching: Schlafzimmer_Thermostat-humidity: 57
[24.6.2022, 12:18:03] [FHEM] Wohnzimmer_FunkSteckdose1 is switch
[24.6.2022, 12:18:03] [FHEM] Wohnzimmer_FunkSteckdose1 has
[24.6.2022, 12:18:03] [FHEM]   On [state;on,off]
[24.6.2022, 12:18:03] [FHEM] Wohnzimmer_FunkSteckdose1 will not send proactive events
[24.6.2022, 12:18:03] [FHEM] Wohnzimmer_FunkSteckdose1 uses ID: IT.000110000001110111xxxxxxxx 0 0000
  2022-06-24 12:18:03 caching: Wohnzimmer_FunkSteckdose1-state: off
[24.6.2022, 12:18:03] [FHEM] Wohnzimmer_RolloBalkon is light
[24.6.2022, 12:18:03] [FHEM] Wohnzimmer_RolloBalkon has
[24.6.2022, 12:18:03] [FHEM]   On [pct;on,off]
[24.6.2022, 12:18:03] [FHEM]   Brightness [pct]
[24.6.2022, 12:18:03] [FHEM]   Custom Voltage [voltage]
[24.6.2022, 12:18:03] [FHEM] Wohnzimmer_RolloBalkon will not send proactive events
[24.6.2022, 12:18:03] [FHEM] Wohnzimmer_RolloBalkon uses ID: 00111BE992xxxx
  2022-06-24 12:18:03 caching: Wohnzimmer_RolloBalkon-pct: 100
  2022-06-24 12:18:03 caching: Wohnzimmer_RolloBalkon-voltage: 0
[24.6.2022, 12:18:03] [FHEM]     caching: Custom Voltage: 0 (as number; from '0')
[24.6.2022, 12:18:03] [FHEM] Wohnzimmer_RolloSofa is light
[24.6.2022, 12:18:03] [FHEM] Wohnzimmer_RolloSofa has
[24.6.2022, 12:18:03] [FHEM]   On [pct;on,off]
[24.6.2022, 12:18:03] [FHEM]   Brightness [pct]
[24.6.2022, 12:18:03] [FHEM] Wohnzimmer_RolloSofa will not send proactive events
[24.6.2022, 12:18:03] [FHEM] Wohnzimmer_RolloSofa uses ID: JEQ011xxxx
  2022-06-24 12:18:03 caching: Wohnzimmer_RolloSofa-pct: open
[24.6.2022, 12:18:03] [FHEM] Wohnzimmer_RolloTheke is light
[24.6.2022, 12:18:03] [FHEM] Wohnzimmer_RolloTheke has
[24.6.2022, 12:18:03] [FHEM]   On [pct;on,off]
[24.6.2022, 12:18:03] [FHEM]   Brightness [pct]
[24.6.2022, 12:18:03] [FHEM] Wohnzimmer_RolloTheke will not send proactive events
[24.6.2022, 12:18:03] [FHEM] Wohnzimmer_RolloTheke uses ID: JEQ011xxxx
  2022-06-24 12:18:03 caching: Wohnzimmer_RolloTheke-pct: open
[24.6.2022, 12:18:03] [FHEM] Wohnzimmer_Thermostat is thermostat
[24.6.2022, 12:18:03] [FHEM] Wohnzimmer_Thermostat has
[24.6.2022, 12:18:03] [FHEM]   StatusLowBattery [battery]
[24.6.2022, 12:18:03] [FHEM]   TargetTemperature [desired-temp]
[24.6.2022, 12:18:03] [FHEM]   CurrentTemperature [measured-temp]
[24.6.2022, 12:18:03] [FHEM]   CurrentRelativeHumidity [humidity]
[24.6.2022, 12:18:03] [FHEM]   CurrentHeatingCoolingState [undefined]
[24.6.2022, 12:18:03] [FHEM] Wohnzimmer_Thermostat will not send proactive events
[24.6.2022, 12:18:03] [FHEM] Wohnzimmer_Thermostat uses ID: MEQ086xxxx
  2022-06-24 12:18:03 caching: Wohnzimmer_Thermostat-battery: ok
  2022-06-24 12:18:03 caching: Wohnzimmer_Thermostat-desired-temp: 19.0
  2022-06-24 12:18:03 caching: Wohnzimmer_Thermostat-measured-temp: 26.3
  2022-06-24 12:18:03 caching: Wohnzimmer_Thermostat-humidity: 52
[24.6.2022, 12:18:03] 39_alexa.pm is new version: true
[24.6.2022, 12:18:03] sshautoconf: completed successfully
[24.6.2022, 12:18:03] *** SSH: proxy configuration set up done
[24.6.2022, 12:18:03] Reading alexaFHEM.ProxyConnection set to starting;; starting SSH
[24.6.2022, 12:18:03] [FHEM]   executing: http://127.0.0.1:8083/fhem?cmd=%7B%24defs%7B%22Alexa%22%7D-%3E%7B%22active%22%7D%20%3D%201%3B%3Bundef%7D%3Bsetreading%20Alexa%20alexaFHEM.ProxyConnection%20starting%3B%3B%20starting%20SSH%3B%7B%24defs%7B%22Alexa%22%7D-%3E%7B%22active%22%7D%20%3D%200%3B%3Bundef%7D&XHR=1
[24.6.2022, 12:18:03] Starting SSH with -R 1234:127.0.0.1:45491 -oServerAliveInterval=90 -i /opt/fhem/.ssh/id_rsa -p 58824 fhem-va.fhem.de
[24.6.2022, 12:18:03] BearerToken '...AD247' read from Alexa
[24.6.2022, 12:18:04] Reading alexaFHEM.ProxyConnection set to running;; SSH connected
[24.6.2022, 12:18:04] [FHEM]   executing: http://127.0.0.1:8083/fhem?cmd=%7B%24defs%7B%22Alexa%22%7D-%3E%7B%22active%22%7D%20%3D%201%3B%3Bundef%7D%3Bsetreading%20Alexa%20alexaFHEM.ProxyConnection%20running%3B%3B%20SSH%20connected%3B%7B%24defs%7B%22Alexa%22%7D-%3E%7B%22active%22%7D%20%3D%200%3B%3Bundef%7D&XHR=1
[24.6.2022, 12:18:04] *** SSH: proxy connection established
[24.6.2022, 12:18:04] SSH: Welcome at the reverse proxy!  This pseudoshell does not react to any input - do not get irritated.

darthi

Bei mir hatte sich das ursprüngliche Problem des Threads dann gelöst, indem ich in der Alexa App alle Devices noch einmal neu initialisiert hatte (also gelöscht und neu gesucht).

Und auch das verzögerte Starten bzw. der Neustart des Alexa-Services nach einer gewissen Zeit brauche ich nicht mehr. Bei mir lag das tatsächlich an der langesamen HMCCU Initialisierung.
Seitdem ich meine FHEM Instanz von einem Pi Zero auf eine virtuelle Maschine auf einem deutlich potenteren Server umgezogen habe, ist die Initialisierung so schnell erledigt, dass auch der Alexa Service keinen verzögerten Start mehr braucht und direkt auf Anhieb alles korrekt erkennt.