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

  • Default (No Skin)
  • No Skin
Collapse
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. Skripten / Logik
  4. Blockly
  5. Sayit-Block funktioniert nicht mehr

NEWS

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

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

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

Sayit-Block funktioniert nicht mehr

Sayit-Block funktioniert nicht mehr

Scheduled Pinned Locked Moved Blockly
34 Posts 12 Posters 4.0k Views 11 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • crunchipC crunchip

    @spike2 https://www.iobroker.net/#de/documentation/tutorial/adapter.md

    S Offline
    S Offline
    spike2
    wrote on last edited by
    #24

    @crunchip Super, hat geklappt. Danke dir 👍

    1 Reply Last reply
    0
    • S Offline
      S Offline
      sebi2ndPC
      wrote on last edited by sebi2ndPC
      #25

      also ich bekomms auch nicht ans laufen, auch der "downgrade" nach der Anleitung klappt irgendwie nicht, was mache ich falsch?

      root@iobroker:~# iobroker install sayit@3.0.4
      NPM version: 9.6.7
      Installing iobroker.sayit@3.0.4... (System call)
      Try to solve ENOTEMPTY error automatically
      Could not handle ENOTEMPTY, because no deletable files were found
      npm ERR! code ENOTEMPTY
      npm ERR! syscall rename
      npm ERR! path /opt/iobroker/node_modules/@aws-sdk/types
      npm ERR! dest /opt/iobroker/node_modules/@aws-sdk/.types-qurPIL6Q
      npm ERR! errno -39
      npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/@aws-sdk/types' -> '/opt/iobroker/node_modules/@aws-sdk/.types-qurPIL6Q'
      
      npm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-10-20T20_14_46_855Z-debug-0.log
      host.iobroker Cannot install iobroker.sayit@3.0.4: 217
      root@iobroker:~# 
      
      Thomas BraunT S 2 Replies Last reply
      0
      • S sebi2ndPC

        also ich bekomms auch nicht ans laufen, auch der "downgrade" nach der Anleitung klappt irgendwie nicht, was mache ich falsch?

        root@iobroker:~# iobroker install sayit@3.0.4
        NPM version: 9.6.7
        Installing iobroker.sayit@3.0.4... (System call)
        Try to solve ENOTEMPTY error automatically
        Could not handle ENOTEMPTY, because no deletable files were found
        npm ERR! code ENOTEMPTY
        npm ERR! syscall rename
        npm ERR! path /opt/iobroker/node_modules/@aws-sdk/types
        npm ERR! dest /opt/iobroker/node_modules/@aws-sdk/.types-qurPIL6Q
        npm ERR! errno -39
        npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/@aws-sdk/types' -> '/opt/iobroker/node_modules/@aws-sdk/.types-qurPIL6Q'
        
        npm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-10-20T20_14_46_855Z-debug-0.log
        host.iobroker Cannot install iobroker.sayit@3.0.4: 217
        root@iobroker:~# 
        
        Thomas BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        wrote on last edited by
        #26

        @sebi2ndpc sagte in Sayit-Block funktioniert nicht mehr:

        was mache ich falsch?

        root Login ist falsch.
        Als user hantieren und

        iob fix
        

        ausführen.

        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

        S 1 Reply Last reply
        0
        • S sebi2ndPC

          also ich bekomms auch nicht ans laufen, auch der "downgrade" nach der Anleitung klappt irgendwie nicht, was mache ich falsch?

          root@iobroker:~# iobroker install sayit@3.0.4
          NPM version: 9.6.7
          Installing iobroker.sayit@3.0.4... (System call)
          Try to solve ENOTEMPTY error automatically
          Could not handle ENOTEMPTY, because no deletable files were found
          npm ERR! code ENOTEMPTY
          npm ERR! syscall rename
          npm ERR! path /opt/iobroker/node_modules/@aws-sdk/types
          npm ERR! dest /opt/iobroker/node_modules/@aws-sdk/.types-qurPIL6Q
          npm ERR! errno -39
          npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/@aws-sdk/types' -> '/opt/iobroker/node_modules/@aws-sdk/.types-qurPIL6Q'
          
          npm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-10-20T20_14_46_855Z-debug-0.log
          host.iobroker Cannot install iobroker.sayit@3.0.4: 217
          root@iobroker:~# 
          
          S Away
          S Away
          Shadowhunter23
          wrote on last edited by
          #27

          @sebi2ndpc

          root@iobroker:~# iobroker install sayit@3.0.4
          

          Sollte es nicht 3.0.0 sein?

          Proxmox 9 HA-Cluster mit 3x HP prodesk 400 G6 i5
          Bei einem downvote bitte melden, es könnte sein, dass dieser ungewollt ist!

          1 Reply Last reply
          0
          • Thomas BraunT Thomas Braun

            @sebi2ndpc sagte in Sayit-Block funktioniert nicht mehr:

            was mache ich falsch?

            root Login ist falsch.
            Als user hantieren und

            iob fix
            

            ausführen.

            S Offline
            S Offline
            sebi2ndPC
            wrote on last edited by
            #28

            @thomas-braun danke, das war der richtige hinweis 🙂 jetzt hat es geklappt.

            1 Reply Last reply
            0
            • S Offline
              S Offline
              sebi2ndPC
              wrote on last edited by
              #29

              also sayit auf 3.0.4 downgrade hat geklappt, skripte neu editiert und gespeichert aber am laufen bekomme ich die sprachausgabe immernoch nicht. komisch das es irgendwann mal tadellos funktionierte, nur leider weiss ich nicht mehr zu welchen versions varianten vom chromecast / web adapter und say it.....

              gibt es eine alternative evtl zu dem adapter der sprachausgaben auf den google home bringen kann?

              UweRLPU 1 Reply Last reply
              0
              • S sebi2ndPC

                also sayit auf 3.0.4 downgrade hat geklappt, skripte neu editiert und gespeichert aber am laufen bekomme ich die sprachausgabe immernoch nicht. komisch das es irgendwann mal tadellos funktionierte, nur leider weiss ich nicht mehr zu welchen versions varianten vom chromecast / web adapter und say it.....

                gibt es eine alternative evtl zu dem adapter der sprachausgaben auf den google home bringen kann?

                UweRLPU Offline
                UweRLPU Offline
                UweRLP
                wrote on last edited by
                #30

                @sebi2ndpc Ich nutze hier SayIt 3.0.5
                Irgendwann vor langer... keine Ahnung wann
                SayIt erstellt Objecte

                SayIt Objecte.png

                Übergib mal dem sayit.0.tts.text den auszusprechenden Text, also ein

                Spich zu mir iobroker.png

                S 1 Reply Last reply
                0
                • UweRLPU UweRLP

                  @sebi2ndpc Ich nutze hier SayIt 3.0.5
                  Irgendwann vor langer... keine Ahnung wann
                  SayIt erstellt Objecte

                  SayIt Objecte.png

                  Übergib mal dem sayit.0.tts.text den auszusprechenden Text, also ein

                  Spich zu mir iobroker.png

                  S Offline
                  S Offline
                  sebi2ndPC
                  wrote on last edited by
                  #31

                  @uwerlp

                  das ist der fehler log, den hatte ich auch schon mit der 3.0.5 er version gehabt.

                  ip mit XXXXX überschrieben.

                  2023-10-22 15:43:12.905 - info: sayit.0 (4681) saying: hallo
                  2023-10-22 15:43:13.133 - info: sayit.0 (4681) Set "chromecast.0.14c14e7b0aac.player.announcement to {"url":"http://XXXXXX/sayit.0/tts.mp3?ts=1697982193133","volume":100}
                  2023-10-22 15:43:23.646 - error: sayit.0 (4681) Error while checking if chromecast.0.14c14e7b0aac.player.announcement finished playing announcement: {"url":"http://XXXXXXX/sayit.0/tts.mp3?ts=1697982193133","volume":100}: TIMEOUT
                  2023-10-22 15:43:23.647 - error: sayit.0 (4681) Cannot play file: Timeout by checking of announcement finished playing

                  UweRLPU 1 Reply Last reply
                  0
                  • S sebi2ndPC

                    @uwerlp

                    das ist der fehler log, den hatte ich auch schon mit der 3.0.5 er version gehabt.

                    ip mit XXXXX überschrieben.

                    2023-10-22 15:43:12.905 - info: sayit.0 (4681) saying: hallo
                    2023-10-22 15:43:13.133 - info: sayit.0 (4681) Set "chromecast.0.14c14e7b0aac.player.announcement to {"url":"http://XXXXXX/sayit.0/tts.mp3?ts=1697982193133","volume":100}
                    2023-10-22 15:43:23.646 - error: sayit.0 (4681) Error while checking if chromecast.0.14c14e7b0aac.player.announcement finished playing announcement: {"url":"http://XXXXXXX/sayit.0/tts.mp3?ts=1697982193133","volume":100}: TIMEOUT
                    2023-10-22 15:43:23.647 - error: sayit.0 (4681) Cannot play file: Timeout by checking of announcement finished playing

                    UweRLPU Offline
                    UweRLPU Offline
                    UweRLP
                    wrote on last edited by
                    #32

                    @sebi2ndpc Sorry mit Fehlerlog kann ich leider nichts anfangen. Wollte nur drauf hin weisen, dass auch bei mir der SendTo Block nicht mehr ging dafür aber das Object.

                    1 Reply Last reply
                    0
                    • W Offline
                      W Offline
                      warp735
                      wrote on last edited by warp735
                      #33

                      Wird der Adapter jemals wieder repariert? Oder gibts Alternativen? Scheint sich niemand mehr darum zu kümmern (letztes Update vom April(!!!)

                      S 1 Reply Last reply
                      0
                      • W warp735

                        Wird der Adapter jemals wieder repariert? Oder gibts Alternativen? Scheint sich niemand mehr darum zu kümmern (letztes Update vom April(!!!)

                        S Away
                        S Away
                        Shadowhunter23
                        wrote on last edited by
                        #34

                        @warp735
                        Schau mal ins Changelog:
                        https://github.com/ioBroker/ioBroker.sayit

                        Und geh einfach auf eine Version darunter dann geht's ja.

                        Proxmox 9 HA-Cluster mit 3x HP prodesk 400 G6 i5
                        Bei einem downvote bitte melden, es könnte sein, dass dieser ungewollt ist!

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


                        Support us

                        ioBroker
                        Community Adapters
                        Donate

                        564

                        Online

                        32.4k

                        Users

                        81.3k

                        Topics

                        1.3m

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

                        • Don't have an account? Register

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