Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. Test Adapter Alexa2 3.0.x

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    12
    1
    128

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    4.3k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.2k

Test Adapter Alexa2 3.0.x

Scheduled Pinned Locked Moved Tester
alexa2
209 Posts 31 Posters 30.8k Views 31 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • padrinoP padrino

    Installiert und es gab folgende Warnungen:

    $ ./iobroker url "https://github.com/Apollon77/ioBroker.alexa2"
    install https://github.com/Apollon77/ioBroker.alexa2/tarball/master
    npm install https://github.com/Apollon77/ioBroker.alexa2/tarball/master --production --save --prefix "/opt/iobroker" (System call)
    npm
     WARN ws@7.2.1 requires a peer of bufferutil@^4.0.1 but none is installed. You must install peer dependencies yourself.
    npm WARN ws@7.2.1 requires a peer of utf-8-validate@^5.0.2 but none is installed. You must install peer dependencies yourself.
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.4 (node_modules/osx-temperature-sensor):npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: xpc-connection@0.1.4 (node_modules/xpc-connection):
    npm WARN
     notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for xpc-connection@0.1.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
    
    process exited with code 0
    

    Sind die ernst zu nehmen? :relieved:
    Wenn ja, was kann man tun? :thinking_face:

    apollon77A Offline
    apollon77A Offline
    apollon77
    wrote on last edited by
    #18

    @padrino die kommen denk bei dir bei jedem install egal welcher Adapter korrekt?! Npm prüft bei jedem install immer alle Abhängigkeiten. Kommt also von irgendeinem deiner Adapter.

    Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

    • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
    • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
    1 Reply Last reply
    0
    • padrinoP padrino

      Hm, muss man etwas beachten, wenn man eine zweite Instanz hat?
      Ich habe eine für den Echo Dot/Account meiner Eltern.
      Wenn ich den nun neu startet, kommt er in eine endlos Neustartschleife.
      Log ist:

      host.raspberrypi	2019-12-22 14:12:42.318	error	instance system.adapter.alexa2.1 terminated with code 0 (OK)
      host.raspberrypi	2019-12-22 14:12:42.318	error	Caught by controller[1]: at process._tickDomainCallback (internal/process/next_tick.js:218:9)
      host.raspberrypi	2019-12-22 14:12:42.318	error	Caught by controller[1]: at _combinedTickCallback (internal/process/next_tick.js:138:11)
      host.raspberrypi	2019-12-22 14:12:42.318	error	Caught by controller[1]: at endReadableNT (_stream_readable.js:1064:12)
      host.raspberrypi	2019-12-22 14:12:42.318	error	Caught by controller[1]: at IncomingMessage.emit (events.js:208:7)
      host.raspberrypi	2019-12-22 14:12:42.318	error	Caught by controller[1]: at emitNone (events.js:111:20)
      host.raspberrypi	2019-12-22 14:12:42.317	error	Caught by controller[1]: at IncomingMessage.res.on (/opt/iobroker/node_modules/iobroker.alexa2/node_modules/alexa-remote2/alexa-remote.js:767:79)
      host.raspberrypi	2019-12-22 14:12:42.317	error	Caught by controller[1]: at alexa.getSmarthomeEntities (/opt/iobroker/node_modules/iobroker.alexa2/main.js:939:26)
      host.raspberrypi	2019-12-22 14:12:42.317	error	Caught by controller[1]: TypeError: res2.forEach is not a function
      host.raspberrypi	2019-12-22 14:12:42.317	error	Caught by controller[0]: at process._tickDomainCallback (internal/process/next_tick.js:218:9)
      host.raspberrypi	2019-12-22 14:12:42.317	error	Caught by controller[0]: at _combinedTickCallback (internal/process/next_tick.js:138:11)
      host.raspberrypi	2019-12-22 14:12:42.317	error	Caught by controller[0]: at endReadableNT (_stream_readable.js:1064:12)
      host.raspberrypi	2019-12-22 14:12:42.317	error	Caught by controller[0]: at IncomingMessage.emit (events.js:208:7)
      host.raspberrypi	2019-12-22 14:12:42.317	error	Caught by controller[0]: at emitNone (events.js:111:20)
      host.raspberrypi	2019-12-22 14:12:42.316	error	Caught by controller[0]: at IncomingMessage.res.on (/opt/iobroker/node_modules/iobroker.alexa2/node_modules/alexa-remote2/alexa-remote.js:767:79)
      host.raspberrypi	2019-12-22 14:12:42.316	error	Caught by controller[0]: at alexa.getSmarthomeEntities (/opt/iobroker/node_modules/iobroker.alexa2/main.js:939:26)
      host.raspberrypi	2019-12-22 14:12:42.316	error	Caught by controller[0]: TypeError: res2.forEach is not a function
      
      apollon77A Offline
      apollon77A Offline
      apollon77
      wrote on last edited by
      #19

      @padrino checke ich nachher. Da scheinen bei einem call keine Daten zu kommen. Lass den erstmal aus.

      Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

      • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
      • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
      padrinoP 1 Reply Last reply
      0
      • apollon77A apollon77

        @Zefau hattest du nach dem install von GitHub auch die Instanz manuell neu gestartet?? Nicht das dir alte version noch lief ...

        ZefauZ Offline
        ZefauZ Offline
        Zefau
        wrote on last edited by
        #20

        @apollon77 hab ich in der Tat nicht. Ich beobachte das jetzt nochmal. Danke für den Hinweis.

        Meine Adapter: https://zefau.github.io/iobroker/

        1 Reply Last reply
        0
        • apollon77A apollon77

          @padrino checke ich nachher. Da scheinen bei einem call keine Daten zu kommen. Lass den erstmal aus.

          padrinoP Offline
          padrinoP Offline
          padrino
          Most Active
          wrote on last edited by
          #21

          @apollon77 sagte in Test Adapter Alexa2 3.0.x:

          @padrino die kommen denk bei dir bei jedem install egal welcher Adapter korrekt?! Npm prüft bei jedem install immer alle Abhängigkeiten. Kommt also von irgendeinem deiner Adapter.

          Muss zu meiner Schande gestehen, schon seit Ewigkeiten keinen Adapter mehr installiert zu haben. :relieved: Muss das mal checken...

          @apollon77 sagte in Test Adapter Alexa2 3.0.x:

          @padrino checke ich nachher. Da scheinen bei einem call keine Daten zu kommen. Lass den erstmal aus.

          Ok. Hab' ich direkt ausgemacht. Wird im Moment eh noch nicht genutzt. ;)

          1 Reply Last reply
          0
          • apollon77A apollon77
            Aktuelle Test Version 3.0.0
            Veröffentlichungsdatum 21.12.2019
            Github Link https://github.com/Apollon77/ioBroker.alexa2

            Hallo liebe Alexa2-Freunde,

            auch Alexa2 ist nun endlich an der Reihe. Ich habe einige Basisdinge aktualisiert und versucht alle Mails und GitHub Issues abzuarbeiten. Ich habe auch im alten Forum Thread etwas gestöbert und versucht noch Probleme die dort gemeldet worden zu prüfen, aber vieles konnte ich nicht nachvollziehen.

            Daher die Bitte: Checkt Eure Probleme nochmals mit der neuen 3.0 und meldet hier was los ist und legt in jedem Fall bitte ein GitHub Issue an! Debug-Logs bitte inklusive Link zu Eurem Beitrag hier oder besser der ID des GitHub Issues an iobroker@fischer-ka.de. Interessant ist meistens neben dem eigentlichen "Problem" (Schaltaktionen oder was auch immer noch so tut wie es soll) auch immer das Debug-Log vom gesamten Adapter-Start. Bitte fügt auch in der E-mail Infos hinzu WANN im log WAS passiert ist? Dann muss ich weniger Raten und Rätseln ;-)

            Ziel der 3.0.x Version ist erstmal wieder eine stabile Basis zu schaffen. Es sind nur wenige neue Features drin. Die kommen dann danach. Also je schneller Ihr bestätigt das alles tut ;-) umso schneller kommen neue Fetures ;-)

            Jetzt zu den Details der Verison:

            • ACHTUNG: Nodejs 8.x ist nun Minimalanforderung!! (daher auch die 3.0)
            • Neue Features:
              • Dank @Zefau sind nun auch die Listen (Shopping-Lists, Todo-Lists) mit dabei
              • Die Antwort von Alexa wird, wenn verfügbar, mit in den History Daten als "answerText" ausgegeben
            • Rest vom Changelog:
              • Generell: Siehe GitHub Issues: https://github.com/Apollon77/ioBroker.alexa2/issues Alles was mit "done-unreleased" getaggt ist sollte gefixt sein. Bugs mit "Question" warten auf mehr Details oder Retests!
              • (Apollon77) handle error for empty valueMaps for ColorTemperatures
              • (Apollon77) also support names for new special routines (Alarm Notifications, Sensor Detections, ..)
              • (Apollon77) GitHub Actions for Test& Build
              • (Apollon77) Add Sentry for error reporting
              • (Apollon77) prevent some crashed after changes by Amazon
              • (Apollon77) fix Routine names after changes by Amazon
              • (Apollon77) add some devices and new images

            Jetzt Happy Testing und Danke für Euren Support!

            Ingo

            padrinoP Offline
            padrinoP Offline
            padrino
            Most Active
            wrote on last edited by padrino
            #22

            @apollon77 sagte in Test Adapter Alexa2 3.0.x:

            Neue Features:
            Die Antwort von Alexa wird, wenn verfügbar, mit in den History Daten als "answerText" ausgegeben

            Sehr cool. :sunglasses::+1:
            Leider kann sich der Adapter wohl noch immer nicht alles "krallen".
            Die Antwort auf ein "Guten Morgen" klappt, aber auf "Regnet es gerade" leider nicht.
            Es tauchen aber beide in der App (bzw. bei mir auf alexa.amazon.de) auf.

            geht_gehtnicht.png

            apollon77A 1 Reply Last reply
            0
            • apollon77A Offline
              apollon77A Offline
              apollon77
              wrote on last edited by
              #23

              Auf GitHub gibt es die 3.0.1.

              Der Fehler von @padrino sollte gefixt sein und ich hab nochmal eingebaut das an mehr Stellen Player-Daten aktualisiert werden weil Amazon scheinbar nicht mehr so oft Infos zu Titelwechseln gibt ... manchmal ...

              Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

              • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
              • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
              padrinoP 1 Reply Last reply
              1
              • padrinoP padrino

                @apollon77 sagte in Test Adapter Alexa2 3.0.x:

                Neue Features:
                Die Antwort von Alexa wird, wenn verfügbar, mit in den History Daten als "answerText" ausgegeben

                Sehr cool. :sunglasses::+1:
                Leider kann sich der Adapter wohl noch immer nicht alles "krallen".
                Die Antwort auf ein "Guten Morgen" klappt, aber auf "Regnet es gerade" leider nicht.
                Es tauchen aber beide in der App (bzw. bei mir auf alexa.amazon.de) auf.

                geht_gehtnicht.png

                apollon77A Offline
                apollon77A Offline
                apollon77
                wrote on last edited by
                #24

                @padrino Jupp, die Infos kommen nicht in den History-Daten. Das Regen Ding hab ich jetzt bei mir hinbekommen. Kommt ins nächste update regulär.

                Generell Wetterbericht nicht - Da gibts die "Rohdaten" ... aber nicht den finalen ausgesprochenen text. Ich könnte höchstens diese ganzen vollständigen Rohdaten als JSON zur Verfügung stellen.

                Wäre für wenner sowas:

                {
                        "disambiguated": false,
                        "nBestList": [
                            {
                                "entryType": "Weather",
                                "hourlyEndIndex": 7,
                                "empty": false,
                                "weatherDataProvider": "ACW",
                                "alertAttributes": [],
                                "startIndex": 0,
                                "hourlyForecastAttributes": [
                                    {
                                        "precipitationProbability": 56,
                                        "weatherIcon": 18,
                                        "dayLight": false,
                                        "forcastEpochDateTime": "1577030400",
                                        "temperature": {
                                            "scale": "C",
                                            "value": 8
                                        },
                                        "link": "http://www.accuweather.com/de/de/knielingen/76187/hourly-weather-forecast/1013494?day=1&hbhhour=17&unit=c",
                                        "iconPhrase": "Regen",
                                        "realFeelTemperature": {
                                            "scale": "C",
                                            "value": 1
                                        },
                                        "mobileLink": "http://m.accuweather.com/de/de/knielingen/76187/hourly-weather-forecast/1013494?day=1&hbhhour=17&unit=c",
                                        "forecastDate": "2019-12-22T17:00:00+01:00",
                                        "wind": {
                                            "windSpeedDegrees": 226,
                                            "windSpeedScale": "km/h",
                                            "windSpeedValue": 24.1,
                                            "windSpeedDirection": "SW"
                                        }
                                    },
                                    {
                                        "precipitationProbability": 49,
                                        "weatherIcon": 7,
                                        "dayLight": false,
                                        "forcastEpochDateTime": "1577034000",
                                        "temperature": {
                                            "scale": "C",
                                            "value": 8
                                        },
                                        "link": "http://www.accuweather.com/de/de/knielingen/76187/hourly-weather-forecast/1013494?day=1&hbhhour=18&unit=c",
                                        "iconPhrase": "Wolkig",
                                        "realFeelTemperature": {
                                            "scale": "C",
                                            "value": 3
                                        },
                                        "mobileLink": "http://m.accuweather.com/de/de/knielingen/76187/hourly-weather-forecast/1013494?day=1&hbhhour=18&unit=c",
                                        "forecastDate": "2019-12-22T18:00:00+01:00",
                                        "wind": {
                                            "windSpeedDegrees": 231,
                                            "windSpeedScale": "km/h",
                                            "windSpeedValue": 24.1,
                                            "windSpeedDirection": "SW"
                                        }
                                    },
                                    {
                                        "precipitationProbability": 34,
                                        "weatherIcon": 7,
                                        "dayLight": false,
                                        "forcastEpochDateTime": "1577037600",
                                        "temperature": {
                                            "scale": "C",
                                            "value": 8
                                        },
                                        "link": "http://www.accuweather.com/de/de/knielingen/76187/hourly-weather-forecast/1013494?day=1&hbhhour=19&unit=c",
                                        "iconPhrase": "Wolkig",
                                        "realFeelTemperature": {
                                            "scale": "C",
                                            "value": 3
                                        },
                                        "mobileLink": "http://m.accuweather.com/de/de/knielingen/76187/hourly-weather-forecast/1013494?day=1&hbhhour=19&unit=c",
                                        "forecastDate": "2019-12-22T19:00:00+01:00",
                                        "wind": {
                                            "windSpeedDegrees": 236,
                                            "windSpeedScale": "km/h",
                                            "windSpeedValue": 22.2,
                                            "windSpeedDirection": "SW"
                                        }
                                    },
                                    {
                                        "precipitationProbability": 34,
                                        "weatherIcon": 7,
                                        "dayLight": false,
                                        "forcastEpochDateTime": "1577041200",
                                        "temperature": {
                                            "scale": "C",
                                            "value": 8
                                        },
                                        "link": "http://www.accuweather.com/de/de/knielingen/76187/hourly-weather-forecast/1013494?day=1&hbhhour=20&unit=c",
                                        "iconPhrase": "Wolkig",
                                        "realFeelTemperature": {
                                            "scale": "C",
                                            "value": 3
                                        },
                                        "mobileLink": "http://m.accuweather.com/de/de/knielingen/76187/hourly-weather-forecast/1013494?day=1&hbhhour=20&unit=c",
                                        "forecastDate": "2019-12-22T20:00:00+01:00",
                                        "wind": {
                                            "windSpeedDegrees": 243,
                                            "windSpeedScale": "km/h",
                                            "windSpeedValue": 22.2,
                                            "windSpeedDirection": "WSW"
                                        }
                                    },
                                    {
                                        "precipitationProbability": 40,
                                        "weatherIcon": 7,
                                        "dayLight": false,
                                        "forcastEpochDateTime": "1577044800",
                                        "temperature": {
                                            "scale": "C",
                                            "value": 7
                                        },
                                        "link": "http://www.accuweather.com/de/de/knielingen/76187/hourly-weather-forecast/1013494?day=1&hbhhour=21&unit=c",
                                        "iconPhrase": "Wolkig",
                                        "realFeelTemperature": {
                                            "scale": "C",
                                            "value": 3
                                        },
                                        "mobileLink": "http://m.accuweather.com/de/de/knielingen/76187/hourly-weather-forecast/1013494?day=1&hbhhour=21&unit=c",
                                        "forecastDate": "2019-12-22T21:00:00+01:00",
                                        "wind": {
                                            "windSpeedDegrees": 247,
                                            "windSpeedScale": "km/h",
                                            "windSpeedValue": 22.2,
                                            "windSpeedDirection": "WSW"
                                        }
                                    },
                                    {
                                        "precipitationProbability": 51,
                                        "weatherIcon": 18,
                                        "dayLight": false,
                                        "forcastEpochDateTime": "1577048400",
                                        "temperature": {
                                            "scale": "C",
                                            "value": 7
                                        },
                                        "link": "http://www.accuweather.com/de/de/knielingen/76187/hourly-weather-forecast/1013494?day=1&hbhhour=22&unit=c",
                                        "iconPhrase": "Regen",
                                        "realFeelTemperature": {
                                            "scale": "C",
                                            "value": 1
                                        },
                                        "mobileLink": "http://m.accuweather.com/de/de/knielingen/76187/hourly-weather-forecast/1013494?day=1&hbhhour=22&unit=c",
                                        "forecastDate": "2019-12-22T22:00:00+01:00",
                                        "wind": {
                                            "windSpeedDegrees": 248,
                                            "windSpeedScale": "km/h",
                                            "windSpeedValue": 22.2,
                                            "windSpeedDirection": "WSW"
                                        }
                                    },
                                    {
                                        "precipitationProbability": 47,
                                        "weatherIcon": 7,
                                        "dayLight": false,
                                        "forcastEpochDateTime": "1577052000",
                                        "temperature": {
                                            "scale": "C",
                                            "value": 7
                                        },
                                        "link": "http://www.accuweather.com/de/de/knielingen/76187/hourly-weather-forecast/1013494?day=1&hbhhour=23&unit=c",
                                        "iconPhrase": "Wolkig",
                                        "realFeelTemperature": {
                                            "scale": "C",
                                            "value": 2
                                        },
                                        "mobileLink": "http://m.accuweather.com/de/de/knielingen/76187/hourly-weather-forecast/1013494?day=1&hbhhour=23&unit=c",
                                        "forecastDate": "2019-12-22T23:00:00+01:00",
                                        "wind": {
                                            "windSpeedDegrees": 248,
                                            "windSpeedScale": "km/h",
                                            "windSpeedValue": 22.2,
                                            "windSpeedDirection": "WSW"
                                        }
                                    },
                                    {
                                        "precipitationProbability": 40,
                                        "weatherIcon": 7,
                                        "dayLight": false,
                                        "forcastEpochDateTime": "1577055600",
                                        "temperature": {
                                            "scale": "C",
                                            "value": 7
                                        },
                                        "link": "http://www.accuweather.com/de/de/knielingen/76187/hourly-weather-forecast/1013494?day=2&hbhhour=0&unit=c",
                                        "iconPhrase": "Wolkig",
                                        "realFeelTemperature": {
                                            "scale": "C",
                                            "value": 3
                                        },
                                        "mobileLink": "http://m.accuweather.com/de/de/knielingen/76187/hourly-weather-forecast/1013494?day=2&hbhhour=0&unit=c",
                                        "forecastDate": "2019-12-23T00:00:00+01:00",
                                        "wind": {
                                            "windSpeedDegrees": 248,
                                            "windSpeedScale": "km/h",
                                            "windSpeedValue": 20.4,
                                            "windSpeedDirection": "WSW"
                                        }
                                    }
                                ],
                                "endIndex": 1,
                                "conditionsAttributes": {
                                    "precipitation": {
                                        "scale": "mm",
                                        "value": 0
                                    },
                                    "uvText": "Niedrig",
                                    "weatherIcon": 3,
                                    "weatherSummary": "Teils sonnig",
                                    "link": "http://www.accuweather.com/de/de/knielingen/76187/current-weather/1013494",
                                    "relativeHumidity": 84,
                                    "temperature": {
                                        "scale": "C",
                                        "value": 8
                                    },
                                    "uvIndex": 0,
                                    "realFeelTemperature": {
                                        "scale": "C",
                                        "value": 1
                                    },
                                    "mobileLink": "http://m.accuweather.com/de/de/knielingen/76187/current-weather/1013494",
                                    "wind": {
                                        "windSpeedDegrees": 225,
                                        "windSpeedScale": "km/h",
                                        "windSpeedValue": 31.5,
                                        "windSpeedDirection": "SW"
                                    }
                                },
                                "forecastAttributes": [
                                    {
                                        "maxTemperature": {
                                            "scale": "C",
                                            "value": 9
                                        },
                                        "minTemperature": {
                                            "scale": "C",
                                            "value": 7
                                        },
                                        "minRealFeelTemperature": {
                                            "scale": "C",
                                            "value": 1
                                        },
                                        "night": {
                                            "weatherShortPhrase": "Abends zeitweise Regen",
                                            "rain": {
                                                "scale": "mm",
                                                "value": 1.5
                                            },
                                            "precipitationProbability": 60,
                                            "weatherLongPhrase": "Abends Nieselregen; windig; nachts einige Schauer",
                                            "weatherIcon": 12,
                                            "snow": {
                                                "scale": "cm",
                                                "value": 0
                                            },
                                            "snowProbability": 0,
                                            "weatherText": "Schauer",
                                            "wind": {
                                                "windSpeedDegrees": 246,
                                                "windSpeedScale": "km/h",
                                                "windSpeedValue": 20.4,
                                                "windSpeedDirection": "WSW"
                                            },
                                            "rainProbability": 60
                                        },
                                        "link": "http://www.accuweather.com/de/de/knielingen/76187/daily-weather-forecast/1013494?day=1&unit=c",
                                        "mobileLink": "http://m.accuweather.com/de/de/knielingen/76187/daily-weather-forecast/1013494?day=1&unit=c",
                                        "day": {
                                            "weatherShortPhrase": "Wolkig, Nieselregen",
                                            "rain": {
                                                "scale": "mm",
                                                "value": 3.8
                                            },
                                            "precipitationProbability": 61,
                                            "weatherLongPhrase": "Wolkig, Nieselregen",
                                            "weatherIcon": 12,
                                            "snow": {
                                                "scale": "cm",
                                                "value": 0
                                            },
                                            "snowProbability": 0,
                                            "weatherText": "Schauer",
                                            "wind": {
                                                "windSpeedDegrees": 186,
                                                "windSpeedScale": "km/h",
                                                "windSpeedValue": 13,
                                                "windSpeedDirection": "S"
                                            },
                                            "rainProbability": 61
                                        },
                                        "maxRealFeelTemperature": {
                                            "scale": "C",
                                            "value": 8
                                        },
                                        "forecastDate": "2019-12-22T07:00:00+01:00"
                                    },
                                    {
                                        "maxTemperature": {
                                            "scale": "C",
                                            "value": 9
                                        },
                                        "minTemperature": {
                                            "scale": "C",
                                            "value": 6
                                        },
                                        "minRealFeelTemperature": {
                                            "scale": "C",
                                            "value": 1
                                        },
                                        "night": {
                                            "weatherShortPhrase": "Nachts zeitweise Regen",
                                            "rain": {
                                                "scale": "mm",
                                                "value": 4.8
                                            },
                                            "precipitationProbability": 67,
                                            "weatherLongPhrase": "Viele Wolken; abends kurze Schauer; nachts Nieselregen",
                                            "weatherIcon": 12,
                                            "snow": {
                                                "scale": "cm",
                                                "value": 0
                                            },
                                            "snowProbability": 0,
                                            "weatherText": "Schauer",
                                            "wind": {
                                                "windSpeedDegrees": 232,
                                                "windSpeedScale": "km/h",
                                                "windSpeedValue": 14.8,
                                                "windSpeedDirection": "SW"
                                            },
                                            "rainProbability": 67
                                        },
                                        "link": "http://www.accuweather.com/de/de/knielingen/76187/daily-weather-forecast/1013494?day=2&unit=c",
                                        "mobileLink": "http://m.accuweather.com/de/de/knielingen/76187/daily-weather-forecast/1013494?day=2&unit=c",
                                        "day": {
                                            "weatherShortPhrase": "Zeitweise Regen",
                                            "rain": {
                                                "scale": "mm",
                                                "value": 1.3
                                            },
                                            "precipitationProbability": 56,
                                            "weatherLongPhrase": "Überwiegend bewölkt, Nieselregen",
                                            "weatherIcon": 12,
                                            "snow": {
                                                "scale": "cm",
                                                "value": 0
                                            },
                                            "snowProbability": 0,
                                            "weatherText": "Schauer",
                                            "wind": {
                                                "windSpeedDegrees": 250,
                                                "windSpeedScale": "km/h",
                                                "windSpeedValue": 16.7,
                                                "windSpeedDirection": "WSW"
                                            },
                                            "rainProbability": 56
                                        },
                                        "maxRealFeelTemperature": {
                                            "scale": "C",
                                            "value": 6
                                        },
                                        "forecastDate": "2019-12-23T07:00:00+01:00"
                                    },
                                    {
                                        "maxTemperature": {
                                            "scale": "C",
                                            "value": 11
                                        },
                                        "minTemperature": {
                                            "scale": "C",
                                            "value": 6
                                        },
                                        "minRealFeelTemperature": {
                                            "scale": "C",
                                            "value": 0
                                        },
                                        "night": {
                                            "weatherShortPhrase": "Regen",
                                            "rain": {
                                                "scale": "mm",
                                                "value": 6.4
                                            },
                                            "precipitationProbability": 68,
                                            "weatherLongPhrase": "Regen und Nieselregen mit Unterbrechungen",
                                            "weatherIcon": 18,
                                            "snow": {
                                                "scale": "cm",
                                                "value": 0
                                            },
                                            "snowProbability": 0,
                                            "weatherText": "Regen",
                                            "wind": {
                                                "windSpeedDegrees": 247,
                                                "windSpeedScale": "km/h",
                                                "windSpeedValue": 24.1,
                                                "windSpeedDirection": "WSW"
                                            },
                                            "rainProbability": 68
                                        },
                                        "link": "http://www.accuweather.com/de/de/knielingen/76187/daily-weather-forecast/1013494?day=3&unit=c",
                                        "mobileLink": "http://m.accuweather.com/de/de/knielingen/76187/daily-weather-forecast/1013494?day=3&unit=c",
                                        "day": {
                                            "weatherShortPhrase": "Am Morgen Regen; wolkig, mild",
                                            "rain": {
                                                "scale": "mm",
                                                "value": 3
                                            },
                                            "precipitationProbability": 65,
                                            "weatherLongPhrase": "Am Morgen regnerische Abschnitte; wolkig und mild",
                                            "weatherIcon": 12,
                                            "snow": {
                                                "scale": "cm",
                                                "value": 0
                                            },
                                            "snowProbability": 0,
                                            "weatherText": "Schauer",
                                            "wind": {
                                                "windSpeedDegrees": 224,
                                                "windSpeedScale": "km/h",
                                                "windSpeedValue": 16.7,
                                                "windSpeedDirection": "SW"
                                            },
                                            "rainProbability": 65
                                        },
                                        "maxRealFeelTemperature": {
                                            "scale": "C",
                                            "value": 7
                                        },
                                        "forecastDate": "2019-12-24T07:00:00+01:00"
                                    },
                                    {
                                        "maxTemperature": {
                                            "scale": "C",
                                            "value": 9
                                        },
                                        "minTemperature": {
                                            "scale": "C",
                                            "value": 0
                                        },
                                        "minRealFeelTemperature": {
                                            "scale": "C",
                                            "value": 0
                                        },
                                        "night": {
                                            "weatherShortPhrase": "Regen",
                                            "rain": {
                                                "scale": "mm",
                                                "value": 1
                                            },
                                            "precipitationProbability": 54,
                                            "weatherLongPhrase": "Erhebliche Bewölkung; abends gelegentlich Regen und Nieselregen; nachts möglicher Schauer",
                                            "weatherIcon": 12,
                                            "snow": {
                                                "scale": "cm",
                                                "value": 0
                                            },
                                            "snowProbability": 22,
                                            "weatherText": "Schauer",
                                            "wind": {
                                                "windSpeedDegrees": 191,
                                                "windSpeedScale": "km/h",
                                                "windSpeedValue": 7.4,
                                                "windSpeedDirection": "S"
                                            },
                                            "rainProbability": 54
                                        },
                                        "link": "http://www.accuweather.com/de/de/knielingen/76187/daily-weather-forecast/1013494?day=4&unit=c",
                                        "mobileLink": "http://m.accuweather.com/de/de/knielingen/76187/daily-weather-forecast/1013494?day=4&unit=c",
                                        "day": {
                                            "weatherShortPhrase": "Gelegentlich Regen",
                                            "rain": {
                                                "scale": "mm",
                                                "value": 7.6
                                            },
                                            "precipitationProbability": 66,
                                            "weatherLongPhrase": "Gelegentlich Regen",
                                            "weatherIcon": 18,
                                            "snow": {
                                                "scale": "cm",
                                                "value": 0
                                            },
                                            "snowProbability": 0,
                                            "weatherText": "Regen",
                                            "wind": {
                                                "windSpeedDegrees": 258,
                                                "windSpeedScale": "km/h",
                                                "windSpeedValue": 16.7,
                                                "windSpeedDirection": "WSW"
                                            },
                                            "rainProbability": 66
                                        },
                                        "maxRealFeelTemperature": {
                                            "scale": "C",
                                            "value": 6
                                        },
                                        "forecastDate": "2019-12-25T07:00:00+01:00"
                                    },
                                    {
                                        "maxTemperature": {
                                            "scale": "C",
                                            "value": 6
                                        },
                                        "minTemperature": {
                                            "scale": "C",
                                            "value": 3
                                        },
                                        "minRealFeelTemperature": {
                                            "scale": "C",
                                            "value": -1
                                        },
                                        "night": {
                                            "weatherShortPhrase": "Regen und Nieselregen",
                                            "rain": {
                                                "scale": "mm",
                                                "value": 5.5
                                            },
                                            "precipitationProbability": 68,
                                            "weatherLongPhrase": "Regen und Nieselregen",
                                            "weatherIcon": 18,
                                            "snow": {
                                                "scale": "cm",
                                                "value": 0
                                            },
                                            "snowProbability": 0,
                                            "weatherText": "Regen",
                                            "wind": {
                                                "windSpeedDegrees": 214,
                                                "windSpeedScale": "km/h",
                                                "windSpeedValue": 9.3,
                                                "windSpeedDirection": "SW"
                                            },
                                            "rainProbability": 68
                                        },
                                        "link": "http://www.accuweather.com/de/de/knielingen/76187/daily-weather-forecast/1013494?day=5&unit=c",
                                        "mobileLink": "http://m.accuweather.com/de/de/knielingen/76187/daily-weather-forecast/1013494?day=5&unit=c",
                                        "day": {
                                            "weatherShortPhrase": "Leichter Regen",
                                            "rain": {
                                                "scale": "mm",
                                                "value": 1
                                            },
                                            "precipitationProbability": 55,
                                            "weatherLongPhrase": "Überwiegend bewölkt, leichter Regen",
                                            "weatherIcon": 12,
                                            "snow": {
                                                "scale": "cm",
                                                "value": 0
                                            },
                                            "snowProbability": 14,
                                            "weatherText": "Schauer",
                                            "wind": {
                                                "windSpeedDegrees": 101,
                                                "windSpeedScale": "km/h",
                                                "windSpeedValue": 9.3,
                                                "windSpeedDirection": "O"
                                            },
                                            "rainProbability": 55
                                        },
                                        "maxRealFeelTemperature": {
                                            "scale": "C",
                                            "value": 5
                                        },
                                        "forecastDate": "2019-12-26T07:00:00+01:00"
                                    },
                                    {
                                        "maxTemperature": {
                                            "scale": "C",
                                            "value": 8
                                        },
                                        "minTemperature": {
                                            "scale": "C",
                                            "value": 5
                                        },
                                        "minRealFeelTemperature": {
                                            "scale": "C",
                                            "value": 0
                                        },
                                        "night": {
                                            "weatherShortPhrase": "Am Abend leichter Regen",
                                            "rain": {
                                                "scale": "mm",
                                                "value": 2.3
                                            },
                                            "precipitationProbability": 63,
                                            "weatherLongPhrase": "Abends zeitweise leichter Regen; meist wolkig",
                                            "weatherIcon": 12,
                                            "snow": {
                                                "scale": "cm",
                                                "value": 0
                                            },
                                            "snowProbability": 0,
                                            "weatherText": "Schauer",
                                            "wind": {
                                                "windSpeedDegrees": 247,
                                                "windSpeedScale": "km/h",
                                                "windSpeedValue": 16.7,
                                                "windSpeedDirection": "WSW"
                                            },
                                            "rainProbability": 63
                                        },
                                        "link": "http://www.accuweather.com/de/de/knielingen/76187/daily-weather-forecast/1013494?day=6&unit=c",
                                        "mobileLink": "http://m.accuweather.com/de/de/knielingen/76187/daily-weather-forecast/1013494?day=6&unit=c",
                                        "day": {
                                            "weatherShortPhrase": "Zeitweise Regen",
                                            "rain": {
                                                "scale": "mm",
                                                "value": 6
                                            },
                                            "precipitationProbability": 65,
                                            "weatherLongPhrase": "Zeitweise Regen",
                                            "weatherIcon": 18,
                                            "snow": {
                                                "scale": "cm",
                                                "value": 0
                                            },
                                            "snowProbability": 0,
                                            "weatherText": "Regen",
                                            "wind": {
                                                "windSpeedDegrees": 226,
                                                "windSpeedScale": "km/h",
                                                "windSpeedValue": 18.5,
                                                "windSpeedDirection": "SW"
                                            },
                                            "rainProbability": 65
                                        },
                                        "maxRealFeelTemperature": {
                                            "scale": "C",
                                            "value": 4
                                        },
                                        "forecastDate": "2019-12-27T07:00:00+01:00"
                                    },
                                    {
                                        "maxTemperature": {
                                            "scale": "C",
                                            "value": 9
                                        },
                                        "minTemperature": {
                                            "scale": "C",
                                            "value": 5
                                        },
                                        "minRealFeelTemperature": {
                                            "scale": "C",
                                            "value": 3
                                        },
                                        "night": {
                                            "weatherShortPhrase": "Wolkig; nachts Regen",
                                            "rain": {
                                                "scale": "mm",
                                                "value": 3.5
                                            },
                                            "precipitationProbability": 66,
                                            "weatherLongPhrase": "Wolkig; nachts regnerische Abschnitte",
                                            "weatherIcon": 12,
                                            "snow": {
                                                "scale": "cm",
                                                "value": 0
                                            },
                                            "snowProbability": 0,
                                            "weatherText": "Schauer",
                                            "wind": {
                                                "windSpeedDegrees": 228,
                                                "windSpeedScale": "km/h",
                                                "windSpeedValue": 5.6,
                                                "windSpeedDirection": "SW"
                                            },
                                            "rainProbability": 66
                                        },
                                        "link": "http://www.accuweather.com/de/de/knielingen/76187/daily-weather-forecast/1013494?day=7&unit=c",
                                        "mobileLink": "http://m.accuweather.com/de/de/knielingen/76187/daily-weather-forecast/1013494?day=7&unit=c",
                                        "day": {
                                            "weatherShortPhrase": "Früh morgens leichter Regen",
                                            "rain": {
                                                "scale": "mm",
                                                "value": 1
                                            },
                                            "precipitationProbability": 57,
                                            "weatherLongPhrase": "Am Morgen leichter Regen; überwiegend bewölkt",
                                            "weatherIcon": 12,
                                            "snow": {
                                                "scale": "cm",
                                                "value": 0
                                            },
                                            "snowProbability": 0,
                                            "weatherText": "Schauer",
                                            "wind": {
                                                "windSpeedDegrees": 253,
                                                "windSpeedScale": "km/h",
                                                "windSpeedValue": 11.1,
                                                "windSpeedDirection": "WSW"
                                            },
                                            "rainProbability": 57
                                        },
                                        "maxRealFeelTemperature": {
                                            "scale": "C",
                                            "value": 8
                                        },
                                        "forecastDate": "2019-12-28T07:00:00+01:00"
                                    },
                                    {
                                        "maxTemperature": {
                                            "scale": "C",
                                            "value": 5
                                        },
                                        "minTemperature": {
                                            "scale": "C",
                                            "value": 0
                                        },
                                        "minRealFeelTemperature": {
                                            "scale": "C",
                                            "value": -2
                                        },
                                        "night": {
                                            "weatherShortPhrase": "Meist wolkig",
                                            "rain": {
                                                "scale": "mm",
                                                "value": 0.2
                                            },
                                            "precipitationProbability": 40,
                                            "weatherLongPhrase": "Abends möglicherweise kurze Schauer, sonst überwiegend bewölkt",
                                            "weatherIcon": 38,
                                            "snow": {
                                                "scale": "cm",
                                                "value": 0
                                            },
                                            "snowProbability": 16,
                                            "weatherText": "Stark bewölkt",
                                            "wind": {
                                                "windSpeedDegrees": 230,
                                                "windSpeedScale": "km/h",
                                                "windSpeedValue": 11.1,
                                                "windSpeedDirection": "SW"
                                            },
                                            "rainProbability": 40
                                        },
                                        "link": "http://www.accuweather.com/de/de/knielingen/76187/daily-weather-forecast/1013494?day=8&unit=c",
                                        "mobileLink": "http://m.accuweather.com/de/de/knielingen/76187/daily-weather-forecast/1013494?day=8&unit=c",
                                        "day": {
                                            "weatherShortPhrase": "Leichter Regen",
                                            "rain": {
                                                "scale": "mm",
                                                "value": 7.1
                                            },
                                            "precipitationProbability": 68,
                                            "weatherLongPhrase": "Leichter Regen",
                                            "weatherIcon": 12,
                                            "snow": {
                                                "scale": "cm",
                                                "value": 0
                                            },
                                            "snowProbability": 1,
                                            "weatherText": "Schauer",
                                            "wind": {
                                                "windSpeedDegrees": 227,
                                                "windSpeedScale": "km/h",
                                                "windSpeedValue": 11.1,
                                                "windSpeedDirection": "SW"
                                            },
                                            "rainProbability": 68
                                        },
                                        "maxRealFeelTemperature": {
                                            "scale": "C",
                                            "value": 5
                                        },
                                        "forecastDate": "2019-12-29T07:00:00+01:00"
                                    },
                                    {
                                        "maxTemperature": {
                                            "scale": "C",
                                            "value": 6
                                        },
                                        "minTemperature": {
                                            "scale": "C",
                                            "value": 1
                                        },
                                        "minRealFeelTemperature": {
                                            "scale": "C",
                                            "value": -1
                                        },
                                        "night": {
                                            "weatherShortPhrase": "Überwiegend bewölkt",
                                            "rain": {
                                                "scale": "mm",
                                                "value": 0
                                            },
                                            "precipitationProbability": 22,
                                            "weatherLongPhrase": "Überwiegend bewölkt",
                                            "weatherIcon": 38,
                                            "snow": {
                                                "scale": "cm",
                                                "value": 0
                                            },
                                            "snowProbability": 0,
                                            "weatherText": "Stark bewölkt",
                                            "wind": {
                                                "windSpeedDegrees": 233,
                                                "windSpeedScale": "km/h",
                                                "windSpeedValue": 14.8,
                                                "windSpeedDirection": "SW"
                                            },
                                            "rainProbability": 22
                                        },
                                        "link": "http://www.accuweather.com/de/de/knielingen/76187/daily-weather-forecast/1013494?day=9&unit=c",
                                        "mobileLink": "http://m.accuweather.com/de/de/knielingen/76187/daily-weather-forecast/1013494?day=9&unit=c",
                                        "day": {
                                            "weatherShortPhrase": "Teilweise sonnig",
                                            "rain": {
                                                "scale": "mm",
                                                "value": 0
                                            },
                                            "precipitationProbability": 6,
                                            "weatherLongPhrase": "Teilweise sonnig",
                                            "weatherIcon": 3,
                                            "snow": {
                                                "scale": "cm",
                                                "value": 0
                                            },
                                            "snowProbability": 0,
                                            "weatherText": "Teils sonnig",
                                            "wind": {
                                                "windSpeedDegrees": 236,
                                                "windSpeedScale": "km/h",
                                                "windSpeedValue": 14.8,
                                                "windSpeedDirection": "SW"
                                            },
                                            "rainProbability": 5
                                        },
                                        "maxRealFeelTemperature": {
                                            "scale": "C",
                                            "value": 2
                                        },
                                        "forecastDate": "2019-12-30T07:00:00+01:00"
                                    },
                                    {
                                        "maxTemperature": {
                                            "scale": "C",
                                            "value": 7
                                        },
                                        "minTemperature": {
                                            "scale": "C",
                                            "value": 2
                                        },
                                        "minRealFeelTemperature": {
                                            "scale": "C",
                                            "value": -5
                                        },
                                        "night": {
                                            "weatherShortPhrase": "Regen",
                                            "rain": {
                                                "scale": "mm",
                                                "value": 7.6
                                            },
                                            "precipitationProbability": 74,
                                            "weatherLongPhrase": "Regen",
                                            "weatherIcon": 18,
                                            "snow": {
                                                "scale": "cm",
                                                "value": 0
                                            },
                                            "snowProbability": 6,
                                            "weatherText": "Regen",
                                            "wind": {
                                                "windSpeedDegrees": 245,
                                                "windSpeedScale": "km/h",
                                                "windSpeedValue": 20.4,
                                                "windSpeedDirection": "WSW"
                                            },
                                            "rainProbability": 74
                                        },
                                        "link": "http://www.accuweather.com/de/de/knielingen/76187/daily-weather-forecast/1013494?day=10&unit=c",
                                        "mobileLink": "http://m.accuweather.com/de/de/knielingen/76187/daily-weather-forecast/1013494?day=10&unit=c",
                                        "day": {
                                            "weatherShortPhrase": "Niedrige Wolken",
                                            "rain": {
                                                "scale": "mm",
                                                "value": 0
                                            },
                                            "precipitationProbability": 25,
                                            "weatherLongPhrase": "Niedrige Wolken",
                                            "weatherIcon": 8,
                                            "snow": {
                                                "scale": "cm",
                                                "value": 0
                                            },
                                            "snowProbability": 0,
                                            "weatherText": "Bedeckt",
                                            "wind": {
                                                "windSpeedDegrees": 222,
                                                "windSpeedScale": "km/h",
                                                "windSpeedValue": 13,
                                                "windSpeedDirection": "SW"
                                            },
                                            "rainProbability": 25
                                        },
                                        "maxRealFeelTemperature": {
                                            "scale": "C",
                                            "value": 4
                                        },
                                        "forecastDate": "2019-12-31T07:00:00+01:00"
                                    }
                                ],
                                "location": "Knielingen, Deutschland",
                                "hourlyStartIndex": 0,
                                "weatherReportType": "CURRENT_CONDITIONS_REPORT"
                            }
                

                Macht das Sinn?

                ALternativ könnte ich mal schauen ob man die Cards mit den "Aktivitäten" mappen kann ... ich schaue mal

                Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                1 Reply Last reply
                0
                • apollon77A apollon77

                  Auf GitHub gibt es die 3.0.1.

                  Der Fehler von @padrino sollte gefixt sein und ich hab nochmal eingebaut das an mehr Stellen Player-Daten aktualisiert werden weil Amazon scheinbar nicht mehr so oft Infos zu Titelwechseln gibt ... manchmal ...

                  padrinoP Offline
                  padrinoP Offline
                  padrino
                  Most Active
                  wrote on last edited by padrino
                  #25

                  @apollon77 sagte in Test Adapter Alexa2 3.0.x:

                  Auf GitHub gibt es die 3.0.1.

                  Der Fehler von @padrino sollte gefixt sein

                  Instanz Alexa2.1 läuft. :grin::+1:

                  1 Reply Last reply
                  1
                  • Matten MattenM Offline
                    Matten MattenM Offline
                    Matten Matten
                    wrote on last edited by
                    #26

                    wenn ich von github installiere steht bei mir immer noch V2.6.4

                    ioBroker auf Beelink mit WIN10 home|CCU3 (Raspberrymatic)|Neato BotVac D3|HYPERION Ambilight auf RPI3 und RPI ZeroW|HA-Bridge|Milight LED|Nodered&Redmatic|VU Duo2 & Solo se V2

                    D apollon77A 2 Replies Last reply
                    0
                    • Matten MattenM Matten Matten

                      wenn ich von github installiere steht bei mir immer noch V2.6.4

                      D Offline
                      D Offline
                      deta
                      Most Active
                      wrote on last edited by
                      #27

                      @Matten-Matten sagte in Test Adapter Alexa2 3.0.x:

                      wenn ich von github installiere steht bei mir immer noch V2.6.4

                      Oben direkt mit dem Link vom Git installieren

                      1 Reply Last reply
                      0
                      • Matten MattenM Matten Matten

                        wenn ich von github installiere steht bei mir immer noch V2.6.4

                        apollon77A Offline
                        apollon77A Offline
                        apollon77
                        wrote on last edited by
                        #28

                        @Matten-Matten ggf mal upload manuell ausführen (vor allem bei Controller 1.5 oder so).

                        Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                        • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                        • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                        Matten MattenM 1 Reply Last reply
                        0
                        • padrinoP Offline
                          padrinoP Offline
                          padrino
                          Most Active
                          wrote on last edited by
                          #29

                          Ein "delete" (über Datenpunkt) löscht das Objekt zwar aus der Shoppingliste, aber es kommt zu einer Menge Fehler im Log:

                          host.raspberrypi	2019-12-22 18:51:02.580	error	instance system.adapter.alexa2.0 terminated with code 0 (OK)
                          host.raspberrypi	2019-12-22 18:51:02.580	error	Caught by controller[1]: at process._tickDomainCallback (internal/process/next_tick.js:218:9)
                          host.raspberrypi	2019-12-22 18:51:02.580	error	Caught by controller[1]: at _combinedTickCallback (internal/process/next_tick.js:138:11)
                          host.raspberrypi	2019-12-22 18:51:02.580	error	Caught by controller[1]: at endReadableNT (_stream_readable.js:1064:12)
                          host.raspberrypi	2019-12-22 18:51:02.579	error	Caught by controller[1]: at IncomingMessage.emit (events.js:208:7)
                          host.raspberrypi	2019-12-22 18:51:02.579	error	Caught by controller[1]: at emitNone (events.js:111:20)
                          host.raspberrypi	2019-12-22 18:51:02.579	error	Caught by controller[1]: at IncomingMessage.res.on (/opt/iobroker/node_modules/iobroker.alexa2/node_modules/alexa-remote2/alexa-remote.js:778:28)
                          host.raspberrypi	2019-12-22 18:51:02.579	error	Caught by controller[1]: at alexa.getList (/opt/iobroker/node_modules/iobroker.alexa2/main.js:2587:13)
                          host.raspberrypi	2019-12-22 18:51:02.579	error	Caught by controller[1]: TypeError: adapter.getObjectList is not a function
                          host.raspberrypi	2019-12-22 18:51:02.579	error	Caught by controller[0]: at process._tickDomainCallback (internal/process/next_tick.js:218:9)
                          host.raspberrypi	2019-12-22 18:51:02.579	error	Caught by controller[0]: at _combinedTickCallback (internal/process/next_tick.js:138:11)
                          host.raspberrypi	2019-12-22 18:51:02.579	error	Caught by controller[0]: at endReadableNT (_stream_readable.js:1064:12)
                          host.raspberrypi	2019-12-22 18:51:02.579	error	Caught by controller[0]: at IncomingMessage.emit (events.js:208:7)
                          host.raspberrypi	2019-12-22 18:51:02.579	error	Caught by controller[0]: at emitNone (events.js:111:20)
                          host.raspberrypi	2019-12-22 18:51:02.579	error	Caught by controller[0]: at IncomingMessage.res.on (/opt/iobroker/node_modules/iobroker.alexa2/node_modules/alexa-remote2/alexa-remote.js:778:28)
                          host.raspberrypi	2019-12-22 18:51:02.578	error	Caught by controller[0]: at alexa.getList (/opt/iobroker/node_modules/iobroker.alexa2/main.js:2587:13)
                          host.raspberrypi	2019-12-22 18:51:02.578	error	Caught by controller[0]: TypeError: adapter.getObjectList is not a function
                          
                          apollon77A 1 Reply Last reply
                          0
                          • padrinoP Offline
                            padrinoP Offline
                            padrino
                            Most Active
                            wrote on last edited by padrino
                            #30

                            Das mit den Listen ist spitze!
                            Spinne grad ein wenig damit rum, da lässt sich sicher was Schickes machen... :sunglasses:
                            ("Füge Einkaufsstätte Produkt zu meiner Einkaufsliste hinzu")
                            shopping.png
                            Dank an @Zefau & @apollon77 :grin:

                            1 Reply Last reply
                            0
                            • padrinoP padrino

                              Ein "delete" (über Datenpunkt) löscht das Objekt zwar aus der Shoppingliste, aber es kommt zu einer Menge Fehler im Log:

                              host.raspberrypi	2019-12-22 18:51:02.580	error	instance system.adapter.alexa2.0 terminated with code 0 (OK)
                              host.raspberrypi	2019-12-22 18:51:02.580	error	Caught by controller[1]: at process._tickDomainCallback (internal/process/next_tick.js:218:9)
                              host.raspberrypi	2019-12-22 18:51:02.580	error	Caught by controller[1]: at _combinedTickCallback (internal/process/next_tick.js:138:11)
                              host.raspberrypi	2019-12-22 18:51:02.580	error	Caught by controller[1]: at endReadableNT (_stream_readable.js:1064:12)
                              host.raspberrypi	2019-12-22 18:51:02.579	error	Caught by controller[1]: at IncomingMessage.emit (events.js:208:7)
                              host.raspberrypi	2019-12-22 18:51:02.579	error	Caught by controller[1]: at emitNone (events.js:111:20)
                              host.raspberrypi	2019-12-22 18:51:02.579	error	Caught by controller[1]: at IncomingMessage.res.on (/opt/iobroker/node_modules/iobroker.alexa2/node_modules/alexa-remote2/alexa-remote.js:778:28)
                              host.raspberrypi	2019-12-22 18:51:02.579	error	Caught by controller[1]: at alexa.getList (/opt/iobroker/node_modules/iobroker.alexa2/main.js:2587:13)
                              host.raspberrypi	2019-12-22 18:51:02.579	error	Caught by controller[1]: TypeError: adapter.getObjectList is not a function
                              host.raspberrypi	2019-12-22 18:51:02.579	error	Caught by controller[0]: at process._tickDomainCallback (internal/process/next_tick.js:218:9)
                              host.raspberrypi	2019-12-22 18:51:02.579	error	Caught by controller[0]: at _combinedTickCallback (internal/process/next_tick.js:138:11)
                              host.raspberrypi	2019-12-22 18:51:02.579	error	Caught by controller[0]: at endReadableNT (_stream_readable.js:1064:12)
                              host.raspberrypi	2019-12-22 18:51:02.579	error	Caught by controller[0]: at IncomingMessage.emit (events.js:208:7)
                              host.raspberrypi	2019-12-22 18:51:02.579	error	Caught by controller[0]: at emitNone (events.js:111:20)
                              host.raspberrypi	2019-12-22 18:51:02.579	error	Caught by controller[0]: at IncomingMessage.res.on (/opt/iobroker/node_modules/iobroker.alexa2/node_modules/alexa-remote2/alexa-remote.js:778:28)
                              host.raspberrypi	2019-12-22 18:51:02.578	error	Caught by controller[0]: at alexa.getList (/opt/iobroker/node_modules/iobroker.alexa2/main.js:2587:13)
                              host.raspberrypi	2019-12-22 18:51:02.578	error	Caught by controller[0]: TypeError: adapter.getObjectList is not a function
                              
                              apollon77A Offline
                              apollon77A Offline
                              apollon77
                              wrote on last edited by
                              #31

                              @padrino äääähm welche js-Controller version hast du? @Zefau kann es Sein das wir jetzt 2.0 brauchen??

                              Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                              • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                              • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                              padrinoP 1 Reply Last reply
                              0
                              • apollon77A apollon77

                                @padrino äääähm welche js-Controller version hast du? @Zefau kann es Sein das wir jetzt 2.0 brauchen??

                                padrinoP Offline
                                padrinoP Offline
                                padrino
                                Most Active
                                wrote on last edited by
                                #32

                                @apollon77
                                V1 - hab mich an des V2 Update noch nicht getraut, ist mir zu komplex... :(

                                apollon77A ostseereiterO 2 Replies Last reply
                                0
                                • padrinoP padrino

                                  @apollon77
                                  V1 - hab mich an des V2 Update noch nicht getraut, ist mir zu komplex... :(

                                  apollon77A Offline
                                  apollon77A Offline
                                  apollon77
                                  wrote on last edited by apollon77
                                  #33

                                  @padrino solltest du. Ist sehr simpel. Was ist da komplex? Die listenfunktion braucht das beim löschen wie du jetzt weißt. ;-)

                                  Ich füge das nachher zum Changelog und als Abhängigkeit hinzu.

                                  Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                                  • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                                  • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                                  1 Reply Last reply
                                  0
                                  • padrinoP padrino

                                    @apollon77
                                    V1 - hab mich an des V2 Update noch nicht getraut, ist mir zu komplex... :(

                                    ostseereiterO Offline
                                    ostseereiterO Offline
                                    ostseereiter
                                    wrote on last edited by
                                    #34

                                    @padrino lach bin ich ja nicht alleine ich zöger auch. Trau mich einfach nicht.

                                    Gruß OSR

                                    Plattform
                                    Linux x64 CPUs2 AMD G-T56N Processor 1646 MHz 8GB RAM

                                    apollon77A 1 Reply Last reply
                                    0
                                    • ostseereiterO ostseereiter

                                      @padrino lach bin ich ja nicht alleine ich zöger auch. Trau mich einfach nicht.

                                      apollon77A Offline
                                      apollon77A Offline
                                      apollon77
                                      wrote on last edited by
                                      #35

                                      @ostseereiter Dann sagen wir es doch mal so ... Schaut Euch mal den 2.0er Thread an und was so an Problemen gemeldet wurde nach der 2.1.1 und jetzt sage ich Euch das Stand vorhin fast 12.000 User die 2.1.1 installiert haben ... ... ... :-)

                                      Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                                      • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                                      • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                                      1 Reply Last reply
                                      0
                                      • apollon77A Offline
                                        apollon77A Offline
                                        apollon77
                                        wrote on last edited by
                                        #36

                                        Auf GitHub gibt es die 3.0.2 ... Es könnten/sollten jetzt vllt ein paar mehr Antworten von Madam Alexa im "answerText" landen als vorher. Ansonsten hat die io-package jetzt offiziell die Info zur js-controller 2.0 Abhängigkeit.

                                        Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                                        • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                                        • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                                        padrinoP ? 3 Replies Last reply
                                        0
                                        • apollon77A apollon77

                                          Auf GitHub gibt es die 3.0.2 ... Es könnten/sollten jetzt vllt ein paar mehr Antworten von Madam Alexa im "answerText" landen als vorher. Ansonsten hat die io-package jetzt offiziell die Info zur js-controller 2.0 Abhängigkeit.

                                          padrinoP Offline
                                          padrinoP Offline
                                          padrino
                                          Most Active
                                          wrote on last edited by padrino
                                          #37

                                          @apollon77
                                          Hm, sollte es dann nicht auch die Installation verhindern?
                                          Was es nicht tut und jetzt ist der Adapter hin, weil er nicht mehr startet. :grin:
                                          (downgrade auf 2.6.4 läuft :relieved:)

                                          apollon77A 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          572

                                          Online

                                          32.7k

                                          Users

                                          82.4k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Home
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe