Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Test Adapter Alexa2 3.0.x

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Test Adapter Alexa2 3.0.x

    This topic has been deleted. Only users with topic management privileges can see it.
    • padrino
      padrino Most Active last edited by 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? 😌
      Wenn ja, was kann man tun? 🤔

      apollon77 1 Reply Last reply Reply Quote 0
      • padrino
        padrino Most Active last edited by

        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
        
        apollon77 1 Reply Last reply Reply Quote 0
        • apollon77
          apollon77 @Zefau last edited by

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

          Zefau 1 Reply Last reply Reply Quote 0
          • apollon77
            apollon77 @padrino last edited by

            @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.

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

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

              padrino 1 Reply Last reply Reply Quote 0
              • Zefau
                Zefau @apollon77 last edited by

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

                1 Reply Last reply Reply Quote 0
                • padrino
                  padrino Most Active @apollon77 last edited by

                  @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. 😌 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 Reply Quote 0
                  • padrino
                    padrino Most Active @apollon77 last edited by 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. 😎👍
                    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

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

                      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 ...

                      padrino 1 Reply Last reply Reply Quote 1
                      • apollon77
                        apollon77 @padrino last edited by

                        @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

                        1 Reply Last reply Reply Quote 0
                        • padrino
                          padrino Most Active @apollon77 last edited by padrino

                          @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. 😁👍

                          1 Reply Last reply Reply Quote 1
                          • Matten Matten
                            Matten Matten last edited by

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

                            D apollon77 2 Replies Last reply Reply Quote 0
                            • D
                              deta Most Active @Matten Matten last edited by

                              @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 Reply Quote 0
                              • apollon77
                                apollon77 @Matten Matten last edited by

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

                                Matten Matten 1 Reply Last reply Reply Quote 0
                                • padrino
                                  padrino Most Active last edited by

                                  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
                                  
                                  apollon77 1 Reply Last reply Reply Quote 0
                                  • padrino
                                    padrino Most Active last edited by padrino

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

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

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

                                      padrino 1 Reply Last reply Reply Quote 0
                                      • padrino
                                        padrino Most Active @apollon77 last edited by

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

                                        apollon77 ostseereiter 2 Replies Last reply Reply Quote 0
                                        • apollon77
                                          apollon77 @padrino last edited by apollon77

                                          @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.

                                          1 Reply Last reply Reply Quote 0
                                          • ostseereiter
                                            ostseereiter @padrino last edited by

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

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            543
                                            Online

                                            31.7k
                                            Users

                                            79.6k
                                            Topics

                                            1.3m
                                            Posts

                                            alexa2
                                            31
                                            209
                                            19399
                                            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