Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. RGB Controller mit Iobroker steuern

    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

    RGB Controller mit Iobroker steuern

    This topic has been deleted. Only users with topic management privileges can see it.
    • ?
      A Former User @tourer4778 last edited by

      @tourer4778

      Der Wifilight Adapter sollte der richtige sein

      T 2 Replies Last reply Reply Quote 0
      • T
        tourer4778 @Guest last edited by

        @neuschwansteini
        Okay, Danke.
        Dann muss ich mal testen.

        1 Reply Last reply Reply Quote 0
        • T
          tourer4778 @Guest last edited by

          @neuschwansteini sagte in RGB Controller mit Iobroker steuern:

          Wifilight

          Ich konnte den Controller zwar finden, aber mit den DP die er angelegt hat, kann ich nichts steuern. Habe alle Typen ausprobiert.

          wendy2702 Homoran 2 Replies Last reply Reply Quote 0
          • wendy2702
            wendy2702 @tourer4778 last edited by

            @tourer4778 Screenshot der Objekte zeigen.
            Was kommt im iobroker log wenn du das entsprechende Objekt wie genau änderst?

            T 1 Reply Last reply Reply Quote 0
            • ?
              A Former User last edited by

              @tourer4778

              Iobroker und Controller im gleichen Netzwerk?
              Udp muss auf dem port in der config gehen.

              1 Reply Last reply Reply Quote 0
              • T
                tourer4778 @wendy2702 last edited by tourer4778

                @wendy2702
                Er steht auf MiLightRGB, da er hier Einträge im Log macht. Bei den anderen Typen erscheint nichts im Log.
                Das Schätzchen ist sicher auch schon 12 Jahre alt. Ich bin mir nicht sicher, ob es überhaupt kompatibel ist.

                2025-03-17 06:29:26.013 - info: cloud.0 (3220946) User accessed from cloud: vMVR-fTCzHs78BeFA_WY
                2025-03-17 06:29:32.113 - info: cloud.0 (3220946) received all objects
                2025-03-17 06:29:44.205 - info: cloud.0 (3220946) received all objects
                2025-03-17 06:29:45.998 - error: wifilight.0 (3147340) uncaught exception: Cannot read properties of undefined (reading 'length')
                2025-03-17 06:29:46.000 - error: wifilight.0 (3147340) TypeError: Cannot read properties of undefined (reading 'length')
                at compareArrays (/opt/iobroker/node_modules/iobroker.wifilight/lib/dontBeSoSoef.js:613:30)
                at WifiLight.exec (/opt/iobroker/node_modules/iobroker.wifilight/main.js:896:44)
                at Timeout._onTimeout (/opt/iobroker/node_modules/iobroker.wifilight/main.js:902:91)
                at listOnTimeout (node:internal/timers:581:17)
                at processTimers (node:internal/timers:519:7)
                2025-03-17 06:29:46.000 - error: wifilight.0 (3147340) Cannot read properties of undefined (reading 'length')
                2025-03-17 06:29:46.014 - info: wifilight.0 (3147340) terminating
                2025-03-17 06:29:46.015 - warn: wifilight.0 (3147340) Terminated (UNCAUGHT_EXCEPTION): Without reason
                2025-03-17 06:29:46.318 - error: host.raspberrypi Caught by controller[0]: TypeError: Cannot read properties of undefined (reading 'length')
                2025-03-17 06:29:46.318 - error: host.raspberrypi Caught by controller[0]: at compareArrays (/opt/iobroker/node_modules/iobroker.wifilight/lib/dontBeSoSoef.js:613:30)
                2025-03-17 06:29:46.318 - error: host.raspberrypi Caught by controller[0]: at WifiLight.exec (/opt/iobroker/node_modules/iobroker.wifilight/main.js:896:44)
                2025-03-17 06:29:46.318 - error: host.raspberrypi Caught by controller[0]: at Timeout._onTimeout (/opt/iobroker/node_modules/iobroker.wifilight/main.js:902:91)
                2025-03-17 06:29:46.318 - error: host.raspberrypi Caught by controller[0]: at listOnTimeout (node:internal/timers:581:17)
                2025-03-17 06:29:46.319 - error: host.raspberrypi Caught by controller[0]: at processTimers (node:internal/timers:519:7)
                2025-03-17 06:29:46.319 - error: host.raspberrypi instance system.adapter.wifilight.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                2025-03-17 06:29:46.319 - info: host.raspberrypi Restart adapter system.adapter.wifilight.0 because enabled
                


                2905e841-5684-4aa8-9a1c-fbfa28ee7fcf-grafik.png

                f6343916-2f38-4b11-953b-8024500e123d-grafik.png

                @Neuschwansteini
                Ja, ist im gleichen Netzwerk. Port ist der gleiche.

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

                  @tourer4778 sagte in RGB Controller mit Iobroker steuern:

                  kann ich nichts steuern

                  wie versuchst du denn das steuern genau?

                  T 1 Reply Last reply Reply Quote 0
                  • T
                    tourer4778 @Homoran last edited by

                    @homoran
                    In dem ich versuche ein DP wie zum Beispiel "brightness" etwas ändere.

                    Codierknecht Homoran 2 Replies Last reply Reply Quote 0
                    • Codierknecht
                      Codierknecht Developer Most Active @tourer4778 last edited by

                      @tourer4778 sagte in RGB Controller mit Iobroker steuern:

                      In dem ich versuche ein DP wie zum Beispiel "brightness" etwas ändere.

                      Das machst Du natürlich ohne Bestätigung?

                      Ändert sich denn z.B. der DP on, wenn Du auf anderem Weg ein- oder ausschaltest?

                      T 1 Reply Last reply Reply Quote 1
                      • T
                        tourer4778 @Codierknecht last edited by tourer4778

                        @codierknecht
                        Nein, bei on ändert sich nichts ...
                        Als wenn ich gar keine Verbindung zum Cotoller habe. Gefunden hat er Ihn aber beim suchen.

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

                          @tourer4778 sagte in RGB Controller mit Iobroker steuern:

                          @homoran
                          In dem ich versuche ein DP wie zum Beispiel "brightness" etwas ändere.

                          wie genau??

                          @codierknecht sagte in RGB Controller mit Iobroker steuern:

                          Das machst Du natürlich ohne Bestätigung?

                          oder?

                          T 1 Reply Last reply Reply Quote 0
                          • ?
                            A Former User @tourer4778 last edited by

                            @tourer4778 alternativ dazu.. wenn das Teil so alt ist.. koennte ein ESP8266 verbaut sein, der freut sich, wenn er Tasmota als Firmware bekommt.. damit bist du dann mit dem Sonoff-Adapter bestens beraten..
                            Meist haben die alten mit so einem grossen Gehaeuse sogar noch die Pins aufgedruckt, an die man zum flashen muss..

                            1 Reply Last reply Reply Quote 0
                            • T
                              tourer4778 @Homoran last edited by tourer4778

                              @homoran
                              Ich ändere den Wert (Ohne bestätigung).
                              Bestätigung habe bisher immer ignoriert 😰 .

                              Wenn ich daheim bin, teste ich mal mit der Bestätigung.
                              Was genau muss ich bei dem Typen eintragen?

                              @neuschwansteini
                              Was verbaut ist, kann ich nicht sagen.

                              ? Homoran Codierknecht 3 Replies Last reply Reply Quote 0
                              • ?
                                A Former User @tourer4778 last edited by

                                @tourer4778 sagte in RGB Controller mit Iobroker steuern:

                                @neuschwansteini
                                Was verbaut ist, kann ich nicht sagen.

                                ok, dann vergiss das was ich geschrieben habe.

                                Wenn er denn Werte vom Controller lesen kann, sollte doch auch schreiben funktionieren..??
                                Oder hast du die Werte in den Datenpunkten per Hand eingetragen?
                                (von deinem Foto von den States)

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

                                  @tourer4778 sagte in RGB Controller mit Iobroker steuern:

                                  Wenn ich daheim bin, teste ich mal mit der Bestätigung.

                                  brauchst du nicht.
                                  Das wäre falsch

                                  du könntest aber die Instanz mal auf Logstufe debug stellen und dann das debug-log beim Versenden des Wertes posten

                                  T 1 Reply Last reply Reply Quote 0
                                  • Codierknecht
                                    Codierknecht Developer Most Active @tourer4778 last edited by Codierknecht

                                    @tourer4778 sagte in RGB Controller mit Iobroker steuern:

                                    Wenn ich daheim bin, teste ich mal mit der Bestätigung.

                                    Nein - das hilft erst recht nicht.
                                    Eine Änderung "ohne Bestätigung" ist für einen Adapter der Hinweis, dass er etwas zu tun hat.
                                    Ändert man DP eines Adapters mit Bestätigung, macht der gar nix.

                                    Ich vermute, dass etweder das "erkannte" Gerät ein false-positive ist und ein Adapter installiert wurde, der mit dem Gerät entweder nix anfangen kann oder dass die Einstellungen der Instanz nicht korrekt sind.

                                    1 Reply Last reply Reply Quote 0
                                    • T
                                      tourer4778 @Homoran last edited by

                                      @homoran

                                      Der Controller wurde eingeschaltet (mit Strom versorgt) und das wurde erkannt, bzw. er hat sofort Connected.
                                      Änderungen wurde nicht übernommen, wie zB On True / False

                                      2025-03-17 12:44:38.535 - debug: wifilight.0 (3278552) [192.168.178.122] onClose hasError=true client=192.168.178.122:5577
                                      2025-03-17 12:44:45.350 - debug: wifilight.0 (3278552) [192.168.178.122] 192.168.178.122 connected
                                      2025-03-17 12:44:45.351 - debug: wifilight.0 (3278552) [192.168.178.122] write: 81 8a 8b 96
                                      2025-03-17 12:44:45.352 - debug: wifilight.0 (3278552) self.client.connect: connected
                                      2025-03-17 12:44:45.363 - debug: wifilight.0 (3278552) [192.168.178.122] write: 81 8a 8b 96
                                      2025-03-17 12:45:15.352 - debug: wifilight.0 (3278552) [192.168.178.122] write: 81 8a 8b 96
                                      2025-03-17 12:45:15.363 - debug: wifilight.0 (3278552) [192.168.178.122] write: 81 8a 8b 96
                                      2025-03-17 12:45:45.353 - debug: wifilight.0 (3278552) [192.168.178.122] write: 81 8a 8b 96
                                      2025-03-17 12:45:45.364 - debug: wifilight.0 (3278552) [192.168.178.122] write: 81 8a 8b 96
                                      2025-03-17 12:45:51.961 - debug: wifilight.0 (3278552) [192.168.178.122] write: 71 24 0f a4
                                      2025-03-17 12:45:51.972 - debug: wifilight.0 (3278552) [192.168.178.122] sending refresh...
                                      2025-03-17 12:45:51.972 - debug: wifilight.0 (3278552) [192.168.178.122] write: 81 8a 8b 96
                                      2025-03-17 12:45:51.972 - debug: wifilight.0 (3278552) [192.168.178.122] write: 71 24 0f a4
                                      2025-03-17 12:46:15.354 - debug: wifilight.0 (3278552) [192.168.178.122] write: 81 8a 8b 96
                                      2025-03-17 12:46:15.364 - debug: wifilight.0 (3278552) [192.168.178.122] write: 81 8a 8b 96
                                      2025-03-17 12:46:17.723 - info: cloud.0 (3248787) received all objects
                                      2025-03-17 12:46:45.356 - debug: wifilight.0 (3278552) [192.168.178.122] write: 81 8a 8b 96
                                      2025-03-17 12:46:45.366 - debug: wifilight.0 (3278552) [192.168.178.122] write: 81 8a 8b 96
                                      2025-03-17 12:47:15.356 - debug: wifilight.0 (3278552) [192.168.178.122] write: 81 8a 8b 96
                                      2025-03-17 12:47:15.367 - debug: wifilight.0 (3278552) [192.168.178.122] write: 81 8a 8b 96
                                      2025-03-17 12:47:45.358 - debug: wifilight.0 (3278552) [192.168.178.122] write: 81 8a 8b 96
                                      2025-03-17 12:47:45.369 - debug: wifilight.0 (3278552) [192.168.178.122] write: 81 8a 8b 96
                                      2025-03-17 12:48:15.359 - debug: wifilight.0 (3278552) [192.168.178.122] write: 81 8a 8b 96
                                      2025-03-17 12:48:15.370 - debug: wifilight.0 (3278552) [192.168.178.122] write: 81 8a 8b 96
                                      2025-03-17 12:48:45.360 - debug: wifilight.0 (3278552) [192.168.178.122] write: 81 8a 8b 96
                                      2025-03-17 12:48:45.371 - debug: wifilight.0 (3278552) [192.168.178.122] write: 81 8a 8b 96
                                      2025-03-17 12:49:15.168 - debug: wifilight.0 (3278552) [192.168.178.122] write: 31 07 07 07 ff 00 0f 54
                                      2025-03-17 12:49:15.179 - debug: wifilight.0 (3278552) [192.168.178.122] write: 31 0e 0e 0e ff 00 0f 69
                                      2025-03-17 12:49:15.189 - debug: wifilight.0 (3278552) [192.168.178.122] write: 31 14 14 14 ff 00 0f 7b
                                      2025-03-17 12:49:15.200 - debug: wifilight.0 (3278552) [192.168.178.122] write: 31 1b 1b 1b ff 00 0f 90
                                      2025-03-17 12:49:15.211 - debug: wifilight.0 (3278552) [192.168.178.122] write: 31 22 22 22 ff 00 0f a5
                                      2025-03-17 12:49:15.221 - debug: wifilight.0 (3278552) [192.168.178.122] write: 31 29 29 29 ff 00 0f ba
                                      2025-03-17 12:49:15.232 - debug: wifilight.0 (3278552) [192.168.178.122] write: 31 30 30 30 ff 00 0f cf
                                      2025-03-17 12:49:15.242 - debug: wifilight.0 (3278552) [192.168.178.122] write: 31 36 36 36 ff 00 0f e1
                                      2025-03-17 12:49:15.252 - debug: wifilight.0 (3278552) [192.168.178.122] write: 31 3d 3d 3d ff 00 0f f6
                                      2025-03-17 12:49:15.261 - debug: wifilight.0 (3278552) [192.168.178.122] write: 31 44 44 44 ff 00 0f 0b
                                      2025-03-17 12:49:15.271 - debug: wifilight.0 (3278552) [192.168.178.122] write: 31 4b 4b 4b ff 00 0f 20
                                      2025-03-17 12:49:15.281 - debug: wifilight.0 (3278552) [192.168.178.122] write: 31 52 52 52 ff 00 0f 35
                                      2025-03-17 12:49:15.292 - debug: wifilight.0 (3278552) [192.168.178.122] write: 31 58 58 58 ff 00 0f 47
                                      2025-03-17 12:49:15.303 - debug: wifilight.0 (3278552) [192.168.178.122] write: 31 5f 5f 5f ff 00 0f 5c
                                      2025-03-17 12:49:15.313 - debug: wifilight.0 (3278552) [192.168.178.122] write: 31 66 66 66 ff 00 0f 71
                                      2025-03-17 12:49:15.324 - debug: wifilight.0 (3278552) [192.168.178.122] write: 31 6d 6d 6d ff 00 0f 86
                                      2025-03-17 12:49:15.334 - debug: wifilight.0 (3278552) [192.168.178.122] write: 31 74 74 74 ff 00 0f 9b
                                      2025-03-17 12:49:15.344 - debug: wifilight.0 (3278552) [192.168.178.122] write: 31 7a 7a 7a ff 00 0f ad
                                      2025-03-17 12:49:15.355 - debug: wifilight.0 (3278552) [192.168.178.122] write: 31 81 81 81 ff 00 0f c2
                                      2025-03-17 12:49:15.366 - debug: wifilight.0 (3278552) [192.168.178.122] write: 31 88 88 88 ff 00 0f d7
                                      2025-03-17 12:49:15.377 - debug: wifilight.0 (3278552) [192.168.178.122] write: 31 8f 8f 8f ff 00 0f ec
                                      2025-03-17 12:49:15.388 - debug: wifilight.0 (3278552) [192.168.178.122] write: 31 96 96 96 ff 00 0f 01
                                      2025-03-17 12:49:15.398 - debug: wifilight.0 (3278552) [192.168.178.122] write: 31 9c 9c 9c ff 00 0f 13
                                      2025-03-17 12:49:15.408 - debug: wifilight.0 (3278552) [192.168.178.122] write: 31 a3 a3 a3 ff 00 0f 28
                                      2025-03-17 12:49:15.419 - debug: wifilight.0 (3278552) [192.168.178.122] write: 31 aa aa aa ff 00 0f 3d
                                      2025-03-17 12:49:15.429 - debug: wifilight.0 (3278552) [192.168.178.122] write: 31 b1 b1 b1 ff 00 0f 52
                                      2025-03-17 12:49:15.440 - debug: wifilight.0 (3278552) [192.168.178.122] write: 31 b8 b8 b8 ff 00 0f 67
                                      2025-03-17 12:49:15.450 - debug: wifilight.0 (3278552) [192.168.178.122] write: 31 be be be ff 00 0f 79
                                      2025-03-17 12:49:15.461 - debug: wifilight.0 (3278552) [192.168.178.122] write: 31 c5 c5 c5 ff 00 0f 8e
                                      2025-03-17 12:49:15.471 - debug: wifilight.0 (3278552) [192.168.178.122] write: 31 cc cc cc ff 00 0f a3
                                      2025-03-17 12:49:15.482 - debug: wifilight.0 (3278552) [192.168.178.122] write: 81 8a 8b 96
                                      2025-03-17 12:49:15.493 - debug: wifilight.0 (3278552) [192.168.178.122] write: 81 8a 8b 96
                                      2025-03-17 12:49:45.362 - debug: wifilight.0 (3278552) [192.168.178.122] write: 81 8a 8b 96
                                      2025-03-17 12:49:45.373 - debug: wifilight.0 (3278552) [192.168.178.122] write: 81 8a 8b 96
                                      2025-03-17 12:49:46.955 - debug: wifilight.0 (3278552) [192.168.178.122] write: 71 23 0f a3
                                      2025-03-17 12:49:46.967 - debug: wifilight.0 (3278552) [192.168.178.122] sending refresh...
                                      2025-03-17 12:49:46.967 - debug: wifilight.0 (3278552) [192.168.178.122] write: 81 8a 8b 96
                                      2025-03-17 12:49:46.968 - debug: wifilight.0 (3278552) [192.168.178.122] write: 71 23 0f a3
                                      2025-03-17 12:50:15.363 - debug: wifilight.0 (3278552) [192.168.178.122] write: 81 8a 8b 96
                                      2025-03-17 12:50:15.373 - debug: wifilight.0 (3278552) [192.168.178.122] write: 81 8a 8b 96
                                      

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

                                        @tourer4778 sagte in RGB Controller mit Iobroker steuern:

                                        das wurde erkannt, bzw. er hat sofort Connected.

                                        sehe ich im log nicht.

                                        nur

                                        @tourer4778 sagte in RGB Controller mit Iobroker steuern:

                                        2025-03-17 12:44:38.535 - debug: wifilight.0 (3278552) [192.168.178.122] onClose hasError=true client=192.168.178.122:5577

                                        @tourer4778 sagte in RGB Controller mit Iobroker steuern:

                                        Änderungen wurde nicht übernommen, wie zB On True / False

                                        was schreibt denn da die ganzen HEX Befehle?

                                        T 1 Reply Last reply Reply Quote 0
                                        • T
                                          tourer4778 @Homoran last edited by tourer4778

                                          @homoran sagte in RGB Controller mit Iobroker steuern:

                                          sehe ich im log nicht.

                                          2025-03-17 12:44:45.352 - debug: wifilight.0 (3278552) self.client.connect: connected
                                          Das meinte ich damit. Der Controller wird bei mir ganz Spannungsfrei geschaltet, wenn ich das Licht aus mache.

                                          was schreibt denn da die ganzen HEX Befehle?

                                          Der Adapter? Ich weiß es nicht.

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

                                            @tourer4778 sagte in RGB Controller mit Iobroker steuern:

                                            Der Controller wird bei mir ganz Spannungsfrei geschaltet, wenn ich das Licht aus mache.

                                            so geht das nicht!
                                            Smart Beleuchtung muss immer "unter Strom" stehen.

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

                                            Support us

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

                                            421
                                            Online

                                            31.9k
                                            Users

                                            80.2k
                                            Topics

                                            1.3m
                                            Posts

                                            5
                                            29
                                            857
                                            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