Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Cloud Dienste
    4. BETA-TEST Neuer Amazon Skill "iobroker.assistant"

    NEWS

    • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?

    • Monatsrückblick – September 2025

    • Neues Video "KI im Smart Home" - ioBroker plus n8n

    BETA-TEST Neuer Amazon Skill "iobroker.assistant"

    This topic has been deleted. Only users with topic management privileges can see it.
    • apollon77
      apollon77 last edited by

      Dann Update an alle!!

      Im Beta Repo kommt jetzt die Version 5.0.0 es iot Adapters, es sind ein paar kleinere Verbeserungen drin. Den "großen" sprung machen wir in Vorbereitung für Stable und die offizielle Kommunikation das allen klar ist das Sie einen anderen Skill brauchen.

      Bitte testet alles nochmal und prüft alles und berichtet Probleme in GitHub. Wenn alles klappt geht das am Samstag (mit neuem Forum Thread) ins Stable und dann auch die offizielle E-Mail-Kommunikation raus.

      Ingo

      sigi234 1 Reply Last reply Reply Quote 2
      • D
        denjo @apollon77 last edited by denjo

        @apollon77 leider nein, steuert meine lampe immer noch mit 7000
        3fd93877-132a-4794-a242-d974beba3b73-image.png

        oder mache ich irgendwas falsch???

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

          @apollon77 Ich habe den neuen Adapter von NPM installiert. Inzwischen V5.0 wie ich das sehe, korrekt? Jedenfalls sind bei mir in den Instance Einstellungen unter V3 nur noch ein Eintrag zu sehen und unter V1 alle meine aktivierten States/Schalter. Ich dachte, das würde automatisch übernommen. Kann ich noch etwas prüfen woran es liegt? Langsam werde ich etwas nervös, da mir Alex nun seit heute bei jedem Sprachbefehl mitteilt, dass es. nur noch bis 1.11. funktionieren wird. DANKE 🙂

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

            @denjo Stelle sicher das das objekt bei dir die korrekte Unit "mireds" hat - wie ich es mehrfach geschrieben hatte ist das bei dir beim "colorTemp" nicht der Fall, damit geht der Adapter von Kelvin aus. Dein startupColorTemp hat als unit "mireds" abder der ist ja falsch.

            Objekte und Rollen müssen passen sonst passiert murks

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

              @smokey Also an sich sollte es übernommen werden ... Hm ... Und warum 1.11.? Die haben 4.11. angekündigt ... Idioten 😞 GitHub issue bitte mit screenshots

              S 1 Reply Last reply Reply Quote 0
              • D
                denjo @apollon77 last edited by

                @apollon77 nein das object colortemp hat nicht unit: mireds, so wie du schon sagst. was kann ich denn noch machen??

                apollon77 1 Reply Last reply Reply Quote 0
                • B
                  Bibo*13 last edited by

                  Ich habe hier ein Gerät das sich nicht löschen lässt. Ich bin auf 5.0.0, was kann ich noch tun?

                  5c42a089-4eaf-4720-91d3-feb265b097d0-grafik.png

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

                    @denjo das Objekt editieren und die Unit setzen? Dann iot Adapter neu starten.

                    Alternativ GitHub issue beim Adapter wo der State her ist öffnen

                    D 1 Reply Last reply Reply Quote 0
                    • apollon77
                      apollon77 @Bibo*13 last edited by

                      @bibo-13 im Admin unter objekte das json des Objekts kopieren und mit Screenshot GitHub issue anlegen.

                      B 1 Reply Last reply Reply Quote 0
                      • sigi234
                        sigi234 Forum Testing Most Active @apollon77 last edited by sigi234

                        @apollon77 sagte in BETA-TEST Neuer Amazon Skill "iobroker.assistant":

                        Im Beta Repo kommt jetzt die Version 5.0.0 es iot Adapters

                        Hallo, bekomme folgende Fehler nach Update:

                        iot.0
                        	2025-10-30 21:31:07.659	error	[AlexaV3::DeviceManager]: TypeError: Cannot read properties of undefined (reading 'splice') at C:\SmartHome\node_modules\iobroker.iot\src\lib\AlexaSmartHomeV3\DeviceManager.ts:256:68 at Array.forEach (<anonymous>) at DeviceManager.collectEndpoints (C:\SmartHome\node_modules\iobroker.iot\src\lib\AlexaSmartHomeV3\DeviceManager.ts:226:40) at AlexaSH3.updateDevices (C:\SmartHome\node_modules\iobroker.iot\src\lib\alexaSmartHomeV3.ts:33:9) at IotAdapter.main (C:\SmartHome\node_modules\iobroker.iot\src\main.ts:1589:13)
                        iot.0
                        	2025-10-30 21:31:07.625	error	[AlexaV3::DeviceManager]: failed to collect devices: TypeError: Cannot read properties of undefined (reading 'splice') 
                        

                        Geräte leer:

                        Screenshot (1358).png

                        Edit:

                        Mit Version 4.2.9 alle Gräte wieder da

                        Screenshot (1359).png

                        Edit:

                        Fix mit V 5.0.2

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

                          @apollon77 also so:

                          {
                            "type": "state",
                            "common": {
                              "name": "Color temperature",
                              "color": null,
                              "type": "number",
                              "unit": "mired",
                              "read": true,
                              "write": true,
                              "role": "level.color.temperature",
                              "smartName": false
                            },
                            "native": {},
                            "_id": "zigbee.0.d0cf5efffe2aa970.colortemp",
                            "acl": {
                              "object": 1636,
                              "state": 1636,
                              "owner": "system.user.admin",
                              "ownerGroup": "system.group.administrator"
                            },
                            "from": "system.adapter.admin.0",
                            "user": "system.user.admin",
                            "ts": 1761856480634
                          }
                          

                          geht leider auch nicht

                          apollon77 1 Reply Last reply Reply Quote 0
                          • B
                            Bibo*13 @apollon77 last edited by

                            @apollon77 ok gemacht

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

                              @sigi234 grmpfff GitHub issue bitte

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

                                @denjo debug log IoT und GitHub issue

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

                                  @apollon77 würde ich ja machen aber der debug report ist zu groß und ich weiß nicht was ihr davon braucht

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

                                    @denjo Text file? Zippen?

                                    1 Reply Last reply Reply Quote 1
                                    • sigi234
                                      sigi234 Forum Testing Most Active @apollon77 last edited by

                                      @apollon77 sagte in BETA-TEST Neuer Amazon Skill "iobroker.assistant":

                                      @sigi234 grmpfff GitHub issue bitte

                                      https://github.com/ioBroker/ioBroker.iot/issues/1031

                                      sigi2345 created this issue in ioBroker/ioBroker.iot

                                      closed TypeError: Cannot read properties of undefined (reading 'splice') #1031

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

                                        @sigi234 neue Version da

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

                                          @apollon77

                                          Hab auch gerade von Alexa gehört , dass der Skill zum 01.11. eingestellt wird .
                                          Obwohl in der Mail 04.11. stand 🤔

                                          M 1 Reply Last reply Reply Quote 0
                                          • D
                                            denjo @apollon77 last edited by denjo

                                            @apollon77 jetzt klappt es, perfekt. geile arbeit

                                            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

                                            548
                                            Online

                                            32.3k
                                            Users

                                            81.1k
                                            Topics

                                            1.3m
                                            Posts

                                            112
                                            759
                                            44406
                                            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