[37_echodevice] Amazon Echo Modul (nicht Alexa)

Begonnen von michael.winkler, 12 Januar 2018, 18:20:12

Vorheriges Thema - Nächstes Thema

michael.winkler

Zitat von: Per am 26 Januar 2021, 19:53:39
Da muss ich dich jetzt leider enttäuschen: es geht alles (mit npm) ;), auch der Status bleibt jetzt konstant.

Aber: weil das reading voice gerne mal recht spät aktualisiert wird, wollte ich voice_timestamp auswerten, aber das Ergebnis von
FmtDateTime(ReadingsVal("$name","voice_timestamp",0))
ist 1611664188236 --> 53041-08-09 18:43:56
Da bin ich mir ziemlich sicher, dass das nicht das ist, was ich will :(

Jetzt habe ich den Intervall runter gesetzt auf 1s, falls das in der Praxis nicht reicht (gefühlt noch 5-10Sekunden), muss ich wohl doch 37_echodevice zur Übertragung Richtung Alexa/Echo und 39_Alexa Richtung Fhem benutzen. Das letzte Wort ist da aber noch nicht gesprochen, da ich auch noch nicht alle 312 Seiten hier gelesen habe. Bin ja auch noch auf der Suche von Ideen für Anwendungen.
ein get status vom Account Device würde hier weiterhelfen! Da würde man dann sehen wie Dein Device konfiguriert wurde. Keine Ahnung welchen Intervall du verstellt hast.

mthome

Guten Morgen zusammen,

seit gestern wird bei mir das voice Reading nach einem get Echo settings nicht mehr aktualisiert  :(

Deshalb habe ich Probleme mit  Sprachkommandos und der darauffolgenden Ansage. Die Echo Devices sind alle korrekt connected.
Wenn ich einen Speak Befehl manuel ausgebe funktioniert auch alles.

Meine Steuerung habe ich über Routinen umgesetzt, welche dann in Fhem einen get Echo settings triggert um aus dem voice Reading auszulesen was gesagt wurde.

Hat noch jemand das Problem oder ist es nur bei mir? Hat Amazon da wieder was geschraubt?

Danke,
Michael

michael.winkler

Ab Morgen Früh, ca. 8 Uhr, wird wieder eine neue Version online sein!

Aktuell funktionieren die Routinen nicht mehr.


##############################################
#
# 2021.01.28 v0.2.7
# - BUG:     Routinen werden nicht mehr angezeigt
#

mthome

Hallo Michael,

vielen Dank für die schnelle Unterstützung!!! Habe es manuell installiert und alles geht wieder  ;D

neyzen

Hallo Michael,

gibt es vielleicht die Möglichkeit die Sound Bibliothek etwas zu erweitern?

MadMax-FHEM

Zitat von: neyzen am 28 Januar 2021, 12:45:19
Hallo Michael,

gibt es vielleicht die Möglichkeit die Sound Bibliothek etwas zu erweitern?

Anleitung gelesen? ;)

Zitat von: Anleitung von Michael Winkler
set ECHO_XXX sounds Sound
Hier kann ein einfacher Sound abgespielt werden, welche direkt von Amazon angeboten wird.

Daher wirst du den Wunsch wohl an Amazon richten müssen ;)

EDIT: oder https://mwinkler.jimdo.com/smarthome/eigene-module/echodevice/#MP3_Playlisten

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

neyzen

Ja ich weis schon wie ich das abspielen kann, nur die verfügbaren sounds sind recht wenig.
Ich dachte halt ob man die nicht etwas erweitern kann.

MadMax-FHEM

Ich wollte ja NICHT zeigen WIE sie abgespielt werden können sondern eben (daher ja das Zitat aus der Beschreibung des set-Befehls) WOHER die Sounds kommen: von AMAZON!

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

adn77

Zitat von: neyzen am 28 Januar 2021, 12:45:19
gibt es vielleicht die Möglichkeit die Sound Bibliothek etwas zu erweitern?

Du kannst in den Speak Kommandos sämtliche SSML Befehle verwenden inkl. der <audio> Tags.

Skusi

Hallo zusammen,

gestern hatte ich das unschöne Phänomen das Fhem in kurzen Abständen neu startete.
Die Nachforschungen haben dann ergeben das es am echo Modul liegt. Da ich erstmal schnelle Hilfe brachte habe ich das 37_echodevice.pm kurzerhand umbenannt  und nach dem nächsten Absturz war die Echos erstmal weg und das System stabil.
Durch viel lesen in diesem Threat habe ich die Ursache dann gefunden: Irgendwie sind in der Alexa App, also bei Amazon diverse Routinen verloren gegangen, und jedes mal wenn Fhem eine Routine starten wollte die nicht existiert, stürzt Fhem ab.
OK, alle Routinen Aufrufe deaktiviert  und das 37_echodevice.pm wieder hergestellt. Neustart, und alle Echo´s sind wieder da. Allerding im Status INITIALIZED.

Dann mwinkler´s  Anleitung zum NPM Login studiert und alles auf den neuesten Stand gebracht. Fhem update, Raspberry update, NPM install (node v15.5.0 / NPM 7.3.0)

Aber bei Ausführung von NPM Login New bekomme ich nicht den versprochenen Link angezeigt sondern eine Fehlermeldung im Log:

/opt/fhem/cache/alexa-cookie/node_modules/alexa-cookie2/alexa-cookie.js:106
                res.connection.end();
                               ^

TypeError: Cannot read property 'end' of null
    at IncomingMessage.<anonymous> (/opt/fhem/cache/alexa-cookie/node_modules/alexa-cookie2/alexa-cookie.js:106:32)
    at IncomingMessage.emit (node:events:388:22)
    at endReadableNT (node:internal/streams/readable:1305:12)
    at processTicksAndRejections (node:internal/process/task_queues:80:21)
