Skip to content
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • 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

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Alexa2 Adapter 3.13/3.14/3.15/3.16/3.17 (Beta)

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.2k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.9k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.2k

Alexa2 Adapter 3.13/3.14/3.15/3.16/3.17 (Beta)

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
391 Beiträge 39 Kommentatoren 66.9k Aufrufe 38 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • apollon77A apollon77

    @diginix naja dieses Thema war noch offen ... kann es sein das das nur bestimmte gerätetypen betrifft? Die Kommandoreihenfolge wird bei Announcement genau so gesendet wie bei speak ... Letzter Stand war das es ne Amazon geschichte ist.

    An sich wird eine "Kommandosequenz" gesendet ... Volume setzen, text/Announcement machen, Volume runtersetzen. Scheinbar passiert jetzt aber das amazon das "volume zurücksetzen" schon ausführt nachdem jur der dong von Announcement durch ist oder sowas.

    Wäre cool wenn ich das nachstellen könnte, dann kann ich mal experimentieren

    Wie ists bei anderen? Sind es nur bestimmte Gerätetypen wo das so ist oder ist es immer?

    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    schrieb am zuletzt editiert von
    #132

    @apollon77 sagte in Alexa2 Adapter 3.13/3.14/3.15/3.16/3.17 (Beta):

    Wie ists bei anderen? Sind es nur bestimmte Gerätetypen wo das so ist oder ist es immer?

    Scheint Geräteabhängig zu sein.
    Im Skritp werden vier Echos angesprochen, aber nur zwei werden angemeckert:

    2022-07-11 22:22:38.686  - error: alexa2.0 (1054) Datatype for Echo-Devices.G09147040177093E.Player.volume differs from expected, ignore state change! Please write correct datatype (number)
    2022-07-11 22:22:38.706  - error: alexa2.0 (1054) Datatype for Echo-Devices.G090LV037337008G.Player.volume differs from expected, ignore state change! Please write correct datatype (number)
    

    G09147040177093E ist ein Echo Dot mit Uhr und G090LV037337008G ein Echo 1. Generation.

    Linux-Werkzeugkasten:
    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
    NodeJS Fixer Skript:
    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

    apollon77A 2 Antworten Letzte Antwort
    0
    • Thomas BraunT Thomas Braun

      @apollon77 sagte in Alexa2 Adapter 3.13/3.14/3.15/3.16/3.17 (Beta):

      Wie ists bei anderen? Sind es nur bestimmte Gerätetypen wo das so ist oder ist es immer?

      Scheint Geräteabhängig zu sein.
      Im Skritp werden vier Echos angesprochen, aber nur zwei werden angemeckert:

      2022-07-11 22:22:38.686  - error: alexa2.0 (1054) Datatype for Echo-Devices.G09147040177093E.Player.volume differs from expected, ignore state change! Please write correct datatype (number)
      2022-07-11 22:22:38.706  - error: alexa2.0 (1054) Datatype for Echo-Devices.G090LV037337008G.Player.volume differs from expected, ignore state change! Please write correct datatype (number)
      

      G09147040177093E ist ein Echo Dot mit Uhr und G090LV037337008G ein Echo 1. Generation.

      apollon77A Online
      apollon77A Online
      apollon77
      schrieb am zuletzt editiert von
      #133

      @thomas-braun @Diginix magst mal GitHub version versuchen? Konnte es bei mir nachstellen und arbeite jetzt drum rum ... Er errechnet anhand der textlänge wie lang grob die Ausgabe dauert und setzt es danach zurück ... Ist ggf am Ende nicht so "perfekt" wie "speak" und die anderen wo es Amazon selbst über die Sequenz regelt.

      Wenn das bei Euch geht dann kommts morgen in die 3.17.1

      @thomas-braun Diese Meldung heisst das du nen falschen Datentyp setzt ... finde den Fehler in deinem Skript.

      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
      Thomas BraunT 2 Antworten Letzte Antwort
      0
      • Thomas BraunT Thomas Braun

        @apollon77 sagte in Alexa2 Adapter 3.13/3.14/3.15/3.16/3.17 (Beta):

        Wie ists bei anderen? Sind es nur bestimmte Gerätetypen wo das so ist oder ist es immer?

        Scheint Geräteabhängig zu sein.
        Im Skritp werden vier Echos angesprochen, aber nur zwei werden angemeckert:

        2022-07-11 22:22:38.686  - error: alexa2.0 (1054) Datatype for Echo-Devices.G09147040177093E.Player.volume differs from expected, ignore state change! Please write correct datatype (number)
        2022-07-11 22:22:38.706  - error: alexa2.0 (1054) Datatype for Echo-Devices.G090LV037337008G.Player.volume differs from expected, ignore state change! Please write correct datatype (number)
        

        G09147040177093E ist ein Echo Dot mit Uhr und G090LV037337008G ein Echo 1. Generation.

        apollon77A Online
        apollon77A Online
        apollon77
        schrieb am zuletzt editiert von
        #134

        @thomas-braun os: keine Ahnung was das Skriptes tut 😉

        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 Antwort Letzte Antwort
        0
        • apollon77A apollon77

          @thomas-braun @Diginix magst mal GitHub version versuchen? Konnte es bei mir nachstellen und arbeite jetzt drum rum ... Er errechnet anhand der textlänge wie lang grob die Ausgabe dauert und setzt es danach zurück ... Ist ggf am Ende nicht so "perfekt" wie "speak" und die anderen wo es Amazon selbst über die Sequenz regelt.

          Wenn das bei Euch geht dann kommts morgen in die 3.17.1

          @thomas-braun Diese Meldung heisst das du nen falschen Datentyp setzt ... finde den Fehler in deinem Skript.

          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          schrieb am zuletzt editiert von Thomas Braun
          #135

          @apollon77 sagte in Alexa2 Adapter 3.13/3.14/3.15/3.16/3.17 (Beta):

          Diese Meldung heisst das du nen falschen Datentyp setzt ... finde den Fehler in deinem Skript.

          Ist nicht mein Skript und ich verstehe den Code nicht. Hab eben schon reingeschaut, aber da hätte ich auch das Telefonbuch von Singapur lesen können.

          Ich glaube da schaut besser @ticaki rein.

          Linux-Werkzeugkasten:
          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
          NodeJS Fixer Skript:
          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

          1 Antwort Letzte Antwort
          0
          • apollon77A apollon77

            @thomas-braun @Diginix magst mal GitHub version versuchen? Konnte es bei mir nachstellen und arbeite jetzt drum rum ... Er errechnet anhand der textlänge wie lang grob die Ausgabe dauert und setzt es danach zurück ... Ist ggf am Ende nicht so "perfekt" wie "speak" und die anderen wo es Amazon selbst über die Sequenz regelt.

            Wenn das bei Euch geht dann kommts morgen in die 3.17.1

            @thomas-braun Diese Meldung heisst das du nen falschen Datentyp setzt ... finde den Fehler in deinem Skript.

            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            schrieb am zuletzt editiert von
            #136

            @apollon77

            GitHub:

            Last login: Tue Jul 12 00:13:56 2022 from 100.75.198.95
            
            Wi-Fi is currently blocked by rfkill.
            Use raspi-config to set the country before use.
            
            echad@chet:~ $ cd /opt/iobroker/
            echad@chet:/opt/iobroker $ npm ls
            iobroker.inst@3.0.0 /opt/iobroker
            ├── iobroker.admin@6.1.11
            ├── iobroker.alexa2@3.17.0 (git+ssh://git@github.com/Apollon77/ioBroker.alexa2.git#d301a7e13918853f6109f8cb2319565cfe45720f)
            ├── iobroker.alias-manager@1.2.6
            ├── iobroker.backitup@2.4.10
            ├── iobroker.ble@0.13.0
            ├── iobroker.echarts@1.0.12
            ├── iobroker.followthesun@0.3.9
            ├── iobroker.govee@0.0.5 (git+ssh://git@github.com/nbuenger/ioBroker.govee.git#0d983c49135b87ac2f88f9d832a6d632c4889606)
            ├── iobroker.history@2.1.7
            ├── iobroker.ical@1.13.1
            ├── iobroker.info@1.9.19
            ├── iobroker.iot@1.11.8
            ├── iobroker.javascript@5.8.5
            ├── iobroker.js-controller@4.0.23
            ├── iobroker.midea@0.1.0 (git+ssh://git@github.com/TA2k/ioBroker.midea.git#fd51f4b710e826e4c3025c70b7eab0d1f771f101)
            ├── iobroker.mihome-vacuum@3.6.0
            ├── iobroker.mihome@1.4.0
            ├── iobroker.miio@0.0.13
            ├── iobroker.nina@0.0.25
            ├── iobroker.nuki-extended@2.6.5
            ├── iobroker.parcel@0.0.18
            ├── iobroker.pi-hole@1.3.4
            ├── iobroker.rpi2@1.3.2
            ├── iobroker.sainlogic@0.9.0
            ├── iobroker.samsung@0.5.11 (git+ssh://git@github.com/iobroker-community-adapters/ioBroker.samsung.git#70366ba038c0f5092731db63f09d16db8eb56e65)
            ├── iobroker.simple-api@2.7.0
            ├── iobroker.socketio@6.1.8
            ├── iobroker.switchbot-hub@0.1.2 (git+ssh://git@github.com/DrozmotiX/ioBroker.switchbot-hub.git#de8c1ad97edafedb16cbbb2c6dc14b032848df8e)
            ├── iobroker.tado@0.3.15
            ├── iobroker.tankerkoenig@2.1.1
            ├── iobroker.tr-064@4.2.16
            ├── iobroker.tradfri@3.1.3
            ├── iobroker.trashschedule@2.0.3
            ├── iobroker.web@5.2.4
            ├── iobroker.whatsapp-cmb@0.2.2
            ├── iobroker.ws@2.1.3
            └── iobroker.zigbee@1.7.5
            
            echad@chet:/opt/iobroker $ iobroker logs --watch | uniq
            2022-07-12 00:00:28.043  - info: followthesun.0 (1321) Cronjob 'Sun parameter calculation' starts
            2022-07-12 00:37:58.903  - info: host.chet iobroker url Apollon77/ioBroker.alexa2 --host chet --debug
            2022-07-12 00:38:00.624  - info: host.chet iobroker install Apollon77/ioBroker.alexa2
            2022-07-12 00:38:01.768  - info: host.chet iobroker NPM version: 8.12.1
            2022-07-12 00:38:01.771  - info: host.chet iobroker Installing Apollon77/ioBroker.alexa2... (System call)
            2022-07-12 00:38:15.506  - info: host.chet iobroker
            2022-07-12 00:38:15.507  - info: host.chet iobroker removed 193 packages, and changed 1 package in 13s
            2022-07-12 00:38:15.511  - info: host.chet iobroker 71 packages are looking for funding  run `npm fund` for details
            2022-07-12 00:38:15.585  - info: host.chet iobroker upload [27] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/alexa.png alexa.png image/png
            2022-07-12 00:38:16.053  - info: host.chet iobroker upload [20] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/echo_dot3.png icons/echo_dot3.png image/png
            2022-07-12 00:38:16.094  - info: host.chet iobroker upload [19] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/echo_dot4.png icons/echo_dot4.png image/png
            2022-07-12 00:38:16.104  - info: host.chet iobroker upload [18] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/echo_flex.png icons/echo_flex.png image/png
            2022-07-12 00:38:16.144  - info: host.chet iobroker upload [17] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/echo_plus2.png icons/echo_plus2.png image/png
            2022-07-12 00:38:16.153  - info: host.chet iobroker upload [16] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/echo_show.png icons/echo_show.png image/png
            2022-07-12 00:38:16.164  - info: host.chet iobroker upload [15] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/echo_show2.png icons/echo_show2.png image/png
            2022-07-12 00:38:16.173  - info: host.chet iobroker upload [14] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/echo_show5.png icons/echo_show5.png image/png
            2022-07-12 00:38:16.183  - info: host.chet iobroker upload [13] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/echo_studio.png icons/echo_studio.png image/png
            2022-07-12 00:38:16.194  - info: host.chet iobroker upload [12] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/echo_sub.png icons/echo_sub.png image/png
            2022-07-12 00:38:16.203  - info: host.chet iobroker upload [11] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/firetab.png icons/firetab.png image/png
            2022-07-12 00:38:16.215  - info: host.chet iobroker upload [10] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/firetv.png icons/firetv.png image/png
            2022-07-12 00:38:16.224  - info: host.chet iobroker upload [9] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/microphone.png icons/microphone.png image/png
            2022-07-12 00:38:16.234  - info: host.chet iobroker upload [8] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/multiroom.png icons/multiroom.png image/png
            2022-07-12 00:38:16.244  - info: host.chet iobroker upload [7] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/raspi.png icons/raspi.png image/png
            2022-07-12 00:38:16.252  - info: host.chet iobroker upload [6] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/reverb.png icons/reverb.png image/png
            2022-07-12 00:38:16.261  - info: host.chet iobroker upload [5] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/sonos.png icons/sonos.png image/png
            2022-07-12 00:38:16.270  - info: host.chet iobroker upload [4] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/spot.png icons/spot.png image/png
            2022-07-12 00:38:16.278  - info: host.chet iobroker upload [3] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/index_m.html index_m.html text/html
            2022-07-12 00:38:16.288  - info: host.chet iobroker upload [2] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/info.png info.png image/png
            2022-07-12 00:38:16.300  - info: host.chet iobroker upload [1] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/warning.png warning.png image/png
            2022-07-12 00:38:16.309  - info: host.chet iobroker upload [0] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/words.js words.js application/javascript
            2022-07-12 00:38:16.380  - info: host.chet iobroker Update "system.adapter.alexa2.0"
            2022-07-12 00:38:16.407  - info: host.chet stopInstance system.adapter.alexa2.0 (force=false, process=true)
            2022-07-12 00:38:16.429  - info: host.chet stopInstance system.adapter.alexa2.0 send kill signal
            2022-07-12 00:38:16.420  - info: alexa2.0 (1054) Got terminate signal TERMINATE_YOURSELF
            2022-07-12 00:38:16.438  - info: alexa2.0 (1054) terminating
            2022-07-12 00:38:16.440  - info: alexa2.0 (1054) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
            2022-07-12 00:38:17.040  - info: host.chet instance system.adapter.alexa2.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
            2022-07-12 00:38:17.445  - info: host.chet iobroker exit 0
            2022-07-12 00:38:19.544  - info: host.chet instance system.adapter.alexa2.0 started with pid 14643
            2022-07-12 00:38:21.572  - info: alexa2.0 (14643) starting. Version 3.17.0 (non-npm: Apollon77/ioBroker.alexa2) in /opt/iobroker/node_modules/iobroker.alexa2, node: v18.5.0, js-controller: 4.0.23
            2022-07-12 00:38:25.299  - info: alexa2.0 (14643) Update cookie in adapter configuration ... restarting ...
            2022-07-12 00:38:25.379  - info: host.chet stopInstance system.adapter.alexa2.0 (force=false, process=true)
            2022-07-12 00:38:25.386  - info: alexa2.0 (14643) Got terminate signal TERMINATE_YOURSELF
            2022-07-12 00:38:25.388  - info: host.chet stopInstance system.adapter.alexa2.0 send kill signal
            2022-07-12 00:38:25.388  - info: alexa2.0 (14643) terminating
            2022-07-12 00:38:25.390  - info: alexa2.0 (14643) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
            2022-07-12 00:38:26.010  - info: host.chet instance system.adapter.alexa2.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
            2022-07-12 00:38:28.483  - info: host.chet instance system.adapter.alexa2.0 started with pid 14658
            2022-07-12 00:38:30.527  - info: alexa2.0 (14658) starting. Version 3.17.0 (non-npm: Apollon77/ioBroker.alexa2) in /opt/iobroker/node_modules/iobroker.alexa2, node: v18.5.0, js-controller: 4.0.23
            2022-07-12 00:38:35.528  - info: alexa2.0 (14658) Alexa-Push-Connection (macDms = true) established. Disable Polling
            2022-07-12 00:38:44.402  - warn: alexa2.0 (14658) Object Echo-Devices.G090LV037337008G.Player.volume is invalid: obj.common.min is only allowed on obj.common.type "number" or "mixed", received "object"
            2022-07-12 00:38:44.403  - warn: alexa2.0 (14658) This object will not be created in future versions. Please report this to the developer.
            2022-07-12 00:38:50.684  - warn: alexa2.0 (14658) Object Echo-Devices.G0911B0592250842.Player.volume is invalid: obj.common.min is only allowed on obj.common.type "number" or "mixed", received "object"
            2022-07-12 00:38:50.685  - warn: alexa2.0 (14658) This object will not be created in future versions. Please report this to the developer.
            2022-07-12 00:38:55.026  - warn: alexa2.0 (14658) Object Echo-Devices.G2A0QU0574340BU1.Player.volume is invalid: obj.common.min is only allowed on obj.common.type "number" or "mixed", received "object"
            2022-07-12 00:38:55.027  - warn: alexa2.0 (14658) This object will not be created in future versions. Please report this to the developer.
            2022-07-12 00:39:01.070  - warn: alexa2.0 (14658) Object Echo-Devices.G2A0QU06821202QL.Player.volume is invalid: obj.common.min is only allowed on obj.common.type "number" or "mixed", received "object"
            2022-07-12 00:39:01.071  - warn: alexa2.0 (14658) This object will not be created in future versions. Please report this to the developer.
            2022-07-12 00:39:04.899  - warn: alexa2.0 (14658) Object Echo-Devices.G09147040177093E.Player.volume is invalid: obj.common.min is only allowed on obj.common.type "number" or "mixed", received "object"
            2022-07-12 00:39:04.900  - warn: alexa2.0 (14658) This object will not be created in future versions. Please report this to the developer.
            2022-07-12 00:39:08.982  - warn: alexa2.0 (14658) Object Echo-Devices.G2A0XL070274014F.Player.volume is invalid: obj.common.min is only allowed on obj.common.type "number" or "mixed", received "object"
            2022-07-12 00:39:08.983  - warn: alexa2.0 (14658) This object will not be created in future versions. Please report this to the developer.
            2022-07-12 00:39:13.454  - warn: alexa2.0 (14658) Object Echo-Devices.G2A0XL070286046Q.Player.volume is invalid: obj.common.min is only allowed on obj.common.type "number" or "mixed", received "object"
            2022-07-12 00:39:13.455  - warn: alexa2.0 (14658) This object will not be created in future versions. Please report this to the developer.
            2022-07-12 00:39:17.041  - warn: alexa2.0 (14658) Object Echo-Devices.bbc8e28527cf45b99ee0ccb4465f339c.Player.volume is invalid: obj.common.min is only allowed on obj.common.type "number" or "mixed", received "object"
            2022-07-12 00:39:17.041  - warn: alexa2.0 (14658) This object will not be created in future versions. Please report this to the developer.
            2022-07-12 00:39:20.880  - warn: alexa2.0 (14658) Object Echo-Devices.898ff02ad4174874a207ed263a05b19e.Player.volume is invalid: obj.common.min is only allowed on obj.common.type "number" or "mixed", received "object"
            2022-07-12 00:39:20.881  - warn: alexa2.0 (14658) This object will not be created in future versions. Please report this to the developer.
            2022-07-12 00:39:26.459  - warn: alexa2.0 (14658) Object Echo-Devices.92a6773ff65a438f890ac2ddef6fec7b.Player.volume is invalid: obj.common.min is only allowed on obj.common.type "number" or "mixed", received "object"
            2022-07-12 00:39:26.460  - warn: alexa2.0 (14658) This object will not be created in future versions. Please report this to the developer.
            2022-07-12 00:39:29.773  - warn: alexa2.0 (14658) Object Echo-Devices.d1c0f043170547f7ba1899f4c447973b.Player.volume is invalid: obj.common.min is only allowed on obj.common.type "number" or "mixed", received "object"
            2022-07-12 00:39:29.774  - warn: alexa2.0 (14658) This object will not be created in future versions. Please report this to the developer.
            2022-07-12 00:39:33.193  - warn: alexa2.0 (14658) Object Echo-Devices.26f88e9b3e0143dba9d819f6c2ead54f.Player.volume is invalid: obj.common.min is only allowed on obj.common.type "number" or "mixed", received "object"
            2022-07-12 00:39:33.194  - warn: alexa2.0 (14658) This object will not be created in future versions. Please report this to the developer.
            2022-07-12 00:39:33.982  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070286046Q.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:39:33.996  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070274014F.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:39:34.014  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0QU0574340BU1.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:39:35.233  - info: javascript.0 (978) Start javascript script.js.common.dwd_uwz_nina_warnungen
            2022-07-12 00:39:35.287  - info: javascript.0 (978) script.js.common.dwd_uwz_nina_warnungen: info: Skripts gestartet: ID:1888.3040974698572
            2022-07-12 00:39:35.288  - info: javascript.0 (978) script.js.common.dwd_uwz_nina_warnungen: info:  var regionName:  Eintrag 1 ist teilweise oder ganz leer, wird entfernt
            2022-07-12 00:39:35.298  - info: javascript.0 (978) script.js.common.dwd_uwz_nina_warnungen: info: Warte 15 Sekunden das bei einem eventuellen Restart alles beendet wurde!
            2022-07-12 00:39:35.298  - info: javascript.0 (978) script.js.common.dwd_uwz_nina_warnungen: registered 0 subscriptions, 0 schedules and 0 file subscriptions
            2022-07-12 00:39:38.210  - warn: alexa2.0 (14658) Object Echo-Devices.ed10874a00e948da8f07f4d8bfd2b9b2.Player.volume is invalid: obj.common.min is only allowed on obj.common.type "number" or "mixed", received "object"
            2022-07-12 00:39:38.211  - warn: alexa2.0 (14658) This object will not be created in future versions. Please report this to the developer.
            2022-07-12 00:39:50.302  - info: javascript.0 (978) script.js.common.dwd_uwz_nina_warnungen: info: Starte Initialisierung! - Bitte warten. Das dauert beim ersten Start etwas länger. - Das Skript in dieser Phase nicht Neustarten, wenn doch bitte Javascript Instanz ebenfalls neustarten
            2022-07-12 00:39:50.303  - info: javascript.0 (978) script.js.common.dwd_uwz_nina_warnungen: info: Datenpunkte werden überprüft
            2022-07-12 00:39:52.096  - info: javascript.0 (978) script.js.common.dwd_uwz_nina_warnungen: info: Abonniere Konfigurationsdatenpunkte
            2022-07-12 00:39:52.108  - info: javascript.0 (978) script.js.common.dwd_uwz_nina_warnungen: info: Setzte Modus, Inialisiere Datenbank, starte Datenabruf(asynchron)
            2022-07-12 00:39:52.109  - info: javascript.0 (978) script.js.common.dwd_uwz_nina_warnungen: info: InitDatabase() - first run: false
            2022-07-12 00:39:52.110  - info: javascript.0 (978) script.js.common.dwd_uwz_nina_warnungen: info: Standalone NINA Datenabruf aktiviert
            2022-07-12 00:39:52.125  - info: javascript.0 (978) script.js.common.dwd_uwz_nina_warnungen: info: Initialisierung abgeschlossen
            2022-07-12 00:39:52.096  - info: javascript.0 (978) script.js.common.dwd_uwz_nina_warnungen: info: Abonniere Konfigurationsdatenpunkte
            2022-07-12 00:39:52.108  - info: javascript.0 (978) script.js.common.dwd_uwz_nina_warnungen: info: Setzte Modus, Inialisiere Datenbank, starte Datenabruf(asynchron)
            2022-07-12 00:39:52.109  - info: javascript.0 (978) script.js.common.dwd_uwz_nina_warnungen: info: InitDatabase() - first run: false
            2022-07-12 00:39:52.110  - info: javascript.0 (978) script.js.common.dwd_uwz_nina_warnungen: info: Standalone NINA Datenabruf aktiviert
            2022-07-12 00:39:52.125  - info: javascript.0 (978) script.js.common.dwd_uwz_nina_warnungen: info: Initialisierung abgeschlossen
            2022-07-12 00:39:54.381  - info: javascript.0 (978) script.js.common.dwd_uwz_nina_warnungen: info: Bundesland: Freie Hansestadt Bremen, Land Berlin, Land Hessen, Land Nordrhein-Westfalen, Land Brandenburg, Freistaat Bayern, Land Mecklenburg-Vorpommern, Land Rheinland-Pfalz, Freistaat Sachsen, Land Schleswig-Holstein, Freie und Hansestadt Hamburg, Freistaat Thüringen, Land Niedersachsen, Land Saarland, Land Sachsen-Anhalt, Land Baden-Württemberg gefunden für Warnzelle: Köln obj.identifier: DE-NW-BN-SE030-20220407-30-001
            2022-07-12 00:39:54.444  - info: javascript.0 (978) script.js.common.dwd_uwz_nina_warnungen: info: Bundesland: Land Nordrhein-Westfalen gefunden für Warnzelle: Köln obj.identifier: DE-NW-D-SE020-20220630-20-000
            2022-07-12 00:39:54.801  - info: javascript.0 (978) script.js.common.dwd_uwz_nina_warnungen: info: Add Nina warning to database. headline: Coronavirus: Informationen des Bundesministeriums für Gesundheit
            2022-07-12 00:39:54.804  - info: javascript.0 (978) script.js.common.dwd_uwz_nina_warnungen: info: NINA Warnung gefunden oder entfernt.RID: 1888.3040974698572
            2022-07-12 00:39:54.945  - info: javascript.0 (978) script.js.common.dwd_uwz_nina_warnungen: info: Add Nina warning to database. headline: Coronavirus: Informationen des Landes Nordrhein-Westfalen
            2022-07-12 00:39:54.946  - info: javascript.0 (978) script.js.common.dwd_uwz_nina_warnungen: info: NINA Warnung gefunden oder entfernt.RID: 1888.3040974698572
            2022-07-12 00:39:54.381  - info: javascript.0 (978) script.js.common.dwd_uwz_nina_warnungen: info: Bundesland: Freie Hansestadt Bremen, Land Berlin, Land Hessen, Land Nordrhein-Westfalen, Land Brandenburg, Freistaat Bayern, Land Mecklenburg-Vorpommern, Land Rheinland-Pfalz, Freistaat Sachsen, Land Schleswig-Holstein, Freie und Hansestadt Hamburg, Freistaat Thüringen, Land Niedersachsen, Land Saarland, Land Sachsen-Anhalt, Land Baden-Württemberg gefunden für Warnzelle: Köln obj.identifier: DE-NW-BN-SE030-20220407-30-001
            2022-07-12 00:39:54.444  - info: javascript.0 (978) script.js.common.dwd_uwz_nina_warnungen: info: Bundesland: Land Nordrhein-Westfalen gefunden für Warnzelle: Köln obj.identifier: DE-NW-D-SE020-20220630-20-000
            2022-07-12 00:39:54.801  - info: javascript.0 (978) script.js.common.dwd_uwz_nina_warnungen: info: Add Nina warning to database. headline: Coronavirus: Informationen des Bundesministeriums für Gesundheit
            2022-07-12 00:39:54.804  - info: javascript.0 (978) script.js.common.dwd_uwz_nina_warnungen: info: NINA Warnung gefunden oder entfernt.RID: 1888.3040974698572
            2022-07-12 00:39:54.945  - info: javascript.0 (978) script.js.common.dwd_uwz_nina_warnungen: info: Add Nina warning to database. headline: Coronavirus: Informationen des Landes Nordrhein-Westfalen
            2022-07-12 00:39:54.946  - info: javascript.0 (978) script.js.common.dwd_uwz_nina_warnungen: info: NINA Warnung gefunden oder entfernt.RID: 1888.3040974698572
            2022-07-12 00:40:04.520  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070274014F.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:40:08.825  - info: alexa2.0 (14658) Subscribing to states...
            2022-07-12 00:40:09.857  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G090LV037337008G.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:40:12.376  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:40:13.944  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0QU0574340BU1.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:40:16.678  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G09147040177093E.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:40:17.596  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070274014F.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:40:18.752  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070286046Q.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:40:21.355  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.bbc8e28527cf45b99ee0ccb4465f339c.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:40:23.998  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.898ff02ad4174874a207ed263a05b19e.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:40:25.319  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.92a6773ff65a438f890ac2ddef6fec7b.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:40:27.120  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.d1c0f043170547f7ba1899f4c447973b.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:40:28.517  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.26f88e9b3e0143dba9d819f6c2ead54f.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:40:30.328  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.ed10874a00e948da8f07f4d8bfd2b9b2.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:41:51.714  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070286046Q.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:41:51.733  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070274014F.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:41:52.144  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:41:52.449  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0QU0574340BU1.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:41:51.714  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070286046Q.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:41:51.733  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070274014F.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:41:52.144  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:41:52.449  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0QU0574340BU1.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:41:54.057  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G09147040177093E.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:41:55.083  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G090LV037337008G.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:41:58.067  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0QU0574340BU1.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:03.183  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0QU0574340BU1.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:03.264  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070274014F.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:03.276  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:03.292  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070286046Q.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:03.183  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0QU0574340BU1.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:03.264  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070274014F.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:03.276  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:03.292  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070286046Q.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:04.522  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G09147040177093E.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:08.393  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070286046Q.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:08.424  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070274014F.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:08.426  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070274014F.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:08.429  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070286046Q.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:08.485  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070274014F.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:08.511  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070286046Q.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:08.661  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0QU0574340BU1.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:08.670  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0QU0574340BU1.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:08.672  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0QU0574340BU1.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:08.393  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070286046Q.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:08.424  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070274014F.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:08.426  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070274014F.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:08.429  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070286046Q.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:08.485  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070274014F.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:08.511  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070286046Q.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:08.661  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0QU0574340BU1.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:08.670  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0QU0574340BU1.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:08.672  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0QU0574340BU1.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:11.010  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:11.013  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:11.150  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070274014F.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:11.160  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0QU0574340BU1.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:11.175  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070286046Q.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:11.688  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0QU0574340BU1.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:11.708  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070274014F.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:11.791  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070286046Q.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:11.010  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:11.013  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:11.150  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070274014F.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:11.160  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0QU0574340BU1.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:11.175  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070286046Q.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:11.688  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0QU0574340BU1.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:11.708  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070274014F.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:11.791  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070286046Q.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:12.434  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:12.469  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:12.694  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0QU0574340BU1.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:12.733  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0QU0574340BU1.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:12.735  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070274014F.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:12.809  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070274014F.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:12.811  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070286046Q.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:12.829  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070286046Q.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:12.434  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:12.469  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:12.694  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0QU0574340BU1.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:12.733  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0QU0574340BU1.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:12.735  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070274014F.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:12.809  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070274014F.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:12.811  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070286046Q.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:12.829  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070286046Q.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:14.582  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:14.604  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:14.582  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:14.604  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:19.438  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:19.451  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:19.438  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:19.451  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:24.450  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:24.461  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:24.450  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:24.461  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:27.853  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070286046Q.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:28.237  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070286046Q.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:27.853  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070286046Q.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:28.237  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070286046Q.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:33.154  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0QU0574340BU1.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:33.187  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070286046Q.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:33.231  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070286046Q.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:33.234  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070274014F.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:33.251  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070274014F.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:33.254  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0QU0574340BU1.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:33.154  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0QU0574340BU1.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:33.187  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070286046Q.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:33.231  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070286046Q.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:33.234  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070274014F.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:33.251  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070274014F.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:33.254  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0QU0574340BU1.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:34.324  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:34.340  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:34.324  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:34.340  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:39.301  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:39.342  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:39.301  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:39.342  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:44.261  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:44.268  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:44.261  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:44.268  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:53.631  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0QU0574340BU1.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:53.632  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0QU0574340BU1.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:53.635  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070274014F.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:53.652  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070274014F.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:53.724  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070286046Q.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:53.726  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070286046Q.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:53.631  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0QU0574340BU1.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:53.632  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0QU0574340BU1.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:53.635  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070274014F.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:53.652  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070274014F.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:53.724  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070286046Q.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:53.726  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070286046Q.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:54.882  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:54.890  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:54.882  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
            2022-07-12 00:42:54.890  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
            

            Linux-Werkzeugkasten:
            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
            NodeJS Fixer Skript:
            https://forum.iobroker.net/topic/68035/iob-node-fix-skript
            iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

            apollon77A 1 Antwort Letzte Antwort
            0
            • Thomas BraunT Thomas Braun

              @apollon77

              GitHub:

              Last login: Tue Jul 12 00:13:56 2022 from 100.75.198.95
              
              Wi-Fi is currently blocked by rfkill.
              Use raspi-config to set the country before use.
              
              echad@chet:~ $ cd /opt/iobroker/
              echad@chet:/opt/iobroker $ npm ls
              iobroker.inst@3.0.0 /opt/iobroker
              ├── iobroker.admin@6.1.11
              ├── iobroker.alexa2@3.17.0 (git+ssh://git@github.com/Apollon77/ioBroker.alexa2.git#d301a7e13918853f6109f8cb2319565cfe45720f)
              ├── iobroker.alias-manager@1.2.6
              ├── iobroker.backitup@2.4.10
              ├── iobroker.ble@0.13.0
              ├── iobroker.echarts@1.0.12
              ├── iobroker.followthesun@0.3.9
              ├── iobroker.govee@0.0.5 (git+ssh://git@github.com/nbuenger/ioBroker.govee.git#0d983c49135b87ac2f88f9d832a6d632c4889606)
              ├── iobroker.history@2.1.7
              ├── iobroker.ical@1.13.1
              ├── iobroker.info@1.9.19
              ├── iobroker.iot@1.11.8
              ├── iobroker.javascript@5.8.5
              ├── iobroker.js-controller@4.0.23
              ├── iobroker.midea@0.1.0 (git+ssh://git@github.com/TA2k/ioBroker.midea.git#fd51f4b710e826e4c3025c70b7eab0d1f771f101)
              ├── iobroker.mihome-vacuum@3.6.0
              ├── iobroker.mihome@1.4.0
              ├── iobroker.miio@0.0.13
              ├── iobroker.nina@0.0.25
              ├── iobroker.nuki-extended@2.6.5
              ├── iobroker.parcel@0.0.18
              ├── iobroker.pi-hole@1.3.4
              ├── iobroker.rpi2@1.3.2
              ├── iobroker.sainlogic@0.9.0
              ├── iobroker.samsung@0.5.11 (git+ssh://git@github.com/iobroker-community-adapters/ioBroker.samsung.git#70366ba038c0f5092731db63f09d16db8eb56e65)
              ├── iobroker.simple-api@2.7.0
              ├── iobroker.socketio@6.1.8
              ├── iobroker.switchbot-hub@0.1.2 (git+ssh://git@github.com/DrozmotiX/ioBroker.switchbot-hub.git#de8c1ad97edafedb16cbbb2c6dc14b032848df8e)
              ├── iobroker.tado@0.3.15
              ├── iobroker.tankerkoenig@2.1.1
              ├── iobroker.tr-064@4.2.16
              ├── iobroker.tradfri@3.1.3
              ├── iobroker.trashschedule@2.0.3
              ├── iobroker.web@5.2.4
              ├── iobroker.whatsapp-cmb@0.2.2
              ├── iobroker.ws@2.1.3
              └── iobroker.zigbee@1.7.5
              
              echad@chet:/opt/iobroker $ iobroker logs --watch | uniq
              2022-07-12 00:00:28.043  - info: followthesun.0 (1321) Cronjob 'Sun parameter calculation' starts
              2022-07-12 00:37:58.903  - info: host.chet iobroker url Apollon77/ioBroker.alexa2 --host chet --debug
              2022-07-12 00:38:00.624  - info: host.chet iobroker install Apollon77/ioBroker.alexa2
              2022-07-12 00:38:01.768  - info: host.chet iobroker NPM version: 8.12.1
              2022-07-12 00:38:01.771  - info: host.chet iobroker Installing Apollon77/ioBroker.alexa2... (System call)
              2022-07-12 00:38:15.506  - info: host.chet iobroker
              2022-07-12 00:38:15.507  - info: host.chet iobroker removed 193 packages, and changed 1 package in 13s
              2022-07-12 00:38:15.511  - info: host.chet iobroker 71 packages are looking for funding  run `npm fund` for details
              2022-07-12 00:38:15.585  - info: host.chet iobroker upload [27] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/alexa.png alexa.png image/png
              2022-07-12 00:38:16.053  - info: host.chet iobroker upload [20] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/echo_dot3.png icons/echo_dot3.png image/png
              2022-07-12 00:38:16.094  - info: host.chet iobroker upload [19] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/echo_dot4.png icons/echo_dot4.png image/png
              2022-07-12 00:38:16.104  - info: host.chet iobroker upload [18] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/echo_flex.png icons/echo_flex.png image/png
              2022-07-12 00:38:16.144  - info: host.chet iobroker upload [17] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/echo_plus2.png icons/echo_plus2.png image/png
              2022-07-12 00:38:16.153  - info: host.chet iobroker upload [16] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/echo_show.png icons/echo_show.png image/png
              2022-07-12 00:38:16.164  - info: host.chet iobroker upload [15] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/echo_show2.png icons/echo_show2.png image/png
              2022-07-12 00:38:16.173  - info: host.chet iobroker upload [14] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/echo_show5.png icons/echo_show5.png image/png
              2022-07-12 00:38:16.183  - info: host.chet iobroker upload [13] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/echo_studio.png icons/echo_studio.png image/png
              2022-07-12 00:38:16.194  - info: host.chet iobroker upload [12] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/echo_sub.png icons/echo_sub.png image/png
              2022-07-12 00:38:16.203  - info: host.chet iobroker upload [11] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/firetab.png icons/firetab.png image/png
              2022-07-12 00:38:16.215  - info: host.chet iobroker upload [10] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/firetv.png icons/firetv.png image/png
              2022-07-12 00:38:16.224  - info: host.chet iobroker upload [9] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/microphone.png icons/microphone.png image/png
              2022-07-12 00:38:16.234  - info: host.chet iobroker upload [8] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/multiroom.png icons/multiroom.png image/png
              2022-07-12 00:38:16.244  - info: host.chet iobroker upload [7] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/raspi.png icons/raspi.png image/png
              2022-07-12 00:38:16.252  - info: host.chet iobroker upload [6] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/reverb.png icons/reverb.png image/png
              2022-07-12 00:38:16.261  - info: host.chet iobroker upload [5] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/sonos.png icons/sonos.png image/png
              2022-07-12 00:38:16.270  - info: host.chet iobroker upload [4] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/spot.png icons/spot.png image/png
              2022-07-12 00:38:16.278  - info: host.chet iobroker upload [3] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/index_m.html index_m.html text/html
              2022-07-12 00:38:16.288  - info: host.chet iobroker upload [2] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/info.png info.png image/png
              2022-07-12 00:38:16.300  - info: host.chet iobroker upload [1] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/warning.png warning.png image/png
              2022-07-12 00:38:16.309  - info: host.chet iobroker upload [0] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/words.js words.js application/javascript
              2022-07-12 00:38:16.380  - info: host.chet iobroker Update "system.adapter.alexa2.0"
              2022-07-12 00:38:16.407  - info: host.chet stopInstance system.adapter.alexa2.0 (force=false, process=true)
              2022-07-12 00:38:16.429  - info: host.chet stopInstance system.adapter.alexa2.0 send kill signal
              2022-07-12 00:38:16.420  - info: alexa2.0 (1054) Got terminate signal TERMINATE_YOURSELF
              2022-07-12 00:38:16.438  - info: alexa2.0 (1054) terminating
              2022-07-12 00:38:16.440  - info: alexa2.0 (1054) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
              2022-07-12 00:38:17.040  - info: host.chet instance system.adapter.alexa2.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
              2022-07-12 00:38:17.445  - info: host.chet iobroker exit 0
              2022-07-12 00:38:19.544  - info: host.chet instance system.adapter.alexa2.0 started with pid 14643
              2022-07-12 00:38:21.572  - info: alexa2.0 (14643) starting. Version 3.17.0 (non-npm: Apollon77/ioBroker.alexa2) in /opt/iobroker/node_modules/iobroker.alexa2, node: v18.5.0, js-controller: 4.0.23
              2022-07-12 00:38:25.299  - info: alexa2.0 (14643) Update cookie in adapter configuration ... restarting ...
              2022-07-12 00:38:25.379  - info: host.chet stopInstance system.adapter.alexa2.0 (force=false, process=true)
              2022-07-12 00:38:25.386  - info: alexa2.0 (14643) Got terminate signal TERMINATE_YOURSELF
              2022-07-12 00:38:25.388  - info: host.chet stopInstance system.adapter.alexa2.0 send kill signal
              2022-07-12 00:38:25.388  - info: alexa2.0 (14643) terminating
              2022-07-12 00:38:25.390  - info: alexa2.0 (14643) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
              2022-07-12 00:38:26.010  - info: host.chet instance system.adapter.alexa2.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
              2022-07-12 00:38:28.483  - info: host.chet instance system.adapter.alexa2.0 started with pid 14658
              2022-07-12 00:38:30.527  - info: alexa2.0 (14658) starting. Version 3.17.0 (non-npm: Apollon77/ioBroker.alexa2) in /opt/iobroker/node_modules/iobroker.alexa2, node: v18.5.0, js-controller: 4.0.23
              2022-07-12 00:38:35.528  - info: alexa2.0 (14658) Alexa-Push-Connection (macDms = true) established. Disable Polling
              2022-07-12 00:38:44.402  - warn: alexa2.0 (14658) Object Echo-Devices.G090LV037337008G.Player.volume is invalid: obj.common.min is only allowed on obj.common.type "number" or "mixed", received "object"
              2022-07-12 00:38:44.403  - warn: alexa2.0 (14658) This object will not be created in future versions. Please report this to the developer.
              2022-07-12 00:38:50.684  - warn: alexa2.0 (14658) Object Echo-Devices.G0911B0592250842.Player.volume is invalid: obj.common.min is only allowed on obj.common.type "number" or "mixed", received "object"
              2022-07-12 00:38:50.685  - warn: alexa2.0 (14658) This object will not be created in future versions. Please report this to the developer.
              2022-07-12 00:38:55.026  - warn: alexa2.0 (14658) Object Echo-Devices.G2A0QU0574340BU1.Player.volume is invalid: obj.common.min is only allowed on obj.common.type "number" or "mixed", received "object"
              2022-07-12 00:38:55.027  - warn: alexa2.0 (14658) This object will not be created in future versions. Please report this to the developer.
              2022-07-12 00:39:01.070  - warn: alexa2.0 (14658) Object Echo-Devices.G2A0QU06821202QL.Player.volume is invalid: obj.common.min is only allowed on obj.common.type "number" or "mixed", received "object"
              2022-07-12 00:39:01.071  - warn: alexa2.0 (14658) This object will not be created in future versions. Please report this to the developer.
              2022-07-12 00:39:04.899  - warn: alexa2.0 (14658) Object Echo-Devices.G09147040177093E.Player.volume is invalid: obj.common.min is only allowed on obj.common.type "number" or "mixed", received "object"
              2022-07-12 00:39:04.900  - warn: alexa2.0 (14658) This object will not be created in future versions. Please report this to the developer.
              2022-07-12 00:39:08.982  - warn: alexa2.0 (14658) Object Echo-Devices.G2A0XL070274014F.Player.volume is invalid: obj.common.min is only allowed on obj.common.type "number" or "mixed", received "object"
              2022-07-12 00:39:08.983  - warn: alexa2.0 (14658) This object will not be created in future versions. Please report this to the developer.
              2022-07-12 00:39:13.454  - warn: alexa2.0 (14658) Object Echo-Devices.G2A0XL070286046Q.Player.volume is invalid: obj.common.min is only allowed on obj.common.type "number" or "mixed", received "object"
              2022-07-12 00:39:13.455  - warn: alexa2.0 (14658) This object will not be created in future versions. Please report this to the developer.
              2022-07-12 00:39:17.041  - warn: alexa2.0 (14658) Object Echo-Devices.bbc8e28527cf45b99ee0ccb4465f339c.Player.volume is invalid: obj.common.min is only allowed on obj.common.type "number" or "mixed", received "object"
              2022-07-12 00:39:17.041  - warn: alexa2.0 (14658) This object will not be created in future versions. Please report this to the developer.
              2022-07-12 00:39:20.880  - warn: alexa2.0 (14658) Object Echo-Devices.898ff02ad4174874a207ed263a05b19e.Player.volume is invalid: obj.common.min is only allowed on obj.common.type "number" or "mixed", received "object"
              2022-07-12 00:39:20.881  - warn: alexa2.0 (14658) This object will not be created in future versions. Please report this to the developer.
              2022-07-12 00:39:26.459  - warn: alexa2.0 (14658) Object Echo-Devices.92a6773ff65a438f890ac2ddef6fec7b.Player.volume is invalid: obj.common.min is only allowed on obj.common.type "number" or "mixed", received "object"
              2022-07-12 00:39:26.460  - warn: alexa2.0 (14658) This object will not be created in future versions. Please report this to the developer.
              2022-07-12 00:39:29.773  - warn: alexa2.0 (14658) Object Echo-Devices.d1c0f043170547f7ba1899f4c447973b.Player.volume is invalid: obj.common.min is only allowed on obj.common.type "number" or "mixed", received "object"
              2022-07-12 00:39:29.774  - warn: alexa2.0 (14658) This object will not be created in future versions. Please report this to the developer.
              2022-07-12 00:39:33.193  - warn: alexa2.0 (14658) Object Echo-Devices.26f88e9b3e0143dba9d819f6c2ead54f.Player.volume is invalid: obj.common.min is only allowed on obj.common.type "number" or "mixed", received "object"
              2022-07-12 00:39:33.194  - warn: alexa2.0 (14658) This object will not be created in future versions. Please report this to the developer.
              2022-07-12 00:39:33.982  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070286046Q.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:39:33.996  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070274014F.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:39:34.014  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0QU0574340BU1.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:39:35.233  - info: javascript.0 (978) Start javascript script.js.common.dwd_uwz_nina_warnungen
              2022-07-12 00:39:35.287  - info: javascript.0 (978) script.js.common.dwd_uwz_nina_warnungen: info: Skripts gestartet: ID:1888.3040974698572
              2022-07-12 00:39:35.288  - info: javascript.0 (978) script.js.common.dwd_uwz_nina_warnungen: info:  var regionName:  Eintrag 1 ist teilweise oder ganz leer, wird entfernt
              2022-07-12 00:39:35.298  - info: javascript.0 (978) script.js.common.dwd_uwz_nina_warnungen: info: Warte 15 Sekunden das bei einem eventuellen Restart alles beendet wurde!
              2022-07-12 00:39:35.298  - info: javascript.0 (978) script.js.common.dwd_uwz_nina_warnungen: registered 0 subscriptions, 0 schedules and 0 file subscriptions
              2022-07-12 00:39:38.210  - warn: alexa2.0 (14658) Object Echo-Devices.ed10874a00e948da8f07f4d8bfd2b9b2.Player.volume is invalid: obj.common.min is only allowed on obj.common.type "number" or "mixed", received "object"
              2022-07-12 00:39:38.211  - warn: alexa2.0 (14658) This object will not be created in future versions. Please report this to the developer.
              2022-07-12 00:39:50.302  - info: javascript.0 (978) script.js.common.dwd_uwz_nina_warnungen: info: Starte Initialisierung! - Bitte warten. Das dauert beim ersten Start etwas länger. - Das Skript in dieser Phase nicht Neustarten, wenn doch bitte Javascript Instanz ebenfalls neustarten
              2022-07-12 00:39:50.303  - info: javascript.0 (978) script.js.common.dwd_uwz_nina_warnungen: info: Datenpunkte werden überprüft
              2022-07-12 00:39:52.096  - info: javascript.0 (978) script.js.common.dwd_uwz_nina_warnungen: info: Abonniere Konfigurationsdatenpunkte
              2022-07-12 00:39:52.108  - info: javascript.0 (978) script.js.common.dwd_uwz_nina_warnungen: info: Setzte Modus, Inialisiere Datenbank, starte Datenabruf(asynchron)
              2022-07-12 00:39:52.109  - info: javascript.0 (978) script.js.common.dwd_uwz_nina_warnungen: info: InitDatabase() - first run: false
              2022-07-12 00:39:52.110  - info: javascript.0 (978) script.js.common.dwd_uwz_nina_warnungen: info: Standalone NINA Datenabruf aktiviert
              2022-07-12 00:39:52.125  - info: javascript.0 (978) script.js.common.dwd_uwz_nina_warnungen: info: Initialisierung abgeschlossen
              2022-07-12 00:39:52.096  - info: javascript.0 (978) script.js.common.dwd_uwz_nina_warnungen: info: Abonniere Konfigurationsdatenpunkte
              2022-07-12 00:39:52.108  - info: javascript.0 (978) script.js.common.dwd_uwz_nina_warnungen: info: Setzte Modus, Inialisiere Datenbank, starte Datenabruf(asynchron)
              2022-07-12 00:39:52.109  - info: javascript.0 (978) script.js.common.dwd_uwz_nina_warnungen: info: InitDatabase() - first run: false
              2022-07-12 00:39:52.110  - info: javascript.0 (978) script.js.common.dwd_uwz_nina_warnungen: info: Standalone NINA Datenabruf aktiviert
              2022-07-12 00:39:52.125  - info: javascript.0 (978) script.js.common.dwd_uwz_nina_warnungen: info: Initialisierung abgeschlossen
              2022-07-12 00:39:54.381  - info: javascript.0 (978) script.js.common.dwd_uwz_nina_warnungen: info: Bundesland: Freie Hansestadt Bremen, Land Berlin, Land Hessen, Land Nordrhein-Westfalen, Land Brandenburg, Freistaat Bayern, Land Mecklenburg-Vorpommern, Land Rheinland-Pfalz, Freistaat Sachsen, Land Schleswig-Holstein, Freie und Hansestadt Hamburg, Freistaat Thüringen, Land Niedersachsen, Land Saarland, Land Sachsen-Anhalt, Land Baden-Württemberg gefunden für Warnzelle: Köln obj.identifier: DE-NW-BN-SE030-20220407-30-001
              2022-07-12 00:39:54.444  - info: javascript.0 (978) script.js.common.dwd_uwz_nina_warnungen: info: Bundesland: Land Nordrhein-Westfalen gefunden für Warnzelle: Köln obj.identifier: DE-NW-D-SE020-20220630-20-000
              2022-07-12 00:39:54.801  - info: javascript.0 (978) script.js.common.dwd_uwz_nina_warnungen: info: Add Nina warning to database. headline: Coronavirus: Informationen des Bundesministeriums für Gesundheit
              2022-07-12 00:39:54.804  - info: javascript.0 (978) script.js.common.dwd_uwz_nina_warnungen: info: NINA Warnung gefunden oder entfernt.RID: 1888.3040974698572
              2022-07-12 00:39:54.945  - info: javascript.0 (978) script.js.common.dwd_uwz_nina_warnungen: info: Add Nina warning to database. headline: Coronavirus: Informationen des Landes Nordrhein-Westfalen
              2022-07-12 00:39:54.946  - info: javascript.0 (978) script.js.common.dwd_uwz_nina_warnungen: info: NINA Warnung gefunden oder entfernt.RID: 1888.3040974698572
              2022-07-12 00:39:54.381  - info: javascript.0 (978) script.js.common.dwd_uwz_nina_warnungen: info: Bundesland: Freie Hansestadt Bremen, Land Berlin, Land Hessen, Land Nordrhein-Westfalen, Land Brandenburg, Freistaat Bayern, Land Mecklenburg-Vorpommern, Land Rheinland-Pfalz, Freistaat Sachsen, Land Schleswig-Holstein, Freie und Hansestadt Hamburg, Freistaat Thüringen, Land Niedersachsen, Land Saarland, Land Sachsen-Anhalt, Land Baden-Württemberg gefunden für Warnzelle: Köln obj.identifier: DE-NW-BN-SE030-20220407-30-001
              2022-07-12 00:39:54.444  - info: javascript.0 (978) script.js.common.dwd_uwz_nina_warnungen: info: Bundesland: Land Nordrhein-Westfalen gefunden für Warnzelle: Köln obj.identifier: DE-NW-D-SE020-20220630-20-000
              2022-07-12 00:39:54.801  - info: javascript.0 (978) script.js.common.dwd_uwz_nina_warnungen: info: Add Nina warning to database. headline: Coronavirus: Informationen des Bundesministeriums für Gesundheit
              2022-07-12 00:39:54.804  - info: javascript.0 (978) script.js.common.dwd_uwz_nina_warnungen: info: NINA Warnung gefunden oder entfernt.RID: 1888.3040974698572
              2022-07-12 00:39:54.945  - info: javascript.0 (978) script.js.common.dwd_uwz_nina_warnungen: info: Add Nina warning to database. headline: Coronavirus: Informationen des Landes Nordrhein-Westfalen
              2022-07-12 00:39:54.946  - info: javascript.0 (978) script.js.common.dwd_uwz_nina_warnungen: info: NINA Warnung gefunden oder entfernt.RID: 1888.3040974698572
              2022-07-12 00:40:04.520  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070274014F.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:40:08.825  - info: alexa2.0 (14658) Subscribing to states...
              2022-07-12 00:40:09.857  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G090LV037337008G.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:40:12.376  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:40:13.944  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0QU0574340BU1.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:40:16.678  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G09147040177093E.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:40:17.596  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070274014F.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:40:18.752  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070286046Q.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:40:21.355  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.bbc8e28527cf45b99ee0ccb4465f339c.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:40:23.998  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.898ff02ad4174874a207ed263a05b19e.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:40:25.319  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.92a6773ff65a438f890ac2ddef6fec7b.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:40:27.120  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.d1c0f043170547f7ba1899f4c447973b.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:40:28.517  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.26f88e9b3e0143dba9d819f6c2ead54f.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:40:30.328  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.ed10874a00e948da8f07f4d8bfd2b9b2.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:41:51.714  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070286046Q.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:41:51.733  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070274014F.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:41:52.144  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:41:52.449  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0QU0574340BU1.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:41:51.714  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070286046Q.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:41:51.733  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070274014F.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:41:52.144  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:41:52.449  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0QU0574340BU1.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:41:54.057  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G09147040177093E.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:41:55.083  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G090LV037337008G.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:41:58.067  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0QU0574340BU1.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:03.183  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0QU0574340BU1.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:03.264  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070274014F.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:03.276  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:03.292  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070286046Q.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:03.183  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0QU0574340BU1.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:03.264  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070274014F.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:03.276  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:03.292  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070286046Q.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:04.522  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G09147040177093E.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:08.393  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070286046Q.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:08.424  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070274014F.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:08.426  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070274014F.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:08.429  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070286046Q.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:08.485  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070274014F.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:08.511  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070286046Q.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:08.661  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0QU0574340BU1.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:08.670  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0QU0574340BU1.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:08.672  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0QU0574340BU1.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:08.393  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070286046Q.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:08.424  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070274014F.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:08.426  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070274014F.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:08.429  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070286046Q.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:08.485  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070274014F.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:08.511  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070286046Q.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:08.661  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0QU0574340BU1.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:08.670  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0QU0574340BU1.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:08.672  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0QU0574340BU1.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:11.010  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:11.013  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:11.150  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070274014F.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:11.160  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0QU0574340BU1.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:11.175  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070286046Q.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:11.688  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0QU0574340BU1.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:11.708  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070274014F.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:11.791  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070286046Q.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:11.010  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:11.013  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:11.150  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070274014F.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:11.160  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0QU0574340BU1.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:11.175  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070286046Q.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:11.688  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0QU0574340BU1.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:11.708  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070274014F.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:11.791  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070286046Q.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:12.434  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:12.469  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:12.694  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0QU0574340BU1.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:12.733  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0QU0574340BU1.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:12.735  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070274014F.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:12.809  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070274014F.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:12.811  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070286046Q.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:12.829  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070286046Q.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:12.434  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:12.469  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:12.694  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0QU0574340BU1.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:12.733  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0QU0574340BU1.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:12.735  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070274014F.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:12.809  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070274014F.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:12.811  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070286046Q.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:12.829  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070286046Q.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:14.582  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:14.604  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:14.582  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:14.604  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:19.438  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:19.451  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:19.438  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:19.451  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:24.450  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:24.461  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:24.450  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:24.461  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:27.853  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070286046Q.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:28.237  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070286046Q.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:27.853  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070286046Q.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:28.237  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070286046Q.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:33.154  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0QU0574340BU1.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:33.187  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070286046Q.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:33.231  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070286046Q.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:33.234  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070274014F.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:33.251  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070274014F.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:33.254  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0QU0574340BU1.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:33.154  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0QU0574340BU1.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:33.187  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070286046Q.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:33.231  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070286046Q.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:33.234  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070274014F.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:33.251  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070274014F.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:33.254  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0QU0574340BU1.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:34.324  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:34.340  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:34.324  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:34.340  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:39.301  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:39.342  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:39.301  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:39.342  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:44.261  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:44.268  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:44.261  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:44.268  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:53.631  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0QU0574340BU1.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:53.632  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0QU0574340BU1.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:53.635  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070274014F.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:53.652  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070274014F.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:53.724  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070286046Q.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:53.726  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070286046Q.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:53.631  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0QU0574340BU1.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:53.632  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0QU0574340BU1.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:53.635  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070274014F.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:53.652  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070274014F.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:53.724  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070286046Q.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:53.726  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G2A0XL070286046Q.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:54.882  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:54.890  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:54.882  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
              2022-07-12 00:42:54.890  - info: alexa2.0 (14658) State value to set for "alexa2.0.Echo-Devices.G0911B0592250842.Player.volume" has to be stringified but received type "number"
              
              apollon77A Online
              apollon77A Online
              apollon77
              schrieb am zuletzt editiert von apollon77
              #137

              @thomas-braun ääähhm ja … checke ich. Danke

              EDIT: Retry ... Sollte neuestes GitHub gefixt sein

              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
              Thomas BraunT 1 Antwort Letzte Antwort
              0
              • apollon77A apollon77

                @thomas-braun ääähhm ja … checke ich. Danke

                EDIT: Retry ... Sollte neuestes GitHub gefixt sein

                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                schrieb am zuletzt editiert von
                #138

                @apollon77 sagte in Alexa2 Adapter 3.13/3.14/3.15/3.16/3.17 (Beta):

                EDIT: Retry ... Sollte neuestes GitHub gefixt sein

                alexa2.git#0fd8690ca77e16285030ebbcdbce49b4c56f99a8 ist wieder leise im Log. Auch das UWZ-Nina-Skript triggert nichts nennenswertes mehr.
                Kann wegen mir raus ins Beta-Gehege.

                Linux-Werkzeugkasten:
                https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                NodeJS Fixer Skript:
                https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                1 Antwort Letzte Antwort
                1
                • apollon77A Online
                  apollon77A Online
                  apollon77
                  schrieb am zuletzt editiert von
                  #139

                  Dann ist die 3.17.1 auf dem Weg:

                  • (Apollon77) Work around timing issues with speak-volume when using announcement
                  • (Apollon77) Correctly initialize volume/mute on startup also when player data are not available
                  • (Apollon77) Do not overwrite speak-volume (and some other fields) with null on adapter start
                  • (Apollon77) Fix crash cases reported by Sentry

                  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 Antwort Letzte Antwort
                  1
                  • Palm_ManiacP Offline
                    Palm_ManiacP Offline
                    Palm_Maniac
                    schrieb am zuletzt editiert von Palm_Maniac
                    #140

                    Hallo,

                    was ist denn mit dem Adapter los? Mit dem Update auf V3.17.x entwickelt einer meiner WLED-Streifen, Treppenbeleuchtung, ein Eigenleben. Er schaltet sich von selbst ein, und zwar in der Konfig, so wie er nach einem Stromverlust starten würde, also Orange und 50%. Wenn der Streifen dann in der Nacht angeht, ist das nicht so toll. Das hatte ich schon mal mit der V3.13, mit der V3.14 bis zur V3.16 war dann alles wieder gut. Leider hinterlässt diese Aktion keinen Logeintrag.

                    Ich bin jetzt erstmal wieder zurück auf die V3.16. Komisch ist, dass es von 3 WLED-Steifen nur einen betrifft, es laufen aber alle mit der gleichen Version.

                    apollon77A 1 Antwort Letzte Antwort
                    0
                    • Palm_ManiacP Palm_Maniac

                      Hallo,

                      was ist denn mit dem Adapter los? Mit dem Update auf V3.17.x entwickelt einer meiner WLED-Streifen, Treppenbeleuchtung, ein Eigenleben. Er schaltet sich von selbst ein, und zwar in der Konfig, so wie er nach einem Stromverlust starten würde, also Orange und 50%. Wenn der Streifen dann in der Nacht angeht, ist das nicht so toll. Das hatte ich schon mal mit der V3.13, mit der V3.14 bis zur V3.16 war dann alles wieder gut. Leider hinterlässt diese Aktion keinen Logeintrag.

                      Ich bin jetzt erstmal wieder zurück auf die V3.16. Komisch ist, dass es von 3 WLED-Steifen nur einen betrifft, es laufen aber alle mit der gleichen Version.

                      apollon77A Online
                      apollon77A Online
                      apollon77
                      schrieb am zuletzt editiert von
                      #141

                      @palm_maniac Bitte die 3.17.1 oder .2 nehmen und dann muss es ja was im Log geben wenn es der Adapter ist ... oder? Ohne Debug log keine Idee ...

                      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
                      Palm_ManiacP 1 Antwort Letzte Antwort
                      0
                      • apollon77A apollon77

                        @palm_maniac Bitte die 3.17.1 oder .2 nehmen und dann muss es ja was im Log geben wenn es der Adapter ist ... oder? Ohne Debug log keine Idee ...

                        Palm_ManiacP Offline
                        Palm_ManiacP Offline
                        Palm_Maniac
                        schrieb am zuletzt editiert von
                        #142

                        @apollon77 Ich hatte bis eben die V3.17.1 drauf mit diesem Effekt. es gab keine Einträge ins Log, zumindest habe ich keine gefunden.

                        Thomas BraunT 1 Antwort Letzte Antwort
                        0
                        • Palm_ManiacP Palm_Maniac

                          @apollon77 Ich hatte bis eben die V3.17.1 drauf mit diesem Effekt. es gab keine Einträge ins Log, zumindest habe ich keine gefunden.

                          Thomas BraunT Online
                          Thomas BraunT Online
                          Thomas Braun
                          Most Active
                          schrieb am zuletzt editiert von
                          #143

                          @palm_maniac sagte in Alexa2 Adapter 3.13/3.14/3.15/3.16/3.17 (Beta):

                          es gab keine Einträge ins Log, zumindest habe ich keine gefunden.

                          Debug Log.

                          Linux-Werkzeugkasten:
                          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                          NodeJS Fixer Skript:
                          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                          Palm_ManiacP 1 Antwort Letzte Antwort
                          0
                          • Thomas BraunT Thomas Braun

                            @palm_maniac sagte in Alexa2 Adapter 3.13/3.14/3.15/3.16/3.17 (Beta):

                            es gab keine Einträge ins Log, zumindest habe ich keine gefunden.

                            Debug Log.

                            Palm_ManiacP Offline
                            Palm_ManiacP Offline
                            Palm_Maniac
                            schrieb am zuletzt editiert von Palm_Maniac
                            #144

                            @thomas-braun Habe gerade V3.17.2 installiert und warte nun, ob es wieder auftritt. wenn ja, dann stelle ich mal alles auf Debug und schaue.

                            PS: Oha, mit der V3.17.2 wird mein Log geflutet mit folgenden Eintrag:

                            
                            
                            alexa2.0
                            2022-07-12 11:46:49.932	info	State value to set for "alexa2.0.Smart-Home-Devices.7f9220b1-bc27-4f38-b36d-9464f6af6764.connectivity-reason" has to be type "string" but received type "object"
                            
                            alexa2.0
                            2022-07-12 11:46:47.997	info	State value to set for "alexa2.0.Smart-Home-Devices.7f9220b1-bc27-4f38-b36d-9464f6af6764.connectivity-reason" has to be type "string" but received type "object"
                            
                            alexa2.0
                            2022-07-12 11:46:45.998	info	State value to set for "alexa2.0.Smart-Home-Devices.7f9220b1-bc27-4f38-b36d-9464f6af6764.connectivity-reason" has to be type "string" but received type "object"
                            

                            Sekündlich kommt einer hinzu. Dabei handelt es sich um einen TV mit Alexa-Unterstützung.

                            Palm_ManiacP 1 Antwort Letzte Antwort
                            1
                            • Palm_ManiacP Palm_Maniac

                              @thomas-braun Habe gerade V3.17.2 installiert und warte nun, ob es wieder auftritt. wenn ja, dann stelle ich mal alles auf Debug und schaue.

                              PS: Oha, mit der V3.17.2 wird mein Log geflutet mit folgenden Eintrag:

                              
                              
                              alexa2.0
                              2022-07-12 11:46:49.932	info	State value to set for "alexa2.0.Smart-Home-Devices.7f9220b1-bc27-4f38-b36d-9464f6af6764.connectivity-reason" has to be type "string" but received type "object"
                              
                              alexa2.0
                              2022-07-12 11:46:47.997	info	State value to set for "alexa2.0.Smart-Home-Devices.7f9220b1-bc27-4f38-b36d-9464f6af6764.connectivity-reason" has to be type "string" but received type "object"
                              
                              alexa2.0
                              2022-07-12 11:46:45.998	info	State value to set for "alexa2.0.Smart-Home-Devices.7f9220b1-bc27-4f38-b36d-9464f6af6764.connectivity-reason" has to be type "string" but received type "object"
                              

                              Sekündlich kommt einer hinzu. Dabei handelt es sich um einen TV mit Alexa-Unterstützung.

                              Palm_ManiacP Offline
                              Palm_ManiacP Offline
                              Palm_Maniac
                              schrieb am zuletzt editiert von
                              #145

                              Diese Einträge habe ich im Log wegen der Masseneinträge noch gefunden:

                              
                              alexa2.0
                              2022-07-12 12:58:59.712	info	Subscribing to states...
                              
                              alexa2.0
                              2022-07-12 12:58:59.367	info	State value to set for "alexa2.0.Smart-Home-Devices.7f9220b1-bc27-4f38-b36d-9464f6af6764.connectivity-reason" has to be type "string" but received type "object"
                              
                              alexa2.0
                              2022-07-12 12:58:31.333	info	Device-type:ABN2IXKXKVGFG - Palm_Maniac's Smart TV (Works-With-Alexa) (Smart TV (Works-With-Alexa)) (Smart TV (Works-With-Alexa)) (Smart TV (Works-With-Alexa)) (FAR_FIELD,DEREGISTER_DEVICE,AUDIO_PLAYER,AUDIBLE,DEEZER,MICROPHONE,KINDLE_BOOKS,SLEEP,I_HEART_RADIO,TUNE_IN,AMAZON_MUSIC,TIMERS_AND_ALARMS,VOLUME_SETTING,SUPPORTS_CONNECTED_HOME_CLOUD_ONLY,GOLDFISH,DREAM_TRAINING,APPLE_MUSIC,CHANGE_NAME,SIRIUSXM,PERSISTENT_CONNECTION,MUSIC_SKILL,TIDAL,ADAPTIVE_LISTENING)
                              
                              alexa2.0
                              2022-07-12 12:58:31.333	info	Report to developer as GitHub issue with details for device. Please grab full next line pot. from logfile on disk if cutted
                              

                              Außerdem habe ich wohl den Auslöser für das Eigenleben des Lichts gefunden. Mir ist aufgefallen, dass das Treppenlicht 2mal unter Smart-Devices auftauchte mit allen Datenpunkten für RGB Beleuchtung. Das hätte so aber nicht sein dürfen, denn ich hatte dieses Licht garnicht per IOT-Adapter an Alexa übergeben. Also habe ich mir nochmal die Konfig in WLED angeschaut und gesehen, dass dort die Alexa-Unterstützung aktiviert war. Problem erkannt, Problem gebannt. 🙂

                              apollon77A 2 Antworten Letzte Antwort
                              0
                              • Palm_ManiacP Palm_Maniac

                                Diese Einträge habe ich im Log wegen der Masseneinträge noch gefunden:

                                
                                alexa2.0
                                2022-07-12 12:58:59.712	info	Subscribing to states...
                                
                                alexa2.0
                                2022-07-12 12:58:59.367	info	State value to set for "alexa2.0.Smart-Home-Devices.7f9220b1-bc27-4f38-b36d-9464f6af6764.connectivity-reason" has to be type "string" but received type "object"
                                
                                alexa2.0
                                2022-07-12 12:58:31.333	info	Device-type:ABN2IXKXKVGFG - Palm_Maniac's Smart TV (Works-With-Alexa) (Smart TV (Works-With-Alexa)) (Smart TV (Works-With-Alexa)) (Smart TV (Works-With-Alexa)) (FAR_FIELD,DEREGISTER_DEVICE,AUDIO_PLAYER,AUDIBLE,DEEZER,MICROPHONE,KINDLE_BOOKS,SLEEP,I_HEART_RADIO,TUNE_IN,AMAZON_MUSIC,TIMERS_AND_ALARMS,VOLUME_SETTING,SUPPORTS_CONNECTED_HOME_CLOUD_ONLY,GOLDFISH,DREAM_TRAINING,APPLE_MUSIC,CHANGE_NAME,SIRIUSXM,PERSISTENT_CONNECTION,MUSIC_SKILL,TIDAL,ADAPTIVE_LISTENING)
                                
                                alexa2.0
                                2022-07-12 12:58:31.333	info	Report to developer as GitHub issue with details for device. Please grab full next line pot. from logfile on disk if cutted
                                

                                Außerdem habe ich wohl den Auslöser für das Eigenleben des Lichts gefunden. Mir ist aufgefallen, dass das Treppenlicht 2mal unter Smart-Devices auftauchte mit allen Datenpunkten für RGB Beleuchtung. Das hätte so aber nicht sein dürfen, denn ich hatte dieses Licht garnicht per IOT-Adapter an Alexa übergeben. Also habe ich mir nochmal die Konfig in WLED angeschaut und gesehen, dass dort die Alexa-Unterstützung aktiviert war. Problem erkannt, Problem gebannt. 🙂

                                apollon77A Online
                                apollon77A Online
                                apollon77
                                schrieb am zuletzt editiert von
                                #146

                                @palm_maniac sagte in Alexa2 Adapter 3.13/3.14/3.15/3.16/3.17 (Beta):

                                Report to developer as GitHub issue with details for device.

                                Dann mach das doch mal 🙂 Der Entwickler freut sich

                                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
                                Palm_ManiacP 1 Antwort Letzte Antwort
                                0
                                • Palm_ManiacP Palm_Maniac

                                  Diese Einträge habe ich im Log wegen der Masseneinträge noch gefunden:

                                  
                                  alexa2.0
                                  2022-07-12 12:58:59.712	info	Subscribing to states...
                                  
                                  alexa2.0
                                  2022-07-12 12:58:59.367	info	State value to set for "alexa2.0.Smart-Home-Devices.7f9220b1-bc27-4f38-b36d-9464f6af6764.connectivity-reason" has to be type "string" but received type "object"
                                  
                                  alexa2.0
                                  2022-07-12 12:58:31.333	info	Device-type:ABN2IXKXKVGFG - Palm_Maniac's Smart TV (Works-With-Alexa) (Smart TV (Works-With-Alexa)) (Smart TV (Works-With-Alexa)) (Smart TV (Works-With-Alexa)) (FAR_FIELD,DEREGISTER_DEVICE,AUDIO_PLAYER,AUDIBLE,DEEZER,MICROPHONE,KINDLE_BOOKS,SLEEP,I_HEART_RADIO,TUNE_IN,AMAZON_MUSIC,TIMERS_AND_ALARMS,VOLUME_SETTING,SUPPORTS_CONNECTED_HOME_CLOUD_ONLY,GOLDFISH,DREAM_TRAINING,APPLE_MUSIC,CHANGE_NAME,SIRIUSXM,PERSISTENT_CONNECTION,MUSIC_SKILL,TIDAL,ADAPTIVE_LISTENING)
                                  
                                  alexa2.0
                                  2022-07-12 12:58:31.333	info	Report to developer as GitHub issue with details for device. Please grab full next line pot. from logfile on disk if cutted
                                  

                                  Außerdem habe ich wohl den Auslöser für das Eigenleben des Lichts gefunden. Mir ist aufgefallen, dass das Treppenlicht 2mal unter Smart-Devices auftauchte mit allen Datenpunkten für RGB Beleuchtung. Das hätte so aber nicht sein dürfen, denn ich hatte dieses Licht garnicht per IOT-Adapter an Alexa übergeben. Also habe ich mir nochmal die Konfig in WLED angeschaut und gesehen, dass dort die Alexa-Unterstützung aktiviert war. Problem erkannt, Problem gebannt. 🙂

                                  apollon77A Online
                                  apollon77A Online
                                  apollon77
                                  schrieb am zuletzt editiert von
                                  #147

                                  @palm_maniac sagte in Alexa2 Adapter 3.13/3.14/3.15/3.16/3.17 (Beta):

                                  Außerdem habe ich wohl den Auslöser für das Eigenleben des Lichts gefunden. Mir ist aufgefallen, dass das Treppenlicht 2mal unter Smart-Devices auftauchte mit allen Datenpunkten für RGB Beleuchtung. Das hätte so aber nicht sein dürfen, denn ich hatte dieses Licht garnicht per IOT-Adapter an Alexa übergeben. Also habe ich mir nochmal die Konfig in WLED angeschaut und gesehen, dass dort die Alexa-Unterstützung aktiviert war. Problem erkannt, Problem gebannt.

                                  Warum es plötzlich was tut wenn nichts gesteuert wird ist dennoch strange

                                  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
                                  Palm_ManiacP 1 Antwort Letzte Antwort
                                  0
                                  • apollon77A apollon77

                                    Hi All,

                                    heute gibt mal ein lang ersehntes Update von Alexa2 auf die 3.13.0 (und am 6.7. auf 3.14.0 und am 9.7. auf 3.15.0) im beta Repo. Sollte im laufe des Tages bei allen auftauchen.

                                    Primär sollten die User die wegen komischen Family-Account-Konstellationen Probleme mit der 3.12 hatten jetzt mit der 3.13 wieder keine Probleme haben. Erstes GitHub Feedback legt dies zumindestens nahe.

                                    User die viele Geräte haben und daher Kommandos an Gruppen immer nur Teileise ausgeführt wurden sollten mit der 3.13 auch weniger Issues haben weil jetzt nicht mehr ein Request pro Gerät sondern nur einer für alles gemacht wird - sollte damit keine "Rate Limit" Fehler mehr geben.

                                    Weiterhin geht das aufrufen von TuneIn Station- und Topic-IDs wieder.

                                    Wer GitHub Issues erstellt hatte die jetzt gelöst sind bitte schliesen bzw kommentieren (auch wenn schon geschlossen).

                                    Das folgende ist der komplette Changelog der 3.13:

                                    • IMPORTANT List Names are now checked for invalid characters and replaced. Might change the name of objects in ioBroker. Old ones need to be deleted manually!
                                    • (Apollon77) Fix command sending in multi owner environments (e.g. Family shared devices)
                                    • (Apollon77) Add some new devices
                                    • (ammawel) Add the date of an alarm as state, not only time
                                    • (Apollon77) Add option to also query the App Devices to allow to send commands to them
                                    • (Apollon77) Rework Multiroom for commands to prevent rate limiting issues!
                                    • (Apollon77) Fix Routine Naming if triggers were used
                                    • (Apollon77) Support devices with "Ziggy" as wake word
                                    • (Apollon77) All commands with voice output respect the defined speak-volume now
                                    • (Apollon77) Allow again to directly enter TuneIn station Ids (s*) and topicIds (t*)
                                    • (Apollon77) Add media states to show remaining time of media playback
                                    • (simatec) Adjust link color im Admin configuration
                                    • (Apollon77) Some requests are automatically retried with a slight delay if Amazon responds with error 503

                                    Changelog der 3.14:

                                    • (Apollon77) Allow to define if Lists and Smart home devices are synced by the adapter with the Amazon Cloud at all
                                    • (Apollon77) Enhance Smart Home Device support by adding various controllers and states. If in your Alexa App something is configurable which is not in ioBroker please send a debug log!
                                    • (Apollon77) Re-Introduce the ability to poll smart home device states in intervals, but only devices are queried that report their status proactively to Amazon-Cloud to prevent Skill developer costs! ioBroker (and OpenHab) devices are NOT queried! The interval can be configured but must not be lower than 60s! Querying is disabled by default.
                                    • (Apollon77) Add message to send out sequences of commands to alexa devices
                                    • (Apollon77) Add Info states for macAddress and WifiSSID of the Alexa devices
                                    • (Apollon77) Add several new states for Player for allowed actions, medium quality
                                    • (Apollon77) Add mediaId and also allow to set it to jump to a defined entry in the playlist
                                    • (Apollon77) Add Commands.sound to play a sound
                                    • (Apollon77) Do not set the speak-volume when executing textCommand and deviceStop
                                    • (Apollon77) Do not set speak-volume if the volume is already as wanted when executing commands
                                    • (Apollon77) update Do-Not-Disturb status once on start and with device configuration updates
                                    • (Apollon77) Allow to specify the title in notification commands
                                    • (Apollon77) When a device plays music in a group then new states in "Player"will indicate this together with the group ID
                                    • (Apollon77) Allow to enable and disable smart home devices - this will be synced together with the smart home state updates from the cloud if changed in the app!
                                    • (Apollon77) Detect Rate limit exceeded response and do one automatic request retry 10s later (plus a random part)
                                    • (Apollon77) Slow down the update of player status to prevent rate limit exceeded errors. initial update of the player states is delayed on startup of the adapter
                                    • (Apollon77) Restore character replacement for Music providers (space is now again a "-")
                                    • (Apollon77) Add more devices
                                    • (Apollon77) Optimize startup and unload handling

                                    Changelog der 3.15:

                                    • (Apollon77) IMPORTANT: Format to specify multiple Details on "New" for Alarms and Reminders changed, see documentation!
                                    • (Apollon77) Add Alarm/Reminder triggered state per device which will contain the ID of the alarm that got triggered when it is triggered
                                    • (Apollon77) Add several more fields for Alarms and Reminders to show better the details of the alarm
                                    • (Apollon77) Allow to cancel Reminders and Alarms as in the Alexa App
                                    • (Apollon77) Allow to also edit Alarm/Reminder Dates additionally to the times
                                    • (Apollon77) Allow to set a custom Volume for Reminders and Alarms - it will be set 2s before the expected trigger and restored afterwards
                                    • (Apollon77) Calculate the "nextTriggerDate" as Timestamp of next expected triggering
                                    • (Apollon77) Add a JSON-Array with all running timers and the "next id" as state
                                    • (Apollon77) Allow to stop a timer by ID
                                    • (Apollon77) Add the days-list of Alarms when configured for recurrency
                                    • (Apollon77) Add new Commands skill and skillYours to start Skills
                                    • (Apollon77) Add Notification volume, Ascending Alarm setting and default notification sounds as preferences
                                    • (Apollon77) Slow down the initialization of all data a bit, so startup could take longer

                                    3.16.0 ist auf dem Weg:

                                    • (Apollon77) Add (official) support for Music-Alarms - they are now listed under "Alarms" together with the other Alarms! The "sound" list will contain the device specific music targets - so you can basically zse the ones that you created at least once via voice commands.
                                    • (Apollon77) For a Music Alarm the "customVolume" on the alarm is used to set the normal device volume 2s before the alarm but do not (!) reset it afterwards
                                    • (Apollon77) Prevent crashes on one time Alarms that just triggered

                                    3.17.1 bringt noch dazu:

                                    • (Apollon77) Add support to play Audible books in Music-Providers
                                    • (Apollon77) Optimize deletion of alarms and reminders
                                    • (Apollon77) Optimize requesting smart home device data
                                    • (Apollon77) Work around timing issues with speak-volume when using announcement
                                    • (Apollon77) Correctly initialize volume/mute on startup also when player data are not available
                                    • (Apollon77) Do not overwrite speak-volume (and some other fields) with null on adapter start
                                    • (Apollon77) Fix crash cases reported by Sentry

                                    Viel Spass beim testen und Danke für Euer Feedback!

                                    Ingo

                                    sigi234S Online
                                    sigi234S Online
                                    sigi234
                                    Forum Testing Most Active
                                    schrieb am zuletzt editiert von sigi234
                                    #148

                                    @apollon77

                                    Seit 3.17.2 kommt ständig das im Log:

                                    alexa2.0
                                    2022-07-12 16:07:02.169	info	State value to set for "alexa2.0.Smart-Home-Devices.2bd3a32a-2769-44db-a7ae-87040ae0b9e9.connectivity-reason" has to be type "string" but received type "object"
                                    
                                    alexa2.0
                                    2022-07-12 16:07:02.169	info	State value to set for "alexa2.0.Smart-Home-Devices.4a7f3111-5f34-41c6-999d-97445497dd54.connectivity-reason" has to be type "string" but received type "object"
                                    
                                    alexa2.0
                                    2022-07-12 16:07:02.169	info	State value to set for "alexa2.0.Smart-Home-Devices.178c8295-8aca-4daa-9cc6-70319e3c42a8.connectivity-reason" has to be type "string" but received type "object"
                                    
                                    alexa2.0
                                    2022-07-12 16:07:02.169	info	State value to set for "alexa2.0.Smart-Home-Devices.baff13c0-c230-4a18-bc02-c75d89feb91b.connectivity-reason" has to be type "string" but received type "object"
                                    
                                    alexa2.0
                                    2022-07-12 16:07:02.168	info	State value to set for "alexa2.0.Smart-Home-Devices.d1edb1fa-f9cd-490e-8e18-4f9aba2bfa6b.colorRgb" has to be type "string" but received type "object"
                                    
                                    alexa2.0
                                    2022-07-12 16:07:02.168	info	State value to set for "alexa2.0.Smart-Home-Devices.0b11288f-36c0-49f4-9370-fa23a5e501fa.connectivity-reason" has to be type "string" but received type "object"
                                    
                                    alexa2.0
                                    2022-07-12 16:07:02.167	info	State value to set for "alexa2.0.Smart-Home-Devices.bbd84bcd-a37a-4213-b9e0-3fa66a805c4a.colorRgb" has to be type "string" but received type "object"
                                    
                                    alexa2.0
                                    2022-07-12 16:07:02.167	info	State value to set for "alexa2.0.Smart-Home-Devices.441edae9-3f8a-4ed6-8cc3-72ff8d179d72.colorRgb" has to be type "string" but received type "object"
                                    
                                    alexa2.0
                                    2022-07-12 16:07:02.166	info	State value to set for "alexa2.0.Smart-Home-Devices.bbcaed7a-20bf-4573-979d-ea5e6eb15903.connectivity-reason" has to be type "string" but received type "object"
                                    
                                    alexa2.0
                                    2022-07-12 16:07:02.166	info	State value to set for "alexa2.0.Smart-Home-Devices.8e5548cf-ab6b-462a-8f5b-153ef3e7cd33.connectivity-reason" has to be type "string" but received type "object"
                                    
                                    alexa2.0
                                    2022-07-12 16:07:02.165	info	State value to set for "alexa2.0.Smart-Home-Devices.f05454b0-f034-485e-beb6-b2ebc3fe60ac.colorRgb" has to be type "string" but received type "object"
                                    
                                    alexa2.0
                                    2022-07-12 16:06:53.282	info	State value to set for "alexa2.0.Smart-Home-Devices.2bd3a32a-2769-44db-a7ae-87040ae0b9e9.connectivity-reason" has to be type "string" but received type "object"
                                    
                                    alexa2.0
                                    2022-07-12 16:06:53.282	info	State value to set for "alexa2.0.Smart-Home-Devices.4a7f3111-5f34-41c6-999d-97445497dd54.connectivity-reason" has to be type "string" but received type "object"
                                    
                                    alexa2.0
                                    2022-07-12 16:06:53.282	info	State value to set for "alexa2.0.Smart-Home-Devices.178c8295-8aca-4daa-9cc6-70319e3c42a8.connectivity-reason" has to be type "string" but received type "object"
                                    
                                    alexa2.0
                                    2022-07-12 16:06:53.282	info	State value to set for "alexa2.0.Smart-Home-Devices.baff13c0-c230-4a18-bc02-c75d89feb91b.connectivity-reason" has to be type "string" but received type "object"
                                    
                                    alexa2.0
                                    2022-07-12 16:06:53.282	info	State value to set for "alexa2.0.Smart-Home-Devices.d1edb1fa-f9cd-490e-8e18-4f9aba2bfa6b.colorRgb" has to be type "string" but received type "object"
                                    
                                    alexa2.0
                                    2022-07-12 16:06:53.282	info	State value to set for "alexa2.0.Smart-Home-Devices.0b11288f-36c0-49f4-9370-fa23a5e501fa.connectivity-reason" has to be type "string" but received type "object"
                                    
                                    alexa2.0
                                    2022-07-12 16:06:53.281	info	State value to set for "alexa2.0.Smart-Home-Devices.bbd84bcd-a37a-4213-b9e0-3fa66a805c4a.colorRgb" has to be type "string" but received type "object"
                                    
                                    alexa2.0
                                    2022-07-12 16:06:53.280	info	State value to set for "alexa2.0.Smart-Home-Devices.441edae9-3f8a-4ed6-8cc3-72ff8d179d72.colorRgb" has to be type "string" but received type "object"
                                    
                                    alexa2.0
                                    2022-07-12 16:06:53.280	info	State value to set for "alexa2.0.Smart-Home-Devices.bbcaed7a-20bf-4573-979d-ea5e6eb15903.connectivity-reason" has to be type "string" but received type "object"
                                    
                                    alexa2.0
                                    2022-07-12 16:06:53.280	info	State value to set for "alexa2.0.Smart-Home-Devices.8e5548cf-ab6b-462a-8f5b-153ef3e7cd33.connectivity-reason" has to be type "string" but received type "object"
                                    
                                    alexa2.0
                                    2022-07-12 16:06:53.279	info	State value to set for "alexa2.0.Smart-Home-Devices.f05454b0-f034-485e-beb6-b2ebc3fe60ac.colorRgb" has to be type "string" but received type "object"
                                    
                                    alexa2.0
                                    2022-07-12 16:06:47.495	info	State value to set for "alexa2.0.Smart-Home-Devices.2bd3a32a-2769-44db-a7ae-87040ae0b9e9.connectivity-reason" has to be type "string" but received type "object"
                                    
                                    alexa2.0
                                    2022-07-12 16:06:47.495	info	State value to set for "alexa2.0.Smart-Home-Devices.4a7f3111-5f34-41c6-999d-97445497dd54.connectivity-reason" has to be type "string" but received type "object"
                                    
                                    alexa2.0
                                    2022-07-12 16:06:47.495	info	State value to set for "alexa2.0.Smart-Home-Devices.178c8295-8aca-4daa-9cc6-70319e3c42a8.connectivity-reason" has to be type "string" but received type "object"
                                    
                                    alexa2.0
                                    2022-07-12 16:06:47.495	info	State value to set for "alexa2.0.Smart-Home-Devices.baff13c0-c230-4a18-bc02-c75d89feb91b.connectivity-reason" has to be type "string" but received type "object"
                                    
                                    alexa2.0
                                    2022-07-12 16:06:47.494	info	State value to set for "alexa2.0.Smart-Home-Devices.d1edb1fa-f9cd-490e-8e18-4f9aba2bfa6b.colorRgb" has to be type "string" but received type "object"
                                    
                                    alexa2.0
                                    2022-07-12 16:06:47.494	info	State value to set for "alexa2.0.Smart-Home-Devices.0b11288f-36c0-49f4-9370-fa23a5e501fa.connectivity-reason" has to be type "string" but received type "object"
                                    
                                    alexa2.0
                                    2022-07-12 16:06:47.494	info	State value to set for "alexa2.0.Smart-Home-Devices.bbd84bcd-a37a-4213-b9e0-3fa66a805c4a.colorRgb" has to be type "string" but received type "object"
                                    
                                    alexa2.0
                                    2022-07-12 16:06:47.493	info	State value to set for "alexa2.0.Smart-Home-Devices.441edae9-3f8a-4ed6-8cc3-72ff8d179d72.colorRgb" has to be type "string" but received type "object"
                                    
                                    alexa2.0
                                    2022-07-12 16:06:47.492	info	State value to set for "alexa2.0.Smart-Home-Devices.bbcaed7a-20bf-4573-979d-ea5e6eb15903.connectivity-reason" has to be type "string" but received type "object"
                                    
                                    alexa2.0
                                    2022-07-12 16:06:47.492	info	State value to set for "alexa2.0.Smart-Home-Devices.8e5548cf-ab6b-462a-8f5b-153ef3e7cd33.connectivity-reason" has to be type "string" but received type "object"
                                    
                                    alexa2.0
                                    2022-07-12 16:06:47.492	info	State value to set for "alexa2.0.Smart-Home-Devices.f05454b0-f034-485e-beb6-b2ebc3fe60ac.colorRgb" has to be type "string" but received type "object"
                                    
                                    alexa2.0
                                    2022-07-12 16:06:41.563	info	State value to set for "alexa2.0.Smart-Home-Devices.2bd3a32a-2769-44db-a7ae-87040ae0b9e9.connectivity-reason" has to be type "string" but received type "object"
                                    
                                    alexa2.0
                                    2022-07-12 16:06:41.563	info	State value to set for "alexa2.0.Smart-Home-Devices.4a7f3111-5f34-41c6-999d-97445497dd54.connectivity-reason" has to be type "string" but received type "object"
                                    
                                    alexa2.0
                                    2022-07-12 16:06:41.563	info	State value to set for "alexa2.0.Smart-Home-Devices.178c8295-8aca-4daa-9cc6-70319e3c42a8.connectivity-reason" has to be type "string" but received type "object"
                                    
                                    alexa2.0
                                    2022-07-12 16:06:41.562	info	State value to set for "alexa2.0.Smart-Home-Devices.baff13c0-c230-4a18-bc02-c75d89feb91b.connectivity-reason" has to be type "string" but received type "object"
                                    
                                    alexa2.0
                                    2022-07-12 16:06:41.561	info	State value to set for "alexa2.0.Smart-Home-Devices.d1edb1fa-f9cd-490e-8e18-4f9aba2bfa6b.colorRgb" has to be type "string" but received type "object"
                                    
                                    alexa2.0
                                    2022-07-12 16:06:41.560	info	State value to set for "alexa2.0.Smart-Home-Devices.0b11288f-36c0-49f4-9370-fa23a5e501fa.connectivity-reason" has to be type "string" but received type "object"
                                    
                                    alexa2.0
                                    2022-07-12 16:06:41.560	info	State value to set for "alexa2.0.Smart-Home-Devices.bbd84bcd-a37a-4213-b9e0-3fa66a805c4a.colorRgb" has to be type "string" but received type "object"
                                    
                                    alexa2.0
                                    2022-07-12 16:06:41.559	info	State value to set for "alexa2.0.Smart-Home-Devices.441edae9-3f8a-4ed6-8cc3-72ff8d179d72.colorRgb" has to be type "string" but received type "object"
                                    
                                    alexa2.0
                                    2022-07-12 16:06:41.556	info	State value to set for "alexa2.0.Smart-Home-Devices.bbcaed7a-20bf-4573-979d-ea5e6eb15903.connectivity-reason" has to be type "string" but received type "object"
                                    
                                    alexa2.0
                                    2022-07-12 16:06:41.556	info	State value to set for "alexa2.0.Smart-Home-Devices.8e5548cf-ab6b-462a-8f5b-153ef3e7cd33.connectivity-reason" has to be type "string" but received type "object"
                                    
                                    alexa2.0
                                    2022-07-12 16:06:41.555	info	State value to set for "alexa2.0.Smart-Home-Devices.f05454b0-f034-485e-beb6-b2ebc3fe60ac.colorRgb" has to be type "string" but received type "object"
                                    
                                    alexa2.0
                                    2022-07-12 16:06:32.514	info	State value to set for "alexa2.0.Smart-Home-Devices.2bd3a32a-2769-44db-a7ae-87040ae0b9e9.connectivity-reason" has to be type "string" but received type "object"
                                    
                                    alexa2.0
                                    2022-07-12 16:06:32.513	info	State value to set for "alexa2.0.Smart-Home-Devices.4a7f3111-5f34-41c6-999d-97445497dd54.connectivity-reason" has to be type "string" but received type "object"
                                    
                                    alexa2.0
                                    2022-07-12 16:06:32.513	info	State value to set for "alexa2.0.Smart-Home-Devices.178c8295-8aca-4daa-9cc6-70319e3c42a8.connectivity-reason" has to be type "string" but received type "object"
                                    
                                    alexa2.0
                                    2022-07-12 16:06:32.513	info	State value to set for "alexa2.0.Smart-Home-Devices.baff13c0-c230-4a18-bc02-c75d89feb91b.connectivity-reason" has to be type "string" but received type "object"
                                    
                                    alexa2.0
                                    2022-07-12 16:06:32.513	info	State value to set for "alexa2.0.Smart-Home-Devices.d1edb1fa-f9cd-490e-8e18-4f9aba2bfa6b.colorRgb" has to be type "string" but received type "object"
                                    
                                    alexa2.0
                                    2022-07-12 16:06:32.512	info	State value to set for "alexa2.0.Smart-Home-Devices.0b11288f-36c0-49f4-9370-fa23a5e501fa.connectivity-reason" has to be type "string" but received type "object"
                                    
                                    alexa2.0
                                    2022-07-12 16:06:32.512	info	State value to set for "alexa2.0.Smart-Home-Devices.bbd84bcd-a37a-4213-b9e0-3fa66a805c4a.colorRgb" has to be type "string" but received type "object"
                                    
                                    alexa2.0
                                    2022-07-12 16:06:32.512	info	State value to set for "alexa2.0.Smart-Home-Devices.441edae9-3f8a-4ed6-8cc3-72ff8d179d72.colorRgb" has to be type "string" but received type "object"
                                    
                                    alexa2.0
                                    2022-07-12 16:06:32.510	info	State value to set for "alexa2.0.Smart-Home-Devices.bbcaed7a-20bf-4573-979d-ea5e6eb15903.connectivity-reason" has to be type "string" but received type "object"
                                    
                                    alexa2.0
                                    2022-07-12 16:06:32.510	info	State value to set for "alexa2.0.Smart-Home-Devices.8e5548cf-ab6b-462a-8f5b-153ef3e7cd33.connectivity-reason" has to be type "string" but received type "object"
                                    
                                    alexa2.0
                                    2022-07-12 16:06:32.510	info	State value to set for "alexa2.0.Smart-Home-Devices.f05454b0-f034-485e-beb6-b2ebc3fe60ac.colorRgb" has to be type "string" but received type "object"
                                    
                                    alexa2.0
                                    2022-07-12 16:06:26.767	info	State value to set for "alexa2.0.Smart-Home-Devices.2bd3a32a-2769-44db-a7ae-87040ae0b9e9.connectivity-reason" has to be type "string" but received type "object"
                                    
                                    alexa2.0
                                    2022-07-12 16:06:26.767	info	State value to set for "alexa2.0.Smart-Home-Devices.4a7f3111-5f34-41c6-999d-97445497dd54.connectivity-reason" has to be type "string" but received type "object"
                                    
                                    alexa2.0
                                    2022-07-12 16:06:26.766	info	State value to set for "alexa2.0.Smart-Home-Devices.178c8295-8aca-4daa-9cc6-70319e3c42a8.connectivity-reason" has to be type "string" but received type "object"
                                    
                                    alexa2.0
                                    2022-07-12 16:06:26.766	info	State value to set for "alexa2.0.Smart-Home-Devices.baff13c0-c230-4a18-bc02-c75d89feb91b.connectivity-reason" has to be type "string" but received type "object"
                                    
                                    alexa2.0
                                    2022-07-12 16:06:26.764	info	State value to set for "alexa2.0.Smart-Home-Devices.d1edb1fa-f9cd-490e-8e18-4f9aba2bfa6b.colorRgb" has to be type "string" but received type "object"
                                    
                                    alexa2.0
                                    2022-07-12 16:06:26.759	info	State value to set for "alexa2.0.Smart-Home-Devices.0b11288f-36c0-49f4-9370-fa23a5e501fa.connectivity-reason" has to be type "string" but received type "object"
                                    

                                    Smart-Home-Devices.2bd3a32a-2769-44db-a7ae-87040ae0b9e9.connectivity-reason

                                    Screenshot (5001).png Screenshot (5002).png

                                    alexa2.0.Smart-Home-Devices.d1edb1fa-f9cd-490e-8e18-4f9aba2bfa6b.colorRgb (Hue lightstrip Küche)

                                    Screenshot (5003).png Screenshot (5004).png

                                    Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                                    Immer Daten sichern!

                                    Palm_ManiacP apollon77A 2 Antworten Letzte Antwort
                                    0
                                    • sigi234S sigi234

                                      @apollon77

                                      Seit 3.17.2 kommt ständig das im Log:

                                      alexa2.0
                                      2022-07-12 16:07:02.169	info	State value to set for "alexa2.0.Smart-Home-Devices.2bd3a32a-2769-44db-a7ae-87040ae0b9e9.connectivity-reason" has to be type "string" but received type "object"
                                      
                                      alexa2.0
                                      2022-07-12 16:07:02.169	info	State value to set for "alexa2.0.Smart-Home-Devices.4a7f3111-5f34-41c6-999d-97445497dd54.connectivity-reason" has to be type "string" but received type "object"
                                      
                                      alexa2.0
                                      2022-07-12 16:07:02.169	info	State value to set for "alexa2.0.Smart-Home-Devices.178c8295-8aca-4daa-9cc6-70319e3c42a8.connectivity-reason" has to be type "string" but received type "object"
                                      
                                      alexa2.0
                                      2022-07-12 16:07:02.169	info	State value to set for "alexa2.0.Smart-Home-Devices.baff13c0-c230-4a18-bc02-c75d89feb91b.connectivity-reason" has to be type "string" but received type "object"
                                      
                                      alexa2.0
                                      2022-07-12 16:07:02.168	info	State value to set for "alexa2.0.Smart-Home-Devices.d1edb1fa-f9cd-490e-8e18-4f9aba2bfa6b.colorRgb" has to be type "string" but received type "object"
                                      
                                      alexa2.0
                                      2022-07-12 16:07:02.168	info	State value to set for "alexa2.0.Smart-Home-Devices.0b11288f-36c0-49f4-9370-fa23a5e501fa.connectivity-reason" has to be type "string" but received type "object"
                                      
                                      alexa2.0
                                      2022-07-12 16:07:02.167	info	State value to set for "alexa2.0.Smart-Home-Devices.bbd84bcd-a37a-4213-b9e0-3fa66a805c4a.colorRgb" has to be type "string" but received type "object"
                                      
                                      alexa2.0
                                      2022-07-12 16:07:02.167	info	State value to set for "alexa2.0.Smart-Home-Devices.441edae9-3f8a-4ed6-8cc3-72ff8d179d72.colorRgb" has to be type "string" but received type "object"
                                      
                                      alexa2.0
                                      2022-07-12 16:07:02.166	info	State value to set for "alexa2.0.Smart-Home-Devices.bbcaed7a-20bf-4573-979d-ea5e6eb15903.connectivity-reason" has to be type "string" but received type "object"
                                      
                                      alexa2.0
                                      2022-07-12 16:07:02.166	info	State value to set for "alexa2.0.Smart-Home-Devices.8e5548cf-ab6b-462a-8f5b-153ef3e7cd33.connectivity-reason" has to be type "string" but received type "object"
                                      
                                      alexa2.0
                                      2022-07-12 16:07:02.165	info	State value to set for "alexa2.0.Smart-Home-Devices.f05454b0-f034-485e-beb6-b2ebc3fe60ac.colorRgb" has to be type "string" but received type "object"
                                      
                                      alexa2.0
                                      2022-07-12 16:06:53.282	info	State value to set for "alexa2.0.Smart-Home-Devices.2bd3a32a-2769-44db-a7ae-87040ae0b9e9.connectivity-reason" has to be type "string" but received type "object"
                                      
                                      alexa2.0
                                      2022-07-12 16:06:53.282	info	State value to set for "alexa2.0.Smart-Home-Devices.4a7f3111-5f34-41c6-999d-97445497dd54.connectivity-reason" has to be type "string" but received type "object"
                                      
                                      alexa2.0
                                      2022-07-12 16:06:53.282	info	State value to set for "alexa2.0.Smart-Home-Devices.178c8295-8aca-4daa-9cc6-70319e3c42a8.connectivity-reason" has to be type "string" but received type "object"
                                      
                                      alexa2.0
                                      2022-07-12 16:06:53.282	info	State value to set for "alexa2.0.Smart-Home-Devices.baff13c0-c230-4a18-bc02-c75d89feb91b.connectivity-reason" has to be type "string" but received type "object"
                                      
                                      alexa2.0
                                      2022-07-12 16:06:53.282	info	State value to set for "alexa2.0.Smart-Home-Devices.d1edb1fa-f9cd-490e-8e18-4f9aba2bfa6b.colorRgb" has to be type "string" but received type "object"
                                      
                                      alexa2.0
                                      2022-07-12 16:06:53.282	info	State value to set for "alexa2.0.Smart-Home-Devices.0b11288f-36c0-49f4-9370-fa23a5e501fa.connectivity-reason" has to be type "string" but received type "object"
                                      
                                      alexa2.0
                                      2022-07-12 16:06:53.281	info	State value to set for "alexa2.0.Smart-Home-Devices.bbd84bcd-a37a-4213-b9e0-3fa66a805c4a.colorRgb" has to be type "string" but received type "object"
                                      
                                      alexa2.0
                                      2022-07-12 16:06:53.280	info	State value to set for "alexa2.0.Smart-Home-Devices.441edae9-3f8a-4ed6-8cc3-72ff8d179d72.colorRgb" has to be type "string" but received type "object"
                                      
                                      alexa2.0
                                      2022-07-12 16:06:53.280	info	State value to set for "alexa2.0.Smart-Home-Devices.bbcaed7a-20bf-4573-979d-ea5e6eb15903.connectivity-reason" has to be type "string" but received type "object"
                                      
                                      alexa2.0
                                      2022-07-12 16:06:53.280	info	State value to set for "alexa2.0.Smart-Home-Devices.8e5548cf-ab6b-462a-8f5b-153ef3e7cd33.connectivity-reason" has to be type "string" but received type "object"
                                      
                                      alexa2.0
                                      2022-07-12 16:06:53.279	info	State value to set for "alexa2.0.Smart-Home-Devices.f05454b0-f034-485e-beb6-b2ebc3fe60ac.colorRgb" has to be type "string" but received type "object"
                                      
                                      alexa2.0
                                      2022-07-12 16:06:47.495	info	State value to set for "alexa2.0.Smart-Home-Devices.2bd3a32a-2769-44db-a7ae-87040ae0b9e9.connectivity-reason" has to be type "string" but received type "object"
                                      
                                      alexa2.0
                                      2022-07-12 16:06:47.495	info	State value to set for "alexa2.0.Smart-Home-Devices.4a7f3111-5f34-41c6-999d-97445497dd54.connectivity-reason" has to be type "string" but received type "object"
                                      
                                      alexa2.0
                                      2022-07-12 16:06:47.495	info	State value to set for "alexa2.0.Smart-Home-Devices.178c8295-8aca-4daa-9cc6-70319e3c42a8.connectivity-reason" has to be type "string" but received type "object"
                                      
                                      alexa2.0
                                      2022-07-12 16:06:47.495	info	State value to set for "alexa2.0.Smart-Home-Devices.baff13c0-c230-4a18-bc02-c75d89feb91b.connectivity-reason" has to be type "string" but received type "object"
                                      
                                      alexa2.0
                                      2022-07-12 16:06:47.494	info	State value to set for "alexa2.0.Smart-Home-Devices.d1edb1fa-f9cd-490e-8e18-4f9aba2bfa6b.colorRgb" has to be type "string" but received type "object"
                                      
                                      alexa2.0
                                      2022-07-12 16:06:47.494	info	State value to set for "alexa2.0.Smart-Home-Devices.0b11288f-36c0-49f4-9370-fa23a5e501fa.connectivity-reason" has to be type "string" but received type "object"
                                      
                                      alexa2.0
                                      2022-07-12 16:06:47.494	info	State value to set for "alexa2.0.Smart-Home-Devices.bbd84bcd-a37a-4213-b9e0-3fa66a805c4a.colorRgb" has to be type "string" but received type "object"
                                      
                                      alexa2.0
                                      2022-07-12 16:06:47.493	info	State value to set for "alexa2.0.Smart-Home-Devices.441edae9-3f8a-4ed6-8cc3-72ff8d179d72.colorRgb" has to be type "string" but received type "object"
                                      
                                      alexa2.0
                                      2022-07-12 16:06:47.492	info	State value to set for "alexa2.0.Smart-Home-Devices.bbcaed7a-20bf-4573-979d-ea5e6eb15903.connectivity-reason" has to be type "string" but received type "object"
                                      
                                      alexa2.0
                                      2022-07-12 16:06:47.492	info	State value to set for "alexa2.0.Smart-Home-Devices.8e5548cf-ab6b-462a-8f5b-153ef3e7cd33.connectivity-reason" has to be type "string" but received type "object"
                                      
                                      alexa2.0
                                      2022-07-12 16:06:47.492	info	State value to set for "alexa2.0.Smart-Home-Devices.f05454b0-f034-485e-beb6-b2ebc3fe60ac.colorRgb" has to be type "string" but received type "object"
                                      
                                      alexa2.0
                                      2022-07-12 16:06:41.563	info	State value to set for "alexa2.0.Smart-Home-Devices.2bd3a32a-2769-44db-a7ae-87040ae0b9e9.connectivity-reason" has to be type "string" but received type "object"
                                      
                                      alexa2.0
                                      2022-07-12 16:06:41.563	info	State value to set for "alexa2.0.Smart-Home-Devices.4a7f3111-5f34-41c6-999d-97445497dd54.connectivity-reason" has to be type "string" but received type "object"
                                      
                                      alexa2.0
                                      2022-07-12 16:06:41.563	info	State value to set for "alexa2.0.Smart-Home-Devices.178c8295-8aca-4daa-9cc6-70319e3c42a8.connectivity-reason" has to be type "string" but received type "object"
                                      
                                      alexa2.0
                                      2022-07-12 16:06:41.562	info	State value to set for "alexa2.0.Smart-Home-Devices.baff13c0-c230-4a18-bc02-c75d89feb91b.connectivity-reason" has to be type "string" but received type "object"
                                      
                                      alexa2.0
                                      2022-07-12 16:06:41.561	info	State value to set for "alexa2.0.Smart-Home-Devices.d1edb1fa-f9cd-490e-8e18-4f9aba2bfa6b.colorRgb" has to be type "string" but received type "object"
                                      
                                      alexa2.0
                                      2022-07-12 16:06:41.560	info	State value to set for "alexa2.0.Smart-Home-Devices.0b11288f-36c0-49f4-9370-fa23a5e501fa.connectivity-reason" has to be type "string" but received type "object"
                                      
                                      alexa2.0
                                      2022-07-12 16:06:41.560	info	State value to set for "alexa2.0.Smart-Home-Devices.bbd84bcd-a37a-4213-b9e0-3fa66a805c4a.colorRgb" has to be type "string" but received type "object"
                                      
                                      alexa2.0
                                      2022-07-12 16:06:41.559	info	State value to set for "alexa2.0.Smart-Home-Devices.441edae9-3f8a-4ed6-8cc3-72ff8d179d72.colorRgb" has to be type "string" but received type "object"
                                      
                                      alexa2.0
                                      2022-07-12 16:06:41.556	info	State value to set for "alexa2.0.Smart-Home-Devices.bbcaed7a-20bf-4573-979d-ea5e6eb15903.connectivity-reason" has to be type "string" but received type "object"
                                      
                                      alexa2.0
                                      2022-07-12 16:06:41.556	info	State value to set for "alexa2.0.Smart-Home-Devices.8e5548cf-ab6b-462a-8f5b-153ef3e7cd33.connectivity-reason" has to be type "string" but received type "object"
                                      
                                      alexa2.0
                                      2022-07-12 16:06:41.555	info	State value to set for "alexa2.0.Smart-Home-Devices.f05454b0-f034-485e-beb6-b2ebc3fe60ac.colorRgb" has to be type "string" but received type "object"
                                      
                                      alexa2.0
                                      2022-07-12 16:06:32.514	info	State value to set for "alexa2.0.Smart-Home-Devices.2bd3a32a-2769-44db-a7ae-87040ae0b9e9.connectivity-reason" has to be type "string" but received type "object"
                                      
                                      alexa2.0
                                      2022-07-12 16:06:32.513	info	State value to set for "alexa2.0.Smart-Home-Devices.4a7f3111-5f34-41c6-999d-97445497dd54.connectivity-reason" has to be type "string" but received type "object"
                                      
                                      alexa2.0
                                      2022-07-12 16:06:32.513	info	State value to set for "alexa2.0.Smart-Home-Devices.178c8295-8aca-4daa-9cc6-70319e3c42a8.connectivity-reason" has to be type "string" but received type "object"
                                      
                                      alexa2.0
                                      2022-07-12 16:06:32.513	info	State value to set for "alexa2.0.Smart-Home-Devices.baff13c0-c230-4a18-bc02-c75d89feb91b.connectivity-reason" has to be type "string" but received type "object"
                                      
                                      alexa2.0
                                      2022-07-12 16:06:32.513	info	State value to set for "alexa2.0.Smart-Home-Devices.d1edb1fa-f9cd-490e-8e18-4f9aba2bfa6b.colorRgb" has to be type "string" but received type "object"
                                      
                                      alexa2.0
                                      2022-07-12 16:06:32.512	info	State value to set for "alexa2.0.Smart-Home-Devices.0b11288f-36c0-49f4-9370-fa23a5e501fa.connectivity-reason" has to be type "string" but received type "object"
                                      
                                      alexa2.0
                                      2022-07-12 16:06:32.512	info	State value to set for "alexa2.0.Smart-Home-Devices.bbd84bcd-a37a-4213-b9e0-3fa66a805c4a.colorRgb" has to be type "string" but received type "object"
                                      
                                      alexa2.0
                                      2022-07-12 16:06:32.512	info	State value to set for "alexa2.0.Smart-Home-Devices.441edae9-3f8a-4ed6-8cc3-72ff8d179d72.colorRgb" has to be type "string" but received type "object"
                                      
                                      alexa2.0
                                      2022-07-12 16:06:32.510	info	State value to set for "alexa2.0.Smart-Home-Devices.bbcaed7a-20bf-4573-979d-ea5e6eb15903.connectivity-reason" has to be type "string" but received type "object"
                                      
                                      alexa2.0
                                      2022-07-12 16:06:32.510	info	State value to set for "alexa2.0.Smart-Home-Devices.8e5548cf-ab6b-462a-8f5b-153ef3e7cd33.connectivity-reason" has to be type "string" but received type "object"
                                      
                                      alexa2.0
                                      2022-07-12 16:06:32.510	info	State value to set for "alexa2.0.Smart-Home-Devices.f05454b0-f034-485e-beb6-b2ebc3fe60ac.colorRgb" has to be type "string" but received type "object"
                                      
                                      alexa2.0
                                      2022-07-12 16:06:26.767	info	State value to set for "alexa2.0.Smart-Home-Devices.2bd3a32a-2769-44db-a7ae-87040ae0b9e9.connectivity-reason" has to be type "string" but received type "object"
                                      
                                      alexa2.0
                                      2022-07-12 16:06:26.767	info	State value to set for "alexa2.0.Smart-Home-Devices.4a7f3111-5f34-41c6-999d-97445497dd54.connectivity-reason" has to be type "string" but received type "object"
                                      
                                      alexa2.0
                                      2022-07-12 16:06:26.766	info	State value to set for "alexa2.0.Smart-Home-Devices.178c8295-8aca-4daa-9cc6-70319e3c42a8.connectivity-reason" has to be type "string" but received type "object"
                                      
                                      alexa2.0
                                      2022-07-12 16:06:26.766	info	State value to set for "alexa2.0.Smart-Home-Devices.baff13c0-c230-4a18-bc02-c75d89feb91b.connectivity-reason" has to be type "string" but received type "object"
                                      
                                      alexa2.0
                                      2022-07-12 16:06:26.764	info	State value to set for "alexa2.0.Smart-Home-Devices.d1edb1fa-f9cd-490e-8e18-4f9aba2bfa6b.colorRgb" has to be type "string" but received type "object"
                                      
                                      alexa2.0
                                      2022-07-12 16:06:26.759	info	State value to set for "alexa2.0.Smart-Home-Devices.0b11288f-36c0-49f4-9370-fa23a5e501fa.connectivity-reason" has to be type "string" but received type "object"
                                      

                                      Smart-Home-Devices.2bd3a32a-2769-44db-a7ae-87040ae0b9e9.connectivity-reason

                                      Screenshot (5001).png Screenshot (5002).png

                                      alexa2.0.Smart-Home-Devices.d1edb1fa-f9cd-490e-8e18-4f9aba2bfa6b.colorRgb (Hue lightstrip Küche)

                                      Screenshot (5003).png Screenshot (5004).png

                                      Palm_ManiacP Offline
                                      Palm_ManiacP Offline
                                      Palm_Maniac
                                      schrieb am zuletzt editiert von
                                      #149

                                      @sigi234 Genau das gleiche wie bei mir mit der 3.17.2, deshalb mußte ich wieder zurück.

                                      1 Antwort Letzte Antwort
                                      0
                                      • DiginixD Offline
                                        DiginixD Offline
                                        Diginix
                                        schrieb am zuletzt editiert von Diginix
                                        #150

                                        @apollon77 Und mir ist die 3.17.1 eben nach einer Sprachausgabe mittels announcement auf allen Echos mit diesen Meldungen abgestürzt:

                                        2022-07-12 16:55:01.488 - warn: alexa2.0 (649312) Exception: TypeError: value.replace(...).replaceAll is not a function
                                        2022-07-12 16:55:01.493 - error: alexa2.0 (649312) uncaught exception: value.replace(...).replaceAll is not a function
                                        2022-07-12 16:55:01.494 - error: alexa2.0 (649312) TypeError: value.replace(...).replaceAll is not a function
                                            at /opt/iobroker/node_modules/iobroker.alexa2/main.js:2220:98
                                            at Array.forEach (<anonymous>)
                                            at /opt/iobroker/node_modules/iobroker.alexa2/main.js:2216:67
                                            at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.alexa2/main.js:2211:65)
                                            at processImmediate (internal/timers.js:466:21)
                                        2022-07-12 16:55:01.494 - error: alexa2.0 (649312) value.replace(...).replaceAll is not a function
                                        2022-07-12 16:55:01.512 - info: alexa2.0 (649312) terminating
                                        2022-07-12 16:55:01.513 - warn: alexa2.0 (649312) Terminated (UNCAUGHT_EXCEPTION): Without reason
                                        2022-07-12 16:55:02.080 - error: host.iobroker Caught by controller[0]: TypeError: value.replace(...).replaceAll is not a function
                                        2022-07-12 16:55:02.083 - error: host.iobroker Caught by controller[0]:     at /opt/iobroker/node_modules/iobroker.alexa2/main.js:2220:98
                                        2022-07-12 16:55:02.083 - error: host.iobroker Caught by controller[0]:     at Array.forEach (<anonymous>)
                                        2022-07-12 16:55:02.083 - error: host.iobroker Caught by controller[0]:     at /opt/iobroker/node_modules/iobroker.alexa2/main.js:2216:67
                                        2022-07-12 16:55:02.083 - error: host.iobroker Caught by controller[0]:     at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.alexa2/main.js:2211:65)
                                        2022-07-12 16:55:02.083 - error: host.iobroker Caught by controller[0]:     at processImmediate (internal/timers.js:466:21)
                                        2022-07-12 16:55:02.084 - error: host.iobroker instance system.adapter.alexa2.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                                        2022-07-12 16:55:33.964 - info: alexa2.0 (652182) starting. Version 3.17.1 in /opt/iobroker/node_modules/iobroker.alexa2, node: v14.20.0, js-controller: 4.0.23
                                        2022-07-12 16:55:34.205 - info: alexa2.0 (652182) Update History Interval is too low, set to 112s
                                        2022-07-12 16:55:34.206 - info: alexa2.0 (652182) Update Device State Interval is too low, set to 112s
                                        2022-07-12 16:55:39.181 - info: alexa2.0 (652182) Alexa-Push-Connection (macDms = true) established. Disable Polling
                                        2022-07-12 16:56:37.755 - info: alexa2.0 (652182) Subscribing to states...
                                        

                                        announcement funktioniert auch nicht mehr, weder mit "volume;text" noch mit nur "text". Dabei stürzt die Instanz immer ab. Die 3.17.2 ist aber auch unbrauchbar durch die loopenden Logmeldungen zu falschen Datentypen. 😉

                                        Also erstmal zurück zur 3.17.0.

                                        ..:: So long! Tom ::..

                                        NUC7i3 (Ubuntu Proxmox VM) | Echo Dots 2+3. Gen | Xiaomi Sensoren | Mi Robot 1S | Yeelight | Sonoff | Shelly | H801 RGB | Gosund SP1 | NodeMCU+ESP32 | Kostal Plenticore PV+BYD | openWB

                                        apollon77A 1 Antwort Letzte Antwort
                                        0
                                        • apollon77A apollon77

                                          @palm_maniac sagte in Alexa2 Adapter 3.13/3.14/3.15/3.16/3.17 (Beta):

                                          Report to developer as GitHub issue with details for device.

                                          Dann mach das doch mal 🙂 Der Entwickler freut sich

                                          Palm_ManiacP Offline
                                          Palm_ManiacP Offline
                                          Palm_Maniac
                                          schrieb am zuletzt editiert von
                                          #151

                                          @apollon77 sagte in Alexa2 Adapter 3.13/3.14/3.15/3.16/3.17 (Beta):

                                          Dann mach das doch mal 🙂 Der Entwickler freut sich

                                          Stimmt, da hast du recht, das hätte ich gleich machen sollen. 🙂

                                          1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate
                                          FAQ Cloud / IOT
                                          HowTo: Node.js-Update
                                          HowTo: Backup/Restore
                                          Downloads
                                          BLOG

                                          761

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe