Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Cloud Dienste
    4. [gelöst] Cloud IoT-Verbindung - Alexa - Nichts geht mehr

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    [gelöst] Cloud IoT-Verbindung - Alexa - Nichts geht mehr

    This topic has been deleted. Only users with topic management privileges can see it.
    • Thomas Braun
      Thomas Braun Most Active @idstone last edited by

      @idstone sagte in Cloud IoT-Verbindung - Alexa - Nichts geht mehr:

      Updates sind natürlich durchaus ratsam

      Dann mach das und wenn da ein aktuelles Betriebssystem (z.B. Bullseye / Debian 11) werkelt kann man sich das nochmal anschauen.

      1 Reply Last reply Reply Quote 0
      • I
        idstone last edited by

        Hallo nochmal.
        Problem besteht leider weiterhin.

        • ioT- Adapter grün
        • Status auf https://iobroker.pro/www/account/diagnostics scheint ok...
        • Skill verbunden und aktiv
        • Alexa findet keine (neuen) Geräte
        • Beim Test einer Lampe...

        iot.0 2023-04-24 12:46:16.740 warn [ALEXA] Unknown applianceId: Pilz
        iot.0 2023-04-24 12:46:16.740 debug [ALEXA] ALEXA ON: Pilz
        iot.0 2023-04-24 12:46:16.740 debug [ALEXA] New Request: TurnOnRequest

        ======================= SUMMARY =======================
        		     v.2023-04-16
        
        
        Operatingsystem: 	Debian GNU/Linux 11 (bullseye)
        Kernel: 		5.10.0-21-amd64
        Installation: 		oracle
        Failed to connect to bus: No such file or directory
        Timezone:
        User-ID: 		0
        X-Server: 		false
        Boot Target: 		graphical.target
        
        Pending OS-Updates: 	0
        Pending iob updates: 	2
        
        Nodejs-Installation: 	/usr/bin/nodejs 	v12.22.12
        			/usr/local/bin/node 		v20.0.0
        			/usr/local/bin/npm 		9.6.4
        			/usr/local/bin/npx 		9.6.4
        
        Recommended versions are nodejs 18.x.y and npm 9.x.y
        *** nodejs is NOT correctly installed ***
        
        MEMORY:
                       total        used        free      shared  buff/cache   available
        Mem:            3.9G        1.0G        1.5G         16M        1.4G        2.6G
        Swap:             0B          0B          0B
        Total:          3.9G        1.0G        1.5G
        
        Active iob-Instances: 	15
        Active repo(s): stable
        
        ioBroker Core: 		js-controller 		4.0.24
        			admin 			6.2.12
        
        ioBroker Status: 	iobroker is running on this host.
        
        
        Objects type: jsonl
        States  type: redis
        
        Status admin and web instance:
        + system.adapter.admin.0                  : admin                 : iob-v                                    -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
        + system.adapter.web.0                    : web                   : iob-v                                    -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
        
        Objects: 		10029
        States: 		7939
        
        Size of iob-Database:
        
        15M	/opt/iobroker/iobroker-data/objects.jsonl
        14M	/opt/iobroker/iobroker-data/objects.jsonl.BAK
        8.7M	/opt/iobroker/iobroker-data/objects.json.migrated
        8.7M	/opt/iobroker/iobroker-data/objects.json.bak.migrated
        5.4M	/opt/iobroker/iobroker-data/states.jsonl
        760K	/opt/iobroker/iobroker-data/states.json.migrated
        760K	/opt/iobroker/iobroker-data/states.json.bak.migrated
        
        
        
        =================== END OF SUMMARY ====================
        
        Thomas Braun 1 Reply Last reply Reply Quote 0
        • Thomas Braun
          Thomas Braun Most Active @idstone last edited by Thomas Braun

          @idstone sagte in Cloud IoT-Verbindung - Alexa - Nichts geht mehr:

          Installation: oracle

          Was ist denn das nun? Eben warst du noch auf einer nativen Installation unterwegs.

          Nodejs ist nun auch falsch installiert.

          1 Reply Last reply Reply Quote 0
          • I
            idstone last edited by

            Ja sicher, die native Installation ist auch weiterhin auf dem Raspberry.
            Um das Problem auf einem aktuellen System einzugrenzen, wurde iobroker auf dem Raspberry ausser Betrieb genommen, eine aktuelle VM erstellt, und iobroker umgezogen.

            root@iob-v:/opt/iobroker# node -v
            v20.0.0
            root@iob-v:/opt/iobroker# nodejs -v
            v12.22.12
            root@iob-v:/opt/iobroker# npm -v
            9.6.4

            Thomas Braun 1 Reply Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @idstone last edited by Thomas Braun

              @idstone

              Dann installier da nodejs@18 gescheit. node20 ist zu neu und darüber hinaus auch falsch installiert.

              Und in der VM hampelt man nicht als root herum.

              1 Reply Last reply Reply Quote 0
              • I
                idstone last edited by

                @thomas-braun said in Cloud IoT-Verbindung - Alexa - Nichts geht mehr:

                iob diag

                Hoffe es ist jetzt nach Deinem Geschmack....
                geholfen hat es jedoch nicht

                ======================= SUMMARY =======================
                		     v.2023-04-16
                
                
                Operatingsystem: 	Debian GNU/Linux 11 (bullseye)
                Kernel: 		5.10.0-21-amd64
                Installation: 		oracle
                Failed to connect to bus: No such file or directory
                Timezone:
                User-ID: 		0
                X-Server: 		false
                Boot Target: 		graphical.target
                
                Pending OS-Updates: 	0
                Pending iob updates: 	0
                
                Nodejs-Installation: 	/usr/bin/nodejs 	v18.16.0
                			/usr/bin/node 		v18.16.0
                			/usr/bin/npm 		9.5.1
                			/usr/bin/npx 		9.5.1
                
                Recommended versions are nodejs 18.x.y and npm 9.x.y
                Your nodejs installation is correct
                
                MEMORY:
                               total        used        free      shared  buff/cache   available
                Mem:            3.9G        1.4G        1.1G         16M        1.5G        2.2G
                Swap:             0B          0B          0B
                Total:          3.9G        1.4G        1.1G
                
                Active iob-Instances: 	17
                Active repo(s): stable
                
                ioBroker Core: 		js-controller 		4.0.24
                			admin 			6.4.3
                
                ioBroker Status: 	iobroker is running on this host.
                
                
                Objects type: jsonl
                States  type: redis
                
                Status admin and web instance:
                + system.adapter.admin.0                  : admin                 : iob-v                                    -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                + system.adapter.web.0                    : web                   : iob-v                                    -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                
                Objects: 		10039
                States: 		8258
                
                Size of iob-Database:
                
                20M	/opt/iobroker/iobroker-data/objects.jsonl
                14M	/opt/iobroker/iobroker-data/objects.jsonl.BAK
                8.7M	/opt/iobroker/iobroker-data/objects.json.migrated
                8.7M	/opt/iobroker/iobroker-data/objects.json.bak.migrated
                5.4M	/opt/iobroker/iobroker-data/states.jsonl
                760K	/opt/iobroker/iobroker-data/states.json.migrated
                760K	/opt/iobroker/iobroker-data/states.json.bak.migrated
                
                
                
                =================== END OF SUMMARY ====================
                
                Thomas Braun 1 Reply Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @idstone last edited by

                  @idstone

                  Jetzt noch einen User anlegen und den root in Ruhe lassen.

                  1 Reply Last reply Reply Quote 0
                  • I
                    idstone last edited by

                    den gibt es...

                    eine sinnvolle oder weiterführende Idee zu

                    2023-04-24 14:33:44.898 warn [ALEXA] Unknown applianceId

                    wäre hilfreich.

                    Thomas Braun haselchen 2 Replies Last reply Reply Quote 0
                    • Thomas Braun
                      Thomas Braun Most Active @idstone last edited by

                      @idstone

                      Dann verwende den User auch und hampel da nicht als root herum.

                      1 Reply Last reply Reply Quote 0
                      • haselchen
                        haselchen Most Active @idstone last edited by

                        @idstone

                        Welchen Datenpunkt hast du im IOT genommen?
                        Hat Alexa ihn gefunden?

                        I 1 Reply Last reply Reply Quote 0
                        • I
                          idstone @haselchen last edited by

                          @haselchen
                          wenn mich nicht alles täuscht, gab es solche Problemchen offenbar doch bereits...

                          https://forum.iobroker.net/topic/19239/iot-iot-adapter-erfolgreich-verbunden-steuerung-per-alexa-klappt-nicht/160

                          Es scheint als fehlten plötzlich angelegte Devices im ioT-Adapter?
                          In der Alexa-App und unter https://alexa.amazon.de/spa/index.html#appliances sind sie noch vorhanden?!

                          haselchen 1 Reply Last reply Reply Quote 0
                          • haselchen
                            haselchen Most Active @idstone last edited by

                            @idstone

                            Das war nicht meine Frage.
                            Speziell jetzt dieses Gerät (Pilz oder so ähnlich), erscheint das im IOT Adapter?
                            Wenn ja, zeig mal per Screenshot , den Datenpunkt dazu.

                            Und dann war die Frage, ob Alexa dieses Gerät gefunden hat.

                            I 1 Reply Last reply Reply Quote 0
                            • I
                              idstone @haselchen last edited by

                              @haselchen

                              Nope... war er (u.a.) nicht mehr! Bei den +120 Geräten hatte ich das übersehen.

                              Offenbar sind Geräte, die per pimatic-adapter bereitgestellt und im ioT-Adapter definiert waren, durch eine Änderung Flöten gegangen.
                              Ich vergleiche gerade die über den pimatic-Adapter angebundenen Geräte mit der Liste bei Amazon und erstelle dazu neue Einträge.

                              Da "Pilz" wieder verfügbar ist, wird das auch bei den restlichen das Problem sein.

                              Danke an alle
                              🙂

                              Homoran 1 Reply Last reply Reply Quote 0
                              • Homoran
                                Homoran Global Moderator Administrators @idstone last edited by Homoran

                                @idstone sagte in Cloud IoT-Verbindung - Alexa - Nichts geht mehr:

                                Nope... war er (u.a.) nicht mehr! Bei den +120 Geräten hatte ich das übersehen.

                                aber dafür eine sehr reisserische Überschrift 😡

                                I 1 Reply Last reply Reply Quote 0
                                • I
                                  idstone @Homoran last edited by

                                  @homoran

                                  Na ja... wenn von heute auf morgen sämtliche Lampen und Basteleien nicht mehr wie gewohnt steuerbar sind und der hart, erarbeitete WAF auf der Kippe steht, steht man schon auf dem Schlauch...

                                  Normal versuche ich mir ja selbst zu helfen.
                                  Die Update-Orgie war halt aufwendig und ging irgendwie etwas am Problem vorbei.

                                  Hint: "warn [ALEXA] Unknown applianceId" -> "guck mal lieber, ob Deine Geräte überhaupt noch im ioT-Adapter allesamt gelistet werden".

                                  Thomas Braun Homoran 2 Replies Last reply Reply Quote 0
                                  • Thomas Braun
                                    Thomas Braun Most Active @idstone last edited by

                                    @idstone sagte in Cloud IoT-Verbindung - Alexa - Nichts geht mehr:

                                    Die Update-Orgie war halt aufwendig

                                    Die war /ist nicht aufwendig, die ist notwendig.

                                    1 Reply Last reply Reply Quote 0
                                    • Homoran
                                      Homoran Global Moderator Administrators @idstone last edited by

                                      @idstone sagte in Cloud IoT-Verbindung - Alexa - Nichts geht mehr:

                                      sämtliche Lampen und Basteleien

                                      ich denke es waren nur einzelne, "verlorene". Der Rest hätte noch funktioniert.

                                      I 1 Reply Last reply Reply Quote 0
                                      • I
                                        idstone @Homoran last edited by

                                        @homoran

                                        Es waren noch > 80 Geräte vorhanden.

                                        Aber die hauptsächlich genutzten Geräte, die über Automatisierungen in Pimatic laufen, wie...

                                        Alubogen, Basteln, Löten
                                        Aussentreppe, Hof
                                        Arbeit, Kaffeecke
                                        Halo, Ring
                                        Timokino
                                        Arbeit
                                        Arbeit Hell
                                        Spüle
                                        Spüle Hell
                                        Salzstein
                                        Bommel
                                        Terrasse
                                        TFT-Backlight
                                        Terrasse
                                        Treppenhaus
                                        Nasat, VDR, TV-Server
                                        TV Wohnzimmer
                                        Vitrine

                                        reagierten nicht mehr, da es alles verknüpfte Geräte waren.

                                        109 sind es jetzt wieder

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

                                        Support us

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

                                        916
                                        Online

                                        31.8k
                                        Users

                                        80.0k
                                        Topics

                                        1.3m
                                        Posts

                                        4
                                        27
                                        1137
                                        Loading More Posts
                                        • Oldest to Newest
                                        • Newest to Oldest
                                        • Most Votes
                                        Reply
                                        • Reply as topic
                                        Log in to reply
                                        Community
                                        Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                        The ioBroker Community 2014-2023
                                        logo