2021.01.28 19:50:01 3: [Amazon] [echodevice_NPMLoginNew] Result: Es ist ein Fehler aufgetreten!! Bitte das FHEM Log pruefen.
2021.01.28 19:50:33 4: [Amazon] [echodevice_LoginStart] [enable] set next internal timer start in 60 seconds.
2021.01.28 19:51:33 4: [Amazon] [echodevice_LoginStart] [enable] set next internal timer start in 60 seconds.
2021.01.28 19:52:33 4: [Amazon] [echodevice_LoginStart] [enable] set next internal timer start in 60 seconds.
2021.01.28 19:53:33 4: [Amazon] [echodevice_LoginStart] [enable] set next internal timer start in 60 seconds.
2021.01.28 19:54:33 4: [Amazon] [echodevice_LoginStart] [enable] set next internal timer start in 60 seconds.
2021.01.28 19:54:45 4: [Amazon] [get status] Version alexa-cookie.js = 2.1.0
2021.01.28 19:55:33 4: [Amazon] [echodevice_LoginStart] [enable] set next internal timer start in 60 seconds.
2021.01.28 19:56:33 4: [Amazon] [echodevice_LoginStart] [enable] set next internal timer start in 60 seconds.
2021.01.28 19:56:53 3: [Amazon] [echodevice_NPMLoginNew] Node Version 15.5.0

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Version alexa-cookie.js = 2.1.0
2021.01.28 19:56:53 3: [Amazon] [echodevice_NPMLoginNew] Check Interface=lo IP=127.0.0.1
2021.01.28 19:56:53 3: [Amazon] [echodevice_NPMLoginNew]   Ignor Interface=lo IP=127.0.0.1
2021.01.28 19:56:53 3: [Amazon] [echodevice_NPMLoginNew] Check Interface=eth0 IP=192.168.12.158
2021.01.28 19:56:53 3: [Amazon] [echodevice_NPMLoginNew]   Result Interface=eth0 IP=192.168.12.158
2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port Active Internet connections (servers and established)

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port Proto Recv-Q Send-Q Local Address           Foreign Address         State     

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 0.0.0.0:8083            0.0.0.0:*               LISTEN     

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 0.0.0.0:8084            0.0.0.0:*               LISTEN     

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 0.0.0.0:8085            0.0.0.0:*               LISTEN     

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 0.0.0.0:ssh             0.0.0.0:*               LISTEN     

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN     

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 0.0.0.0:8383            0.0.0.0:*               LISTEN     

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 0.0.0.0:43423           0.0.0.0:*               LISTEN     

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 0.0.0.0:7072            0.0.0.0:*               LISTEN     

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 localhost:44205         0.0.0.0:*               LISTEN     

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 0.0.0.0:sunrpc          0.0.0.0:*               LISTEN     

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 0.0.0.0:47121           0.0.0.0:*               LISTEN     

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.fr:1883 Dekolampe-Flur.fr:12659 ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.fr:1883 LED-W-Controller-:13085 ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.fr:8083 Turbo-Book.fritz.:53604 ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.fr:8083 Lenovo-Tab.fritz.:59280 ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.fr:1883 Luxmeter.fritz.bo:64627 ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.fr:1883 Kaffeemaschiene.f:65433 ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.fr:8083 Turbo-Book.fritz.:53158 TIME_WAIT 

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 localhost:8083          localhost:58436         ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.fr:8083 Turbo-Book.fritz.:53601 ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 localhost:44205         localhost:53074         ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.fr:8083 Turbo-Book.fritz.:53611 ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.fri:ssh Turbo-Book.fritz.:52875 ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.f:36500 AVR-Wohnzimmer.fri:http TIME_WAIT 

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.f:55852 LED-W-Controller-S:9090 ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.fr:1883 Bettsensor-Skusi.:60749 ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.fr:8083 Turbo-Book.fritz.:53606 ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.fr:1883 BOB.fritz.box:58332     ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.f:56692 RGB-Controler-Bett:9090 ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.fr:1883 Sonoff-Pow-Garten:59269 ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.f:41774 RGB-Controler-Kuec:9090 ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 localhost:58436         localhost:8083          ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.fr:1883 Sonoff-Teich.frit:55805 ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 localhost:43748         localhost:7072          TIME_WAIT 

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.fr:8083 Lenovo-Tab.fritz.:59279 ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 localhost:53074         localhost:44205         ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.fr:1883 Sonoff-IR-Kino.fr:54038 ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.fr:1883 RGB-Controler-Vit:22534 ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.f:47974 fritz.box:1012          ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.f:56066 149.154.167.220:https   ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.f:56274 RGB-Controler-Kami:9090 ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.f:34574 Dimmer-Flurlicht.f:http TIME_WAIT 

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.fr:8083 Turbo-Book.fritz.:53614 ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.fr:1883 Zusatzheizung-Buer:1806 ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.fr:8083 Turbo-Book.fritz.:53605 ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.fr:8083 Turbo-Book.fritz.:53602 ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.fr:1883 Bettsensor-Dodo.f:59973 ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.fr:8083 Turbo-Book.fritz.:53603 ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.f:36502 AVR-Wohnzimmer.fri:http TIME_WAIT 

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.fr:1883 StatWars-Lampe-li:17317 ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 localhost:43758         localhost:7072          TIME_WAIT 

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.fr:8083 Turbo-Book.fritz.:53613 TIME_WAIT 

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 localhost:43750         localhost:7072          TIME_WAIT 

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.f:52576 RGBCW-Controller-K:9090 ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.f:36498 AVR-Wohnzimmer.fri:http TIME_WAIT 

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.fr:1883 Puschellampe.frit:10572 ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.f:52446 fhem.de:58824           ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.fr:1883 StatWars-Lampe-re:19969 ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp6       0      0 [::]:ftp                [::]:*                  LISTEN     

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp6       0      0 [::]:ssh                [::]:*                  LISTEN     

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp6       0      0 [::]:3000               [::]:*                  LISTEN     

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp6       0      0 [::]:42043              [::]:*                  LISTEN     

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp6       0      0 [::]:43533              [::]:*                  LISTEN     

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp6       0      0 [::]:sunrpc             [::]:*                  LISTEN     

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port udp        0      0 0.0.0.0:43232           0.0.0.0:*                         

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port udp        0      0 0.0.0.0:47889           0.0.0.0:*                         

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port udp        0      0 0.0.0.0:sunrpc          0.0.0.0:*                         

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port udp        0      0 localhost:653           0.0.0.0:*                         

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port udp6       0      0 [::]:52978              [::]:*                             

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port udp6       0      0 [::]:47017              [::]:*                             

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port udp6       0      0 [::]:sunrpc             [::]:*                             

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port Active UNIX domain sockets (servers and established)

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port Proto RefCnt Flags       Type       State         I-Node   Path

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  3      [ ]         DGRAM                    10246    /run/systemd/notify

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  2      [ ACC ]     STREAM     LISTENING     10250    /run/systemd/private

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  2      [ ACC ]     STREAM     LISTENING     10257    /run/rpcbind.sock

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  2      [ ACC ]     STREAM     LISTENING     10268    /run/systemd/fsck.progress

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  7      [ ]         DGRAM                    10271    /run/systemd/journal/dev-log

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  2      [ ACC ]     SEQPACKET  LISTENING     10276    /run/udev/control

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  2      [ ]         DGRAM                    10289    /run/systemd/journal/syslog

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  2      [ ACC ]     STREAM     LISTENING     10292    /run/systemd/journal/stdout

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  4      [ ]         DGRAM                    10295    /run/systemd/journal/socket

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  3      [ ]         STREAM     CONNECTED     19096   

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  3      [ ]         STREAM     CONNECTED     19095   

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  3      [ ]         DGRAM                    11341   

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  2      [ ]         DGRAM                    11339   

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  3      [ ]         STREAM     CONNECTED     11335   

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  3      [ ]         STREAM     CONNECTED     15767   

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  3      [ ]         STREAM     CONNECTED     10661    /run/systemd/journal/stdout

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  3      [ ]         STREAM     CONNECTED     20697   

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  3      [ ]         STREAM     CONNECTED     20692   

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  3      [ ]         STREAM     CONNECTED     20694   

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  3      [ ]         STREAM     CONNECTED     20693   

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  3      [ ]         STREAM     CONNECTED     20696   

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  3      [ ]         DGRAM                    11342   

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  3      [ ]         STREAM     CONNECTED     13845    /run/systemd/journal/stdout

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  3      [ ]         STREAM     CONNECTED     20695   

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  3      [ ]         STREAM     CONNECTED     18655    /run/rpcbind.sock

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  3      [ ]         STREAM     CONNECTED     17825   

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  2      [ ]         DGRAM                    14436   

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  2      [ ]         DGRAM                    14976   

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  3      [ ]         STREAM     CONNECTED     10188    /run/systemd/journal/stdout

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  2      [ ]         STREAM     CONNECTED     13273   

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  3      [ ]         STREAM     CONNECTED     12451   

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  2      [ ]         DGRAM                    13785   

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  2      [ ]         DGRAM                    9477     

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  3      [ ]         STREAM     CONNECTED     12515   

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  3      [ ]         STREAM     CONNECTED     12981   

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  3      [ ]         STREAM     CONNECTED     14351    /run/systemd/journal/stdout

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  2      [ ]         DGRAM                    13295   

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  2      [ ]         DGRAM                    8730     

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  2      [ ]         DGRAM                    12984   

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  3      [ ]         STREAM     CONNECTED     13923    /run/systemd/journal/stdout

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  3      [ ]         DGRAM                    10249   

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  3      [ ]         DGRAM                    10248   

2021.01.28 19:56:53 3: [Amazon] [echodevice_NPMLoginNew] Proxy Port 3002 is free
2021.01.28 19:56:53 3: [Amazon] [echodevice_NPMLoginNew] Proxy IP 192.168.12.158
2021.01.28 19:56:54 3: [Amazon] [echodevice_NPMLoginNew] Result Alexa-Cookie: Use as Login-Amazon-URL: amazon.de

2021.01.28 19:56:54 3: [Amazon] [echodevice_NPMLoginNew] Result Alexa-Cookie: Use as User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36

2021.01.28 19:56:54 3: [Amazon] [echodevice_NPMLoginNew] Result Alexa-Cookie: Use as Accept-Language: de-DE

2021.01.28 19:56:54 3: [Amazon] [echodevice_NPMLoginNew] Result Alexa-Cookie: Proxy-Mode enabled if needed: 192.168.12.158:3002 to listen on 192.168.12.158

2021.01.28 19:56:54 3: [Amazon] [echodevice_NPMLoginNew] Result Alexa-Cookie: Step 1: get first cookie and authentication redirect

2021.01.28 19:56:54 3: [Amazon] [echodevice_NPMLoginNew] Result Alexa-Cookie: Sending Request with {"host":"alexa.amazon.de","path":"","method":"GET","headers":{"DNT":"1","Upgrade-Insecure-Requests":"1","User-Agent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36","Accept-Language":"de-DE","Connection":"keep-alive","Accept":"*/*"}}

2021.01.28 19:56:55 3: [Amazon] [echodevice_NPMLoginNew] Result Alexa-Cookie: Response (302) - Redirect to https://www.amazon.de/ap/signin?showRmrMe=1&openid.return_to=https%3A%2F%2Falexa.amazon.de%2F&openid.identity=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&openid.assoc_handle=amzn_dp_project_dee_de&openid.mode=checkid_setup&openid.claimed_id=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0&

2021.01.28 19:56:55 3: [Amazon] [echodevice_NPMLoginNew] Result Alexa-Cookie: Sending Request with {"host":"www.amazon.de","path":"/ap/signin?showRmrMe=1&openid.return_to=https%3A%2F%2Falexa.amazon.de%2F&openid.identity=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&openid.assoc_handle=amzn_dp_project_dee_de&openid.mode=checkid_setup&openid.claimed_id=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0&","method":"GET","headers":{"DNT":"1","Upgrade-Insecure-Requests":"1","User-Agent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36","Accept-Language":"de-DE","Connection":"keep-alive","Accept":"*/*","Cookie":""},"body":""}

2021.01.28 19:56:55 3: [Amazon] [echodevice_NPMLoginNew] Result Alexa-Cookie: Response (200)


Get Status:

Modul Infos:

Beschreibung    Bereich    Wert
STATE    Reading unbekannt
Version    Reading 0.2.6
NPM Cookie Version    Reading 2.1.0
COOKIE_STATE    Reading unbekannt
COOKIE_TYPE    Reading NEW
COOKIE_MODE    Reading NPM
amazon_refreshtoken    Reading wird erzeugt
event-on-change-reading    Attribut 1
icon    Attribut alexa
alias    Attribut Echo Amazon
verbose    Attribut 2
server    Attribut layla.amazon.de
npm_bin_node    Attribut /usr/local/bin/node
room    Attribut 9.3_Echos
npm_bin    Attribut /usr/local/bin/npm

Amazon Cookie:

Beschreibung    Bereich    Wert
.COOKIE    Reading unbekannt....
COOKIE_STATE    Reading unbekannt
COOKIE_TYPE    Reading NEW
amazon_refreshtoken    Reading wird erzeugt
.COOKIE    Helper ....
.COMMSID    Helper ....
.CSRF    Helper ....
.DIRECTID    Helper ....
RUNLOGIN    Helper 0
RUNNING_REQUEST    Helper
LOGINERROR    Helper 0


Wie bekomme ich meine Echos wieder Online ?

Ein anderer User hat hier geschrieben das es bei ihm an einer zu neuen Node Version gelegen hat und das es nach dongrade auf 13 wieder funktionierte. Das ist allerdings schon ne Weile her. Ist das vieleicht auch mein Problem, weil ich leider geupdatet habe ?
Ich möchte aber ungerne eine "alte" Version installieren.

Bitte Hilfe ...


RPI3B, SIGNALduino, NanoCul868 (a-culfw), JeeLink Clone (LaCrosse), Firmata  für FB Heizung,Wasser+Gas+Klingel+Lux, Somfy Rolladen, Pollin Steckd.,TX29DTH,ESPEasy an S0 Stromz., MAX Fensterkontakte, IButton, SonOff Tasmota, ESP LED Controler

michael.winkler

Zitat von: Skusi am 29 Januar 2021, 09:33:46
Hallo zusammen,

gestern hatte ich das unschöne Phänomen das Fhem in kurzen Abständen neu startete.
Die Nachforschungen haben dann ergeben das es am echo Modul liegt. Da ich erstmal schnelle Hilfe brachte habe ich das 37_echodevice.pm kurzerhand umbenannt  und nach dem nächsten Absturz war die Echos erstmal weg und das System stabil.
Durch viel lesen in diesem Threat habe ich die Ursache dann gefunden: Irgendwie sind in der Alexa App, also bei Amazon diverse Routinen verloren gegangen, und jedes mal wenn Fhem eine Routine starten wollte die nicht existiert, stürzt Fhem ab.
OK, alle Routinen Aufrufe deaktiviert  und das 37_echodevice.pm wieder hergestellt. Neustart, und alle Echo´s sind wieder da. Allerding im Status INITIALIZED.

Dann mwinkler´s  Anleitung zum NPM Login studiert und alles auf den neuesten Stand gebracht. Fhem update, Raspberry update, NPM install (node v15.5.0 / NPM 7.3.0)

Aber bei Ausführung von NPM Login New bekomme ich nicht den versprochenen Link angezeigt sondern eine Fehlermeldung im Log:

/opt/fhem/cache/alexa-cookie/node_modules/alexa-cookie2/alexa-cookie.js:106
                res.connection.end();
                               ^

TypeError: Cannot read property 'end' of null
    at IncomingMessage.<anonymous> (/opt/fhem/cache/alexa-cookie/node_modules/alexa-cookie2/alexa-cookie.js:106:32)
    at IncomingMessage.emit (node:events:388:22)
    at endReadableNT (node:internal/streams/readable:1305:12)
    at processTicksAndRejections (node:internal/process/task_queues:80:21)
2021.01.28 19:50:01 3: [Amazon] [echodevice_NPMLoginNew] Result: Es ist ein Fehler aufgetreten!! Bitte das FHEM Log pruefen.
2021.01.28 19:50:33 4: [Amazon] [echodevice_LoginStart] [enable] set next internal timer start in 60 seconds.
2021.01.28 19:51:33 4: [Amazon] [echodevice_LoginStart] [enable] set next internal timer start in 60 seconds.
2021.01.28 19:52:33 4: [Amazon] [echodevice_LoginStart] [enable] set next internal timer start in 60 seconds.
2021.01.28 19:53:33 4: [Amazon] [echodevice_LoginStart] [enable] set next internal timer start in 60 seconds.
2021.01.28 19:54:33 4: [Amazon] [echodevice_LoginStart] [enable] set next internal timer start in 60 seconds.
2021.01.28 19:54:45 4: [Amazon] [get status] Version alexa-cookie.js = 2.1.0
2021.01.28 19:55:33 4: [Amazon] [echodevice_LoginStart] [enable] set next internal timer start in 60 seconds.
2021.01.28 19:56:33 4: [Amazon] [echodevice_LoginStart] [enable] set next internal timer start in 60 seconds.
2021.01.28 19:56:53 3: [Amazon] [echodevice_NPMLoginNew] Node Version 15.5.0

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Version alexa-cookie.js = 2.1.0
2021.01.28 19:56:53 3: [Amazon] [echodevice_NPMLoginNew] Check Interface=lo IP=127.0.0.1
2021.01.28 19:56:53 3: [Amazon] [echodevice_NPMLoginNew]   Ignor Interface=lo IP=127.0.0.1
2021.01.28 19:56:53 3: [Amazon] [echodevice_NPMLoginNew] Check Interface=eth0 IP=192.168.12.158
2021.01.28 19:56:53 3: [Amazon] [echodevice_NPMLoginNew]   Result Interface=eth0 IP=192.168.12.158
2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port Active Internet connections (servers and established)

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port Proto Recv-Q Send-Q Local Address           Foreign Address         State     

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 0.0.0.0:8083            0.0.0.0:*               LISTEN     

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 0.0.0.0:8084            0.0.0.0:*               LISTEN     

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 0.0.0.0:8085            0.0.0.0:*               LISTEN     

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 0.0.0.0:ssh             0.0.0.0:*               LISTEN     

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN     

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 0.0.0.0:8383            0.0.0.0:*               LISTEN     

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 0.0.0.0:43423           0.0.0.0:*               LISTEN     

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 0.0.0.0:7072            0.0.0.0:*               LISTEN     

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 localhost:44205         0.0.0.0:*               LISTEN     

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 0.0.0.0:sunrpc          0.0.0.0:*               LISTEN     

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 0.0.0.0:47121           0.0.0.0:*               LISTEN     

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.fr:1883 Dekolampe-Flur.fr:12659 ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.fr:1883 LED-W-Controller-:13085 ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.fr:8083 Turbo-Book.fritz.:53604 ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.fr:8083 Lenovo-Tab.fritz.:59280 ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.fr:1883 Luxmeter.fritz.bo:64627 ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.fr:1883 Kaffeemaschiene.f:65433 ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.fr:8083 Turbo-Book.fritz.:53158 TIME_WAIT 

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 localhost:8083          localhost:58436         ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.fr:8083 Turbo-Book.fritz.:53601 ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 localhost:44205         localhost:53074         ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.fr:8083 Turbo-Book.fritz.:53611 ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.fri:ssh Turbo-Book.fritz.:52875 ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.f:36500 AVR-Wohnzimmer.fri:http TIME_WAIT 

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.f:55852 LED-W-Controller-S:9090 ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.fr:1883 Bettsensor-Skusi.:60749 ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.fr:8083 Turbo-Book.fritz.:53606 ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.fr:1883 BOB.fritz.box:58332     ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.f:56692 RGB-Controler-Bett:9090 ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.fr:1883 Sonoff-Pow-Garten:59269 ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.f:41774 RGB-Controler-Kuec:9090 ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 localhost:58436         localhost:8083          ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.fr:1883 Sonoff-Teich.frit:55805 ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 localhost:43748         localhost:7072          TIME_WAIT 

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.fr:8083 Lenovo-Tab.fritz.:59279 ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 localhost:53074         localhost:44205         ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.fr:1883 Sonoff-IR-Kino.fr:54038 ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.fr:1883 RGB-Controler-Vit:22534 ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.f:47974 fritz.box:1012          ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.f:56066 149.154.167.220:https   ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.f:56274 RGB-Controler-Kami:9090 ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.f:34574 Dimmer-Flurlicht.f:http TIME_WAIT 

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.fr:8083 Turbo-Book.fritz.:53614 ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.fr:1883 Zusatzheizung-Buer:1806 ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.fr:8083 Turbo-Book.fritz.:53605 ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.fr:8083 Turbo-Book.fritz.:53602 ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.fr:1883 Bettsensor-Dodo.f:59973 ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.fr:8083 Turbo-Book.fritz.:53603 ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.f:36502 AVR-Wohnzimmer.fri:http TIME_WAIT 

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.fr:1883 StatWars-Lampe-li:17317 ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 localhost:43758         localhost:7072          TIME_WAIT 

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.fr:8083 Turbo-Book.fritz.:53613 TIME_WAIT 

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 localhost:43750         localhost:7072          TIME_WAIT 

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.f:52576 RGBCW-Controller-K:9090 ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.f:36498 AVR-Wohnzimmer.fri:http TIME_WAIT 

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.fr:1883 Puschellampe.frit:10572 ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.f:52446 fhem.de:58824           ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp        0      0 Raspberry3-Fhem.fr:1883 StatWars-Lampe-re:19969 ESTABLISHED

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp6       0      0 [::]:ftp                [::]:*                  LISTEN     

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp6       0      0 [::]:ssh                [::]:*                  LISTEN     

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp6       0      0 [::]:3000               [::]:*                  LISTEN     

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp6       0      0 [::]:42043              [::]:*                  LISTEN     

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp6       0      0 [::]:43533              [::]:*                  LISTEN     

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port tcp6       0      0 [::]:sunrpc             [::]:*                  LISTEN     

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port udp        0      0 0.0.0.0:43232           0.0.0.0:*                         

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port udp        0      0 0.0.0.0:47889           0.0.0.0:*                         

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port udp        0      0 0.0.0.0:sunrpc          0.0.0.0:*                         

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port udp        0      0 localhost:653           0.0.0.0:*                         

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port udp6       0      0 [::]:52978              [::]:*                             

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port udp6       0      0 [::]:47017              [::]:*                             

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port udp6       0      0 [::]:sunrpc             [::]:*                             

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port Active UNIX domain sockets (servers and established)

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port Proto RefCnt Flags       Type       State         I-Node   Path

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  3      [ ]         DGRAM                    10246    /run/systemd/notify

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  2      [ ACC ]     STREAM     LISTENING     10250    /run/systemd/private

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  2      [ ACC ]     STREAM     LISTENING     10257    /run/rpcbind.sock

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  2      [ ACC ]     STREAM     LISTENING     10268    /run/systemd/fsck.progress

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  7      [ ]         DGRAM                    10271    /run/systemd/journal/dev-log

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  2      [ ACC ]     SEQPACKET  LISTENING     10276    /run/udev/control

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  2      [ ]         DGRAM                    10289    /run/systemd/journal/syslog

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  2      [ ACC ]     STREAM     LISTENING     10292    /run/systemd/journal/stdout

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  4      [ ]         DGRAM                    10295    /run/systemd/journal/socket

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  3      [ ]         STREAM     CONNECTED     19096   

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  3      [ ]         STREAM     CONNECTED     19095   

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  3      [ ]         DGRAM                    11341   

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  2      [ ]         DGRAM                    11339   

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  3      [ ]         STREAM     CONNECTED     11335   

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  3      [ ]         STREAM     CONNECTED     15767   

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  3      [ ]         STREAM     CONNECTED     10661    /run/systemd/journal/stdout

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  3      [ ]         STREAM     CONNECTED     20697   

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  3      [ ]         STREAM     CONNECTED     20692   

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  3      [ ]         STREAM     CONNECTED     20694   

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  3      [ ]         STREAM     CONNECTED     20693   

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  3      [ ]         STREAM     CONNECTED     20696   

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  3      [ ]         DGRAM                    11342   

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  3      [ ]         STREAM     CONNECTED     13845    /run/systemd/journal/stdout

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  3      [ ]         STREAM     CONNECTED     20695   

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  3      [ ]         STREAM     CONNECTED     18655    /run/rpcbind.sock

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  3      [ ]         STREAM     CONNECTED     17825   

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  2      [ ]         DGRAM                    14436   

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  2      [ ]         DGRAM                    14976   

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  3      [ ]         STREAM     CONNECTED     10188    /run/systemd/journal/stdout

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  2      [ ]         STREAM     CONNECTED     13273   

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  3      [ ]         STREAM     CONNECTED     12451   

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  2      [ ]         DGRAM                    13785   

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  2      [ ]         DGRAM                    9477     

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  3      [ ]         STREAM     CONNECTED     12515   

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  3      [ ]         STREAM     CONNECTED     12981   

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  3      [ ]         STREAM     CONNECTED     14351    /run/systemd/journal/stdout

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  2      [ ]         DGRAM                    13295   

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  2      [ ]         DGRAM                    8730     

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  2      [ ]         DGRAM                    12984   

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  3      [ ]         STREAM     CONNECTED     13923    /run/systemd/journal/stdout

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  3      [ ]         DGRAM                    10249   

2021.01.28 19:56:53 4: [Amazon] [echodevice_NPMLoginNew] Result Proxy Port unix  3      [ ]         DGRAM                    10248   

2021.01.28 19:56:53 3: [Amazon] [echodevice_NPMLoginNew] Proxy Port 3002 is free
2021.01.28 19:56:53 3: [Amazon] [echodevice_NPMLoginNew] Proxy IP 192.168.12.158
2021.01.28 19:56:54 3: [Amazon] [echodevice_NPMLoginNew] Result Alexa-Cookie: Use as Login-Amazon-URL: amazon.de

2021.01.28 19:56:54 3: [Amazon] [echodevice_NPMLoginNew] Result Alexa-Cookie: Use as User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36

2021.01.28 19:56:54 3: [Amazon] [echodevice_NPMLoginNew] Result Alexa-Cookie: Use as Accept-Language: de-DE

2021.01.28 19:56:54 3: [Amazon] [echodevice_NPMLoginNew] Result Alexa-Cookie: Proxy-Mode enabled if needed: 192.168.12.158:3002 to listen on 192.168.12.158

2021.01.28 19:56:54 3: [Amazon] [echodevice_NPMLoginNew] Result Alexa-Cookie: Step 1: get first cookie and authentication redirect

2021.01.28 19:56:54 3: [Amazon] [echodevice_NPMLoginNew] Result Alexa-Cookie: Sending Request with {"host":"alexa.amazon.de","path":"","method":"GET","headers":{"DNT":"1","Upgrade-Insecure-Requests":"1","User-Agent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36","Accept-Language":"de-DE","Connection":"keep-alive","Accept":"*/*"}}

2021.01.28 19:56:55 3: [Amazon] [echodevice_NPMLoginNew] Result Alexa-Cookie: Response (302) - Redirect to https://www.amazon.de/ap/signin?showRmrMe=1&openid.return_to=https%3A%2F%2Falexa.amazon.de%2F&openid.identity=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&openid.assoc_handle=amzn_dp_project_dee_de&openid.mode=checkid_setup&openid.claimed_id=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0&

2021.01.28 19:56:55 3: [Amazon] [echodevice_NPMLoginNew] Result Alexa-Cookie: Sending Request with {"host":"www.amazon.de","path":"/ap/signin?showRmrMe=1&openid.return_to=https%3A%2F%2Falexa.amazon.de%2F&openid.identity=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&openid.assoc_handle=amzn_dp_project_dee_de&openid.mode=checkid_setup&openid.claimed_id=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0&","method":"GET","headers":{"DNT":"1","Upgrade-Insecure-Requests":"1","User-Agent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36","Accept-Language":"de-DE","Connection":"keep-alive","Accept":"*/*","Cookie":""},"body":""}

2021.01.28 19:56:55 3: [Amazon] [echodevice_NPMLoginNew] Result Alexa-Cookie: Response (200)


Get Status:

Modul Infos:

Beschreibung    Bereich    Wert
STATE    Reading unbekannt
Version    Reading 0.2.6
NPM Cookie Version    Reading 2.1.0
COOKIE_STATE    Reading unbekannt
COOKIE_TYPE    Reading NEW
COOKIE_MODE    Reading NPM
amazon_refreshtoken    Reading wird erzeugt
event-on-change-reading    Attribut 1
icon    Attribut alexa
alias    Attribut Echo Amazon
verbose    Attribut 2
server    Attribut layla.amazon.de
npm_bin_node    Attribut /usr/local/bin/node
room    Attribut 9.3_Echos
npm_bin    Attribut /usr/local/bin/npm

Amazon Cookie:

Beschreibung    Bereich    Wert
.COOKIE    Reading unbekannt....
COOKIE_STATE    Reading unbekannt
COOKIE_TYPE    Reading NEW
amazon_refreshtoken    Reading wird erzeugt
.COOKIE    Helper ....
.COMMSID    Helper ....
.CSRF    Helper ....
.DIRECTID    Helper ....
RUNLOGIN    Helper 0
RUNNING_REQUEST    Helper
LOGINERROR    Helper 0


Wie bekomme ich meine Echos wieder Online ?

Ein anderer User hat hier geschrieben das es bei ihm an einer zu neuen Node Version gelegen hat und das es nach dongrade auf 13 wieder funktionierte. Das ist allerdings schon ne Weile her. Ist das vieleicht auch mein Problem, weil ich leider geupdatet habe ?
Ich möchte aber ungerne eine "alte" Version installieren.

Bitte Hilfe ...
Dein NPM Alexa_Cookie ist noch die Version 2.1.0. Hier müsstest du noch mal npm_install ausführen. Falls die Version immer noch die Gleiche ist solltest du mal das LOG kontrollieren. Abhilfe könnte auch das Löschen des Cache Verzeichnisses sein.

