Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. Alexa2 sorgt für Abbrüche bei der Wiedergabe auf Echo Spot

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    SOLVED Alexa2 sorgt für Abbrüche bei der Wiedergabe auf Echo Spot

    This topic has been deleted. Only users with topic management privileges can see it.
    • Mauflo
      Mauflo @apollon77 last edited by

      @apollon77 und übrigens betrifft es nur den NewsFlash! Bei der Geschichte die mir Alexa nach einem "Guten Morgen" erzählt passiert kein Abbruch, obwohl das auch etwas länger dauert!

      Dr. Bakterius 1 Reply Last reply Reply Quote 0
      • Dr. Bakterius
        Dr. Bakterius Most Active @Mauflo last edited by

        @Mauflo sagte in Alexa2 sorgt für Abbrüche bei der Wiedergabe auf Echo Spot:

        @apollon77 und übrigens betrifft es nur den NewsFlash! Bei der Geschichte die mir Alexa nach einem "Guten Morgen" erzählt passiert kein Abbruch, obwohl das auch etwas länger dauert!

        Das kann ich bestätigen!

        1 Reply Last reply Reply Quote 0
        • Dr. Bakterius
          Dr. Bakterius Most Active @apollon77 last edited by

          @apollon77 Konntest du aus den Logs irgendetwas erkennen? Nachdem es mit dem 2.x immer noch problemlos funktioniert, muss es doch diesbezüglich beim 3.x eine Änderung gegeben haben die das verursacht. 🤔

          1 Reply Last reply Reply Quote 0
          • apollon77
            apollon77 last edited by

            @Mauflo sagte in Alexa2 sorgt für Abbrüche bei der Wiedergabe auf Echo Spot:

            Also der Unterschied ist das es ein "Player Update "gibt der ca. 5s nach dem Start der Ausgabe ausgeführt wird - das war bei 2.6.4 nicht so. Warum eine Abfrage solche Auswirkungen hat verstehe ich immer noch nicht.

            Bitte versuch mal die 3.1.0 vom GitHub. Die Hat auch noch zusatz-Logging. Also bitte mal sagen ob es noch passiert (ehrlich: sollte weil habe daran nichts geändert) und poste nochmal neues Log Bitte.

            Dr. Bakterius 1 Reply Last reply Reply Quote 0
            • Dr. Bakterius
              Dr. Bakterius Most Active @apollon77 last edited by Dr. Bakterius

              @apollon77 sagte in Alexa2 sorgt für Abbrüche bei der Wiedergabe auf Echo Spot:

              Bitte versuch mal die 3.1.0 vom GitHub. Die Hat auch noch zusatz-Logging. Also bitte mal sagen ob es noch passiert (ehrlich: sollte weil habe daran nichts geändert) und poste nochmal neues Log Bitte.

              Okay, 3.1.0 installiert und Upload durchgeführt. Dann die Instanz auf 'debug' gestellt und ein paar Minuten gewartet bis alles eingelesen wurde. Anschließend mit "Alexa, was gibt es neues" die tägliche Zusammenfassung gestartet. Während der ersten Sekunden die Lautstärke erhöht und kurz danach ABBRUCH (vermutlich in Zeile 487). Wiedergabe mit "Alexa, fortsetzen" fortgesetzt und auch da wieder nach wenigen Sekunden ABBRUCH (vermutlich in Zeile 622).

              Hier das Log ab Start der Abfrage:

              2020-03-18 07:37:47.524  - debug alexa2.0 (23917) Alexa-Remote WS-MQTT: Command PUSH_EQUALIZER_STATE_CHANGE: {
                  "destinationUserId": "A32TW4JJLN57E8",
                  "dopplerId": {
                      "deviceType": "A10A33FOX2NUBK",
                      "deviceSerialNumber": "G070RR1383540LDK"
                  },
                  "bass": 0,
                  "midrange": 0,
                  "treble": 0
              }
              2020-03-18 07:37:47.526  - debug alexa2.0 (23917) Alexa-Remote WS-MQTT: Command PUSH_VOLUME_CHANGE: {
                  "destinationUserId": "A32TW4JJLN57E8",
                  "dopplerId": {
                      "deviceType": "A10A33FOX2NUBK",
                      "deviceSerialNumber": "G070RR1383540LDK"
                  },
                  "volumeSetting": 27,
                  "isMuted": false
              }
              2020-03-18 07:37:47.527  - debug alexa2.0 (23917) Alexa-Push-Connection Device Volume change for G070RR1383540LDK -> 27/false
              2020-03-18 07:37:47.528  - debug alexa2.0 (23917) Schedule new Player Update in 15000ms
              2020-03-18 07:37:47.538  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.volume: {"val":27,"ack":true,"ts":1584513467530,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584339270792}
              2020-03-18 07:37:47.539  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.muted: {"val":false,"ack":true,"ts":1584513467530,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1582751784666}
              2020-03-18 07:37:47.997  - debug alexa2.0 (23917) Alexa-Remote WS-MQTT: Command PUSH_ACTIVITY: {
                  "destinationUserId": "A32TW4JJLN57E8",
                  "timestamp": 1584513467885,
                  "key": {
                      "registeredUserId": "A32TW4JJLN57E8",
                      "entryId": "1584513467869#A10A33FOX2NUBK#G070RR1383540LDK"
                  }
              }
              2020-03-18 07:37:48.054  - debug alexa2.0 (23917) Alexa-Remote WS-MQTT: Command PUSH_VOLUME_CHANGE: {
                  "destinationUserId": "A32TW4JJLN57E8",
                  "dopplerId": {
                      "deviceType": "A10A33FOX2NUBK",
                      "deviceSerialNumber": "G070RR1383540LDK"
                  },
                  "volumeSetting": 27,
                  "isMuted": false
              }
              2020-03-18 07:37:48.055  - debug alexa2.0 (23917) Alexa-Push-Connection Device Volume change for G070RR1383540LDK -> 27/false
              2020-03-18 07:37:48.063  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.volume: {"val":27,"ack":true,"ts":1584513468056,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584339270792}
              2020-03-18 07:37:48.065  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.muted: {"val":false,"ack":true,"ts":1584513468057,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1582751784666}
              2020-03-18 07:37:48.075  - debug alexa2.0 (23917) Alexa-Remote WS-MQTT: Command PUSH_EQUALIZER_STATE_CHANGE: {
                  "destinationUserId": "A32TW4JJLN57E8",
                  "dopplerId": {
                      "deviceType": "A10A33FOX2NUBK",
                      "deviceSerialNumber": "G070RR1383540LDK"
                  },
                  "bass": 0,
                  "midrange": 0,
                  "treble": 0
              }
              2020-03-18 07:37:48.198  - debug alexa2.0 (23917) Alexa-Remote: No authentication check needed (time elapsed 293984)
              2020-03-18 07:37:48.199  - debug alexa2.0 (23917) Alexa-Remote: Sending Request with {"host":"alexa.amazon.de","path":"/api/activities?startTime=&size=3&offset=1","method":"GET","timeout":10000,"headers":{}}
              2020-03-18 07:37:48.657  - debug alexa2.0 (23917) Alexa-Remote: Response: {"activities":[{"_disambiguationId":null,"activityStatus":"SUCCESS","creationTimestamp":1584513467869,"description":"{\"summary\":\"alexa\",\"firstUtteranceId\":\"A10A33FOX2NUBK:1.0/2020/03/18/06/G070RR1383540LDK/37:47::TNIH_2V.03a3771e-28dd-4aa2-a40a-af3b2c678c23LPM/0\",\"firstStreamId\":\"A10A33FOX2NUBK:1.0/2020/03/18/06/G070RR1383540LDK/37:47::TNIH_2V.03a3771e-28dd-4aa2-a40a-af3b2c678c23LPM\"}","domainAttributes":"WAKE_WORD_ONLY","domainType":null,"feedbackAttributes":null,"id":"A32TW4JJLN57E8#1584513467869#A10A33FOX2NUBK#G070RR1383540LDK","intentType":null,"providerInfoDescription":null,"registeredCustomerId":"A32TW4JJLN57E8","sourceActiveUsers":null,"sourceDeviceIds":[{"deviceAccountId":null,"deviceType":"A10A33FOX2NUBK","serialNumber":"G070RR1383540LDK"}],"utteranceId":"A10A33FOX2NUBK:1.0/2020/03/18/06/G070RR1383540LDK/37:47::TNIH_2V.03a3771e-28dd-4aa2-a40a-af3b2c678c23LPM","version":1},{"_disambiguationId":null,"activityStatus":"SUCCESS","creationTimestamp":1584510540671,"description":"{\"summary\":\"sprich mir nach Die Alarmanlage ist deaktiviert.\",\"firstUtteranceId\":\"TextClient:1.0/2020/03/18/05/G090L909714707MM/49:00::TNIH_2V.df1254bc-c8d5-4742-9f9a-2a0fe673c63dLPM\",\"firstStreamId\":\"TextClient:1.0/2020/03/18/05/G090L909714707MM/49:00::TNIH_2V.df1254bc-c8d5-4742-9f9a-2a0fe673c63dLPM\"}","domainAttributes":null,"domainType":null,"feedbackAttributes":null,"id":"A32TW4JJLN57E8#1584510540671#A3S5BH2HU6VAYF#G090L909714707MM","intentType":null,"providerInfoDescription":null,"registeredCustomerId":"A32TW4JJLN57E8","sourceActiveUsers":null,"sourceDeviceIds":[{"deviceAccountId":null,"deviceType":"A3S5BH2HU6VAYF","serialNumber":"G090L909714707MM"}],"utteranceId":"TextClient:1.0/2020/03/18/05/G090L909714707MM/49:00::TNIH_2V.df1254bc-c8d5-4742-9f9a-2a0fe673c63dLPM","version":1},{"_disambiguationId":null,"activityStatus":"SUCCESS","creationTimestamp":1584510363748,"description":"{\"summary\":\"\"}","domainAttributes":"{\"moreLink\":{\"text\":\"Read more\",\"url\":\"http://news.orf.at/\"},\"image\":{\"url\":\"https://s3.amazonaws.com/CAPS-SSE/echo_developer/fe94cf26.d48b98d3.59cc95acb01c42f09c99862b7e88b87e/APP_ICON_LARGE?versionId=QU02r24yCzMetDomlQNseM3cMOlAi6ph&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20200317T073331Z&X-Amz-SignedHeaders=host&X-Amz-Expires=604799&X-Amz-Credential=AKIAJFEYRBGIHK2BBYKA%2F20200317%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Signature=b7110c4130d5669443716c2b75b9e8194632e2ad6d5d1a3fb137ab3e4a7cedb8\"},\"subTitle\":\"\",\"title\":\"Ö3-Nachrichten\"}","domainType":null,"feedbackAttributes":null,"id":"A32TW4JJLN57E8#1584510363748#A10A33FOX2NUBK#G070RR1383540LDK","intentType":null,"providerInfoDescription":null,"registeredCustomerId":"A32TW4JJLN57E8","sourceActiveUsers":null,"sourceDeviceIds":[{"deviceAccountId":null,"deviceType":"A10A33FOX2NUBK","serialNumber":"G070RR1383540LDK"}],"utteranceId":null,"version":1}],"endDate":1584513467869,"startDate":1584510363748}
              2020-03-18 07:37:48.658  - debug alexa2.0 (23917) Alexa-Remote: Activity found 0 for Activity ID 1584513467869#A10A33FOX2NUBK#G070RR1383540LDK
              2020-03-18 07:37:48.659  - debug alexa2.0 (23917) device-activity: {"data":{"_disambiguationId":null,"activityStatus":"SUCCESS","creationTimestamp":1584513467869,"description":"{\"summary\":\"alexa\",\"firstUtteranceId\":\"A10A33FOX2NUBK:1.0/2020/03/18/06/G070RR1383540LDK/37:47::TNIH_2V.03a3771e-28dd-4aa2-a40a-af3b2c678c23LPM/0\",\"firstStreamId\":\"A10A33FOX2NUBK:1.0/2020/03/18/06/G070RR1383540LDK/37:47::TNIH_2V.03a3771e-28dd-4aa2-a40a-af3b2c678c23LPM\"}","domainAttributes":"WAKE_WORD_ONLY","domainType":null,"feedbackAttributes":null,"id":"A32TW4JJLN57E8#1584513467869#A10A33FOX2NUBK#G070RR1383540LDK","intentType":null,"providerInfoDescription":null,"registeredCustomerId":"A32TW4JJLN57E8","sourceActiveUsers":null,"sourceDeviceIds":[{"deviceAccountId":null,"deviceType":"A10A33FOX2NUBK","serialNumber":"G070RR1383540LDK"}],"utteranceId":"A10A33FOX2NUBK:1.0/2020/03/18/06/G070RR1383540LDK/37:47::TNIH_2V.03a3771e-28dd-4aa2-a40a-af3b2c678c23LPM","version":1},"description":{"summary":"","firstUtteranceId":"A10A33FOX2NUBK:1.0/2020/03/18/06/G070RR1383540LDK/37:47::TNIH_2V.03a3771e-28dd-4aa2-a40a-af3b2c678c23LPM/0","firstStreamId":"A10A33FOX2NUBK:1.0/2020/03/18/06/G070RR1383540LDK/37:47::TNIH_2V.03a3771e-28dd-4aa2-a40a-af3b2c678c23LPM"},"deviceSerialNumber":"G070RR1383540LDK","name":"Schlafzimmer","deviceType":"A10A33FOX2NUBK","deviceAccountId":null,"creationTimestamp":1584513467869,"activityStatus":"SUCCESS","domainAttributes":"WAKE_WORD_ONLY","destinationUserId":"A32TW4JJLN57E8"}
              2020-03-18 07:37:48.661  - debug alexa2.0 (23917) Alexa-Remote: 0 entries left in activity queue
              2020-03-18 07:37:48.668  - debug alexa2.0 (23917) State changed alexa2.0.History.name: {"val":"Schlafzimmer","ack":true,"ts":1584513468664,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584513468664}
              2020-03-18 07:37:48.671  - debug alexa2.0 (23917) State changed alexa2.0.History.serialNumber: {"val":"G070RR1383540LDK","ack":true,"ts":1584513468664,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584513468664}
              2020-03-18 07:37:48.673  - debug alexa2.0 (23917) State changed alexa2.0.History.summary: {"val":"","ack":true,"ts":1584513468664,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584513468664}
              2020-03-18 07:37:48.676  - debug alexa2.0 (23917) State changed alexa2.0.History.status: {"val":"SUCCESS","ack":true,"ts":1584513468665,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584456649533}
              2020-03-18 07:37:48.677  - debug alexa2.0 (23917) State changed alexa2.0.History.creationTime: {"val":1584513467869,"ack":true,"ts":1584513468665,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584513468665}
              2020-03-18 07:37:48.678  - debug alexa2.0 (23917) State changed alexa2.0.History.domainApplicationId: {"val":"","ack":true,"ts":1584513468665,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1583649644341}
              2020-03-18 07:37:48.683  - debug alexa2.0 (23917) State changed alexa2.0.History.domainApplicationName: {"val":"","ack":true,"ts":1584513468665,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584131776193}
              2020-03-18 07:37:48.684  - debug alexa2.0 (23917) State changed alexa2.0.History.cardContent: {"val":"","ack":true,"ts":1584513468665,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1583649644341}
              2020-03-18 07:37:48.686  - debug alexa2.0 (23917) State changed alexa2.0.History.cardJson: {"val":"","ack":true,"ts":1584513468665,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1583649644341}
              2020-03-18 07:37:48.687  - debug alexa2.0 (23917) State changed alexa2.0.History.answerText: {"val":"","ack":true,"ts":1584513468665,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584513002709}
              2020-03-18 07:37:48.689  - debug alexa2.0 (23917) State changed alexa2.0.History.json: {"val":"{\"name\":\"Schlafzimmer\",\"serialNumber\":\"G070RR1383540LDK\",\"summary\":\"\",\"creationTime\":1584513467869,\"status\":\"SUCCESS\",\"domainApplicationId\":\"\",\"domainApplicationName\":\"\",\"cardContent\":\"\",\"card\":\"\",\"answerText\":\"\"}","ack":true,"ts":1584513468666,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584513468666}
              2020-03-18 07:37:50.445  - debug alexa2.0 (23917) Alexa-Remote WS-MQTT: Command PUSH_EQUALIZER_STATE_CHANGE: {
                  "destinationUserId": "A32TW4JJLN57E8",
                  "dopplerId": {
                      "deviceType": "A10A33FOX2NUBK",
                      "deviceSerialNumber": "G070RR1383540LDK"
                  },
                  "bass": 0,
                  "midrange": 0,
                  "treble": 0
              }
              2020-03-18 07:37:50.448  - debug alexa2.0 (23917) Alexa-Remote WS-MQTT: Command PUSH_VOLUME_CHANGE: {
                  "destinationUserId": "A32TW4JJLN57E8",
                  "dopplerId": {
                      "deviceType": "A10A33FOX2NUBK",
                      "deviceSerialNumber": "G070RR1383540LDK"
                  },
                  "volumeSetting": 27,
                  "isMuted": false
              }
              2020-03-18 07:37:50.448  - debug alexa2.0 (23917) Alexa-Push-Connection Device Volume change for G070RR1383540LDK -> 27/false
              2020-03-18 07:37:50.453  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.volume: {"val":27,"ack":true,"ts":1584513470449,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584339270792}
              2020-03-18 07:37:50.455  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.muted: {"val":false,"ack":true,"ts":1584513470450,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1582751784666}
              2020-03-18 07:37:50.531  - debug alexa2.0 (23917) Alexa-Remote WS-MQTT: Command PUSH_EQUALIZER_STATE_CHANGE: {
                  "destinationUserId": "A32TW4JJLN57E8",
                  "dopplerId": {
                      "deviceType": "A10A33FOX2NUBK",
                      "deviceSerialNumber": "G070RR1383540LDK"
                  },
                  "bass": 0,
                  "midrange": 0,
                  "treble": 0
              }
              2020-03-18 07:37:50.532  - debug alexa2.0 (23917) Alexa-Remote WS-MQTT: Command PUSH_VOLUME_CHANGE: {
                  "destinationUserId": "A32TW4JJLN57E8",
                  "dopplerId": {
                      "deviceType": "A10A33FOX2NUBK",
                      "deviceSerialNumber": "G070RR1383540LDK"
                  },
                  "volumeSetting": 27,
                  "isMuted": false
              }
              2020-03-18 07:37:50.533  - debug alexa2.0 (23917) Alexa-Push-Connection Device Volume change for G070RR1383540LDK -> 27/false
              2020-03-18 07:37:50.537  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.volume: {"val":27,"ack":true,"ts":1584513470534,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584339270792}
              2020-03-18 07:37:50.539  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.muted: {"val":false,"ack":true,"ts":1584513470534,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1582751784666}
              2020-03-18 07:37:50.562  - debug alexa2.0 (23917) Alexa-Remote WS-MQTT: Command PUSH_ACTIVITY: {
                  "destinationUserId": "A32TW4JJLN57E8",
                  "timestamp": 1584513470448,
                  "key": {
                      "registeredUserId": "A32TW4JJLN57E8",
                      "entryId": "1584513469618#A10A33FOX2NUBK#G070RR1383540LDK"
                  }
              }
              2020-03-18 07:37:50.762  - debug alexa2.0 (23917) Alexa-Remote: No authentication check needed (time elapsed 296548)
              2020-03-18 07:37:50.763  - debug alexa2.0 (23917) Alexa-Remote: Sending Request with {"host":"alexa.amazon.de","path":"/api/activities?startTime=&size=3&offset=1","method":"GET","timeout":10000,"headers":{}}
              2020-03-18 07:37:51.156  - debug alexa2.0 (23917) Alexa-Remote: Response: {"activities":[{"_disambiguationId":null,"activityStatus":"SUCCESS","creationTimestamp":1584513469618,"description":"{\"summary\":\"was gibt es neues\",\"firstUtteranceId\":\"A10A33FOX2NUBK:1.0/2020/03/18/06/G070RR1383540LDK/37:47::TNIH_2V.03a3771e-28dd-4aa2-a40a-af3b2c678c23LPM/1\",\"firstStreamId\":\"A10A33FOX2NUBK:1.0/2020/03/18/06/G070RR1383540LDK/37:47::TNIH_2V.03a3771e-28dd-4aa2-a40a-af3b2c678c23LPM\"}","domainAttributes":null,"domainType":null,"feedbackAttributes":null,"id":"A32TW4JJLN57E8#1584513469618#A10A33FOX2NUBK#G070RR1383540LDK","intentType":null,"providerInfoDescription":null,"registeredCustomerId":"A32TW4JJLN57E8","sourceActiveUsers":null,"sourceDeviceIds":[{"deviceAccountId":null,"deviceType":"A10A33FOX2NUBK","serialNumber":"G070RR1383540LDK"}],"utteranceId":"A10A33FOX2NUBK:1.0/2020/03/18/06/G070RR1383540LDK/37:47::TNIH_2V.03a3771e-28dd-4aa2-a40a-af3b2c678c23LPM","version":1},{"_disambiguationId":null,"activityStatus":"SUCCESS","creationTimestamp":1584513467869,"description":"{\"summary\":\"alexa\",\"firstUtteranceId\":\"A10A33FOX2NUBK:1.0/2020/03/18/06/G070RR1383540LDK/37:47::TNIH_2V.03a3771e-28dd-4aa2-a40a-af3b2c678c23LPM/0\",\"firstStreamId\":\"A10A33FOX2NUBK:1.0/2020/03/18/06/G070RR1383540LDK/37:47::TNIH_2V.03a3771e-28dd-4aa2-a40a-af3b2c678c23LPM\"}","domainAttributes":"WAKE_WORD_ONLY","domainType":null,"feedbackAttributes":null,"id":"A32TW4JJLN57E8#1584513467869#A10A33FOX2NUBK#G070RR1383540LDK","intentType":null,"providerInfoDescription":null,"registeredCustomerId":"A32TW4JJLN57E8","sourceActiveUsers":null,"sourceDeviceIds":[{"deviceAccountId":null,"deviceType":"A10A33FOX2NUBK","serialNumber":"G070RR1383540LDK"}],"utteranceId":"A10A33FOX2NUBK:1.0/2020/03/18/06/G070RR1383540LDK/37:47::TNIH_2V.03a3771e-28dd-4aa2-a40a-af3b2c678c23LPM","version":1},{"_disambiguationId":null,"activityStatus":"SUCCESS","creationTimestamp":1584510540671,"description":"{\"summary\":\"sprich mir nach Die Alarmanlage ist deaktiviert.\",\"firstUtteranceId\":\"TextClient:1.0/2020/03/18/05/G090L909714707MM/49:00::TNIH_2V.df1254bc-c8d5-4742-9f9a-2a0fe673c63dLPM\",\"firstStreamId\":\"TextClient:1.0/2020/03/18/05/G090L909714707MM/49:00::TNIH_2V.df1254bc-c8d5-4742-9f9a-2a0fe673c63dLPM\"}","domainAttributes":null,"domainType":null,"feedbackAttributes":null,"id":"A32TW4JJLN57E8#1584510540671#A3S5BH2HU6VAYF#G090L909714707MM","intentType":null,"providerInfoDescription":null,"registeredCustomerId":"A32TW4JJLN57E8","sourceActiveUsers":null,"sourceDeviceIds":[{"deviceAccountId":null,"deviceType":"A3S5BH2HU6VAYF","serialNumber":"G090L909714707MM"}],"utteranceId":"TextClient:1.0/2020/03/18/05/G090L909714707MM/49:00::TNIH_2V.df1254bc-c8d5-4742-9f9a-2a0fe673c63dLPM","version":1}],"endDate":1584513469618,"startDate":1584510540671}
              2020-03-18 07:37:51.157  - debug alexa2.0 (23917) Alexa-Remote: Activity found 0 for Activity ID 1584513469618#A10A33FOX2NUBK#G070RR1383540LDK
              2020-03-18 07:37:51.158  - debug alexa2.0 (23917) device-activity: {"data":{"_disambiguationId":null,"activityStatus":"SUCCESS","creationTimestamp":1584513469618,"description":"{\"summary\":\"was gibt es neues\",\"firstUtteranceId\":\"A10A33FOX2NUBK:1.0/2020/03/18/06/G070RR1383540LDK/37:47::TNIH_2V.03a3771e-28dd-4aa2-a40a-af3b2c678c23LPM/1\",\"firstStreamId\":\"A10A33FOX2NUBK:1.0/2020/03/18/06/G070RR1383540LDK/37:47::TNIH_2V.03a3771e-28dd-4aa2-a40a-af3b2c678c23LPM\"}","domainAttributes":null,"domainType":null,"feedbackAttributes":null,"id":"A32TW4JJLN57E8#1584513469618#A10A33FOX2NUBK#G070RR1383540LDK","intentType":null,"providerInfoDescription":null,"registeredCustomerId":"A32TW4JJLN57E8","sourceActiveUsers":null,"sourceDeviceIds":[{"deviceAccountId":null,"deviceType":"A10A33FOX2NUBK","serialNumber":"G070RR1383540LDK"}],"utteranceId":"A10A33FOX2NUBK:1.0/2020/03/18/06/G070RR1383540LDK/37:47::TNIH_2V.03a3771e-28dd-4aa2-a40a-af3b2c678c23LPM","version":1},"description":{"summary":"was gibt es neues","firstUtteranceId":"A10A33FOX2NUBK:1.0/2020/03/18/06/G070RR1383540LDK/37:47::TNIH_2V.03a3771e-28dd-4aa2-a40a-af3b2c678c23LPM/1","firstStreamId":"A10A33FOX2NUBK:1.0/2020/03/18/06/G070RR1383540LDK/37:47::TNIH_2V.03a3771e-28dd-4aa2-a40a-af3b2c678c23LPM"},"deviceSerialNumber":"G070RR1383540LDK","name":"Schlafzimmer","deviceType":"A10A33FOX2NUBK","deviceAccountId":null,"creationTimestamp":1584513469618,"activityStatus":"SUCCESS","domainAttributes":null,"destinationUserId":"A32TW4JJLN57E8"}
              2020-03-18 07:37:51.160  - debug alexa2.0 (23917) Alexa-Remote: 0 entries left in activity queue
              2020-03-18 07:37:51.168  - debug alexa2.0 (23917) State changed alexa2.0.History.name: {"val":"Schlafzimmer","ack":true,"ts":1584513471163,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584513468664}
              2020-03-18 07:37:51.169  - debug alexa2.0 (23917) State changed alexa2.0.History.serialNumber: {"val":"G070RR1383540LDK","ack":true,"ts":1584513471163,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584513468664}
              2020-03-18 07:37:51.171  - debug alexa2.0 (23917) State changed alexa2.0.History.summary: {"val":"was gibt es neues","ack":true,"ts":1584513471163,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584513471163}
              2020-03-18 07:37:51.172  - debug alexa2.0 (23917) State changed alexa2.0.History.status: {"val":"SUCCESS","ack":true,"ts":1584513471163,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584456649533}
              2020-03-18 07:37:51.174  - debug alexa2.0 (23917) State changed alexa2.0.History.creationTime: {"val":1584513469618,"ack":true,"ts":1584513471163,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584513471163}
              2020-03-18 07:37:51.175  - debug alexa2.0 (23917) State changed alexa2.0.History.domainApplicationId: {"val":"","ack":true,"ts":1584513471163,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1583649644341}
              2020-03-18 07:37:51.177  - debug alexa2.0 (23917) State changed alexa2.0.History.domainApplicationName: {"val":"","ack":true,"ts":1584513471164,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584131776193}
              2020-03-18 07:37:51.178  - debug alexa2.0 (23917) State changed alexa2.0.History.cardContent: {"val":"","ack":true,"ts":1584513471164,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1583649644341}
              2020-03-18 07:37:51.180  - debug alexa2.0 (23917) State changed alexa2.0.History.cardJson: {"val":"","ack":true,"ts":1584513471164,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1583649644341}
              2020-03-18 07:37:51.185  - debug alexa2.0 (23917) State changed alexa2.0.History.answerText: {"val":"","ack":true,"ts":1584513471164,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584513002709}
              2020-03-18 07:37:51.187  - debug alexa2.0 (23917) State changed alexa2.0.History.json: {"val":"{\"name\":\"Schlafzimmer\",\"serialNumber\":\"G070RR1383540LDK\",\"summary\":\"was gibt es neues\",\"creationTime\":1584513469618,\"status\":\"SUCCESS\",\"domainApplicationId\":\"\",\"domainApplicationName\":\"\",\"cardContent\":\"\",\"card\":\"\",\"answerText\":\"\"}","ack":true,"ts":1584513471164,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584513471164}
              2020-03-18 07:37:55.239  - debug alexa2.0 (23917) Alexa-Remote WS-MQTT: Command PUSH_EQUALIZER_STATE_CHANGE: {
                  "destinationUserId": "A32TW4JJLN57E8",
                  "dopplerId": {
                      "deviceType": "A10A33FOX2NUBK",
                      "deviceSerialNumber": "G070RR1383540LDK"
                  },
                  "bass": 0,
                  "midrange": 0,
                  "treble": 0
              }
              2020-03-18 07:37:55.241  - debug alexa2.0 (23917) Alexa-Remote WS-MQTT: Command PUSH_VOLUME_CHANGE: {
                  "destinationUserId": "A32TW4JJLN57E8",
                  "dopplerId": {
                      "deviceType": "A10A33FOX2NUBK",
                      "deviceSerialNumber": "G070RR1383540LDK"
                  },
                  "volumeSetting": 27,
                  "isMuted": false
              }
              2020-03-18 07:37:55.241  - debug alexa2.0 (23917) Alexa-Push-Connection Device Volume change for G070RR1383540LDK -> 27/false
              2020-03-18 07:37:55.246  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.volume: {"val":27,"ack":true,"ts":1584513475243,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584339270792}
              2020-03-18 07:37:55.248  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.muted: {"val":false,"ack":true,"ts":1584513475243,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1582751784666}
              2020-03-18 07:37:55.750  - debug alexa2.0 (23917) Alexa-Remote WS-MQTT: Command PUSH_EQUALIZER_STATE_CHANGE: {
                  "destinationUserId": "A32TW4JJLN57E8",
                  "dopplerId": {
                      "deviceType": "A10A33FOX2NUBK",
                      "deviceSerialNumber": "G070RR1383540LDK"
                  },
                  "bass": 0,
                  "midrange": 0,
                  "treble": 0
              }
              2020-03-18 07:37:55.753  - debug alexa2.0 (23917) Alexa-Remote WS-MQTT: Command PUSH_VOLUME_CHANGE: {
                  "destinationUserId": "A32TW4JJLN57E8",
                  "dopplerId": {
                      "deviceType": "A10A33FOX2NUBK",
                      "deviceSerialNumber": "G070RR1383540LDK"
                  },
                  "volumeSetting": 27,
                  "isMuted": false
              }
              2020-03-18 07:37:55.754  - debug alexa2.0 (23917) Alexa-Push-Connection Device Volume change for G070RR1383540LDK -> 27/false
              2020-03-18 07:37:55.759  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.volume: {"val":27,"ack":true,"ts":1584513475756,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584339270792}
              2020-03-18 07:37:55.761  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.muted: {"val":false,"ack":true,"ts":1584513475757,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1582751784666}
              2020-03-18 07:37:56.409  - debug alexa2.0 (23917) Alexa-Remote WS-MQTT: Command PUSH_EQUALIZER_STATE_CHANGE: {
                  "destinationUserId": "A32TW4JJLN57E8",
                  "dopplerId": {
                      "deviceType": "A10A33FOX2NUBK",
                      "deviceSerialNumber": "G070RR1383540LDK"
                  },
                  "bass": 0,
                  "midrange": 0,
                  "treble": 0
              }
              2020-03-18 07:37:56.411  - debug alexa2.0 (23917) Alexa-Remote WS-MQTT: Command PUSH_VOLUME_CHANGE: {
                  "destinationUserId": "A32TW4JJLN57E8",
                  "dopplerId": {
                      "deviceType": "A10A33FOX2NUBK",
                      "deviceSerialNumber": "G070RR1383540LDK"
                  },
                  "volumeSetting": 27,
                  "isMuted": false
              }
              2020-03-18 07:37:56.412  - debug alexa2.0 (23917) Alexa-Push-Connection Device Volume change for G070RR1383540LDK -> 27/false
              2020-03-18 07:37:56.417  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.volume: {"val":27,"ack":true,"ts":1584513476413,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584339270792}
              2020-03-18 07:37:56.419  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.muted: {"val":false,"ack":true,"ts":1584513476414,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1582751784666}
              2020-03-18 07:37:56.980  - debug alexa2.0 (23917) Alexa-Remote WS-MQTT: Command PUSH_EQUALIZER_STATE_CHANGE: {
                  "destinationUserId": "A32TW4JJLN57E8",
                  "dopplerId": {
                      "deviceType": "A10A33FOX2NUBK",
                      "deviceSerialNumber": "G070RR1383540LDK"
                  },
                  "bass": 0,
                  "midrange": 0,
                  "treble": 0
              }
              2020-03-18 07:37:56.984  - debug alexa2.0 (23917) Alexa-Remote WS-MQTT: Command PUSH_VOLUME_CHANGE: {
                  "destinationUserId": "A32TW4JJLN57E8",
                  "dopplerId": {
                      "deviceType": "A10A33FOX2NUBK",
                      "deviceSerialNumber": "G070RR1383540LDK"
                  },
                  "volumeSetting": 27,
                  "isMuted": false
              }
              2020-03-18 07:37:56.984  - debug alexa2.0 (23917) Alexa-Push-Connection Device Volume change for G070RR1383540LDK -> 27/false
              2020-03-18 07:37:56.997  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.volume: {"val":27,"ack":true,"ts":1584513476990,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584339270792}
              2020-03-18 07:37:57.002  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.muted: {"val":false,"ack":true,"ts":1584513476996,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1582751784666}
              2020-03-18 07:37:57.698  - debug alexa2.0 (23917) Alexa-Remote WS-MQTT: Command PUSH_VOLUME_CHANGE: {
                  "destinationUserId": "A32TW4JJLN57E8",
                  "dopplerId": {
                      "deviceType": "A10A33FOX2NUBK",
                      "deviceSerialNumber": "G070RR1383540LDK"
                  },
                  "volumeSetting": 27,
                  "isMuted": false
              }
              2020-03-18 07:37:57.698  - debug alexa2.0 (23917) Alexa-Push-Connection Device Volume change for G070RR1383540LDK -> 27/false
              2020-03-18 07:37:57.700  - debug alexa2.0 (23917) Alexa-Remote WS-MQTT: Command PUSH_EQUALIZER_STATE_CHANGE: {
                  "destinationUserId": "A32TW4JJLN57E8",
                  "dopplerId": {
                      "deviceType": "A10A33FOX2NUBK",
                      "deviceSerialNumber": "G070RR1383540LDK"
                  },
                  "bass": 0,
                  "midrange": 0,
                  "treble": 0
              }
              2020-03-18 07:37:57.703  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.volume: {"val":27,"ack":true,"ts":1584513477700,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584339270792}
              2020-03-18 07:37:57.704  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.muted: {"val":false,"ack":true,"ts":1584513477701,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1582751784666}
              2020-03-18 07:37:57.977  - debug alexa2.0 (23917) Alexa-Remote WS-MQTT: Command PUSH_EQUALIZER_STATE_CHANGE: {
                  "destinationUserId": "A32TW4JJLN57E8",
                  "dopplerId": {
                      "deviceType": "A10A33FOX2NUBK",
                      "deviceSerialNumber": "G070RR1383540LDK"
                  },
                  "bass": 0,
                  "midrange": 0,
                  "treble": 0
              }
              2020-03-18 07:37:57.981  - debug alexa2.0 (23917) Alexa-Remote WS-MQTT: Command PUSH_VOLUME_CHANGE: {
                  "destinationUserId": "A32TW4JJLN57E8",
                  "dopplerId": {
                      "deviceType": "A10A33FOX2NUBK",
                      "deviceSerialNumber": "G070RR1383540LDK"
                  },
                  "volumeSetting": 27,
                  "isMuted": false
              }
              2020-03-18 07:37:57.982  - debug alexa2.0 (23917) Alexa-Push-Connection Device Volume change for G070RR1383540LDK -> 27/false
              2020-03-18 07:37:57.988  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.volume: {"val":27,"ack":true,"ts":1584513477984,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584339270792}
              2020-03-18 07:37:57.989  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.muted: {"val":false,"ack":true,"ts":1584513477985,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1582751784666}
              2020-03-18 07:37:58.118  - debug alexa2.0 (23917) Alexa-Remote WS-MQTT: Command PUSH_ACTIVITY: {
                  "destinationUserId": "A32TW4JJLN57E8",
                  "timestamp": 1584513478007,
                  "key": {
                      "registeredUserId": "A32TW4JJLN57E8",
                      "entryId": "1584513477998#A10A33FOX2NUBK#G070RR1383540LDK"
                  }
              }
              2020-03-18 07:37:58.318  - debug alexa2.0 (23917) Alexa-Remote: No authentication check needed (time elapsed 304104)
              2020-03-18 07:37:58.319  - debug alexa2.0 (23917) Alexa-Remote: Sending Request with {"host":"alexa.amazon.de","path":"/api/activities?startTime=&size=3&offset=1","method":"GET","timeout":10000,"headers":{}}
              2020-03-18 07:37:58.538  - debug alexa2.0 (23917) Alexa-Remote WS-MQTT: Command PUSH_EQUALIZER_STATE_CHANGE: {
                  "destinationUserId": "A32TW4JJLN57E8",
                  "dopplerId": {
                      "deviceType": "A10A33FOX2NUBK",
                      "deviceSerialNumber": "G070RR1383540LDK"
                  },
                  "bass": 0,
                  "midrange": 0,
                  "treble": 0
              }
              2020-03-18 07:37:58.540  - debug alexa2.0 (23917) Alexa-Remote WS-MQTT: Command PUSH_VOLUME_CHANGE: {
                  "destinationUserId": "A32TW4JJLN57E8",
                  "dopplerId": {
                      "deviceType": "A10A33FOX2NUBK",
                      "deviceSerialNumber": "G070RR1383540LDK"
                  },
                  "volumeSetting": 27,
                  "isMuted": false
              }
              2020-03-18 07:37:58.541  - debug alexa2.0 (23917) Alexa-Push-Connection Device Volume change for G070RR1383540LDK -> 27/false
              2020-03-18 07:37:58.547  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.volume: {"val":27,"ack":true,"ts":1584513478544,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584339270792}
              2020-03-18 07:37:58.549  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.muted: {"val":false,"ack":true,"ts":1584513478545,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1582751784666}
              2020-03-18 07:37:58.689  - debug alexa2.0 (23917) Alexa-Remote: Response: {"activities":[{"_disambiguationId":null,"activityStatus":"SUCCESS","creationTimestamp":1584513477998,"description":"{\"summary\":\"\"}","domainAttributes":"{\"moreLink\":{\"text\":\"Read more\",\"url\":\"http://www.zamg.ac.at/cms/de/wetter/wetter-oesterreich/wien\"},\"image\":{\"url\":\"https://s3.amazonaws.com/CAPS-SSE/echo_developer/619a30f.d48b98d3.eebc3aafa5f84fa6b67a185ba58474be/APP_ICON_LARGE?versionId=3dRR6YOpT8X47o8axSihkoTYGS5F6ay9&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20200317T130352Z&X-Amz-SignedHeaders=host&X-Amz-Expires=604800&X-Amz-Credential=AKIAJFEYRBGIHK2BBYKA%2F20200317%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Signature=b9c6cc3185e67928ed7fcbf19e888e85463d1376f205c4fa414f49ddc7f1967f\"},\"subTitle\":\"\",\"title\":\"Wetterprognosen für Wien\"}","domainType":null,"feedbackAttributes":null,"id":"A32TW4JJLN57E8#1584513477998#A10A33FOX2NUBK#G070RR1383540LDK","intentType":null,"providerInfoDescription":null,"registeredCustomerId":"A32TW4JJLN57E8","sourceActiveUsers":null,"sourceDeviceIds":[{"deviceAccountId":null,"deviceType":"A10A33FOX2NUBK","serialNumber":"G070RR1383540LDK"}],"utteranceId":null,"version":1},{"_disambiguationId":null,"activityStatus":"SUCCESS","creationTimestamp":1584513469618,"description":"{\"summary\":\"was gibt es neues\",\"firstUtteranceId\":\"A10A33FOX2NUBK:1.0/2020/03/18/06/G070RR1383540LDK/37:47::TNIH_2V.03a3771e-28dd-4aa2-a40a-af3b2c678c23LPM/1\",\"firstStreamId\":\"A10A33FOX2NUBK:1.0/2020/03/18/06/G070RR1383540LDK/37:47::TNIH_2V.03a3771e-28dd-4aa2-a40a-af3b2c678c23LPM\"}","domainAttributes":null,"domainType":null,"feedbackAttributes":null,"id":"A32TW4JJLN57E8#1584513469618#A10A33FOX2NUBK#G070RR1383540LDK","intentType":null,"providerInfoDescription":null,"registeredCustomerId":"A32TW4JJLN57E8","sourceActiveUsers":null,"sourceDeviceIds":[{"deviceAccountId":null,"deviceType":"A10A33FOX2NUBK","serialNumber":"G070RR1383540LDK"}],"utteranceId":"A10A33FOX2NUBK:1.0/2020/03/18/06/G070RR1383540LDK/37:47::TNIH_2V.03a3771e-28dd-4aa2-a40a-af3b2c678c23LPM","version":1},{"_disambiguationId":null,"activityStatus":"SUCCESS","creationTimestamp":1584513467869,"description":"{\"summary\":\"alexa\",\"firstUtteranceId\":\"A10A33FOX2NUBK:1.0/2020/03/18/06/G070RR1383540LDK/37:47::TNIH_2V.03a3771e-28dd-4aa2-a40a-af3b2c678c23LPM/0\",\"firstStreamId\":\"A10A33FOX2NUBK:1.0/2020/03/18/06/G070RR1383540LDK/37:47::TNIH_2V.03a3771e-28dd-4aa2-a40a-af3b2c678c23LPM\"}","domainAttributes":"WAKE_WORD_ONLY","domainType":null,"feedbackAttributes":null,"id":"A32TW4JJLN57E8#1584513467869#A10A33FOX2NUBK#G070RR1383540LDK","intentType":null,"providerInfoDescription":null,"registeredCustomerId":"A32TW4JJLN57E8","sourceActiveUsers":null,"sourceDeviceIds":[{"deviceAccountId":null,"deviceType":"A10A33FOX2NUBK","serialNumber":"G070RR1383540LDK"}],"utteranceId":"A10A33FOX2NUBK:1.0/2020/03/18/06/G070RR1383540LDK/37:47::TNIH_2V.03a3771e-28dd-4aa2-a40a-af3b2c678c23LPM","version":1}],"endDate":1584513477998,"startDate":1584513467869}
              2020-03-18 07:37:58.691  - debug alexa2.0 (23917) Alexa-Remote: Activity found 0 for Activity ID 1584513477998#A10A33FOX2NUBK#G070RR1383540LDK
              2020-03-18 07:37:58.691  - debug alexa2.0 (23917) device-activity: {"data":{"_disambiguationId":null,"activityStatus":"SUCCESS","creationTimestamp":1584513477998,"description":"{\"summary\":\"\"}","domainAttributes":"{\"moreLink\":{\"text\":\"Read more\",\"url\":\"http://www.zamg.ac.at/cms/de/wetter/wetter-oesterreich/wien\"},\"image\":{\"url\":\"https://s3.amazonaws.com/CAPS-SSE/echo_developer/619a30f.d48b98d3.eebc3aafa5f84fa6b67a185ba58474be/APP_ICON_LARGE?versionId=3dRR6YOpT8X47o8axSihkoTYGS5F6ay9&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20200317T130352Z&X-Amz-SignedHeaders=host&X-Amz-Expires=604800&X-Amz-Credential=AKIAJFEYRBGIHK2BBYKA%2F20200317%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Signature=b9c6cc3185e67928ed7fcbf19e888e85463d1376f205c4fa414f49ddc7f1967f\"},\"subTitle\":\"\",\"title\":\"Wetterprognosen für Wien\"}","domainType":null,"feedbackAttributes":null,"id":"A32TW4JJLN57E8#1584513477998#A10A33FOX2NUBK#G070RR1383540LDK","intentType":null,"providerInfoDescription":null,"registeredCustomerId":"A32TW4JJLN57E8","sourceActiveUsers":null,"sourceDeviceIds":[{"deviceAccountId":null,"deviceType":"A10A33FOX2NUBK","serialNumber":"G070RR1383540LDK"}],"utteranceId":null,"version":1},"description":{"summary":""},"deviceSerialNumber":"G070RR1383540LDK","name":"Schlafzimmer","deviceType":"A10A33FOX2NUBK","deviceAccountId":null,"creationTimestamp":1584513477998,"activityStatus":"SUCCESS","domainAttributes":{"moreLink":{"text":"Read more","url":"http://www.zamg.ac.at/cms/de/wetter/wetter-oesterreich/wien"},"image":{"url":"https://s3.amazonaws.com/CAPS-SSE/echo_developer/619a30f.d48b98d3.eebc3aafa5f84fa6b67a185ba58474be/APP_ICON_LARGE?versionId=3dRR6YOpT8X47o8axSihkoTYGS5F6ay9&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20200317T130352Z&X-Amz-SignedHeaders=host&X-Amz-Expires=604800&X-Amz-Credential=AKIAJFEYRBGIHK2BBYKA%2F20200317%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Signature=b9c6cc3185e67928ed7fcbf19e888e85463d1376f205c4fa414f49ddc7f1967f"},"subTitle":"","title":"Wetterprognosen für Wien"},"destinationUserId":"A32TW4JJLN57E8"}
              2020-03-18 07:37:58.693  - debug alexa2.0 (23917) Alexa-Remote: 0 entries left in activity queue
              2020-03-18 07:37:58.699  - debug alexa2.0 (23917) State changed alexa2.0.History.name: {"val":"Schlafzimmer","ack":true,"ts":1584513478695,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584513468664}
              2020-03-18 07:37:58.700  - debug alexa2.0 (23917) State changed alexa2.0.History.serialNumber: {"val":"G070RR1383540LDK","ack":true,"ts":1584513478695,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584513468664}
              2020-03-18 07:37:58.702  - debug alexa2.0 (23917) State changed alexa2.0.History.summary: {"val":"","ack":true,"ts":1584513478695,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584513478695}
              2020-03-18 07:37:58.703  - debug alexa2.0 (23917) State changed alexa2.0.History.status: {"val":"SUCCESS","ack":true,"ts":1584513478695,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584456649533}
              2020-03-18 07:37:58.704  - debug alexa2.0 (23917) State changed alexa2.0.History.creationTime: {"val":1584513477998,"ack":true,"ts":1584513478696,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584513478696}
              2020-03-18 07:37:58.705  - debug alexa2.0 (23917) State changed alexa2.0.History.domainApplicationId: {"val":"","ack":true,"ts":1584513478696,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1583649644341}
              2020-03-18 07:37:58.706  - debug alexa2.0 (23917) State changed alexa2.0.History.domainApplicationName: {"val":"","ack":true,"ts":1584513478696,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584131776193}
              2020-03-18 07:37:58.708  - debug alexa2.0 (23917) State changed alexa2.0.History.cardContent: {"val":"","ack":true,"ts":1584513478696,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1583649644341}
              2020-03-18 07:37:58.710  - debug alexa2.0 (23917) State changed alexa2.0.History.cardJson: {"val":"","ack":true,"ts":1584513478696,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1583649644341}
              2020-03-18 07:37:58.711  - debug alexa2.0 (23917) State changed alexa2.0.History.answerText: {"val":"","ack":true,"ts":1584513478696,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584513002709}
              2020-03-18 07:37:58.712  - debug alexa2.0 (23917) State changed alexa2.0.History.json: {"val":"{\"name\":\"Schlafzimmer\",\"serialNumber\":\"G070RR1383540LDK\",\"summary\":\"\",\"creationTime\":1584513477998,\"status\":\"SUCCESS\",\"domainApplicationId\":\"\",\"domainApplicationName\":\"\",\"cardContent\":\"\",\"card\":\"\",\"answerText\":\"\"}","ack":true,"ts":1584513478696,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584513478696}
              2020-03-18 07:37:59.809  - debug alexa2.0 (23917) Alexa-Remote WS-MQTT: Command PUSH_VOLUME_CHANGE: {
                  "destinationUserId": "A32TW4JJLN57E8",
                  "dopplerId": {
                      "deviceType": "A10A33FOX2NUBK",
                      "deviceSerialNumber": "G070RR1383540LDK"
                  },
                  "volumeSetting": 30,
                  "isMuted": false
              }
              2020-03-18 07:37:59.810  - debug alexa2.0 (23917) Alexa-Push-Connection Device Volume change for G070RR1383540LDK -> 30/false
              2020-03-18 07:37:59.815  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.volume: {"val":30,"ack":true,"ts":1584513479811,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584513479811}
              2020-03-18 07:37:59.817  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.muted: {"val":false,"ack":true,"ts":1584513479812,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1582751784666}
              2020-03-18 07:37:59.969  - debug alexa2.0 (23917) Alexa-Remote WS-MQTT: Command PUSH_VOLUME_CHANGE: {
                  "destinationUserId": "A32TW4JJLN57E8",
                  "dopplerId": {
                      "deviceType": "A10A33FOX2NUBK",
                      "deviceSerialNumber": "G070RR1383540LDK"
                  },
                  "volumeSetting": 30,
                  "isMuted": false
              }
              2020-03-18 07:37:59.969  - debug alexa2.0 (23917) Alexa-Push-Connection Device Volume change for G070RR1383540LDK -> 30/false
              2020-03-18 07:37:59.983  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.volume: {"val":30,"ack":true,"ts":1584513479978,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584513479811}
              2020-03-18 07:37:59.985  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.muted: {"val":false,"ack":true,"ts":1584513479978,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1582751784666}
              2020-03-18 07:38:00.097  - debug alexa2.0 (23917) Alexa-Remote WS-MQTT: Command PUSH_VOLUME_CHANGE: {
                  "destinationUserId": "A32TW4JJLN57E8",
                  "dopplerId": {
                      "deviceType": "A10A33FOX2NUBK",
                      "deviceSerialNumber": "G070RR1383540LDK"
                  },
                  "volumeSetting": 33,
                  "isMuted": false
              }
              2020-03-18 07:38:00.098  - debug alexa2.0 (23917) Alexa-Push-Connection Device Volume change for G070RR1383540LDK -> 33/false
              2020-03-18 07:38:00.103  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.volume: {"val":33,"ack":true,"ts":1584513480100,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584513480100}
              2020-03-18 07:38:00.105  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.muted: {"val":false,"ack":true,"ts":1584513480100,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1582751784666}
              2020-03-18 07:38:00.534  - debug alexa2.0 (23917) Alexa-Remote WS-MQTT: Command PUSH_VOLUME_CHANGE: {
                  "destinationUserId": "A32TW4JJLN57E8",
                  "dopplerId": {
                      "deviceType": "A10A33FOX2NUBK",
                      "deviceSerialNumber": "G070RR1383540LDK"
                  },
                  "volumeSetting": 33,
                  "isMuted": false
              }
              2020-03-18 07:38:00.535  - debug alexa2.0 (23917) Alexa-Push-Connection Device Volume change for G070RR1383540LDK -> 33/false
              2020-03-18 07:38:00.542  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.volume: {"val":33,"ack":true,"ts":1584513480537,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584513480100}
              2020-03-18 07:38:00.544  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.muted: {"val":false,"ack":true,"ts":1584513480537,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1582751784666}
              2020-03-18 07:38:00.604  - debug alexa2.0 (23917) Alexa-Remote WS-MQTT: Command PUSH_VOLUME_CHANGE: {
                  "destinationUserId": "A32TW4JJLN57E8",
                  "dopplerId": {
                      "deviceType": "A10A33FOX2NUBK",
                      "deviceSerialNumber": "G070RR1383540LDK"
                  },
                  "volumeSetting": 37,
                  "isMuted": false
              }
              2020-03-18 07:38:00.605  - debug alexa2.0 (23917) Alexa-Push-Connection Device Volume change for G070RR1383540LDK -> 37/false
              2020-03-18 07:38:00.612  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.volume: {"val":37,"ack":true,"ts":1584513480606,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584513480606}
              2020-03-18 07:38:00.613  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.muted: {"val":false,"ack":true,"ts":1584513480607,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1582751784666}
              2020-03-18 07:38:00.986  - debug alexa2.0 (23917) Alexa-Remote WS-MQTT: Command PUSH_VOLUME_CHANGE: {
                  "destinationUserId": "A32TW4JJLN57E8",
                  "dopplerId": {
                      "deviceType": "A10A33FOX2NUBK",
                      "deviceSerialNumber": "G070RR1383540LDK"
                  },
                  "volumeSetting": 37,
                  "isMuted": false
              }
              2020-03-18 07:38:00.986  - debug alexa2.0 (23917) Alexa-Push-Connection Device Volume change for G070RR1383540LDK -> 37/false
              2020-03-18 07:38:00.993  - debug alexa2.0 (23917) Alexa-Remote WS-MQTT: Command PUSH_VOLUME_CHANGE: {
                  "destinationUserId": "A32TW4JJLN57E8",
                  "dopplerId": {
                      "deviceType": "A10A33FOX2NUBK",
                      "deviceSerialNumber": "G070RR1383540LDK"
                  },
                  "volumeSetting": 40,
                  "isMuted": false
              }
              2020-03-18 07:38:00.993  - debug alexa2.0 (23917) Alexa-Push-Connection Device Volume change for G070RR1383540LDK -> 40/false
              2020-03-18 07:38:00.994  - debug alexa2.0 (23917) Alexa-Remote WS-MQTT: Command PUSH_VOLUME_CHANGE: {
                  "destinationUserId": "A32TW4JJLN57E8",
                  "dopplerId": {
                      "deviceType": "A10A33FOX2NUBK",
                      "deviceSerialNumber": "G070RR1383540LDK"
                  },
                  "volumeSetting": 40,
                  "isMuted": false
              }
              2020-03-18 07:38:00.994  - debug alexa2.0 (23917) Alexa-Push-Connection Device Volume change for G070RR1383540LDK -> 40/false
              2020-03-18 07:38:00.997  - debug alexa2.0 (23917) Alexa-Remote WS-MQTT: Command PUSH_VOLUME_CHANGE: {
                  "destinationUserId": "A32TW4JJLN57E8",
                  "dopplerId": {
                      "deviceType": "A10A33FOX2NUBK",
                      "deviceSerialNumber": "G070RR1383540LDK"
                  },
                  "volumeSetting": 43,
                  "isMuted": false
              }
              2020-03-18 07:38:00.998  - debug alexa2.0 (23917) Alexa-Push-Connection Device Volume change for G070RR1383540LDK -> 43/false
              2020-03-18 07:38:00.998  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.volume: {"val":37,"ack":true,"ts":1584513480989,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584513480606}
              2020-03-18 07:38:00.999  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.muted: {"val":false,"ack":true,"ts":1584513480990,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1582751784666}
              2020-03-18 07:38:01.011  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.volume: {"val":40,"ack":true,"ts":1584513480997,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584513480997}
              2020-03-18 07:38:01.012  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.muted: {"val":false,"ack":true,"ts":1584513480997,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1582751784666}
              2020-03-18 07:38:01.012  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.volume: {"val":40,"ack":true,"ts":1584513480997,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584513480997}
              2020-03-18 07:38:01.013  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.muted: {"val":false,"ack":true,"ts":1584513480997,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1582751784666}
              2020-03-18 07:38:01.020  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.volume: {"val":43,"ack":true,"ts":1584513481017,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584513481017}
              2020-03-18 07:38:01.022  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.muted: {"val":false,"ack":true,"ts":1584513481017,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1582751784666}
              2020-03-18 07:38:01.104  - debug alexa2.0 (23917) Alexa-Remote WS-MQTT: Command PUSH_VOLUME_CHANGE: {
                  "destinationUserId": "A32TW4JJLN57E8",
                  "dopplerId": {
                      "deviceType": "A10A33FOX2NUBK",
                      "deviceSerialNumber": "G070RR1383540LDK"
                  },
                  "volumeSetting": 43,
                  "isMuted": false
              }
              2020-03-18 07:38:01.104  - debug alexa2.0 (23917) Alexa-Push-Connection Device Volume change for G070RR1383540LDK -> 43/false
              2020-03-18 07:38:01.109  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.volume: {"val":43,"ack":true,"ts":1584513481105,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584513481017}
              2020-03-18 07:38:01.111  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.muted: {"val":false,"ack":true,"ts":1584513481107,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1582751784666}
              2020-03-18 07:38:02.529  - debug alexa2.0 (23917) Alexa-Remote: No authentication check needed (time elapsed 308315)
              2020-03-18 07:38:02.529  - debug alexa2.0 (23917) Alexa-Remote: Sending Request with {"host":"alexa.amazon.de","path":"/api/np/player?deviceSerialNumber=G070RR1383540LDK&deviceType=A10A33FOX2NUBK&screenWidth=1392&_=1584513482529","method":"GET","timeout":10000,"headers":{}}
              2020-03-18 07:38:02.749  - debug alexa2.0 (23917) Alexa-Remote: Response: {"playerInfo":{"hint":null,"infoText":null,"isPlayingInLemur":false,"lemurVolume":null,"lyrics":null,"mainArt":null,"mediaId":null,"miniArt":null,"miniInfoText":null,"playbackSource":null,"playingInLemurId":null,"progress":null,"provider":null,"quality":null,"queueId":null,"state":null,"template":null,"transport":null,"upNextItems":null,"volume":null}}
              2020-03-18 07:38:02.749  - debug alexa2.0 (23917) Alexa-Remote: No authentication check needed (time elapsed 308535)
              2020-03-18 07:38:02.749  - debug alexa2.0 (23917) Alexa-Remote: Sending Request with {"host":"alexa.amazon.de","path":"/api/media/state?deviceSerialNumber=G070RR1383540LDK&deviceType=A10A33FOX2NUBK&screenWidth=1392&_=1584513482749","method":"GET","timeout":10000,"headers":{}}
              2020-03-18 07:38:03.653  - debug alexa2.0 (23917) Alexa-Remote: Response: {"message":null}
              2020-03-18 07:38:03.660  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.controlPause: {"val":false,"ack":true,"ts":1584513483657,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584511383913}
              2020-03-18 07:38:03.662  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.controlPlay: {"val":false,"ack":true,"ts":1584513483658,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584340212654}
              2020-03-18 07:38:03.663  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.contentType: {"val":"","ack":true,"ts":1584513483658,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584511383913}
              2020-03-18 07:38:03.667  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.currentState: {"val":false,"ack":true,"ts":1584513483658,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584340212654}
              2020-03-18 07:38:03.668  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.imageURL: {"val":"","ack":true,"ts":1584513483658,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584511383913}
              2020-03-18 07:38:03.669  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.muted: {"val":false,"ack":true,"ts":1584513483658,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1582751784666}
              2020-03-18 07:38:03.670  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.providerId: {"val":"","ack":true,"ts":1584513483658,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584511383914}
              2020-03-18 07:38:03.672  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.radioStationId: {"val":"","ack":true,"ts":1584513483658,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584511383914}
              2020-03-18 07:38:03.672  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.service: {"val":"","ack":true,"ts":1584513483658,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584511383914}
              2020-03-18 07:38:03.673  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.providerName: {"val":"","ack":true,"ts":1584513483659,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584511383914}
              2020-03-18 07:38:03.675  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.currentTitle: {"val":"","ack":true,"ts":1584513483659,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584511383914}
              2020-03-18 07:38:03.677  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.currentArtist: {"val":"","ack":true,"ts":1584513483659,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584511383914}
              2020-03-18 07:38:03.677  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.currentAlbum: {"val":"","ack":true,"ts":1584513483659,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584252804848}
              2020-03-18 07:38:03.679  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.mainArtUrl: {"val":"","ack":true,"ts":1584513483659,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584511383914}
              2020-03-18 07:38:03.681  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.miniArtUrl: {"val":"","ack":true,"ts":1584513483659,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584511383914}
              2020-03-18 07:38:03.682  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.mediaLength: {"val":"","ack":true,"ts":1584513483659,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584134894263}
              2020-03-18 07:38:03.684  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.mediaLengthStr: {"val":"0","ack":true,"ts":1584513483659,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584134894263}
              2020-03-18 07:38:03.685  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.mediaProgress: {"val":0,"ack":true,"ts":1584513483659,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584341113321}
              2020-03-18 07:38:03.689  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.mediaProgressStr: {"val":"0","ack":true,"ts":1584513483660,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584341113321}
              2020-03-18 07:38:03.691  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.mediaProgressPercent: {"val":0,"ack":true,"ts":1584513483660,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1582751784668}
              2020-03-18 07:38:04.088  - debug alexa2.0 (23917) Alexa-Remote WS-MQTT: Command PUSH_VOLUME_CHANGE: {
                  "destinationUserId": "A32TW4JJLN57E8",
                  "dopplerId": {
                      "deviceType": "A10A33FOX2NUBK",
                      "deviceSerialNumber": "G070RR1383540LDK"
                  },
                  "volumeSetting": 43,
                  "isMuted": false
              }
              2020-03-18 07:38:04.089  - debug alexa2.0 (23917) Alexa-Push-Connection Device Volume change for G070RR1383540LDK -> 43/false
              2020-03-18 07:38:04.089  - debug alexa2.0 (23917) Schedule new Player Update in 15000ms
              2020-03-18 07:38:04.093  - debug alexa2.0 (23917) Alexa-Remote WS-MQTT: Command PUSH_EQUALIZER_STATE_CHANGE: {
                  "destinationUserId": "A32TW4JJLN57E8",
                  "dopplerId": {
                      "deviceType": "A10A33FOX2NUBK",
                      "deviceSerialNumber": "G070RR1383540LDK"
                  },
                  "bass": 0,
                  "midrange": 0,
                  "treble": 0
              }
              2020-03-18 07:38:04.095  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.volume: {"val":43,"ack":true,"ts":1584513484091,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584513481017}
              2020-03-18 07:38:04.097  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.muted: {"val":false,"ack":true,"ts":1584513484091,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1582751784666}
              2020-03-18 07:38:08.999  - debug alexa2.0 (23917) Alexa-Remote WS-MQTT: Command PUSH_EQUALIZER_STATE_CHANGE: {
                  "destinationUserId": "A32TW4JJLN57E8",
                  "dopplerId": {
                      "deviceType": "A10A33FOX2NUBK",
                      "deviceSerialNumber": "G070RR1383540LDK"
                  },
                  "bass": 0,
                  "midrange": 0,
                  "treble": 0
              }
              2020-03-18 07:38:09.000  - debug alexa2.0 (23917) Alexa-Remote WS-MQTT: Command PUSH_VOLUME_CHANGE: {
                  "destinationUserId": "A32TW4JJLN57E8",
                  "dopplerId": {
                      "deviceType": "A10A33FOX2NUBK",
                      "deviceSerialNumber": "G070RR1383540LDK"
                  },
                  "volumeSetting": 43,
                  "isMuted": false
              }
              2020-03-18 07:38:09.001  - debug alexa2.0 (23917) Alexa-Push-Connection Device Volume change for G070RR1383540LDK -> 43/false
              2020-03-18 07:38:09.013  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.volume: {"val":43,"ack":true,"ts":1584513489010,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584513481017}
              2020-03-18 07:38:09.017  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.muted: {"val":false,"ack":true,"ts":1584513489010,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1582751784666}
              2020-03-18 07:38:09.453  - debug alexa2.0 (23917) Alexa-Remote WS-MQTT: Command PUSH_EQUALIZER_STATE_CHANGE: {
                  "destinationUserId": "A32TW4JJLN57E8",
                  "dopplerId": {
                      "deviceType": "A10A33FOX2NUBK",
                      "deviceSerialNumber": "G070RR1383540LDK"
                  },
                  "bass": 0,
                  "midrange": 0,
                  "treble": 0
              }
              2020-03-18 07:38:09.456  - debug alexa2.0 (23917) Alexa-Remote WS-MQTT: Command PUSH_VOLUME_CHANGE: {
                  "destinationUserId": "A32TW4JJLN57E8",
                  "dopplerId": {
                      "deviceType": "A10A33FOX2NUBK",
                      "deviceSerialNumber": "G070RR1383540LDK"
                  },
                  "volumeSetting": 43,
                  "isMuted": false
              }
              2020-03-18 07:38:09.456  - debug alexa2.0 (23917) Alexa-Push-Connection Device Volume change for G070RR1383540LDK -> 43/false
              2020-03-18 07:38:09.461  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.volume: {"val":43,"ack":true,"ts":1584513489458,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584513481017}
              2020-03-18 07:38:09.462  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.muted: {"val":false,"ack":true,"ts":1584513489458,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1582751784666}
              2020-03-18 07:38:10.396  - debug alexa2.0 (23917) Alexa-Remote WS-MQTT: Command PUSH_ACTIVITY: {
                  "destinationUserId": "A32TW4JJLN57E8",
                  "timestamp": 1584513490281,
                  "key": {
                      "registeredUserId": "A32TW4JJLN57E8",
                      "entryId": "1584513489971#A10A33FOX2NUBK#G070RR1383540LDK"
                  }
              }
              2020-03-18 07:38:10.598  - debug alexa2.0 (23917) Alexa-Remote: No authentication check needed (time elapsed 316384)
              2020-03-18 07:38:10.598  - debug alexa2.0 (23917) Alexa-Remote: Sending Request with {"host":"alexa.amazon.de","path":"/api/activities?startTime=&size=3&offset=1","method":"GET","timeout":10000,"headers":{}}
              2020-03-18 07:38:10.887  - debug alexa2.0 (23917) Alexa-Remote WS-MQTT: Command PUSH_EQUALIZER_STATE_CHANGE: {
                  "destinationUserId": "A32TW4JJLN57E8",
                  "dopplerId": {
                      "deviceType": "A10A33FOX2NUBK",
                      "deviceSerialNumber": "G070RR1383540LDK"
                  },
                  "bass": 0,
                  "midrange": 0,
                  "treble": 0
              }
              2020-03-18 07:38:10.894  - debug alexa2.0 (23917) Alexa-Remote WS-MQTT: Command PUSH_VOLUME_CHANGE: {
                  "destinationUserId": "A32TW4JJLN57E8",
                  "dopplerId": {
                      "deviceType": "A10A33FOX2NUBK",
                      "deviceSerialNumber": "G070RR1383540LDK"
                  },
                  "volumeSetting": 43,
                  "isMuted": false
              }
              2020-03-18 07:38:10.894  - debug alexa2.0 (23917) Alexa-Push-Connection Device Volume change for G070RR1383540LDK -> 43/false
              2020-03-18 07:38:10.905  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.volume: {"val":43,"ack":true,"ts":1584513490902,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584513481017}
              2020-03-18 07:38:10.907  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.muted: {"val":false,"ack":true,"ts":1584513490903,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1582751784666}
              2020-03-18 07:38:11.028  - debug alexa2.0 (23917) Alexa-Remote: Response: {"activities":[{"_disambiguationId":null,"activityStatus":"SUCCESS","creationTimestamp":1584513489971,"description":"{\"summary\":\"alexa fortsetzen\",\"firstUtteranceId\":\"A10A33FOX2NUBK:1.0/2020/03/18/06/G070RR1383540LDK/38:08::TNIH_2V.dc69779a-36d9-4d7d-a5ca-9edc06211f86LPM/0\",\"firstStreamId\":\"A10A33FOX2NUBK:1.0/2020/03/18/06/G070RR1383540LDK/38:08::TNIH_2V.dc69779a-36d9-4d7d-a5ca-9edc06211f86LPM\"}","domainAttributes":null,"domainType":null,"feedbackAttributes":null,"id":"A32TW4JJLN57E8#1584513489971#A10A33FOX2NUBK#G070RR1383540LDK","intentType":null,"providerInfoDescription":null,"registeredCustomerId":"A32TW4JJLN57E8","sourceActiveUsers":null,"sourceDeviceIds":[{"deviceAccountId":null,"deviceType":"A10A33FOX2NUBK","serialNumber":"G070RR1383540LDK"}],"utteranceId":"A10A33FOX2NUBK:1.0/2020/03/18/06/G070RR1383540LDK/38:08::TNIH_2V.dc69779a-36d9-4d7d-a5ca-9edc06211f86LPM","version":1},{"_disambiguationId":null,"activityStatus":"SUCCESS","creationTimestamp":1584513477998,"description":"{\"summary\":\"\"}","domainAttributes":"{\"moreLink\":{\"text\":\"Read more\",\"url\":\"http://www.zamg.ac.at/cms/de/wetter/wetter-oesterreich/wien\"},\"image\":{\"url\":\"https://s3.amazonaws.com/CAPS-SSE/echo_developer/619a30f.d48b98d3.eebc3aafa5f84fa6b67a185ba58474be/APP_ICON_LARGE?versionId=3dRR6YOpT8X47o8axSihkoTYGS5F6ay9&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20200317T130352Z&X-Amz-SignedHeaders=host&X-Amz-Expires=604800&X-Amz-Credential=AKIAJFEYRBGIHK2BBYKA%2F20200317%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Signature=b9c6cc3185e67928ed7fcbf19e888e85463d1376f205c4fa414f49ddc7f1967f\"},\"subTitle\":\"\",\"title\":\"Wetterprognosen für Wien\"}","domainType":null,"feedbackAttributes":null,"id":"A32TW4JJLN57E8#1584513477998#A10A33FOX2NUBK#G070RR1383540LDK","intentType":null,"providerInfoDescription":null,"registeredCustomerId":"A32TW4JJLN57E8","sourceActiveUsers":null,"sourceDeviceIds":[{"deviceAccountId":null,"deviceType":"A10A33FOX2NUBK","serialNumber":"G070RR1383540LDK"}],"utteranceId":null,"version":1},{"_disambiguationId":null,"activityStatus":"SUCCESS","creationTimestamp":1584513469618,"description":"{\"summary\":\"was gibt es neues\",\"firstUtteranceId\":\"A10A33FOX2NUBK:1.0/2020/03/18/06/G070RR1383540LDK/37:47::TNIH_2V.03a3771e-28dd-4aa2-a40a-af3b2c678c23LPM/1\",\"firstStreamId\":\"A10A33FOX2NUBK:1.0/2020/03/18/06/G070RR1383540LDK/37:47::TNIH_2V.03a3771e-28dd-4aa2-a40a-af3b2c678c23LPM\"}","domainAttributes":null,"domainType":null,"feedbackAttributes":null,"id":"A32TW4JJLN57E8#1584513469618#A10A33FOX2NUBK#G070RR1383540LDK","intentType":null,"providerInfoDescription":null,"registeredCustomerId":"A32TW4JJLN57E8","sourceActiveUsers":null,"sourceDeviceIds":[{"deviceAccountId":null,"deviceType":"A10A33FOX2NUBK","serialNumber":"G070RR1383540LDK"}],"utteranceId":"A10A33FOX2NUBK:1.0/2020/03/18/06/G070RR1383540LDK/37:47::TNIH_2V.03a3771e-28dd-4aa2-a40a-af3b2c678c23LPM","version":1}],"endDate":1584513489971,"startDate":1584513469618}
              2020-03-18 07:38:11.029  - debug alexa2.0 (23917) Alexa-Remote: Activity found 0 for Activity ID 1584513489971#A10A33FOX2NUBK#G070RR1383540LDK
              2020-03-18 07:38:11.029  - debug alexa2.0 (23917) device-activity: {"data":{"_disambiguationId":null,"activityStatus":"SUCCESS","creationTimestamp":1584513489971,"description":"{\"summary\":\"alexa fortsetzen\",\"firstUtteranceId\":\"A10A33FOX2NUBK:1.0/2020/03/18/06/G070RR1383540LDK/38:08::TNIH_2V.dc69779a-36d9-4d7d-a5ca-9edc06211f86LPM/0\",\"firstStreamId\":\"A10A33FOX2NUBK:1.0/2020/03/18/06/G070RR1383540LDK/38:08::TNIH_2V.dc69779a-36d9-4d7d-a5ca-9edc06211f86LPM\"}","domainAttributes":null,"domainType":null,"feedbackAttributes":null,"id":"A32TW4JJLN57E8#1584513489971#A10A33FOX2NUBK#G070RR1383540LDK","intentType":null,"providerInfoDescription":null,"registeredCustomerId":"A32TW4JJLN57E8","sourceActiveUsers":null,"sourceDeviceIds":[{"deviceAccountId":null,"deviceType":"A10A33FOX2NUBK","serialNumber":"G070RR1383540LDK"}],"utteranceId":"A10A33FOX2NUBK:1.0/2020/03/18/06/G070RR1383540LDK/38:08::TNIH_2V.dc69779a-36d9-4d7d-a5ca-9edc06211f86LPM","version":1},"description":{"summary":"fortsetzen","firstUtteranceId":"A10A33FOX2NUBK:1.0/2020/03/18/06/G070RR1383540LDK/38:08::TNIH_2V.dc69779a-36d9-4d7d-a5ca-9edc06211f86LPM/0","firstStreamId":"A10A33FOX2NUBK:1.0/2020/03/18/06/G070RR1383540LDK/38:08::TNIH_2V.dc69779a-36d9-4d7d-a5ca-9edc06211f86LPM"},"deviceSerialNumber":"G070RR1383540LDK","name":"Schlafzimmer","deviceType":"A10A33FOX2NUBK","deviceAccountId":null,"creationTimestamp":1584513489971,"activityStatus":"SUCCESS","domainAttributes":null,"destinationUserId":"A32TW4JJLN57E8"}
              2020-03-18 07:38:11.030  - debug alexa2.0 (23917) Alexa-Remote: 0 entries left in activity queue
              2020-03-18 07:38:11.037  - debug alexa2.0 (23917) State changed alexa2.0.History.name: {"val":"Schlafzimmer","ack":true,"ts":1584513491033,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584513468664}
              2020-03-18 07:38:11.039  - debug alexa2.0 (23917) State changed alexa2.0.History.serialNumber: {"val":"G070RR1383540LDK","ack":true,"ts":1584513491033,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584513468664}
              2020-03-18 07:38:11.040  - debug alexa2.0 (23917) State changed alexa2.0.History.summary: {"val":"fortsetzen","ack":true,"ts":1584513491033,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584513491033}
              2020-03-18 07:38:11.041  - debug alexa2.0 (23917) State changed alexa2.0.History.status: {"val":"SUCCESS","ack":true,"ts":1584513491033,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584456649533}
              2020-03-18 07:38:11.042  - debug alexa2.0 (23917) State changed alexa2.0.History.creationTime: {"val":1584513489971,"ack":true,"ts":1584513491033,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584513491033}
              2020-03-18 07:38:11.044  - debug alexa2.0 (23917) State changed alexa2.0.History.domainApplicationId: {"val":"","ack":true,"ts":1584513491033,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1583649644341}
              2020-03-18 07:38:11.045  - debug alexa2.0 (23917) State changed alexa2.0.History.domainApplicationName: {"val":"","ack":true,"ts":1584513491033,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584131776193}
              2020-03-18 07:38:11.046  - debug alexa2.0 (23917) State changed alexa2.0.History.cardContent: {"val":"","ack":true,"ts":1584513491033,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1583649644341}
              2020-03-18 07:38:11.047  - debug alexa2.0 (23917) State changed alexa2.0.History.cardJson: {"val":"","ack":true,"ts":1584513491034,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1583649644341}
              2020-03-18 07:38:11.049  - debug alexa2.0 (23917) State changed alexa2.0.History.answerText: {"val":"","ack":true,"ts":1584513491034,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584513002709}
              2020-03-18 07:38:11.051  - debug alexa2.0 (23917) State changed alexa2.0.History.json: {"val":"{\"name\":\"Schlafzimmer\",\"serialNumber\":\"G070RR1383540LDK\",\"summary\":\"fortsetzen\",\"creationTime\":1584513489971,\"status\":\"SUCCESS\",\"domainApplicationId\":\"\",\"domainApplicationName\":\"\",\"cardContent\":\"\",\"card\":\"\",\"answerText\":\"\"}","ack":true,"ts":1584513491034,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584513491034}
              2020-03-18 07:38:11.144  - debug alexa2.0 (23917) Alexa-Remote WS-MQTT: Command PUSH_EQUALIZER_STATE_CHANGE: {
                  "destinationUserId": "A32TW4JJLN57E8",
                  "dopplerId": {
                      "deviceType": "A10A33FOX2NUBK",
                      "deviceSerialNumber": "G070RR1383540LDK"
                  },
                  "bass": 0,
                  "midrange": 0,
                  "treble": 0
              }
              2020-03-18 07:38:11.146  - debug alexa2.0 (23917) Alexa-Remote WS-MQTT: Command PUSH_VOLUME_CHANGE: {
                  "destinationUserId": "A32TW4JJLN57E8",
                  "dopplerId": {
                      "deviceType": "A10A33FOX2NUBK",
                      "deviceSerialNumber": "G070RR1383540LDK"
                  },
                  "volumeSetting": 43,
                  "isMuted": false
              }
              2020-03-18 07:38:11.146  - debug alexa2.0 (23917) Alexa-Push-Connection Device Volume change for G070RR1383540LDK -> 43/false
              2020-03-18 07:38:11.152  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.volume: {"val":43,"ack":true,"ts":1584513491148,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584513481017}
              2020-03-18 07:38:11.154  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.muted: {"val":false,"ack":true,"ts":1584513491148,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1582751784666}
              2020-03-18 07:38:11.283  - debug alexa2.0 (23917) Alexa-Remote WS-MQTT: Command PUSH_EQUALIZER_STATE_CHANGE: {
                  "destinationUserId": "A32TW4JJLN57E8",
                  "dopplerId": {
                      "deviceType": "A10A33FOX2NUBK",
                      "deviceSerialNumber": "G070RR1383540LDK"
                  },
                  "bass": 0,
                  "midrange": 0,
                  "treble": 0
              }
              2020-03-18 07:38:11.288  - debug alexa2.0 (23917) Alexa-Remote WS-MQTT: Command PUSH_VOLUME_CHANGE: {
                  "destinationUserId": "A32TW4JJLN57E8",
                  "dopplerId": {
                      "deviceType": "A10A33FOX2NUBK",
                      "deviceSerialNumber": "G070RR1383540LDK"
                  },
                  "volumeSetting": 43,
                  "isMuted": false
              }
              2020-03-18 07:38:11.289  - debug alexa2.0 (23917) Alexa-Push-Connection Device Volume change for G070RR1383540LDK -> 43/false
              2020-03-18 07:38:11.295  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.volume: {"val":43,"ack":true,"ts":1584513491290,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584513481017}
              2020-03-18 07:38:11.299  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.muted: {"val":false,"ack":true,"ts":1584513491293,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1582751784666}
              2020-03-18 07:38:19.091  - debug alexa2.0 (23917) Alexa-Remote: No authentication check needed (time elapsed 324877)
              2020-03-18 07:38:19.092  - debug alexa2.0 (23917) Alexa-Remote: Sending Request with {"host":"alexa.amazon.de","path":"/api/np/player?deviceSerialNumber=G070RR1383540LDK&deviceType=A10A33FOX2NUBK&screenWidth=1392&_=1584513499092","method":"GET","timeout":10000,"headers":{}}
              2020-03-18 07:38:19.311  - debug alexa2.0 (23917) Alexa-Remote: Response: {"playerInfo":{"hint":null,"infoText":null,"isPlayingInLemur":false,"lemurVolume":null,"lyrics":null,"mainArt":null,"mediaId":null,"miniArt":null,"miniInfoText":null,"playbackSource":null,"playingInLemurId":null,"progress":null,"provider":null,"quality":null,"queueId":null,"state":null,"template":null,"transport":null,"upNextItems":null,"volume":null}}
              2020-03-18 07:38:19.311  - debug alexa2.0 (23917) Alexa-Remote: No authentication check needed (time elapsed 325097)
              2020-03-18 07:38:19.312  - debug alexa2.0 (23917) Alexa-Remote: Sending Request with {"host":"alexa.amazon.de","path":"/api/media/state?deviceSerialNumber=G070RR1383540LDK&deviceType=A10A33FOX2NUBK&screenWidth=1392&_=1584513499312","method":"GET","timeout":10000,"headers":{}}
              2020-03-18 07:38:20.091  - debug alexa2.0 (23917) Alexa-Remote: Response: {"message":null}
              2020-03-18 07:38:20.099  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.controlPause: {"val":false,"ack":true,"ts":1584513500094,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584511383913}
              2020-03-18 07:38:20.100  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.controlPlay: {"val":false,"ack":true,"ts":1584513500095,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584340212654}
              2020-03-18 07:38:20.101  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.contentType: {"val":"","ack":true,"ts":1584513500095,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584511383913}
              2020-03-18 07:38:20.103  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.currentState: {"val":false,"ack":true,"ts":1584513500095,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584340212654}
              2020-03-18 07:38:20.104  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.imageURL: {"val":"","ack":true,"ts":1584513500095,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584511383913}
              2020-03-18 07:38:20.105  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.muted: {"val":false,"ack":true,"ts":1584513500095,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1582751784666}
              2020-03-18 07:38:20.107  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.providerId: {"val":"","ack":true,"ts":1584513500095,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584511383914}
              2020-03-18 07:38:20.108  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.radioStationId: {"val":"","ack":true,"ts":1584513500095,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584511383914}
              2020-03-18 07:38:20.109  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.service: {"val":"","ack":true,"ts":1584513500096,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584511383914}
              2020-03-18 07:38:20.111  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.providerName: {"val":"","ack":true,"ts":1584513500096,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584511383914}
              2020-03-18 07:38:20.113  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.currentTitle: {"val":"","ack":true,"ts":1584513500096,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584511383914}
              2020-03-18 07:38:20.115  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.currentArtist: {"val":"","ack":true,"ts":1584513500096,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584511383914}
              2020-03-18 07:38:20.116  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.currentAlbum: {"val":"","ack":true,"ts":1584513500096,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584252804848}
              2020-03-18 07:38:20.117  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.mainArtUrl: {"val":"","ack":true,"ts":1584513500096,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584511383914}
              2020-03-18 07:38:20.119  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.miniArtUrl: {"val":"","ack":true,"ts":1584513500096,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584511383914}
              2020-03-18 07:38:20.120  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.mediaLength: {"val":"","ack":true,"ts":1584513500096,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584134894263}
              2020-03-18 07:38:20.122  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.mediaLengthStr: {"val":"0","ack":true,"ts":1584513500096,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584134894263}
              2020-03-18 07:38:20.123  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.mediaProgress: {"val":0,"ack":true,"ts":1584513500096,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584341113321}
              2020-03-18 07:38:20.125  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.mediaProgressStr: {"val":"0","ack":true,"ts":1584513500096,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584341113321}
              2020-03-18 07:38:20.126  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.mediaProgressPercent: {"val":0,"ack":true,"ts":1584513500097,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1582751784668}
              2020-03-18 07:38:20.632  - debug alexa2.0 (23917) Alexa-Remote WS-MQTT: Command PUSH_EQUALIZER_STATE_CHANGE: {
                  "destinationUserId": "A32TW4JJLN57E8",
                  "dopplerId": {
                      "deviceType": "A10A33FOX2NUBK",
                      "deviceSerialNumber": "G070RR1383540LDK"
                  },
                  "bass": 0,
                  "midrange": 0,
                  "treble": 0
              }
              2020-03-18 07:38:20.633  - debug alexa2.0 (23917) Alexa-Remote WS-MQTT: Command PUSH_VOLUME_CHANGE: {
                  "destinationUserId": "A32TW4JJLN57E8",
                  "dopplerId": {
                      "deviceType": "A10A33FOX2NUBK",
                      "deviceSerialNumber": "G070RR1383540LDK"
                  },
                  "volumeSetting": 43,
                  "isMuted": false
              }
              2020-03-18 07:38:20.634  - debug alexa2.0 (23917) Alexa-Push-Connection Device Volume change for G070RR1383540LDK -> 43/false
              2020-03-18 07:38:20.634  - debug alexa2.0 (23917) Schedule new Player Update in 15000ms
              2020-03-18 07:38:20.643  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.volume: {"val":43,"ack":true,"ts":1584513500640,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584513481017}
              2020-03-18 07:38:20.645  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.muted: {"val":false,"ack":true,"ts":1584513500641,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1582751784666}
              2020-03-18 07:38:35.636  - debug alexa2.0 (23917) Alexa-Remote: No authentication check needed (time elapsed 341422)
              2020-03-18 07:38:35.636  - debug alexa2.0 (23917) Alexa-Remote: Sending Request with {"host":"alexa.amazon.de","path":"/api/np/player?deviceSerialNumber=G070RR1383540LDK&deviceType=A10A33FOX2NUBK&screenWidth=1392&_=1584513515636","method":"GET","timeout":10000,"headers":{}}
              2020-03-18 07:38:35.869  - debug alexa2.0 (23917) Alexa-Remote: Response: {"playerInfo":{"hint":null,"infoText":null,"isPlayingInLemur":false,"lemurVolume":null,"lyrics":null,"mainArt":null,"mediaId":null,"miniArt":null,"miniInfoText":null,"playbackSource":null,"playingInLemurId":null,"progress":null,"provider":null,"quality":null,"queueId":null,"state":null,"template":null,"transport":null,"upNextItems":null,"volume":null}}
              2020-03-18 07:38:35.869  - debug alexa2.0 (23917) Alexa-Remote: No authentication check needed (time elapsed 341655)
              2020-03-18 07:38:35.869  - debug alexa2.0 (23917) Alexa-Remote: Sending Request with {"host":"alexa.amazon.de","path":"/api/media/state?deviceSerialNumber=G070RR1383540LDK&deviceType=A10A33FOX2NUBK&screenWidth=1392&_=1584513515869","method":"GET","timeout":10000,"headers":{}}
              2020-03-18 07:38:36.494  - debug alexa2.0 (23917) Alexa-Remote: Response: {"message":null}
              2020-03-18 07:38:36.501  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.controlPause: {"val":false,"ack":true,"ts":1584513516498,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584511383913}
              2020-03-18 07:38:36.502  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.controlPlay: {"val":false,"ack":true,"ts":1584513516498,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584340212654}
              2020-03-18 07:38:36.503  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.contentType: {"val":"","ack":true,"ts":1584513516498,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584511383913}
              2020-03-18 07:38:36.505  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.currentState: {"val":false,"ack":true,"ts":1584513516498,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584340212654}
              2020-03-18 07:38:36.508  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.imageURL: {"val":"","ack":true,"ts":1584513516498,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584511383913}
              2020-03-18 07:38:36.509  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.muted: {"val":false,"ack":true,"ts":1584513516498,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1582751784666}
              2020-03-18 07:38:36.511  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.providerId: {"val":"","ack":true,"ts":1584513516498,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584511383914}
              2020-03-18 07:38:36.512  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.radioStationId: {"val":"","ack":true,"ts":1584513516499,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584511383914}
              2020-03-18 07:38:36.514  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.service: {"val":"","ack":true,"ts":1584513516499,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584511383914}
              2020-03-18 07:38:36.515  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.providerName: {"val":"","ack":true,"ts":1584513516499,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584511383914}
              2020-03-18 07:38:36.517  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.currentTitle: {"val":"","ack":true,"ts":1584513516499,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584511383914}
              2020-03-18 07:38:36.518  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.currentArtist: {"val":"","ack":true,"ts":1584513516499,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584511383914}
              2020-03-18 07:38:36.522  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.currentAlbum: {"val":"","ack":true,"ts":1584513516499,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584252804848}
              2020-03-18 07:38:36.523  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.mainArtUrl: {"val":"","ack":true,"ts":1584513516499,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584511383914}
              2020-03-18 07:38:36.524  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.miniArtUrl: {"val":"","ack":true,"ts":1584513516499,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584511383914}
              2020-03-18 07:38:36.528  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.mediaLength: {"val":"","ack":true,"ts":1584513516499,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584134894263}
              2020-03-18 07:38:36.529  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.mediaLengthStr: {"val":"0","ack":true,"ts":1584513516499,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584134894263}
              2020-03-18 07:38:36.530  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.mediaProgress: {"val":0,"ack":true,"ts":1584513516500,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584341113321}
              2020-03-18 07:38:36.532  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.mediaProgressStr: {"val":"0","ack":true,"ts":1584513516500,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584341113321}
              2020-03-18 07:38:36.533  - debug alexa2.0 (23917) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.mediaProgressPercent: {"val":0,"ack":true,"ts":1584513516500,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1582751784668}
              2020-03-18 07:38:57.772  - debug alexa2.0 (23917) Alexa-Remote WS-MQTT: Send Ping
              2020-03-18 07:38:57.899  - debug alexa2.0 (23917) Alexa-Remote WS-MQTT: Received Pong
              
              1 Reply Last reply Reply Quote 0
              • apollon77
                apollon77 last edited by

                @Dr-Bakterius sagte in Alexa2 sorgt für Abbrüche bei der Wiedergabe auf Echo Spot:
                Dann nochmal mit 3.1.1 bitte. Ich hab jetzt den Player-Refresh 15s nach Volume changes rausgenommen ... mal schauen

                Dr. Bakterius 1 Reply Last reply Reply Quote 1
                • Dr. Bakterius
                  Dr. Bakterius Most Active @apollon77 last edited by

                  @apollon77 Installiert, ausprobiert und funktioniert! 👍 Zumindest beim ersten Versuch. 😳

                  Falls es noch interessiert, hier das Log dazu:

                  2020-03-18 10:06:18.997  - debug: alexa2.0 (1524) Alexa-Remote WS-MQTT: Command PUSH_VOLUME_CHANGE: {
                      "destinationUserId": "A32TW4JJLN57E8",
                      "dopplerId": {
                          "deviceType": "A10A33FOX2NUBK",
                          "deviceSerialNumber": "G070RR1383540LDK"
                      },
                      "volumeSetting": 43,
                      "isMuted": false
                  }
                  2020-03-18 10:06:18.997  - debug: alexa2.0 (1524) Alexa-Push-Connection Device Volume change for G070RR1383540LDK -> 43/false
                  2020-03-18 10:06:18.999  - debug: alexa2.0 (1524) Alexa-Remote WS-MQTT: Command PUSH_EQUALIZER_STATE_CHANGE: {
                      "destinationUserId": "A32TW4JJLN57E8",
                      "dopplerId": {
                          "deviceType": "A10A33FOX2NUBK",
                          "deviceSerialNumber": "G070RR1383540LDK"
                      },
                      "bass": 0,
                      "midrange": 0,
                      "treble": 0
                  }
                  2020-03-18 10:06:19.001  - debug: alexa2.0 (1524) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.volume: {"val":43,"ack":true,"ts":1584522378998,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584513481017}
                  2020-03-18 10:06:19.004  - debug: alexa2.0 (1524) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.muted: {"val":false,"ack":true,"ts":1584522378999,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1582751784666}
                  2020-03-18 10:06:19.476  - debug: alexa2.0 (1524) Alexa-Remote WS-MQTT: Command PUSH_EQUALIZER_STATE_CHANGE: {
                      "destinationUserId": "A32TW4JJLN57E8",
                      "dopplerId": {
                          "deviceType": "A10A33FOX2NUBK",
                          "deviceSerialNumber": "G070RR1383540LDK"
                      },
                      "bass": 0,
                      "midrange": 0,
                      "treble": 0
                  }
                  2020-03-18 10:06:19.479  - debug: alexa2.0 (1524) Alexa-Remote WS-MQTT: Command PUSH_VOLUME_CHANGE: {
                      "destinationUserId": "A32TW4JJLN57E8",
                      "dopplerId": {
                          "deviceType": "A10A33FOX2NUBK",
                          "deviceSerialNumber": "G070RR1383540LDK"
                      },
                      "volumeSetting": 43,
                      "isMuted": false
                  }
                  2020-03-18 10:06:19.479  - debug: alexa2.0 (1524) Alexa-Push-Connection Device Volume change for G070RR1383540LDK -> 43/false
                  2020-03-18 10:06:19.484  - debug: alexa2.0 (1524) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.volume: {"val":43,"ack":true,"ts":1584522379480,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584513481017}
                  2020-03-18 10:06:19.485  - debug: alexa2.0 (1524) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.muted: {"val":false,"ack":true,"ts":1584522379481,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1582751784666}
                  2020-03-18 10:06:19.505  - debug: alexa2.0 (1524) Alexa-Remote WS-MQTT: Command PUSH_ACTIVITY: {
                      "destinationUserId": "A32TW4JJLN57E8",
                      "timestamp": 1584522379399,
                      "key": {
                          "registeredUserId": "A32TW4JJLN57E8",
                          "entryId": "1584522379382#A10A33FOX2NUBK#G070RR1383540LDK"
                      }
                  }
                  2020-03-18 10:06:19.706  - debug: alexa2.0 (1524) Alexa-Remote: No authentication check needed (time elapsed 239317)
                  2020-03-18 10:06:19.707  - debug: alexa2.0 (1524) Alexa-Remote: Sending Request with {"host":"alexa.amazon.de","path":"/api/activities?startTime=&size=3&offset=1","method":"GET","timeout":10000,"headers":{}}
                  2020-03-18 10:06:20.157  - debug: alexa2.0 (1524) Alexa-Remote: Response: {"activities":[{"_disambiguationId":null,"activityStatus":"SUCCESS","creationTimestamp":1584522379382,"description":"{\"summary\":\"alexa\",\"firstUtteranceId\":\"A10A33FOX2NUBK:1.0/2020/03/18/09/G070RR1383540LDK/06:18::TNIH_2V.0f1a8ac0-1091-4400-a59a-c35745184d3eLPM/0\",\"firstStreamId\":\"A10A33FOX2NUBK:1.0/2020/03/18/09/G070RR1383540LDK/06:18::TNIH_2V.0f1a8ac0-1091-4400-a59a-c35745184d3eLPM\"}","domainAttributes":"WAKE_WORD_ONLY","domainType":null,"feedbackAttributes":null,"id":"A32TW4JJLN57E8#1584522379382#A10A33FOX2NUBK#G070RR1383540LDK","intentType":null,"providerInfoDescription":null,"registeredCustomerId":"A32TW4JJLN57E8","sourceActiveUsers":null,"sourceDeviceIds":[{"deviceAccountId":null,"deviceType":"A10A33FOX2NUBK","serialNumber":"G070RR1383540LDK"}],"utteranceId":"A10A33FOX2NUBK:1.0/2020/03/18/09/G070RR1383540LDK/06:18::TNIH_2V.0f1a8ac0-1091-4400-a59a-c35745184d3eLPM","version":1},{"_disambiguationId":null,"activityStatus":"DISCARDED_NON_DEVICE_DIRECTED_INTENT","creationTimestamp":1584515402042,"description":"{\"summary\":\"\",\"firstUtteranceId\":\"AB72C64C86AW2:1.0/2020/03/18/07/G090LV037204022M/10:00::TNIH_2V.1fd796a0-c87e-4615-be66-79ee5e630c72LPM\",\"firstStreamId\":\"AB72C64C86AW2:1.0/2020/03/18/07/G090LV037204022M/10:00::TNIH_2V.1fd796a0-c87e-4615-be66-79ee5e630c72LPM\"}","domainAttributes":"FALSE_WAKE_WORD_1P","domainType":null,"feedbackAttributes":null,"id":"A32TW4JJLN57E8#1584515402042#AB72C64C86AW2#G090LV037204022M","intentType":null,"providerInfoDescription":null,"registeredCustomerId":"A32TW4JJLN57E8","sourceActiveUsers":null,"sourceDeviceIds":[{"deviceAccountId":null,"deviceType":"AB72C64C86AW2","serialNumber":"G090LV037204022M"}],"utteranceId":"AB72C64C86AW2:1.0/2020/03/18/07/G090LV037204022M/10:00::TNIH_2V.1fd796a0-c87e-4615-be66-79ee5e630c72LPM","version":1},{"_disambiguationId":null,"activityStatus":"SUCCESS","creationTimestamp":1584515397279,"description":"{\"summary\":\"übersetze dispatched\",\"firstUtteranceId\":\"AB72C64C86AW2:1.0/2020/03/18/07/G090LV037204022M/09:53::TNIH_2V.3cc9fbc4-2422-4bcd-a205-d5976e2dc427LPM/1\",\"firstStreamId\":\"AB72C64C86AW2:1.0/2020/03/18/07/G090LV037204022M/09:53::TNIH_2V.3cc9fbc4-2422-4bcd-a205-d5976e2dc427LPM\"}","domainAttributes":null,"domainType":null,"feedbackAttributes":null,"id":"A32TW4JJLN57E8#1584515397279#AB72C64C86AW2#G090LV037204022M","intentType":null,"providerInfoDescription":null,"registeredCustomerId":"A32TW4JJLN57E8","sourceActiveUsers":null,"sourceDeviceIds":[{"deviceAccountId":null,"deviceType":"AB72C64C86AW2","serialNumber":"G090LV037204022M"}],"utteranceId":"AB72C64C86AW2:1.0/2020/03/18/07/G090LV037204022M/09:53::TNIH_2V.3cc9fbc4-2422-4bcd-a205-d5976e2dc427LPM","version":1}],"endDate":1584522379382,"startDate":1584515397279}
                  2020-03-18 10:06:20.159  - debug: alexa2.0 (1524) Alexa-Remote: Activity found 0 for Activity ID 1584522379382#A10A33FOX2NUBK#G070RR1383540LDK
                  2020-03-18 10:06:20.159  - debug: alexa2.0 (1524) device-activity: {"data":{"_disambiguationId":null,"activityStatus":"SUCCESS","creationTimestamp":1584522379382,"description":"{\"summary\":\"alexa\",\"firstUtteranceId\":\"A10A33FOX2NUBK:1.0/2020/03/18/09/G070RR1383540LDK/06:18::TNIH_2V.0f1a8ac0-1091-4400-a59a-c35745184d3eLPM/0\",\"firstStreamId\":\"A10A33FOX2NUBK:1.0/2020/03/18/09/G070RR1383540LDK/06:18::TNIH_2V.0f1a8ac0-1091-4400-a59a-c35745184d3eLPM\"}","domainAttributes":"WAKE_WORD_ONLY","domainType":null,"feedbackAttributes":null,"id":"A32TW4JJLN57E8#1584522379382#A10A33FOX2NUBK#G070RR1383540LDK","intentType":null,"providerInfoDescription":null,"registeredCustomerId":"A32TW4JJLN57E8","sourceActiveUsers":null,"sourceDeviceIds":[{"deviceAccountId":null,"deviceType":"A10A33FOX2NUBK","serialNumber":"G070RR1383540LDK"}],"utteranceId":"A10A33FOX2NUBK:1.0/2020/03/18/09/G070RR1383540LDK/06:18::TNIH_2V.0f1a8ac0-1091-4400-a59a-c35745184d3eLPM","version":1},"description":{"summary":"","firstUtteranceId":"A10A33FOX2NUBK:1.0/2020/03/18/09/G070RR1383540LDK/06:18::TNIH_2V.0f1a8ac0-1091-4400-a59a-c35745184d3eLPM/0","firstStreamId":"A10A33FOX2NUBK:1.0/2020/03/18/09/G070RR1383540LDK/06:18::TNIH_2V.0f1a8ac0-1091-4400-a59a-c35745184d3eLPM"},"deviceSerialNumber":"G070RR1383540LDK","name":"Schlafzimmer","deviceType":"A10A33FOX2NUBK","deviceAccountId":null,"creationTimestamp":1584522379382,"activityStatus":"SUCCESS","domainAttributes":"WAKE_WORD_ONLY","destinationUserId":"A32TW4JJLN57E8"}
                  2020-03-18 10:06:20.162  - debug: alexa2.0 (1524) Alexa-Remote: 0 entries left in activity queue
                  2020-03-18 10:06:20.170  - debug: alexa2.0 (1524) State changed alexa2.0.History.name: {"val":"Schlafzimmer","ack":true,"ts":1584522380165,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584522380165}
                  2020-03-18 10:06:20.174  - debug: alexa2.0 (1524) State changed alexa2.0.History.serialNumber: {"val":"G070RR1383540LDK","ack":true,"ts":1584522380165,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584522380165}
                  2020-03-18 10:06:20.178  - debug: alexa2.0 (1524) State changed alexa2.0.History.summary: {"val":"","ack":true,"ts":1584522380165,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584515402834}
                  2020-03-18 10:06:20.178  - debug: alexa2.0 (1524) State changed alexa2.0.History.status: {"val":"SUCCESS","ack":true,"ts":1584522380165,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584522380165}
                  2020-03-18 10:06:20.179  - debug: alexa2.0 (1524) State changed alexa2.0.History.creationTime: {"val":1584522379382,"ack":true,"ts":1584522380165,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584522380165}
                  2020-03-18 10:06:20.182  - debug: alexa2.0 (1524) State changed alexa2.0.History.domainApplicationId: {"val":"","ack":true,"ts":1584522380166,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1583649644341}
                  2020-03-18 10:06:20.183  - debug: alexa2.0 (1524) State changed alexa2.0.History.domainApplicationName: {"val":"","ack":true,"ts":1584522380166,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584131776193}
                  2020-03-18 10:06:20.183  - debug: alexa2.0 (1524) State changed alexa2.0.History.cardContent: {"val":"","ack":true,"ts":1584522380166,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1583649644341}
                  2020-03-18 10:06:20.186  - debug: alexa2.0 (1524) State changed alexa2.0.History.cardJson: {"val":"","ack":true,"ts":1584522380166,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1583649644341}
                  2020-03-18 10:06:20.186  - debug: alexa2.0 (1524) State changed alexa2.0.History.answerText: {"val":"","ack":true,"ts":1584522380166,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584513002709}
                  2020-03-18 10:06:20.186  - debug: alexa2.0 (1524) State changed alexa2.0.History.json: {"val":"{\"name\":\"Schlafzimmer\",\"serialNumber\":\"G070RR1383540LDK\",\"summary\":\"\",\"creationTime\":1584522379382,\"status\":\"SUCCESS\",\"domainApplicationId\":\"\",\"domainApplicationName\":\"\",\"cardContent\":\"\",\"card\":\"\",\"answerText\":\"\"}","ack":true,"ts":1584522380166,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584522380166}
                  2020-03-18 10:06:21.907  - debug: alexa2.0 (1524) Alexa-Remote WS-MQTT: Command PUSH_EQUALIZER_STATE_CHANGE: {
                      "destinationUserId": "A32TW4JJLN57E8",
                      "dopplerId": {
                          "deviceType": "A10A33FOX2NUBK",
                          "deviceSerialNumber": "G070RR1383540LDK"
                      },
                      "bass": 0,
                      "midrange": 0,
                      "treble": 0
                  }
                  2020-03-18 10:06:21.911  - debug: alexa2.0 (1524) Alexa-Remote WS-MQTT: Command PUSH_VOLUME_CHANGE: {
                      "destinationUserId": "A32TW4JJLN57E8",
                      "dopplerId": {
                          "deviceType": "A10A33FOX2NUBK",
                          "deviceSerialNumber": "G070RR1383540LDK"
                      },
                      "volumeSetting": 43,
                      "isMuted": false
                  }
                  2020-03-18 10:06:21.912  - debug: alexa2.0 (1524) Alexa-Push-Connection Device Volume change for G070RR1383540LDK -> 43/false
                  2020-03-18 10:06:21.923  - debug: alexa2.0 (1524) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.volume: {"val":43,"ack":true,"ts":1584522381915,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584513481017}
                  2020-03-18 10:06:21.928  - debug: alexa2.0 (1524) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.muted: {"val":false,"ack":true,"ts":1584522381922,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1582751784666}
                  2020-03-18 10:06:22.240  - debug: alexa2.0 (1524) Alexa-Remote WS-MQTT: Command PUSH_EQUALIZER_STATE_CHANGE: {
                      "destinationUserId": "A32TW4JJLN57E8",
                      "dopplerId": {
                          "deviceType": "A10A33FOX2NUBK",
                          "deviceSerialNumber": "G070RR1383540LDK"
                      },
                      "bass": 0,
                      "midrange": 0,
                      "treble": 0
                  }
                  2020-03-18 10:06:22.249  - debug: alexa2.0 (1524) Alexa-Remote WS-MQTT: Command PUSH_VOLUME_CHANGE: {
                      "destinationUserId": "A32TW4JJLN57E8",
                      "dopplerId": {
                          "deviceType": "A10A33FOX2NUBK",
                          "deviceSerialNumber": "G070RR1383540LDK"
                      },
                      "volumeSetting": 43,
                      "isMuted": false
                  }
                  2020-03-18 10:06:22.250  - debug: alexa2.0 (1524) Alexa-Push-Connection Device Volume change for G070RR1383540LDK -> 43/false
                  2020-03-18 10:06:22.252  - debug: alexa2.0 (1524) Alexa-Remote WS-MQTT: Command PUSH_ACTIVITY: {
                      "destinationUserId": "A32TW4JJLN57E8",
                      "timestamp": 1584522382146,
                      "key": {
                          "registeredUserId": "A32TW4JJLN57E8",
                          "entryId": "1584522381015#A10A33FOX2NUBK#G070RR1383540LDK"
                      }
                  }
                  2020-03-18 10:06:22.257  - debug: alexa2.0 (1524) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.volume: {"val":43,"ack":true,"ts":1584522382253,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584513481017}
                  2020-03-18 10:06:22.258  - debug: alexa2.0 (1524) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.muted: {"val":false,"ack":true,"ts":1584522382254,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1582751784666}
                  2020-03-18 10:06:22.456  - debug: alexa2.0 (1524) Alexa-Remote: No authentication check needed (time elapsed 242066)
                  2020-03-18 10:06:22.456  - debug: alexa2.0 (1524) Alexa-Remote: Sending Request with {"host":"alexa.amazon.de","path":"/api/activities?startTime=&size=3&offset=1","method":"GET","timeout":10000,"headers":{}}
                  2020-03-18 10:06:22.874  - debug: alexa2.0 (1524) Alexa-Remote: Response: {"activities":[{"_disambiguationId":null,"activityStatus":"SUCCESS","creationTimestamp":1584522381015,"description":"{\"summary\":\"was gibt es neues\",\"firstUtteranceId\":\"A10A33FOX2NUBK:1.0/2020/03/18/09/G070RR1383540LDK/06:18::TNIH_2V.0f1a8ac0-1091-4400-a59a-c35745184d3eLPM/1\",\"firstStreamId\":\"A10A33FOX2NUBK:1.0/2020/03/18/09/G070RR1383540LDK/06:18::TNIH_2V.0f1a8ac0-1091-4400-a59a-c35745184d3eLPM\"}","domainAttributes":null,"domainType":null,"feedbackAttributes":null,"id":"A32TW4JJLN57E8#1584522381015#A10A33FOX2NUBK#G070RR1383540LDK","intentType":null,"providerInfoDescription":null,"registeredCustomerId":"A32TW4JJLN57E8","sourceActiveUsers":null,"sourceDeviceIds":[{"deviceAccountId":null,"deviceType":"A10A33FOX2NUBK","serialNumber":"G070RR1383540LDK"}],"utteranceId":"A10A33FOX2NUBK:1.0/2020/03/18/09/G070RR1383540LDK/06:18::TNIH_2V.0f1a8ac0-1091-4400-a59a-c35745184d3eLPM","version":1},{"_disambiguationId":null,"activityStatus":"SUCCESS","creationTimestamp":1584522379382,"description":"{\"summary\":\"alexa\",\"firstUtteranceId\":\"A10A33FOX2NUBK:1.0/2020/03/18/09/G070RR1383540LDK/06:18::TNIH_2V.0f1a8ac0-1091-4400-a59a-c35745184d3eLPM/0\",\"firstStreamId\":\"A10A33FOX2NUBK:1.0/2020/03/18/09/G070RR1383540LDK/06:18::TNIH_2V.0f1a8ac0-1091-4400-a59a-c35745184d3eLPM\"}","domainAttributes":"WAKE_WORD_ONLY","domainType":null,"feedbackAttributes":null,"id":"A32TW4JJLN57E8#1584522379382#A10A33FOX2NUBK#G070RR1383540LDK","intentType":null,"providerInfoDescription":null,"registeredCustomerId":"A32TW4JJLN57E8","sourceActiveUsers":null,"sourceDeviceIds":[{"deviceAccountId":null,"deviceType":"A10A33FOX2NUBK","serialNumber":"G070RR1383540LDK"}],"utteranceId":"A10A33FOX2NUBK:1.0/2020/03/18/09/G070RR1383540LDK/06:18::TNIH_2V.0f1a8ac0-1091-4400-a59a-c35745184d3eLPM","version":1},{"_disambiguationId":null,"activityStatus":"DISCARDED_NON_DEVICE_DIRECTED_INTENT","creationTimestamp":1584515402042,"description":"{\"summary\":\"\",\"firstUtteranceId\":\"AB72C64C86AW2:1.0/2020/03/18/07/G090LV037204022M/10:00::TNIH_2V.1fd796a0-c87e-4615-be66-79ee5e630c72LPM\",\"firstStreamId\":\"AB72C64C86AW2:1.0/2020/03/18/07/G090LV037204022M/10:00::TNIH_2V.1fd796a0-c87e-4615-be66-79ee5e630c72LPM\"}","domainAttributes":"FALSE_WAKE_WORD_1P","domainType":null,"feedbackAttributes":null,"id":"A32TW4JJLN57E8#1584515402042#AB72C64C86AW2#G090LV037204022M","intentType":null,"providerInfoDescription":null,"registeredCustomerId":"A32TW4JJLN57E8","sourceActiveUsers":null,"sourceDeviceIds":[{"deviceAccountId":null,"deviceType":"AB72C64C86AW2","serialNumber":"G090LV037204022M"}],"utteranceId":"AB72C64C86AW2:1.0/2020/03/18/07/G090LV037204022M/10:00::TNIH_2V.1fd796a0-c87e-4615-be66-79ee5e630c72LPM","version":1}],"endDate":1584522381015,"startDate":1584515402042}
                  2020-03-18 10:06:22.875  - debug: alexa2.0 (1524) Alexa-Remote: Activity found 0 for Activity ID 1584522381015#A10A33FOX2NUBK#G070RR1383540LDK
                  2020-03-18 10:06:22.875  - debug: alexa2.0 (1524) device-activity: {"data":{"_disambiguationId":null,"activityStatus":"SUCCESS","creationTimestamp":1584522381015,"description":"{\"summary\":\"was gibt es neues\",\"firstUtteranceId\":\"A10A33FOX2NUBK:1.0/2020/03/18/09/G070RR1383540LDK/06:18::TNIH_2V.0f1a8ac0-1091-4400-a59a-c35745184d3eLPM/1\",\"firstStreamId\":\"A10A33FOX2NUBK:1.0/2020/03/18/09/G070RR1383540LDK/06:18::TNIH_2V.0f1a8ac0-1091-4400-a59a-c35745184d3eLPM\"}","domainAttributes":null,"domainType":null,"feedbackAttributes":null,"id":"A32TW4JJLN57E8#1584522381015#A10A33FOX2NUBK#G070RR1383540LDK","intentType":null,"providerInfoDescription":null,"registeredCustomerId":"A32TW4JJLN57E8","sourceActiveUsers":null,"sourceDeviceIds":[{"deviceAccountId":null,"deviceType":"A10A33FOX2NUBK","serialNumber":"G070RR1383540LDK"}],"utteranceId":"A10A33FOX2NUBK:1.0/2020/03/18/09/G070RR1383540LDK/06:18::TNIH_2V.0f1a8ac0-1091-4400-a59a-c35745184d3eLPM","version":1},"description":{"summary":"was gibt es neues","firstUtteranceId":"A10A33FOX2NUBK:1.0/2020/03/18/09/G070RR1383540LDK/06:18::TNIH_2V.0f1a8ac0-1091-4400-a59a-c35745184d3eLPM/1","firstStreamId":"A10A33FOX2NUBK:1.0/2020/03/18/09/G070RR1383540LDK/06:18::TNIH_2V.0f1a8ac0-1091-4400-a59a-c35745184d3eLPM"},"deviceSerialNumber":"G070RR1383540LDK","name":"Schlafzimmer","deviceType":"A10A33FOX2NUBK","deviceAccountId":null,"creationTimestamp":1584522381015,"activityStatus":"SUCCESS","domainAttributes":null,"destinationUserId":"A32TW4JJLN57E8"}
                  2020-03-18 10:06:22.877  - debug: alexa2.0 (1524) Alexa-Remote: 0 entries left in activity queue
                  2020-03-18 10:06:22.885  - debug: alexa2.0 (1524) State changed alexa2.0.History.name: {"val":"Schlafzimmer","ack":true,"ts":1584522382879,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584522380165}
                  2020-03-18 10:06:22.887  - debug: alexa2.0 (1524) State changed alexa2.0.History.serialNumber: {"val":"G070RR1383540LDK","ack":true,"ts":1584522382880,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584522380165}
                  2020-03-18 10:06:22.888  - debug: alexa2.0 (1524) State changed alexa2.0.History.summary: {"val":"was gibt es neues","ack":true,"ts":1584522382880,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584522382880}
                  2020-03-18 10:06:22.889  - debug: alexa2.0 (1524) State changed alexa2.0.History.status: {"val":"SUCCESS","ack":true,"ts":1584522382880,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584522380165}
                  2020-03-18 10:06:22.891  - debug: alexa2.0 (1524) State changed alexa2.0.History.creationTime: {"val":1584522381015,"ack":true,"ts":1584522382880,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584522382880}
                  2020-03-18 10:06:22.892  - debug: alexa2.0 (1524) State changed alexa2.0.History.domainApplicationId: {"val":"","ack":true,"ts":1584522382880,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1583649644341}
                  2020-03-18 10:06:22.893  - debug: alexa2.0 (1524) State changed alexa2.0.History.domainApplicationName: {"val":"","ack":true,"ts":1584522382880,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584131776193}
                  2020-03-18 10:06:22.894  - debug: alexa2.0 (1524) State changed alexa2.0.History.cardContent: {"val":"","ack":true,"ts":1584522382880,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1583649644341}
                  2020-03-18 10:06:22.896  - debug: alexa2.0 (1524) State changed alexa2.0.History.cardJson: {"val":"","ack":true,"ts":1584522382880,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1583649644341}
                  2020-03-18 10:06:22.899  - debug: alexa2.0 (1524) State changed alexa2.0.History.answerText: {"val":"","ack":true,"ts":1584522382880,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584513002709}
                  2020-03-18 10:06:22.899  - debug: alexa2.0 (1524) State changed alexa2.0.History.json: {"val":"{\"name\":\"Schlafzimmer\",\"serialNumber\":\"G070RR1383540LDK\",\"summary\":\"was gibt es neues\",\"creationTime\":1584522381015,\"status\":\"SUCCESS\",\"domainApplicationId\":\"\",\"domainApplicationName\":\"\",\"cardContent\":\"\",\"card\":\"\",\"answerText\":\"\"}","ack":true,"ts":1584522382881,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584522382881}
                  2020-03-18 10:06:27.768  - debug: alexa2.0 (1524) Alexa-Remote WS-MQTT: Command PUSH_EQUALIZER_STATE_CHANGE: {
                      "destinationUserId": "A32TW4JJLN57E8",
                      "dopplerId": {
                          "deviceType": "A10A33FOX2NUBK",
                          "deviceSerialNumber": "G070RR1383540LDK"
                      },
                      "bass": 0,
                      "midrange": 0,
                      "treble": 0
                  }
                  2020-03-18 10:06:27.770  - debug: alexa2.0 (1524) Alexa-Remote WS-MQTT: Command PUSH_VOLUME_CHANGE: {
                      "destinationUserId": "A32TW4JJLN57E8",
                      "dopplerId": {
                          "deviceType": "A10A33FOX2NUBK",
                          "deviceSerialNumber": "G070RR1383540LDK"
                      },
                      "volumeSetting": 43,
                      "isMuted": false
                  }
                  2020-03-18 10:06:27.770  - debug: alexa2.0 (1524) Alexa-Push-Connection Device Volume change for G070RR1383540LDK -> 43/false
                  2020-03-18 10:06:27.778  - debug: alexa2.0 (1524) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.volume: {"val":43,"ack":true,"ts":1584522387775,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584513481017}
                  2020-03-18 10:06:27.781  - debug: alexa2.0 (1524) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.muted: {"val":false,"ack":true,"ts":1584522387775,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1582751784666}
                  2020-03-18 10:06:28.369  - debug: alexa2.0 (1524) Alexa-Remote WS-MQTT: Command PUSH_EQUALIZER_STATE_CHANGE: {
                      "destinationUserId": "A32TW4JJLN57E8",
                      "dopplerId": {
                          "deviceType": "A10A33FOX2NUBK",
                          "deviceSerialNumber": "G070RR1383540LDK"
                      },
                      "bass": 0,
                      "midrange": 0,
                      "treble": 0
                  }
                  2020-03-18 10:06:28.416  - debug: alexa2.0 (1524) Alexa-Remote WS-MQTT: Command PUSH_VOLUME_CHANGE: {
                      "destinationUserId": "A32TW4JJLN57E8",
                      "dopplerId": {
                          "deviceType": "A10A33FOX2NUBK",
                          "deviceSerialNumber": "G070RR1383540LDK"
                      },
                      "volumeSetting": 43,
                      "isMuted": false
                  }
                  2020-03-18 10:06:28.417  - debug: alexa2.0 (1524) Alexa-Push-Connection Device Volume change for G070RR1383540LDK -> 43/false
                  2020-03-18 10:06:28.422  - debug: alexa2.0 (1524) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.volume: {"val":43,"ack":true,"ts":1584522388420,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584513481017}
                  2020-03-18 10:06:28.424  - debug: alexa2.0 (1524) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.muted: {"val":false,"ack":true,"ts":1584522388420,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1582751784666}
                  2020-03-18 10:06:29.090  - debug: alexa2.0 (1524) Alexa-Remote WS-MQTT: Command PUSH_EQUALIZER_STATE_CHANGE: {
                      "destinationUserId": "A32TW4JJLN57E8",
                      "dopplerId": {
                          "deviceType": "A10A33FOX2NUBK",
                          "deviceSerialNumber": "G070RR1383540LDK"
                      },
                      "bass": 0,
                      "midrange": 0,
                      "treble": 0
                  }
                  2020-03-18 10:06:29.092  - debug: alexa2.0 (1524) Alexa-Remote WS-MQTT: Command PUSH_VOLUME_CHANGE: {
                      "destinationUserId": "A32TW4JJLN57E8",
                      "dopplerId": {
                          "deviceType": "A10A33FOX2NUBK",
                          "deviceSerialNumber": "G070RR1383540LDK"
                      },
                      "volumeSetting": 43,
                      "isMuted": false
                  }
                  2020-03-18 10:06:29.092  - debug: alexa2.0 (1524) Alexa-Push-Connection Device Volume change for G070RR1383540LDK -> 43/false
                  2020-03-18 10:06:29.098  - debug: alexa2.0 (1524) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.volume: {"val":43,"ack":true,"ts":1584522389094,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584513481017}
                  2020-03-18 10:06:29.099  - debug: alexa2.0 (1524) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.muted: {"val":false,"ack":true,"ts":1584522389094,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1582751784666}
                  2020-03-18 10:06:29.634  - debug: alexa2.0 (1524) Alexa-Remote WS-MQTT: Command PUSH_EQUALIZER_STATE_CHANGE: {
                      "destinationUserId": "A32TW4JJLN57E8",
                      "dopplerId": {
                          "deviceType": "A10A33FOX2NUBK",
                          "deviceSerialNumber": "G070RR1383540LDK"
                      },
                      "bass": 0,
                      "midrange": 0,
                      "treble": 0
                  }
                  2020-03-18 10:06:29.636  - debug: alexa2.0 (1524) Alexa-Remote WS-MQTT: Command PUSH_VOLUME_CHANGE: {
                      "destinationUserId": "A32TW4JJLN57E8",
                      "dopplerId": {
                          "deviceType": "A10A33FOX2NUBK",
                          "deviceSerialNumber": "G070RR1383540LDK"
                      },
                      "volumeSetting": 43,
                      "isMuted": false
                  }
                  2020-03-18 10:06:29.637  - debug: alexa2.0 (1524) Alexa-Push-Connection Device Volume change for G070RR1383540LDK -> 43/false
                  2020-03-18 10:06:29.644  - debug: alexa2.0 (1524) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.volume: {"val":43,"ack":true,"ts":1584522389641,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584513481017}
                  2020-03-18 10:06:29.646  - debug: alexa2.0 (1524) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.muted: {"val":false,"ack":true,"ts":1584522389642,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1582751784666}
                  2020-03-18 10:06:30.309  - debug: alexa2.0 (1524) Alexa-Remote WS-MQTT: Command PUSH_EQUALIZER_STATE_CHANGE: {
                      "destinationUserId": "A32TW4JJLN57E8",
                      "dopplerId": {
                          "deviceType": "A10A33FOX2NUBK",
                          "deviceSerialNumber": "G070RR1383540LDK"
                      },
                      "bass": 0,
                      "midrange": 0,
                      "treble": 0
                  }
                  2020-03-18 10:06:30.311  - debug: alexa2.0 (1524) Alexa-Remote WS-MQTT: Command PUSH_VOLUME_CHANGE: {
                      "destinationUserId": "A32TW4JJLN57E8",
                      "dopplerId": {
                          "deviceType": "A10A33FOX2NUBK",
                          "deviceSerialNumber": "G070RR1383540LDK"
                      },
                      "volumeSetting": 43,
                      "isMuted": false
                  }
                  2020-03-18 10:06:30.311  - debug: alexa2.0 (1524) Alexa-Push-Connection Device Volume change for G070RR1383540LDK -> 43/false
                  2020-03-18 10:06:30.316  - debug: alexa2.0 (1524) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.volume: {"val":43,"ack":true,"ts":1584522390313,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584513481017}
                  2020-03-18 10:06:30.318  - debug: alexa2.0 (1524) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.muted: {"val":false,"ack":true,"ts":1584522390313,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1582751784666}
                  2020-03-18 10:06:30.585  - debug: alexa2.0 (1524) Alexa-Remote WS-MQTT: Command PUSH_VOLUME_CHANGE: {
                      "destinationUserId": "A32TW4JJLN57E8",
                      "dopplerId": {
                          "deviceType": "A10A33FOX2NUBK",
                          "deviceSerialNumber": "G070RR1383540LDK"
                      },
                      "volumeSetting": 43,
                      "isMuted": false
                  }
                  2020-03-18 10:06:30.586  - debug: alexa2.0 (1524) Alexa-Push-Connection Device Volume change for G070RR1383540LDK -> 43/false
                  2020-03-18 10:06:30.591  - debug: alexa2.0 (1524) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.volume: {"val":43,"ack":true,"ts":1584522390587,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584513481017}
                  2020-03-18 10:06:30.593  - debug: alexa2.0 (1524) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.muted: {"val":false,"ack":true,"ts":1584522390588,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1582751784666}
                  2020-03-18 10:06:30.594  - debug: alexa2.0 (1524) Alexa-Remote WS-MQTT: Command PUSH_EQUALIZER_STATE_CHANGE: {
                      "destinationUserId": "A32TW4JJLN57E8",
                      "dopplerId": {
                          "deviceType": "A10A33FOX2NUBK",
                          "deviceSerialNumber": "G070RR1383540LDK"
                      },
                      "bass": 0,
                      "midrange": 0,
                      "treble": 0
                  }
                  2020-03-18 10:06:30.711  - debug: alexa2.0 (1524) Alexa-Remote WS-MQTT: Command PUSH_ACTIVITY: {
                      "destinationUserId": "A32TW4JJLN57E8",
                      "timestamp": 1584522390608,
                      "key": {
                          "registeredUserId": "A32TW4JJLN57E8",
                          "entryId": "1584522390600#A10A33FOX2NUBK#G070RR1383540LDK"
                      }
                  }
                  2020-03-18 10:06:30.911  - debug: alexa2.0 (1524) Alexa-Remote: No authentication check needed (time elapsed 250522)
                  2020-03-18 10:06:30.912  - debug: alexa2.0 (1524) Alexa-Remote: Sending Request with {"host":"alexa.amazon.de","path":"/api/activities?startTime=&size=3&offset=1","method":"GET","timeout":10000,"headers":{}}
                  2020-03-18 10:06:31.066  - debug: alexa2.0 (1524) Alexa-Remote WS-MQTT: Command PUSH_EQUALIZER_STATE_CHANGE: {
                      "destinationUserId": "A32TW4JJLN57E8",
                      "dopplerId": {
                          "deviceType": "A10A33FOX2NUBK",
                          "deviceSerialNumber": "G070RR1383540LDK"
                      },
                      "bass": 0,
                      "midrange": 0,
                      "treble": 0
                  }
                  2020-03-18 10:06:31.068  - debug: alexa2.0 (1524) Alexa-Remote WS-MQTT: Command PUSH_VOLUME_CHANGE: {
                      "destinationUserId": "A32TW4JJLN57E8",
                      "dopplerId": {
                          "deviceType": "A10A33FOX2NUBK",
                          "deviceSerialNumber": "G070RR1383540LDK"
                      },
                      "volumeSetting": 43,
                      "isMuted": false
                  }
                  2020-03-18 10:06:31.068  - debug: alexa2.0 (1524) Alexa-Push-Connection Device Volume change for G070RR1383540LDK -> 43/false
                  2020-03-18 10:06:31.073  - debug: alexa2.0 (1524) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.volume: {"val":43,"ack":true,"ts":1584522391070,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584513481017}
                  2020-03-18 10:06:31.077  - debug: alexa2.0 (1524) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.muted: {"val":false,"ack":true,"ts":1584522391070,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1582751784666}
                  2020-03-18 10:06:31.325  - debug: alexa2.0 (1524) Alexa-Remote: Response: {"activities":[{"_disambiguationId":null,"activityStatus":"SUCCESS","creationTimestamp":1584522390600,"description":"{\"summary\":\"\"}","domainAttributes":"{\"moreLink\":{\"text\":\"Read more\",\"url\":\"http://www.zamg.ac.at/cms/de/wetter/wetter-oesterreich/wien\"},\"image\":{\"url\":\"https://s3.amazonaws.com/CAPS-SSE/echo_developer/619a30f.d48b98d3.eebc3aafa5f84fa6b67a185ba58474be/APP_ICON_LARGE?versionId=3dRR6YOpT8X47o8axSihkoTYGS5F6ay9&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20200317T130352Z&X-Amz-SignedHeaders=host&X-Amz-Expires=604800&X-Amz-Credential=AKIAJFEYRBGIHK2BBYKA%2F20200317%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Signature=b9c6cc3185e67928ed7fcbf19e888e85463d1376f205c4fa414f49ddc7f1967f\"},\"subTitle\":\"\",\"title\":\"Wetterprognosen für Wien\"}","domainType":null,"feedbackAttributes":null,"id":"A32TW4JJLN57E8#1584522390600#A10A33FOX2NUBK#G070RR1383540LDK","intentType":null,"providerInfoDescription":null,"registeredCustomerId":"A32TW4JJLN57E8","sourceActiveUsers":null,"sourceDeviceIds":[{"deviceAccountId":null,"deviceType":"A10A33FOX2NUBK","serialNumber":"G070RR1383540LDK"}],"utteranceId":null,"version":1},{"_disambiguationId":null,"activityStatus":"SUCCESS","creationTimestamp":1584522381015,"description":"{\"summary\":\"was gibt es neues\",\"firstUtteranceId\":\"A10A33FOX2NUBK:1.0/2020/03/18/09/G070RR1383540LDK/06:18::TNIH_2V.0f1a8ac0-1091-4400-a59a-c35745184d3eLPM/1\",\"firstStreamId\":\"A10A33FOX2NUBK:1.0/2020/03/18/09/G070RR1383540LDK/06:18::TNIH_2V.0f1a8ac0-1091-4400-a59a-c35745184d3eLPM\"}","domainAttributes":null,"domainType":null,"feedbackAttributes":null,"id":"A32TW4JJLN57E8#1584522381015#A10A33FOX2NUBK#G070RR1383540LDK","intentType":null,"providerInfoDescription":null,"registeredCustomerId":"A32TW4JJLN57E8","sourceActiveUsers":null,"sourceDeviceIds":[{"deviceAccountId":null,"deviceType":"A10A33FOX2NUBK","serialNumber":"G070RR1383540LDK"}],"utteranceId":"A10A33FOX2NUBK:1.0/2020/03/18/09/G070RR1383540LDK/06:18::TNIH_2V.0f1a8ac0-1091-4400-a59a-c35745184d3eLPM","version":1},{"_disambiguationId":null,"activityStatus":"SUCCESS","creationTimestamp":1584522379382,"description":"{\"summary\":\"alexa\",\"firstUtteranceId\":\"A10A33FOX2NUBK:1.0/2020/03/18/09/G070RR1383540LDK/06:18::TNIH_2V.0f1a8ac0-1091-4400-a59a-c35745184d3eLPM/0\",\"firstStreamId\":\"A10A33FOX2NUBK:1.0/2020/03/18/09/G070RR1383540LDK/06:18::TNIH_2V.0f1a8ac0-1091-4400-a59a-c35745184d3eLPM\"}","domainAttributes":"WAKE_WORD_ONLY","domainType":null,"feedbackAttributes":null,"id":"A32TW4JJLN57E8#1584522379382#A10A33FOX2NUBK#G070RR1383540LDK","intentType":null,"providerInfoDescription":null,"registeredCustomerId":"A32TW4JJLN57E8","sourceActiveUsers":null,"sourceDeviceIds":[{"deviceAccountId":null,"deviceType":"A10A33FOX2NUBK","serialNumber":"G070RR1383540LDK"}],"utteranceId":"A10A33FOX2NUBK:1.0/2020/03/18/09/G070RR1383540LDK/06:18::TNIH_2V.0f1a8ac0-1091-4400-a59a-c35745184d3eLPM","version":1}],"endDate":1584522390600,"startDate":1584522379382}
                  2020-03-18 10:06:31.326  - debug: alexa2.0 (1524) Alexa-Remote: Activity found 0 for Activity ID 1584522390600#A10A33FOX2NUBK#G070RR1383540LDK
                  2020-03-18 10:06:31.327  - debug: alexa2.0 (1524) device-activity: {"data":{"_disambiguationId":null,"activityStatus":"SUCCESS","creationTimestamp":1584522390600,"description":"{\"summary\":\"\"}","domainAttributes":"{\"moreLink\":{\"text\":\"Read more\",\"url\":\"http://www.zamg.ac.at/cms/de/wetter/wetter-oesterreich/wien\"},\"image\":{\"url\":\"https://s3.amazonaws.com/CAPS-SSE/echo_developer/619a30f.d48b98d3.eebc3aafa5f84fa6b67a185ba58474be/APP_ICON_LARGE?versionId=3dRR6YOpT8X47o8axSihkoTYGS5F6ay9&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20200317T130352Z&X-Amz-SignedHeaders=host&X-Amz-Expires=604800&X-Amz-Credential=AKIAJFEYRBGIHK2BBYKA%2F20200317%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Signature=b9c6cc3185e67928ed7fcbf19e888e85463d1376f205c4fa414f49ddc7f1967f\"},\"subTitle\":\"\",\"title\":\"Wetterprognosen für Wien\"}","domainType":null,"feedbackAttributes":null,"id":"A32TW4JJLN57E8#1584522390600#A10A33FOX2NUBK#G070RR1383540LDK","intentType":null,"providerInfoDescription":null,"registeredCustomerId":"A32TW4JJLN57E8","sourceActiveUsers":null,"sourceDeviceIds":[{"deviceAccountId":null,"deviceType":"A10A33FOX2NUBK","serialNumber":"G070RR1383540LDK"}],"utteranceId":null,"version":1},"description":{"summary":""},"deviceSerialNumber":"G070RR1383540LDK","name":"Schlafzimmer","deviceType":"A10A33FOX2NUBK","deviceAccountId":null,"creationTimestamp":1584522390600,"activityStatus":"SUCCESS","domainAttributes":{"moreLink":{"text":"Read more","url":"http://www.zamg.ac.at/cms/de/wetter/wetter-oesterreich/wien"},"image":{"url":"https://s3.amazonaws.com/CAPS-SSE/echo_developer/619a30f.d48b98d3.eebc3aafa5f84fa6b67a185ba58474be/APP_ICON_LARGE?versionId=3dRR6YOpT8X47o8axSihkoTYGS5F6ay9&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20200317T130352Z&X-Amz-SignedHeaders=host&X-Amz-Expires=604800&X-Amz-Credential=AKIAJFEYRBGIHK2BBYKA%2F20200317%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Signature=b9c6cc3185e67928ed7fcbf19e888e85463d1376f205c4fa414f49ddc7f1967f"},"subTitle":"","title":"Wetterprognosen für Wien"},"destinationUserId":"A32TW4JJLN57E8"}
                  2020-03-18 10:06:31.328  - debug: alexa2.0 (1524) Alexa-Remote: 0 entries left in activity queue
                  2020-03-18 10:06:31.348  - debug: alexa2.0 (1524) State changed alexa2.0.History.name: {"val":"Schlafzimmer","ack":true,"ts":1584522391331,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584522380165}
                  2020-03-18 10:06:31.350  - debug: alexa2.0 (1524) State changed alexa2.0.History.serialNumber: {"val":"G070RR1383540LDK","ack":true,"ts":1584522391331,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584522380165}
                  2020-03-18 10:06:31.352  - debug: alexa2.0 (1524) State changed alexa2.0.History.summary: {"val":"","ack":true,"ts":1584522391332,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584522391332}
                  2020-03-18 10:06:31.354  - debug: alexa2.0 (1524) State changed alexa2.0.History.status: {"val":"SUCCESS","ack":true,"ts":1584522391332,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584522380165}
                  2020-03-18 10:06:31.356  - debug: alexa2.0 (1524) State changed alexa2.0.History.creationTime: {"val":1584522390600,"ack":true,"ts":1584522391333,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584522391333}
                  2020-03-18 10:06:31.358  - debug: alexa2.0 (1524) State changed alexa2.0.History.domainApplicationId: {"val":"","ack":true,"ts":1584522391334,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1583649644341}
                  2020-03-18 10:06:31.360  - debug: alexa2.0 (1524) State changed alexa2.0.History.domainApplicationName: {"val":"","ack":true,"ts":1584522391334,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584131776193}
                  2020-03-18 10:06:31.362  - debug: alexa2.0 (1524) State changed alexa2.0.History.cardContent: {"val":"","ack":true,"ts":1584522391334,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1583649644341}
                  2020-03-18 10:06:31.364  - debug: alexa2.0 (1524) State changed alexa2.0.History.cardJson: {"val":"","ack":true,"ts":1584522391334,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1583649644341}
                  2020-03-18 10:06:31.366  - debug: alexa2.0 (1524) State changed alexa2.0.History.answerText: {"val":"","ack":true,"ts":1584522391334,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584513002709}
                  2020-03-18 10:06:31.368  - debug: alexa2.0 (1524) State changed alexa2.0.History.json: {"val":"{\"name\":\"Schlafzimmer\",\"serialNumber\":\"G070RR1383540LDK\",\"summary\":\"\",\"creationTime\":1584522390600,\"status\":\"SUCCESS\",\"domainApplicationId\":\"\",\"domainApplicationName\":\"\",\"cardContent\":\"\",\"card\":\"\",\"answerText\":\"\"}","ack":true,"ts":1584522391334,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584522391334}
                  2020-03-18 10:06:48.189  - debug: alexa2.0 (1524) Alexa-Remote WS-MQTT: Command PUSH_EQUALIZER_STATE_CHANGE: {
                      "destinationUserId": "A32TW4JJLN57E8",
                      "dopplerId": {
                          "deviceType": "A10A33FOX2NUBK",
                          "deviceSerialNumber": "G070RR1383540LDK"
                      },
                      "bass": 0,
                      "midrange": 0,
                      "treble": 0
                  }
                  2020-03-18 10:06:48.190  - debug: alexa2.0 (1524) Alexa-Remote WS-MQTT: Command PUSH_VOLUME_CHANGE: {
                      "destinationUserId": "A32TW4JJLN57E8",
                      "dopplerId": {
                          "deviceType": "A10A33FOX2NUBK",
                          "deviceSerialNumber": "G070RR1383540LDK"
                      },
                      "volumeSetting": 43,
                      "isMuted": false
                  }
                  2020-03-18 10:06:48.191  - debug: alexa2.0 (1524) Alexa-Push-Connection Device Volume change for G070RR1383540LDK -> 43/false
                  2020-03-18 10:06:48.196  - debug: alexa2.0 (1524) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.volume: {"val":43,"ack":true,"ts":1584522408194,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584513481017}
                  2020-03-18 10:06:48.198  - debug: alexa2.0 (1524) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.muted: {"val":false,"ack":true,"ts":1584522408194,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1582751784666}
                  2020-03-18 10:06:48.577  - debug: alexa2.0 (1524) Alexa-Remote WS-MQTT: Command PUSH_EQUALIZER_STATE_CHANGE: {
                      "destinationUserId": "A32TW4JJLN57E8",
                      "dopplerId": {
                          "deviceType": "A10A33FOX2NUBK",
                          "deviceSerialNumber": "G070RR1383540LDK"
                      },
                      "bass": 0,
                      "midrange": 0,
                      "treble": 0
                  }
                  2020-03-18 10:06:48.583  - debug: alexa2.0 (1524) Alexa-Remote WS-MQTT: Command PUSH_VOLUME_CHANGE: {
                      "destinationUserId": "A32TW4JJLN57E8",
                      "dopplerId": {
                          "deviceType": "A10A33FOX2NUBK",
                          "deviceSerialNumber": "G070RR1383540LDK"
                      },
                      "volumeSetting": 43,
                      "isMuted": false
                  }
                  2020-03-18 10:06:48.583  - debug: alexa2.0 (1524) Alexa-Push-Connection Device Volume change for G070RR1383540LDK -> 43/false
                  2020-03-18 10:06:48.588  - debug: alexa2.0 (1524) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.volume: {"val":43,"ack":true,"ts":1584522408585,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584513481017}
                  2020-03-18 10:06:48.590  - debug: alexa2.0 (1524) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.muted: {"val":false,"ack":true,"ts":1584522408585,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1582751784666}
                  2020-03-18 10:06:48.898  - debug: alexa2.0 (1524) Alexa-Remote WS-MQTT: Command PUSH_EQUALIZER_STATE_CHANGE: {
                      "destinationUserId": "A32TW4JJLN57E8",
                      "dopplerId": {
                          "deviceType": "A10A33FOX2NUBK",
                          "deviceSerialNumber": "G070RR1383540LDK"
                      },
                      "bass": 0,
                      "midrange": 0,
                      "treble": 0
                  }
                  2020-03-18 10:06:48.898  - debug: alexa2.0 (1524) Alexa-Remote WS-MQTT: Command PUSH_VOLUME_CHANGE: {
                      "destinationUserId": "A32TW4JJLN57E8",
                      "dopplerId": {
                          "deviceType": "A10A33FOX2NUBK",
                          "deviceSerialNumber": "G070RR1383540LDK"
                      },
                      "volumeSetting": 43,
                      "isMuted": false
                  }
                  2020-03-18 10:06:48.899  - debug: alexa2.0 (1524) Alexa-Push-Connection Device Volume change for G070RR1383540LDK -> 43/false
                  2020-03-18 10:06:48.905  - debug: alexa2.0 (1524) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.volume: {"val":43,"ack":true,"ts":1584522408900,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584513481017}
                  2020-03-18 10:06:48.907  - debug: alexa2.0 (1524) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.muted: {"val":false,"ack":true,"ts":1584522408900,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1582751784666}
                  2020-03-18 10:06:49.851  - debug: alexa2.0 (1524) Alexa-Remote WS-MQTT: Command PUSH_EQUALIZER_STATE_CHANGE: {
                      "destinationUserId": "A32TW4JJLN57E8",
                      "dopplerId": {
                          "deviceType": "A10A33FOX2NUBK",
                          "deviceSerialNumber": "G070RR1383540LDK"
                      },
                      "bass": 0,
                      "midrange": 0,
                      "treble": 0
                  }
                  2020-03-18 10:06:49.853  - debug: alexa2.0 (1524) Alexa-Remote WS-MQTT: Command PUSH_VOLUME_CHANGE: {
                      "destinationUserId": "A32TW4JJLN57E8",
                      "dopplerId": {
                          "deviceType": "A10A33FOX2NUBK",
                          "deviceSerialNumber": "G070RR1383540LDK"
                      },
                      "volumeSetting": 43,
                      "isMuted": false
                  }
                  2020-03-18 10:06:49.853  - debug: alexa2.0 (1524) Alexa-Push-Connection Device Volume change for G070RR1383540LDK -> 43/false
                  2020-03-18 10:06:49.857  - debug: alexa2.0 (1524) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.volume: {"val":43,"ack":true,"ts":1584522409854,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584513481017}
                  2020-03-18 10:06:49.859  - debug: alexa2.0 (1524) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.muted: {"val":false,"ack":true,"ts":1584522409854,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1582751784666}
                  2020-03-18 10:06:50.144  - debug: alexa2.0 (1524) Alexa-Remote WS-MQTT: Command PUSH_EQUALIZER_STATE_CHANGE: {
                      "destinationUserId": "A32TW4JJLN57E8",
                      "dopplerId": {
                          "deviceType": "A10A33FOX2NUBK",
                          "deviceSerialNumber": "G070RR1383540LDK"
                      },
                      "bass": 0,
                      "midrange": 0,
                      "treble": 0
                  }
                  2020-03-18 10:06:50.145  - debug: alexa2.0 (1524) Alexa-Remote WS-MQTT: Command PUSH_VOLUME_CHANGE: {
                      "destinationUserId": "A32TW4JJLN57E8",
                      "dopplerId": {
                          "deviceType": "A10A33FOX2NUBK",
                          "deviceSerialNumber": "G070RR1383540LDK"
                      },
                      "volumeSetting": 43,
                      "isMuted": false
                  }
                  2020-03-18 10:06:50.148  - debug: alexa2.0 (1524) Alexa-Push-Connection Device Volume change for G070RR1383540LDK -> 43/false
                  2020-03-18 10:06:50.155  - debug: alexa2.0 (1524) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.volume: {"val":43,"ack":true,"ts":1584522410149,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584513481017}
                  2020-03-18 10:06:50.157  - debug: alexa2.0 (1524) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.muted: {"val":false,"ack":true,"ts":1584522410151,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1582751784666}
                  2020-03-18 10:06:50.267  - debug: alexa2.0 (1524) Alexa-Remote WS-MQTT: Command PUSH_ACTIVITY: {
                      "destinationUserId": "A32TW4JJLN57E8",
                      "timestamp": 1584522410160,
                      "key": {
                          "registeredUserId": "A32TW4JJLN57E8",
                          "entryId": "1584522410152#A10A33FOX2NUBK#G070RR1383540LDK"
                      }
                  }
                  2020-03-18 10:06:50.468  - debug: alexa2.0 (1524) Alexa-Remote: No authentication check needed (time elapsed 270078)
                  2020-03-18 10:06:50.468  - debug: alexa2.0 (1524) Alexa-Remote: Sending Request with {"host":"alexa.amazon.de","path":"/api/activities?startTime=&size=3&offset=1","method":"GET","timeout":10000,"headers":{}}
                  2020-03-18 10:06:50.606  - debug: alexa2.0 (1524) Alexa-Remote WS-MQTT: Command PUSH_EQUALIZER_STATE_CHANGE: {
                      "destinationUserId": "A32TW4JJLN57E8",
                      "dopplerId": {
                          "deviceType": "A10A33FOX2NUBK",
                          "deviceSerialNumber": "G070RR1383540LDK"
                      },
                      "bass": 0,
                      "midrange": 0,
                      "treble": 0
                  }
                  2020-03-18 10:06:50.610  - debug: alexa2.0 (1524) Alexa-Remote WS-MQTT: Command PUSH_VOLUME_CHANGE: {
                      "destinationUserId": "A32TW4JJLN57E8",
                      "dopplerId": {
                          "deviceType": "A10A33FOX2NUBK",
                          "deviceSerialNumber": "G070RR1383540LDK"
                      },
                      "volumeSetting": 43,
                      "isMuted": false
                  }
                  2020-03-18 10:06:50.611  - debug: alexa2.0 (1524) Alexa-Push-Connection Device Volume change for G070RR1383540LDK -> 43/false
                  2020-03-18 10:06:50.622  - debug: alexa2.0 (1524) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.volume: {"val":43,"ack":true,"ts":1584522410616,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584513481017}
                  2020-03-18 10:06:50.623  - debug: alexa2.0 (1524) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.muted: {"val":false,"ack":true,"ts":1584522410617,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1582751784666}
                  2020-03-18 10:06:50.907  - debug: alexa2.0 (1524) Alexa-Remote: Response: {"activities":[{"_disambiguationId":null,"activityStatus":"SUCCESS","creationTimestamp":1584522410152,"description":"{\"summary\":\"\"}","domainAttributes":"{\"moreLink\":{\"text\":\"Read more\",\"url\":\"http://news.orf.at/\"},\"image\":{\"url\":\"https://s3.amazonaws.com/CAPS-SSE/echo_developer/fe94cf26.d48b98d3.59cc95acb01c42f09c99862b7e88b87e/APP_ICON_LARGE?versionId=QU02r24yCzMetDomlQNseM3cMOlAi6ph&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20200318T073331Z&X-Amz-SignedHeaders=host&X-Amz-Expires=604800&X-Amz-Credential=AKIAJFEYRBGIHK2BBYKA%2F20200318%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Signature=6aa2b30adc1cccd7564dc05c39fbbba0d297f13ce9d88d494fd6cfd778391aff\"},\"subTitle\":\"\",\"title\":\"Ö3-Nachrichten\"}","domainType":null,"feedbackAttributes":null,"id":"A32TW4JJLN57E8#1584522410152#A10A33FOX2NUBK#G070RR1383540LDK","intentType":null,"providerInfoDescription":null,"registeredCustomerId":"A32TW4JJLN57E8","sourceActiveUsers":null,"sourceDeviceIds":[{"deviceAccountId":null,"deviceType":"A10A33FOX2NUBK","serialNumber":"G070RR1383540LDK"}],"utteranceId":null,"version":1},{"_disambiguationId":null,"activityStatus":"SUCCESS","creationTimestamp":1584522390600,"description":"{\"summary\":\"\"}","domainAttributes":"{\"moreLink\":{\"text\":\"Read more\",\"url\":\"http://www.zamg.ac.at/cms/de/wetter/wetter-oesterreich/wien\"},\"image\":{\"url\":\"https://s3.amazonaws.com/CAPS-SSE/echo_developer/619a30f.d48b98d3.eebc3aafa5f84fa6b67a185ba58474be/APP_ICON_LARGE?versionId=3dRR6YOpT8X47o8axSihkoTYGS5F6ay9&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20200317T130352Z&X-Amz-SignedHeaders=host&X-Amz-Expires=604800&X-Amz-Credential=AKIAJFEYRBGIHK2BBYKA%2F20200317%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Signature=b9c6cc3185e67928ed7fcbf19e888e85463d1376f205c4fa414f49ddc7f1967f\"},\"subTitle\":\"\",\"title\":\"Wetterprognosen für Wien\"}","domainType":null,"feedbackAttributes":null,"id":"A32TW4JJLN57E8#1584522390600#A10A33FOX2NUBK#G070RR1383540LDK","intentType":null,"providerInfoDescription":null,"registeredCustomerId":"A32TW4JJLN57E8","sourceActiveUsers":null,"sourceDeviceIds":[{"deviceAccountId":null,"deviceType":"A10A33FOX2NUBK","serialNumber":"G070RR1383540LDK"}],"utteranceId":null,"version":1},{"_disambiguationId":null,"activityStatus":"SUCCESS","creationTimestamp":1584522381015,"description":"{\"summary\":\"was gibt es neues\",\"firstUtteranceId\":\"A10A33FOX2NUBK:1.0/2020/03/18/09/G070RR1383540LDK/06:18::TNIH_2V.0f1a8ac0-1091-4400-a59a-c35745184d3eLPM/1\",\"firstStreamId\":\"A10A33FOX2NUBK:1.0/2020/03/18/09/G070RR1383540LDK/06:18::TNIH_2V.0f1a8ac0-1091-4400-a59a-c35745184d3eLPM\"}","domainAttributes":null,"domainType":null,"feedbackAttributes":null,"id":"A32TW4JJLN57E8#1584522381015#A10A33FOX2NUBK#G070RR1383540LDK","intentType":null,"providerInfoDescription":null,"registeredCustomerId":"A32TW4JJLN57E8","sourceActiveUsers":null,"sourceDeviceIds":[{"deviceAccountId":null,"deviceType":"A10A33FOX2NUBK","serialNumber":"G070RR1383540LDK"}],"utteranceId":"A10A33FOX2NUBK:1.0/2020/03/18/09/G070RR1383540LDK/06:18::TNIH_2V.0f1a8ac0-1091-4400-a59a-c35745184d3eLPM","version":1}],"endDate":1584522410152,"startDate":1584522381015}
                  2020-03-18 10:06:50.908  - debug: alexa2.0 (1524) Alexa-Remote: Activity found 0 for Activity ID 1584522410152#A10A33FOX2NUBK#G070RR1383540LDK
                  2020-03-18 10:06:50.908  - debug: alexa2.0 (1524) device-activity: {"data":{"_disambiguationId":null,"activityStatus":"SUCCESS","creationTimestamp":1584522410152,"description":"{\"summary\":\"\"}","domainAttributes":"{\"moreLink\":{\"text\":\"Read more\",\"url\":\"http://news.orf.at/\"},\"image\":{\"url\":\"https://s3.amazonaws.com/CAPS-SSE/echo_developer/fe94cf26.d48b98d3.59cc95acb01c42f09c99862b7e88b87e/APP_ICON_LARGE?versionId=QU02r24yCzMetDomlQNseM3cMOlAi6ph&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20200318T073331Z&X-Amz-SignedHeaders=host&X-Amz-Expires=604800&X-Amz-Credential=AKIAJFEYRBGIHK2BBYKA%2F20200318%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Signature=6aa2b30adc1cccd7564dc05c39fbbba0d297f13ce9d88d494fd6cfd778391aff\"},\"subTitle\":\"\",\"title\":\"Ö3-Nachrichten\"}","domainType":null,"feedbackAttributes":null,"id":"A32TW4JJLN57E8#1584522410152#A10A33FOX2NUBK#G070RR1383540LDK","intentType":null,"providerInfoDescription":null,"registeredCustomerId":"A32TW4JJLN57E8","sourceActiveUsers":null,"sourceDeviceIds":[{"deviceAccountId":null,"deviceType":"A10A33FOX2NUBK","serialNumber":"G070RR1383540LDK"}],"utteranceId":null,"version":1},"description":{"summary":""},"deviceSerialNumber":"G070RR1383540LDK","name":"Schlafzimmer","deviceType":"A10A33FOX2NUBK","deviceAccountId":null,"creationTimestamp":1584522410152,"activityStatus":"SUCCESS","domainAttributes":{"moreLink":{"text":"Read more","url":"http://news.orf.at/"},"image":{"url":"https://s3.amazonaws.com/CAPS-SSE/echo_developer/fe94cf26.d48b98d3.59cc95acb01c42f09c99862b7e88b87e/APP_ICON_LARGE?versionId=QU02r24yCzMetDomlQNseM3cMOlAi6ph&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20200318T073331Z&X-Amz-SignedHeaders=host&X-Amz-Expires=604800&X-Amz-Credential=AKIAJFEYRBGIHK2BBYKA%2F20200318%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Signature=6aa2b30adc1cccd7564dc05c39fbbba0d297f13ce9d88d494fd6cfd778391aff"},"subTitle":"","title":"Ö3-Nachrichten"},"destinationUserId":"A32TW4JJLN57E8"}
                  2020-03-18 10:06:50.909  - debug: alexa2.0 (1524) Alexa-Remote: 0 entries left in activity queue
                  2020-03-18 10:06:50.916  - debug: alexa2.0 (1524) State changed alexa2.0.History.name: {"val":"Schlafzimmer","ack":true,"ts":1584522410912,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584522380165}
                  2020-03-18 10:06:50.916  - debug: alexa2.0 (1524) State changed alexa2.0.History.serialNumber: {"val":"G070RR1383540LDK","ack":true,"ts":1584522410912,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584522380165}
                  2020-03-18 10:06:50.918  - debug: alexa2.0 (1524) State changed alexa2.0.History.summary: {"val":"","ack":true,"ts":1584522410912,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584522391332}
                  2020-03-18 10:06:50.919  - debug: alexa2.0 (1524) State changed alexa2.0.History.status: {"val":"SUCCESS","ack":true,"ts":1584522410912,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584522380165}
                  2020-03-18 10:06:50.920  - debug: alexa2.0 (1524) State changed alexa2.0.History.creationTime: {"val":1584522410152,"ack":true,"ts":1584522410912,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584522410912}
                  2020-03-18 10:06:50.921  - debug: alexa2.0 (1524) State changed alexa2.0.History.domainApplicationId: {"val":"","ack":true,"ts":1584522410912,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1583649644341}
                  2020-03-18 10:06:50.923  - debug: alexa2.0 (1524) State changed alexa2.0.History.domainApplicationName: {"val":"","ack":true,"ts":1584522410913,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584131776193}
                  2020-03-18 10:06:50.924  - debug: alexa2.0 (1524) State changed alexa2.0.History.cardContent: {"val":"","ack":true,"ts":1584522410914,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1583649644341}
                  2020-03-18 10:06:50.926  - debug: alexa2.0 (1524) State changed alexa2.0.History.cardJson: {"val":"","ack":true,"ts":1584522410914,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1583649644341}
                  2020-03-18 10:06:50.927  - debug: alexa2.0 (1524) State changed alexa2.0.History.answerText: {"val":"","ack":true,"ts":1584522410914,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584513002709}
                  2020-03-18 10:06:50.928  - debug: alexa2.0 (1524) State changed alexa2.0.History.json: {"val":"{\"name\":\"Schlafzimmer\",\"serialNumber\":\"G070RR1383540LDK\",\"summary\":\"\",\"creationTime\":1584522410152,\"status\":\"SUCCESS\",\"domainApplicationId\":\"\",\"domainApplicationName\":\"\",\"cardContent\":\"\",\"card\":\"\",\"answerText\":\"\"}","ack":true,"ts":1584522410914,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584522410914}
                  2020-03-18 10:07:22.726  - debug: alexa2.0 (1524) Alexa-Remote WS-MQTT: Command PUSH_EQUALIZER_STATE_CHANGE: {
                      "destinationUserId": "A32TW4JJLN57E8",
                      "dopplerId": {
                          "deviceType": "A3S5BH2HU6VAYF",
                          "deviceSerialNumber": "G090L9097147128N"
                      },
                      "bass": 0,
                      "midrange": 0,
                      "treble": 0
                  }
                  2020-03-18 10:07:22.728  - debug: alexa2.0 (1524) Alexa-Remote WS-MQTT: Command PUSH_VOLUME_CHANGE: {
                      "destinationUserId": "A32TW4JJLN57E8",
                      "dopplerId": {
                          "deviceType": "A3S5BH2HU6VAYF",
                          "deviceSerialNumber": "G090L9097147128N"
                      },
                      "volumeSetting": 40,
                      "isMuted": false
                  }
                  2020-03-18 10:07:22.729  - debug: alexa2.0 (1524) Alexa-Push-Connection Device Volume change for G090L9097147128N -> 40/false
                  2020-03-18 10:07:22.733  - debug: alexa2.0 (1524) State changed alexa2.0.Echo-Devices.G090L9097147128N.Player.volume: {"val":40,"ack":true,"ts":1584522442730,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584134891667}
                  2020-03-18 10:07:22.735  - debug: alexa2.0 (1524) State changed alexa2.0.Echo-Devices.G090L9097147128N.Player.muted: {"val":false,"ack":true,"ts":1584522442730,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1560922282053}
                  2020-03-18 10:08:24.476  - debug: alexa2.0 (1524) Alexa-Remote WS-MQTT: Send Ping
                  2020-03-18 10:08:24.602  - debug: alexa2.0 (1524) Alexa-Remote WS-MQTT: Received Pong
                  2020-03-18 10:09:54.098  - debug: alexa2.0 (1524) Alexa-Remote WS-MQTT: Command PUSH_VOLUME_CHANGE: {
                      "destinationUserId": "A32TW4JJLN57E8",
                      "dopplerId": {
                          "deviceType": "A3S5BH2HU6VAYF",
                          "deviceSerialNumber": "G090L909714707MM"
                      },
                      "volumeSetting": 30,
                      "isMuted": false
                  }
                  2020-03-18 10:09:54.099  - debug: alexa2.0 (1524) Alexa-Push-Connection Device Volume change for G090L909714707MM -> 30/false
                  2020-03-18 10:09:54.100  - debug: alexa2.0 (1524) Alexa-Remote WS-MQTT: Command PUSH_EQUALIZER_STATE_CHANGE: {
                      "destinationUserId": "A32TW4JJLN57E8",
                      "dopplerId": {
                          "deviceType": "A3S5BH2HU6VAYF",
                          "deviceSerialNumber": "G090L909714707MM"
                      },
                      "bass": 0,
                      "midrange": 0,
                      "treble": 0
                  }
                  2020-03-18 10:09:54.104  - debug: alexa2.0 (1524) State changed alexa2.0.Echo-Devices.G090L909714707MM.Player.volume: {"val":30,"ack":true,"ts":1584522594100,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584134883312}
                  2020-03-18 10:09:54.105  - debug: alexa2.0 (1524) State changed alexa2.0.Echo-Devices.G090L909714707MM.Player.muted: {"val":false,"ack":true,"ts":1584522594101,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1560922280516}
                  2020-03-18 10:09:54.583  - debug: alexa2.0 (1524) Alexa-Remote WS-MQTT: Command PUSH_EQUALIZER_STATE_CHANGE: {
                      "destinationUserId": "A32TW4JJLN57E8",
                      "dopplerId": {
                          "deviceType": "A3S5BH2HU6VAYF",
                          "deviceSerialNumber": "G090L9097147128N"
                      },
                      "bass": 0,
                      "midrange": 0,
                      "treble": 0
                  }
                  2020-03-18 10:09:54.584  - debug: alexa2.0 (1524) Alexa-Remote WS-MQTT: Command PUSH_VOLUME_CHANGE: {
                      "destinationUserId": "A32TW4JJLN57E8",
                      "dopplerId": {
                          "deviceType": "A3S5BH2HU6VAYF",
                          "deviceSerialNumber": "G090L9097147128N"
                      },
                      "volumeSetting": 40,
                      "isMuted": false
                  }
                  2020-03-18 10:09:54.584  - debug: alexa2.0 (1524) Alexa-Push-Connection Device Volume change for G090L9097147128N -> 40/false
                  2020-03-18 10:09:54.590  - debug: alexa2.0 (1524) State changed alexa2.0.Echo-Devices.G090L9097147128N.Player.volume: {"val":40,"ack":true,"ts":1584522594586,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584134891667}
                  2020-03-18 10:09:54.591  - debug: alexa2.0 (1524) State changed alexa2.0.Echo-Devices.G090L9097147128N.Player.muted: {"val":false,"ack":true,"ts":1584522594586,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1560922282053}
                  2020-03-18 10:10:57.735  - debug: alexa2.0 (1524) Alexa-Remote WS-MQTT: Command PUSH_EQUALIZER_STATE_CHANGE: {
                      "destinationUserId": "A32TW4JJLN57E8",
                      "dopplerId": {
                          "deviceType": "A3S5BH2HU6VAYF",
                          "deviceSerialNumber": "G090L909714707MM"
                      },
                      "bass": 0,
                      "midrange": 0,
                      "treble": 0
                  }
                  2020-03-18 10:10:57.740  - debug: alexa2.0 (1524) Alexa-Remote WS-MQTT: Command PUSH_VOLUME_CHANGE: {
                      "destinationUserId": "A32TW4JJLN57E8",
                      "dopplerId": {
                          "deviceType": "A3S5BH2HU6VAYF",
                          "deviceSerialNumber": "G090L909714707MM"
                      },
                      "volumeSetting": 30,
                      "isMuted": false
                  }
                  2020-03-18 10:10:57.741  - debug: alexa2.0 (1524) Alexa-Push-Connection Device Volume change for G090L909714707MM -> 30/false
                  2020-03-18 10:10:57.745  - debug: alexa2.0 (1524) State changed alexa2.0.Echo-Devices.G090L909714707MM.Player.volume: {"val":30,"ack":true,"ts":1584522657743,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584134883312}
                  2020-03-18 10:10:57.747  - debug: alexa2.0 (1524) State changed alexa2.0.Echo-Devices.G090L909714707MM.Player.muted: {"val":false,"ack":true,"ts":1584522657743,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1560922280516}
                  2020-03-18 10:11:08.577  - debug: alexa2.0 (1524) Alexa-Remote WS-MQTT: Command PUSH_EQUALIZER_STATE_CHANGE: {
                      "destinationUserId": "A32TW4JJLN57E8",
                      "dopplerId": {
                          "deviceType": "A10A33FOX2NUBK",
                          "deviceSerialNumber": "G070RR1383540LDK"
                      },
                      "bass": 0,
                      "midrange": 0,
                      "treble": 0
                  }
                  2020-03-18 10:11:08.582  - debug: alexa2.0 (1524) Alexa-Remote WS-MQTT: Command PUSH_VOLUME_CHANGE: {
                      "destinationUserId": "A32TW4JJLN57E8",
                      "dopplerId": {
                          "deviceType": "A10A33FOX2NUBK",
                          "deviceSerialNumber": "G070RR1383540LDK"
                      },
                      "volumeSetting": 43,
                      "isMuted": false
                  }
                  2020-03-18 10:11:08.583  - debug: alexa2.0 (1524) Alexa-Push-Connection Device Volume change for G070RR1383540LDK -> 43/false
                  2020-03-18 10:11:08.591  - debug: alexa2.0 (1524) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.volume: {"val":43,"ack":true,"ts":1584522668587,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584513481017}
                  2020-03-18 10:11:08.593  - debug: alexa2.0 (1524) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.muted: {"val":false,"ack":true,"ts":1584522668587,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1582751784666}
                  2020-03-18 10:11:09.206  - debug: alexa2.0 (1524) Alexa-Remote WS-MQTT: Command PUSH_EQUALIZER_STATE_CHANGE: {
                      "destinationUserId": "A32TW4JJLN57E8",
                      "dopplerId": {
                          "deviceType": "A10A33FOX2NUBK",
                          "deviceSerialNumber": "G070RR1383540LDK"
                      },
                      "bass": 0,
                      "midrange": 0,
                      "treble": 0
                  }
                  2020-03-18 10:11:09.207  - debug: alexa2.0 (1524) Alexa-Remote WS-MQTT: Command PUSH_VOLUME_CHANGE: {
                      "destinationUserId": "A32TW4JJLN57E8",
                      "dopplerId": {
                          "deviceType": "A10A33FOX2NUBK",
                          "deviceSerialNumber": "G070RR1383540LDK"
                      },
                      "volumeSetting": 43,
                      "isMuted": false
                  }
                  2020-03-18 10:11:09.208  - debug: alexa2.0 (1524) Alexa-Push-Connection Device Volume change for G070RR1383540LDK -> 43/false
                  2020-03-18 10:11:09.212  - debug: alexa2.0 (1524) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.volume: {"val":43,"ack":true,"ts":1584522669209,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584513481017}
                  2020-03-18 10:11:09.213  - debug: alexa2.0 (1524) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.muted: {"val":false,"ack":true,"ts":1584522669210,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1582751784666}
                  2020-03-18 10:11:11.316  - debug: alexa2.0 (1524) Alexa-Remote WS-MQTT: Command PUSH_VOLUME_CHANGE: {
                      "destinationUserId": "A32TW4JJLN57E8",
                      "dopplerId": {
                          "deviceType": "A10A33FOX2NUBK",
                          "deviceSerialNumber": "G070RR1383540LDK"
                      },
                      "volumeSetting": 43,
                      "isMuted": false
                  }
                  2020-03-18 10:11:11.316  - debug: alexa2.0 (1524) Alexa-Push-Connection Device Volume change for G070RR1383540LDK -> 43/false
                  2020-03-18 10:11:11.318  - debug: alexa2.0 (1524) Alexa-Remote WS-MQTT: Command PUSH_EQUALIZER_STATE_CHANGE: {
                      "destinationUserId": "A32TW4JJLN57E8",
                      "dopplerId": {
                          "deviceType": "A10A33FOX2NUBK",
                          "deviceSerialNumber": "G070RR1383540LDK"
                      },
                      "bass": 0,
                      "midrange": 0,
                      "treble": 0
                  }
                  2020-03-18 10:11:11.324  - debug: alexa2.0 (1524) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.volume: {"val":43,"ack":true,"ts":1584522671321,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1584513481017}
                  2020-03-18 10:11:11.326  - debug: alexa2.0 (1524) State changed alexa2.0.Echo-Devices.G070RR1383540LDK.Player.muted: {"val":false,"ack":true,"ts":1584522671321,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1582751784666}
                  2020-03-18 10:11:24.476  - debug: alexa2.0 (1524) Alexa-Remote WS-MQTT: Send Ping
                  2020-03-18 10:11:24.616  - debug: alexa2.0 (1524) Alexa-Remote WS-MQTT: Received Pong
                  
                  Mauflo 1 Reply Last reply Reply Quote 0
                  • Mauflo
                    Mauflo @Dr. Bakterius last edited by

                    @Dr-Bakterius Ich möchte mich bedanken und entschuldigen. War Coronabedingt leider ein wenig verhindert!

                    Dr. Bakterius 1 Reply Last reply Reply Quote 0
                    • Dr. Bakterius
                      Dr. Bakterius Most Active @Mauflo last edited by

                      @Mauflo Hoffentlich gesund? Ich muss Überstunden abbauen und habe daher etwas Zeit zu testen...

                      Mauflo 1 Reply Last reply Reply Quote 0
                      • apollon77
                        apollon77 last edited by

                        Cool. Am Ende ist es halt nur ein Workaround ... wenn eine einfache Player und Media-Abfrage solche Auswirkungen haben kann ists blöd ... aber naja. Amazon Problem

                        Mauflo 1 Reply Last reply Reply Quote 0
                        • Mauflo
                          Mauflo @Dr. Bakterius last edited by

                          @Dr-Bakterius ja, danke. Kein Problem. Im Home Office und auf Grund der Situation in Ö eben etwas beschäftigt in den letzten Tagen! 😉

                          Dr. Bakterius 1 Reply Last reply Reply Quote 0
                          • Mauflo
                            Mauflo @apollon77 last edited by

                            @apollon77 trotzdem Danke! War seht lästig und ist damit dann eben Geschichte.!

                            1 Reply Last reply Reply Quote 0
                            • Dr. Bakterius
                              Dr. Bakterius Most Active @Mauflo last edited by

                              @apollon77 danke für den "Workaround". Doch was bedeutet das in Zukunft für den Adapter?

                              @Mauflo Ich sitze auch in Wien und alle Kunden haben die Termine abgesagt. Also müssen wir warten bis sich die Lage beruhigt hat. 🙄

                              Mauflo apollon77 2 Replies Last reply Reply Quote 0
                              • Mauflo
                                Mauflo @Dr. Bakterius last edited by

                                @Dr-Bakterius ... ich denke, wir werden hier bald viel Zeit für unsere ioBroker Server haben... 😉

                                1 Reply Last reply Reply Quote 0
                                • apollon77
                                  apollon77 @Dr. Bakterius last edited by

                                  @Dr-Bakterius sagte in Alexa2 sorgt für Abbrüche bei der Wiedergabe auf Echo Spot:

                                  Doch was bedeutet das in Zukunft für den Adapter?

                                  Das bedeutet nur das es weiterhin passieren kann falls ein Player-Status Update bei solchen Geräten genau mit so etwas kollidiert. So lange bis Amazon diesen Effekt gefixt hat (wenn Se ihn überhaupt kennen). Ich kann effektiv nichts dagegen tun falls es passiert.

                                  Dr. Bakterius 1 Reply Last reply Reply Quote 0
                                  • Dr. Bakterius
                                    Dr. Bakterius Most Active @apollon77 last edited by

                                    @apollon77 Also werden die Abfragen auch jetzt noch durchgeführt, aber eben nicht gleich nach dem Start? Vielen Dank auf jeden Fall, dass es jetzt soweit wieder klappt. Gibt es eine Möglichkeit Amazon auf das Problem aufmerksam zu machen? Und wenn ja mit welchen Infos? Scheinbar sind ja nur Geräte mit Bildschirm betroffen (weshalb auch immer).

                                    apollon77 1 Reply Last reply Reply Quote 0
                                    • apollon77
                                      apollon77 @Dr. Bakterius last edited by

                                      @Dr-Bakterius Naja dann ist die Frage wie es so tut ohne dem Player Update an der einen Stelle 🙂

                                      Dr. Bakterius 1 Reply Last reply Reply Quote 0
                                      • Dr. Bakterius
                                        Dr. Bakterius Most Active @apollon77 last edited by

                                        @apollon77 Wie was tut? Die Aktualisierung des Datenpunktes was gerade wiedergegeben wird? Das wäre in meinem Fall nicht relevant. Wenn es daran liegt, könnte man vielleicht eine Konfigurationsmöglichkeit (generell oder für jedes Endgerät) einbauen?

                                        1 Reply Last reply Reply Quote 0
                                        • Andi19851985
                                          Andi19851985 last edited by

                                          Ich habe ein ähnliches Problem mit dem Alexa 2 Adapter.
                                          Bei mir verhält es sich etwas anders. Das Flashbriefing funktioniert so wie es sein muss allerdings stoppt immer wieder die Wiedergabe der Musik. Manchmal mitten im Lied und manchmal spielt das eine Lied zu ende und das war´s dann obwohl die Playlists weitergeht.
                                          Alle Echos die ich habe funktionieren einzeln wunderbar nur der Verbund denn ich im Wohnzimmer habe nicht.
                                          Im Wohnzimmer habe ich ein Setup von 2 Echo Studio´s und einen Fire TV Stick 4k. Wie gesagt einzeln funktioniert alles.
                                          Wenn ich das ganze als Heimkino koppel dann erst habe ich die Probleme aber auch nur wenn der Adapter läuft.
                                          Eventuell hat jemand noch einen Tipp für mich wie ich das Problem beheben könnte ansonsten versuche ich nachher mal die ältere Version des Adapters zu installieren.

                                          Gruß
                                          Andreas

                                          1 Reply Last reply Reply Quote 0
                                          • First post
                                            Last post

                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          901
                                          Online

                                          31.9k
                                          Users

                                          80.1k
                                          Topics

                                          1.3m
                                          Posts

                                          alexa2 adapter echo spot problem
                                          5
                                          33
                                          1737
                                          Loading More Posts
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                          The ioBroker Community 2014-2023
                                          logo