Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Sonos + SayIt abgehakt

NEWS

  • Neues YouTube-Video: Visualisierung im Devices-Adapter
    BluefoxB
    Bluefox
    11
    1
    543

  • Neuer ioBroker-Blog online: Monatsrückblick März/April 2026
    BluefoxB
    Bluefox
    8
    1
    1.9k

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    11
    1
    859

Sonos + SayIt abgehakt

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
2 Beiträge 2 Kommentatoren 443 Aufrufe 2 Beobachtet
  • Ä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.
  • D Offline
    D Offline
    Donde
    schrieb am zuletzt editiert von Donde
    #1

    Hallo,
    bin noch relativ neu im Thema IOBroker und wollte mal meine ersten Versuche mit Blockly und Co starten.
    Allerdings habe ich das Problem, dass mein SayIt Adapter irgendwie nicht richtig funktioniert, bzw. über Sonos die Ausagbe abgehakt abgespielt wird.
    Alle Adapter sind auf dem neusten Stand, alles grün und System ebenfalls.
    (Raspberry Pi4 8 GB)
    Wenn ich einen "Text" eingebe (z.B. bei Text to speech)
    Kommt manchmal:
    "Ankündigung" und der gewünschte Satz "Es ist jemand an der Haustüre" (in dem Beispiel "are you fucking seriouse?"👼 )
    Manchmal kommt aber auch nur der "Ankündigungs-Gong"
    Manchmal nur die erste Silbe vom Satz
    Manchmal kommt gar nichts...
    Hier mal das Log File mit den Error Messages
    Vielleicht könnt ihr mir helfen. Gerne kann ich euch noch mehr Infos zukommen lassen, bitte nur bescheid geben.
    Danke, Donde

    2021-04-27 08:42:48.691 - info: sayit.0 (21413) saying: /opt/iobroker/node_modules/iobroker.sayit/gong.mp3
    2021-04-27 08:42:48.702 - info: sayit.0 (21413) Set "sonos.0.root.192_168_178_72.tts: 70;http://192.168.178.178:8082/state/sayit.0.tts.mp3
    2021-04-27 08:42:48.711 - info: sonos.0 (21430) try to control id sonos.0.root.192_168_178_72.tts with {"val":"70;http://192.168.178.178:8082/state/sayit.0.tts.mp3","ack":false,"ts":1619505768707,"q":0,"from":"system.adapter.sayit.0","user":"system.user.admin","lc":1619504753003}
    2021-04-27 08:42:50.705 - info: sayit.0 (21413) saying: are you fucking seriouse?
    2021-04-27 08:42:50.713 - info: sayit.0 (21413) Set "sonos.0.root.192_168_178_72.tts: 70;http://192.168.178.178:8082/state/sayit.0.tts.mp3
    2021-04-27 08:42:50.722 - info: sonos.0 (21430) try to control id sonos.0.root.192_168_178_72.tts with {"val":"70;http://192.168.178.178:8082/state/sayit.0.tts.mp3","ack":false,"ts":1619505770718,"q":0,"from":"system.adapter.sayit.0","user":"system.user.admin","lc":1619504753003}
    2021-04-27 08:42:50.935 - error: sonos.0 (21430) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
    2021-04-27 08:42:50.936 - error: sonos.0 (21430) unhandled promise rejection: Got status 500 when invoking /MediaRenderer/AVTransport/Control
    2021-04-27 08:42:50.937 - error: sonos.0 (21430) Error: Got status 500 when invoking /MediaRenderer/AVTransport/Control
    at Object.invoke (/opt/iobroker/node_modules/sonos-discovery/lib/helpers/soap.js:99:10)
    at Player.trackSeek (/opt/iobroker/node_modules/sonos-discovery/lib/models/Player.js:552:15)
    at /opt/iobroker/node_modules/iobroker.sonos/lib/tts.js:163:57
    at processTicksAndRejections (internal/process/task_queues.js:97:5)
    2021-04-27 08:42:50.937 - error: sonos.0 (21430) Got status 500 when invoking /MediaRenderer/AVTransport/Control
    2021-04-27 08:42:50.977 - error: sonos.0 (21430) Cannot restore state: RequestFailedError: Got status 500 when invoking /MediaRenderer/AVTransport/Control
    2021-04-27 08:42:50.982 - info: sonos.0 (21430) terminating
    2021-04-27 08:42:51.004 - info: sonos.0 (21430) terminating
    2021-04-27 08:42:51.005 - warn: sonos.0 (21430) Terminated (UNCAUGHT_EXCEPTION): Without reason
    2021-04-27 08:42:51.019 - warn: sonos.0 (21430) State "sonos.0.root.192_168_178_72.queue" has no existing object, this might lead to an error in future versions
    2021-04-27 08:42:51.044 - error: sonos.0 (21430) Cannot loadQueue: TypeError: Cannot read property 'getPlayerByUUID' of null
    2021-04-27 08:42:51.091 - error: sonos.0 (21430) Cannot getFavorites: TypeError: Cannot read property 'players' of null
    2021-04-27 08:42:51.596 - error: host.raspberrypi4 instance system.adapter.sonos.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
    2021-04-27 08:42:51.601 - info: host.raspberrypi4 Restart adapter system.adapter.sonos.0 because enabled
    2021-04-27 08:43:21.688 - info: host.raspberrypi4 instance system.adapter.sonos.0 started with pid 21672
    2021-04-27 08:43:23.044 - info: sonos.0 (21672) starting. Version 2.1.1 in /opt/iobroker/node_modules/iobroker.sonos, node: v12.20.1, js-controller: 3.2.16
    2021-04-27 08:43:23.777 - warn: sonos.0 (21672) State "sonos.0.root.192_168_178_72.queue" has no existing object, this might lead to an error in future versions
    

    Hab noch einen anderen Therad gefunden, der evtl das Problem löst:
    link
    Werde mich heute Abend mal daran versuchen.

    evtl gibt es ja dennoch eine Alternative Lösung, sollte dieser Weg nicht funktionieren?!

    Henk-Jan van EsterikH 1 Antwort Letzte Antwort
    1
    • D Donde

      Hallo,
      bin noch relativ neu im Thema IOBroker und wollte mal meine ersten Versuche mit Blockly und Co starten.
      Allerdings habe ich das Problem, dass mein SayIt Adapter irgendwie nicht richtig funktioniert, bzw. über Sonos die Ausagbe abgehakt abgespielt wird.
      Alle Adapter sind auf dem neusten Stand, alles grün und System ebenfalls.
      (Raspberry Pi4 8 GB)
      Wenn ich einen "Text" eingebe (z.B. bei Text to speech)
      Kommt manchmal:
      "Ankündigung" und der gewünschte Satz "Es ist jemand an der Haustüre" (in dem Beispiel "are you fucking seriouse?"👼 )
      Manchmal kommt aber auch nur der "Ankündigungs-Gong"
      Manchmal nur die erste Silbe vom Satz
      Manchmal kommt gar nichts...
      Hier mal das Log File mit den Error Messages
      Vielleicht könnt ihr mir helfen. Gerne kann ich euch noch mehr Infos zukommen lassen, bitte nur bescheid geben.
      Danke, Donde

      2021-04-27 08:42:48.691 - info: sayit.0 (21413) saying: /opt/iobroker/node_modules/iobroker.sayit/gong.mp3
      2021-04-27 08:42:48.702 - info: sayit.0 (21413) Set "sonos.0.root.192_168_178_72.tts: 70;http://192.168.178.178:8082/state/sayit.0.tts.mp3
      2021-04-27 08:42:48.711 - info: sonos.0 (21430) try to control id sonos.0.root.192_168_178_72.tts with {"val":"70;http://192.168.178.178:8082/state/sayit.0.tts.mp3","ack":false,"ts":1619505768707,"q":0,"from":"system.adapter.sayit.0","user":"system.user.admin","lc":1619504753003}
      2021-04-27 08:42:50.705 - info: sayit.0 (21413) saying: are you fucking seriouse?
      2021-04-27 08:42:50.713 - info: sayit.0 (21413) Set "sonos.0.root.192_168_178_72.tts: 70;http://192.168.178.178:8082/state/sayit.0.tts.mp3
      2021-04-27 08:42:50.722 - info: sonos.0 (21430) try to control id sonos.0.root.192_168_178_72.tts with {"val":"70;http://192.168.178.178:8082/state/sayit.0.tts.mp3","ack":false,"ts":1619505770718,"q":0,"from":"system.adapter.sayit.0","user":"system.user.admin","lc":1619504753003}
      2021-04-27 08:42:50.935 - error: sonos.0 (21430) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
      2021-04-27 08:42:50.936 - error: sonos.0 (21430) unhandled promise rejection: Got status 500 when invoking /MediaRenderer/AVTransport/Control
      2021-04-27 08:42:50.937 - error: sonos.0 (21430) Error: Got status 500 when invoking /MediaRenderer/AVTransport/Control
      at Object.invoke (/opt/iobroker/node_modules/sonos-discovery/lib/helpers/soap.js:99:10)
      at Player.trackSeek (/opt/iobroker/node_modules/sonos-discovery/lib/models/Player.js:552:15)
      at /opt/iobroker/node_modules/iobroker.sonos/lib/tts.js:163:57
      at processTicksAndRejections (internal/process/task_queues.js:97:5)
      2021-04-27 08:42:50.937 - error: sonos.0 (21430) Got status 500 when invoking /MediaRenderer/AVTransport/Control
      2021-04-27 08:42:50.977 - error: sonos.0 (21430) Cannot restore state: RequestFailedError: Got status 500 when invoking /MediaRenderer/AVTransport/Control
      2021-04-27 08:42:50.982 - info: sonos.0 (21430) terminating
      2021-04-27 08:42:51.004 - info: sonos.0 (21430) terminating
      2021-04-27 08:42:51.005 - warn: sonos.0 (21430) Terminated (UNCAUGHT_EXCEPTION): Without reason
      2021-04-27 08:42:51.019 - warn: sonos.0 (21430) State "sonos.0.root.192_168_178_72.queue" has no existing object, this might lead to an error in future versions
      2021-04-27 08:42:51.044 - error: sonos.0 (21430) Cannot loadQueue: TypeError: Cannot read property 'getPlayerByUUID' of null
      2021-04-27 08:42:51.091 - error: sonos.0 (21430) Cannot getFavorites: TypeError: Cannot read property 'players' of null
      2021-04-27 08:42:51.596 - error: host.raspberrypi4 instance system.adapter.sonos.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
      2021-04-27 08:42:51.601 - info: host.raspberrypi4 Restart adapter system.adapter.sonos.0 because enabled
      2021-04-27 08:43:21.688 - info: host.raspberrypi4 instance system.adapter.sonos.0 started with pid 21672
      2021-04-27 08:43:23.044 - info: sonos.0 (21672) starting. Version 2.1.1 in /opt/iobroker/node_modules/iobroker.sonos, node: v12.20.1, js-controller: 3.2.16
      2021-04-27 08:43:23.777 - warn: sonos.0 (21672) State "sonos.0.root.192_168_178_72.queue" has no existing object, this might lead to an error in future versions
      

      Hab noch einen anderen Therad gefunden, der evtl das Problem löst:
      link
      Werde mich heute Abend mal daran versuchen.

      evtl gibt es ja dennoch eine Alternative Lösung, sollte dieser Weg nicht funktionieren?!

      Henk-Jan van EsterikH Offline
      Henk-Jan van EsterikH Offline
      Henk-Jan van Esterik
      schrieb am zuletzt editiert von
      #2

      @donde I do have the same issue.

      1 Antwort Letzte Antwort
      0

      Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

      Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

      Mit deinem Input könnte dieser Beitrag noch besser werden 💗

      Registrieren Anmelden
      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

      299

      Online

      32.9k

      Benutzer

      83.0k

      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
      • Home
      • Aktuell
      • Tags
      • Ungelesen 0
      • Kategorien
      • Unreplied
      • Beliebt
      • GitHub
      • Docu
      • Hilfe