Skusi

ZitatDein NPM Alexa_Cookie ist noch die Version 2.1.0. Hier müsstest du noch mal npm_install ausführen. Falls die Version immer noch die Gleiche ist solltest du mal das LOG kontrollieren. Abhilfe könnte auch das Löschen des Cache Verzeichnisses sein.

NPM_install ausgeführt:

Installationsergebnis


Vorhandene Installation wird aktualisiert

up to date, audited 180 packages in 5s

3 vulnerabilities (2 low, 1 high)

To address all issues, run:
npm audit fix

Run `npm audit` for details.
Installation erfolgreich durchgefuehrt


NPM Cookie Version      Reading   2.1.0

Keine Logeinträge, bei Verbose 5 !

Nur jede Minute:
2021.01.29 17:39:01 5: [Amazon] [echodevice_GetSettings] start refresh settings
2021.01.29 17:39:01 5: [Amazon] [echodevice_GetSettings] unknown state / state = INITIALIZED
2021.01.29 17:39:01 4: [Amazon] [echodevice_LoginStart] [enable] set next internal timer start in 60 seconds.


Welches Cache Verzeichniss soll ich löschen ?

/opt/fhem/cache/alexa-cookie/ ?
RPI3B, SIGNALduino, NanoCul868 (a-culfw), JeeLink Clone (LaCrosse), Firmata  für FB Heizung,Wasser+Gas+Klingel+Lux, Somfy Rolladen, Pollin Steckd.,TX29DTH,ESPEasy an S0 Stromz., MAX Fensterkontakte, IButton, SonOff Tasmota, ESP LED Controler

Skusi

Hat sich gerade erledigt.

Ich habe das Cache Verzeichnis gelöscht und NPM_install nochmal ausgeführt. Danach hatte ich ein NPM Cookie Version 3.4.2
Dann NPM_Login New und alle Echos sind wieder connected !!!

Danke für die Hilfe.

Bleibt nur noch die Sache mit den Abstürzen bei routine_play wenn die Routine nicht vorhanden ist.

Setzte ich ein
set Echo_Buero routine_play Skusi_ist_zuhause@amzn1.alexa.automation.fbc3549b-8eaf-4dbd-98f6-71bde894c5df

ab, obwohl der Befehl routine_play nichtmal in dem Echo verfügbar ist, stürzt Fhem sofort ab und startet neu.
RPI3B, SIGNALduino, NanoCul868 (a-culfw), JeeLink Clone (LaCrosse), Firmata  für FB Heizung,Wasser+Gas+Klingel+Lux, Somfy Rolladen, Pollin Steckd.,TX29DTH,ESPEasy an S0 Stromz., MAX Fensterkontakte, IButton, SonOff Tasmota, ESP LED Controler

fhem@supergut

#4693
Moin,

EDIT: Problem Install Lösung: Debian Buster bietet per apt maximal node 10.x. Wenn man über
curl -sL https://deb.nodesource.com/setup_12.x | sudo bash -
apt install nodejs
installiert, bekomt man die LTS 12.x Version, damit läuft der install einwandfrei.

Aber er bleibt tortzdem beim NPM_login hängen
fhem     23524  5.4  0.2 861936 43016 ?        Sl   20:03   0:02 /usr/bin/node ./cache/alexa-cookie/819create-cookie.js
tcp        0      0 192.168.178.199:3002    0.0.0.0:*               LISTEN      998        5894936    23524/node        

Danke für Hilfe im Voraus



-------------------------------------------
kleines Problem hier: NPM_login für zum Stillstand von fhem. Ich denke, bei der Installation läuft schon etwas schief. Ob per fhem oder ssh mach keinen Unterschied:

fhem.log
npm WARN npm npm does not support Node.js v10.23.1
npm WARN npm You should probably upgrade to a newer version of node as we
npm WARN npm can't make any promises that npm will work with this version.
npm WARN npm Supported releases of Node.js are the latest release of 4, 6, 7, 8, 9.
npm WARN npm You can find the latest version at https://nodejs.org/
npm WARN saveError ENOENT: no such file or directory, open '/opt.tmpfs/fhem/cache/alexa-cookie/package.json'
npm WARN enoent ENOENT: no such file or directory, open '/opt.tmpfs/fhem/cache/alexa-cookie/package.json'
npm WARN alexa-cookie No description
npm WARN alexa-cookie No repository field.
npm WARN alexa-cookie No README data
npm WARN alexa-cookie No license field.


get status
Modul Infos:
Beschreibung    Bereich    Wert
STATE    Reading unbekannt
Version    Reading 0.1.0
COOKIE_STATE    Reading unbekannt
COOKIE_TYPE    Reading NEW
COOKIE_MODE    Reading NPM
amazon_refreshtoken    Reading unbekannt
room    Attribut zAMAZON
icon    Attribut echo


Amazon Cookie:
Beschreibung    Bereich    Wert
.COOKIE    Reading unbekannt....
COOKIE_STATE    Reading unbekannt
COOKIE_TYPE    Reading NEW
amazon_refreshtoken    Reading unbekannt
.COOKIE    Helper ....
.COMMSID    Helper ....
.CSRF    Helper ....
.DIRECTID    Helper ....
RUNLOGIN    Helper 0
RUNNING_REQUEST    Helper
LOGINERROR    Helper 0


cat /opt.tmpfs/fhem/cache/alexa-cookie/package-lock.json

{
  "requires": true,
  "lockfileVersion": 1,
  "dependencies": {
    "@types/http-proxy": {
      "version": "1.17.5",
      "resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.5.tgz",
      "integrity": "sha512-GNkDE7bTv6Sf8JbV2GksknKOsk7OznNYHSdrtvPJXO0qJ9odZig6IZKUi5RFGi6d1bf6dgIAe4uXi3DBc7069Q==",
      "requires": {
        "@types/node": "14.14.22"
      }
    },
    "@types/node": {
      "version": "14.14.22",
      "resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.22.tgz",
      "integrity": "sha512-g+f/qj/cNcqKkc3tFqlXOYjrmZA+jNBiDzbP3kH+B+otKFqAdPgVTGP1IeKRdMml/aE69as5S4FqtxAbl+LaMw=="
    },
    "accepts": {
      "version": "1.3.7",
      "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz",
      "integrity": "sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==",
      "requires": {
        "mime-types": "2.1.28",
        "negotiator": "0.6.2"
      }
    },
    "alexa-cookie2": {
      "version": "3.4.2",
      "resolved": "https://registry.npmjs.org/alexa-cookie2/-/alexa-cookie2-3.4.2.tgz",
      "integrity": "sha512-q2CWCG2QscBzix+tIvmea+HOdhjqytvdYZ5ANehChRrqLmwQk6zBHo5dgd4N93LIkIyZN7qI03VwW9daUS5Zww==",
      "requires": {
        "cookie": "0.4.1",
        "express": "4.17.1",
        "http-proxy-middleware": "1.0.6",
        "http-proxy-response-rewrite": "0.0.1",
        "https": "1.0.0",
        "querystring": "0.2.0"
      }
    },
    "array-flatten": {
      "version": "1.1.1",
      "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz",
      "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI="
    },
    "body-parser": {
      "version": "1.19.0",
      "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.0.tgz",
      "integrity": "sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw==",
      "requires": {
        "bytes": "3.1.0",
        "content-type": "1.0.4",
        "debug": "2.6.9",
        "depd": "1.1.2",
        "http-errors": "1.7.2",
        "iconv-lite": "0.4.24",
        "on-finished": "2.3.0",
        "qs": "6.7.0",
        "raw-body": "2.4.0",
        "type-is": "1.6.18"
      }
    },
    "braces": {
      "version": "3.0.2",
      "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
      "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
      "requires": {
        "fill-range": "7.0.1"
      }
    },
    "buffer-from": {
      "version": "1.1.1",
      "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz",
      "integrity": "sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A=="
    },
    "bufferhelper": {
      "version": "0.2.1",
      "resolved": "https://registry.npmjs.org/bufferhelper/-/bufferhelper-0.2.1.tgz",
      "integrity": "sha1-+nSjhXJKWOJC8ErWZGwjZvg7kT4="
    },
    "bytes": {
      "version": "3.1.0",
      "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz",
      "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg=="
    },
    "concat-stream": {
      "version": "1.6.2",
      "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz",
      "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==",
      "requires": {
        "buffer-from": "1.1.1",
        "inherits": "2.0.3",
        "readable-stream": "2.3.7",
        "typedarray": "0.0.6"
      }
    },
    "content-disposition": {
      "version": "0.5.3",
      "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.3.tgz",
      "integrity": "sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g==",
      "requires": {
        "safe-buffer": "5.1.2"
      }
    },
    "content-type": {
      "version": "1.0.4",
      "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz",
      "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA=="
    },
    "cookie": {
      "version": "0.4.1",
      "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.1.tgz",
      "integrity": "sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA=="
    },
    "cookie-signature": {
      "version": "1.0.6",
      "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz",
      "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw="
    },
    "core-util-is": {
      "version": "1.0.2",
      "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
      "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac="
    },
    "debug": {
      "version": "2.6.9",
      "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
      "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
      "requires": {
        "ms": "2.0.0"
      }
    },
    "depd": {
      "version": "1.1.2",
      "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
      "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak="
    },
    "destroy": {
      "version": "1.0.4",
      "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz",
      "integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA="
    },
    "ee-first": {
      "version": "1.1.1",
      "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
      "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0="
    },
    "encodeurl": {
      "version": "1.0.2",
      "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
      "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k="
    },
    "escape-html": {
      "version": "1.0.3",
      "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
      "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg="
    },
    "etag": {
      "version": "1.8.1",
      "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
      "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc="
    },
    "eventemitter3": {
      "version": "4.0.7",
      "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz",
      "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw=="
    },
    "express": {
      "version": "4.17.1",
      "resolved": "https://registry.npmjs.org/express/-/express-4.17.1.tgz",
      "integrity": "sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g==",
      "requires": {
        "accepts": "1.3.7",
        "array-flatten": "1.1.1",
        "body-parser": "1.19.0",
        "content-disposition": "0.5.3",
        "content-type": "1.0.4",
        "cookie": "0.4.0",
        "cookie-signature": "1.0.6",
        "debug": "2.6.9",
        "depd": "1.1.2",
        "encodeurl": "1.0.2",
        "escape-html": "1.0.3",
        "etag": "1.8.1",
        "finalhandler": "1.1.2",
        "fresh": "0.5.2",
        "merge-descriptors": "1.0.1",
        "methods": "1.1.2",
        "on-finished": "2.3.0",
        "parseurl": "1.3.3",
        "path-to-regexp": "0.1.7",
        "proxy-addr": "2.0.6",
        "qs": "6.7.0",
        "range-parser": "1.2.1",
        "safe-buffer": "5.1.2",
        "send": "0.17.1",
        "serve-static": "1.14.1",
        "setprototypeof": "1.1.1",
        "statuses": "1.5.0",
        "type-is": "1.6.18",
        "utils-merge": "1.0.1",
        "vary": "1.1.2"
      },
      "dependencies": {
        "cookie": {
          "version": "0.4.0",
          "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.0.tgz",
          "integrity": "sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg=="
        }
      }
    },
    "fill-range": {
      "version": "7.0.1",
      "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
      "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
      "requires": {
        "to-regex-range": "5.0.1"
      }
    },
    "finalhandler": {
      "version": "1.1.2",
      "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz",
      "integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==",
      "requires": {
        "debug": "2.6.9",
        "encodeurl": "1.0.2",
        "escape-html": "1.0.3",
        "on-finished": "2.3.0",
        "parseurl": "1.3.3",
        "statuses": "1.5.0",
        "unpipe": "1.0.0"
      }
    },
    "follow-redirects": {
      "version": "1.13.2",
      "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.2.tgz",
      "integrity": "sha512-6mPTgLxYm3r6Bkkg0vNM0HTjfGrOEtsfbhagQvbxDEsEkpNhw582upBaoRZylzen6krEmxXJgt9Ju6HiI4O7BA=="
    },
    "forwarded": {
      "version": "0.1.2",
      "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.1.2.tgz",
      "integrity": "sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ="
    },
    "fresh": {
      "version": "0.5.2",
      "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
      "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac="
    },
    "http-errors": {
      "version": "1.7.2",
      "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.2.tgz",
      "integrity": "sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==",
      "requires": {
        "depd": "1.1.2",
        "inherits": "2.0.3",
        "setprototypeof": "1.1.1",
        "statuses": "1.5.0",
        "toidentifier": "1.0.0"
      }
    },
    "http-proxy": {
      "version": "1.18.1",
      "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz",
      "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==",
      "requires": {
        "eventemitter3": "4.0.7",
        "follow-redirects": "1.13.2",
        "requires-port": "1.0.0"
      }
    },
    "http-proxy-middleware": {
      "version": "1.0.6",
      "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-1.0.6.tgz",
      "integrity": "sha512-NyL6ZB6cVni7pl+/IT2W0ni5ME00xR0sN27AQZZrpKn1b+qRh+mLbBxIq9Cq1oGfmTc7BUq4HB77mxwCaxAYNg==",
      "requires": {
        "@types/http-proxy": "1.17.5",
        "http-proxy": "1.18.1",
        "is-glob": "4.0.1",
        "lodash": "4.17.20",
        "micromatch": "4.0.2"
      }
    },
    "http-proxy-response-rewrite": {
      "version": "0.0.1",
      "resolved": "https://registry.npmjs.org/http-proxy-response-rewrite/-/http-proxy-response-rewrite-0.0.1.tgz",
      "integrity": "sha512-smtaa2sKgiWrP9c9W+/MFzgjeh3A4zsQOLh1S3rp1NsmNYIVO07AlWUnhoUnMZIuxY6+3v7OS5NlDGX2I2DWBQ==",
      "requires": {
        "bufferhelper": "0.2.1",
        "concat-stream": "1.6.2"
      }
    },
    "https": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/https/-/https-1.0.0.tgz",
      "integrity": "sha1-PDfHrhqO65ZpBKKtHpdaGUt+06Q="
    },
    "iconv-lite": {
      "version": "0.4.24",
      "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
      "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
      "requires": {
        "safer-buffer": "2.1.2"
      }
    },
    "inherits": {
      "version": "2.0.3",
      "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
      "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4="
    },
    "ipaddr.js": {
      "version": "1.9.1",
      "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
      "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g=="
    },
    "is-extglob": {
      "version": "2.1.1",
      "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
      "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI="
    },
    "is-glob": {
      "version": "4.0.1",
      "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz",
      "integrity": "sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==",
      "requires": {
        "is-extglob": "2.1.1"
      }
    },
    "is-number": {
      "version": "7.0.0",
      "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
      "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng=="
    },
    "isarray": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
      "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE="
    },
    "lodash": {
      "version": "4.17.20",
      "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz",
      "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA=="
    },
    "media-typer": {
      "version": "0.3.0",
      "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
      "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g="
    },
    "merge-descriptors": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz",
      "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E="
    },
    "methods": {
      "version": "1.1.2",
      "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz",
      "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4="
    },
    "micromatch": {
      "version": "4.0.2",
      "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.2.tgz",
      "integrity": "sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q==",
      "requires": {
        "braces": "3.0.2",
        "picomatch": "2.2.2"
      }
    },
    "mime": {
      "version": "1.6.0",
      "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
      "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg=="
    },
    "mime-db": {
      "version": "1.45.0",
      "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.45.0.tgz",
      "integrity": "sha512-CkqLUxUk15hofLoLyljJSrukZi8mAtgd+yE5uO4tqRZsdsAJKv0O+rFMhVDRJgozy+yG6md5KwuXhD4ocIoP+w=="
    },
    "mime-types": {
      "version": "2.1.28",
      "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.28.tgz",
      "integrity": "sha512-0TO2yJ5YHYr7M2zzT7gDU1tbwHxEUWBCLt0lscSNpcdAfFyJOVEpRYNS7EXVcTLNj/25QO8gulHC5JtTzSE2UQ==",
      "requires": {
        "mime-db": "1.45.0"
      }
    },
    "ms": {
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
      "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
    },
    "negotiator": {
      "version": "0.6.2",
      "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.2.tgz",
      "integrity": "sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw=="
    },
    "on-finished": {
      "version": "2.3.0",
      "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
      "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=",
      "requires": {
        "ee-first": "1.1.1"
      }
    },
    "parseurl": {
      "version": "1.3.3",
      "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
      "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ=="
    },
    "path-to-regexp": {
      "version": "0.1.7",
      "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz",
      "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w="
    },
    "picomatch": {
      "version": "2.2.2",
      "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.2.2.tgz",
      "integrity": "sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg=="
    },
    "process-nextick-args": {
      "version": "2.0.1",
      "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
      "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag=="
    },
    "proxy-addr": {
      "version": "2.0.6",
      "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.6.tgz",
      "integrity": "sha512-dh/frvCBVmSsDYzw6n926jv974gddhkFPfiN8hPOi30Wax25QZyZEGveluCgliBnqmuM+UJmBErbAUFIoDbjOw==",
      "requires": {
        "forwarded": "0.1.2",
        "ipaddr.js": "1.9.1"
      }
    },
    "qs": {
      "version": "6.7.0",
      "resolved": "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz",
      "integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ=="
    },
    "querystring": {
      "version": "0.2.0",
      "resolved": "https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz",
      "integrity": "sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA="
    },
    "range-parser": {
      "version": "1.2.1",
      "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
      "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg=="
    },
    "raw-body": {
      "version": "2.4.0",
      "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.0.tgz",
      "integrity": "sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q==",
      "requires": {
        "bytes": "3.1.0",
        "http-errors": "1.7.2",
        "iconv-lite": "0.4.24",
        "unpipe": "1.0.0"
      }
    },
    "readable-stream": {
      "version": "2.3.7",
      "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz",
      "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==",
      "requires": {
        "core-util-is": "1.0.2",
        "inherits": "2.0.3",
        "isarray": "1.0.0",
        "process-nextick-args": "2.0.1",
        "safe-buffer": "5.1.2",
        "string_decoder": "1.1.1",
        "util-deprecate": "1.0.2"
      }
    },
    "requires-port": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz",
      "integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8="
    },
    "safe-buffer": {
      "version": "5.1.2",
      "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
      "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
    },
    "safer-buffer": {
      "version": "2.1.2",
      "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
      "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="
    },
    "send": {
      "version": "0.17.1",
      "resolved": "https://registry.npmjs.org/send/-/send-0.17.1.tgz",
      "integrity": "sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg==",
      "requires": {
        "debug": "2.6.9",
        "depd": "1.1.2",
        "destroy": "1.0.4",
        "encodeurl": "1.0.2",
        "escape-html": "1.0.3",
        "etag": "1.8.1",
        "fresh": "0.5.2",
        "http-errors": "1.7.2",
        "mime": "1.6.0",
        "ms": "2.1.1",
        "on-finished": "2.3.0",
        "range-parser": "1.2.1",
        "statuses": "1.5.0"
      },
      "dependencies": {
        "ms": {
          "version": "2.1.1",
          "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz",
          "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg=="
        }
      }
    },
    "serve-static": {
      "version": "1.14.1",
      "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.14.1.tgz",
      "integrity": "sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg==",
      "requires": {
        "encodeurl": "1.0.2",
        "escape-html": "1.0.3",
        "parseurl": "1.3.3",
        "send": "0.17.1"
      }
    },
    "setprototypeof": {
      "version": "1.1.1",
      "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz",
      "integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw=="
    },
    "statuses": {
      "version": "1.5.0",
      "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz",
      "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow="
    },
    "string_decoder": {
      "version": "1.1.1",
      "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
      "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
      "requires": {
        "safe-buffer": "5.1.2"
      }
    },
    "to-regex-range": {
      "version": "5.0.1",
      "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
      "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
      "requires": {
        "is-number": "7.0.0"
      }
    },
    "toidentifier": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz",
      "integrity": "sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw=="
    },
    "type-is": {
      "version": "1.6.18",
      "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz",
      "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==",
      "requires": {
        "media-typer": "0.3.0",
        "mime-types": "2.1.28"
      }
    },
    "typedarray": {
      "version": "0.0.6",
      "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz",
      "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c="
    },
    "unpipe": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
      "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw="
    },
    "util-deprecate": {
      "version": "1.0.2",
      "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
      "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8="
    },
    "utils-merge": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz",
      "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM="
    },
    "vary": {
      "version": "1.1.2",
      "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
      "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw="
    }
  }
}

obelix221

Hallo zusammen,

möchte nicht ausschließen, dass es ggf. schon gefragt wurde, aber ich habe dazu leider noch nichts gefunden.

Ich würde gerne mit textcommand einen Sleepertimer stellen.
Leider schaltet Alexa das Audible Hörbuch aber nicht ab, sondern es läuft unbeirrt weiter.

Ich habe es mit textcommand stelle Einschlaftimer auf x Minuten und mit
textcommand stelle sleeper timer auf x Minuten versucht.

Über Hinweise wäre ich dankbar.

Viele Grüße
Obelix
RPi3 als FHEM-Server, 868 MHz CUL, 433 MHz Transmitter, Homematic Aktoren und Sensoren, Yamaha AVR, Logitech Harmony, Fritzbox, Logitech SB, 433 MHz Steckdosen, HUE, EnOcean