Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. CUL

    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

    CUL

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

      Hallo Rainer,

      ist leider doch erst heut geworden. Aber ich hab doch ein bischen allein hinbekommen. Als erstes hab ich

      CUxD aktiviert 1162_image_1.png

      Dann hab ichden RPC angelegt 1162_image_2.png

      Dort hab ich ihn gefunden 1162_image_3.png

      Und das zeigt er unter den Ereignissen an 1162_image_4.png

      Das scheint ja dann zu laufen. Jetzt brauche ich das alles nur noch in .vis. Aber bis jetzt habe ich vergebens das richtige Widget gesucht.

      Hast du oder jemand anderes eine Idee?

      Gruß Dirk

      1 Reply Last reply Reply Quote 0
      • DirkK
        DirkK last edited by

        Ich hab gerade noch mal geguckt, die werte können ja eigentlich auch nicht stimmen, denn eigentlich sollte das rauskommen
        1162_image_5.png

        ich hänge mal noch den Log vom CUxD an

        aktuelle Parameter: (* = bei Änderung Neustart erforderlich)

        *LISTENPORT '8700'

        *HM-SCRIPTHOST '127.0.0.1'

        *HM-SCRIPTPORT '8181'

        *RPCHOST '127.0.0.1'

        *RPCPORT '8701'

        HTTP-REFRESH '5'

        TERMINALLINES '25'

        RCVLOGSIZE '10000'

        CUXINITCMD 'X21'

        LOGFILE ''

        LOGLEVEL '1'

        LOGSIZE '1000000'

        LOGFILEMOVE ''

        DEVLOGFILE ''

        DEVLOGSIZE '100000'

        DEVLOGMOVE ''

        DEVLOGMOVE-HR ''

        DEVLOGEXPORT ''

        DEVTIMEFORMAT '%Y-%m-%dT%X'

        DEVDATAFORMAT ''

        DEVLOGOLDALIAS '0'

        SUBSCRIBE-RF '1'

        SUBSCRIBE-WR '1'

        AUTOSAVE '1'

        MOUNTCMD ''

        UMOUNTCMD ''

        BACKUPCMD ''

        SYSLOGMOVE ''

        SYSLOGMOVEDAILY ''

        TH-DIR ''

        TH-DIR-FILTER ''

        ADDRESS-BUFFER '120'

        CLOUDMATIC_CMD '/etc/config/addons/mh/cloudmatic'

        WEBCAMCONFIG '/usr/local/addons/cuxd/webcamconfig.ini'

        WEBCAMSNAPSHOT '/tmp/snapshots'

        WEBCAMCACHE '/tmp/webcams'

        SYSLOGFILENAME '/var/log/messages'

        CUXD-CHARTS '/etc/config/addons/www/cuxchart/index.html'

        TTY Konfiguration:

        ttyUSB0:38400:8N1 {CUX}

        Aktuelle Geräteeinstellungen - 3 Gerät(e), 3 Channel(s):

        CUX2700001: dev('') code('531E011E') mode(1) TURNPUNIT(75) xor(0) CHECK

        CUX2700002: dev('') code('00000000') mode(0) TURNPUNIT(0) xor(0) CHECK

        CUX9100001:

        gefundene Adressen (aktuelle zuerst 07:34:46):

        Letzte Status Device Gerät 'CODE'

        ttyUSB0 ESA1000/ESA2000 '531E011E' (-66dBm)

        Gruß Dirk

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

          Hallo Dirk,
          @DirkK:

          ist leider doch erst heut geworden. Aber ich hab doch ein bischen allein hinbekommen. Als erstes hab ich

          CUxD aktiviert

          …

          Dann hab ichden RPC angelegt `

          Anders rum: Erst den rpc.1 konfigurieren.

          Hier musst du unter Adapteradresse die IP deines ioBroker-Raspi (oder woauchimmer der läuft) eingeben: 192.168…, nicht 0.0.0.0

          Gruß

          Rainer

          1 Reply Last reply Reply Quote 0
          • DirkK
            DirkK last edited by

            Hallo Rainer,

            hab ich jetzt getan. Ich mußte allerdings wieder über das system gehen, siehe bild, aber richtige werte kommen immer noch nicht

            Gruß Dirk
            1162_image_6.png

            1 Reply Last reply Reply Quote 0
            • DirkK
              DirkK last edited by

              Muß ich hier auch noch was tun?
              1162_image_7.png

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

                den hmm brauchst du nicht zwingend.

                Hast du bei den IP-einstellungden des hm-rpc.1 mal die untere Checkbox "force reinit" angehakt?

                Was hast du für ein Gerät als HM-Zentrale?

                Was hast du für ein Gerät als ioBroker-Server?

                Gruß

                Rainer

                1 Reply Last reply Reply Quote 0
                • DirkK
                  DirkK last edited by

                  @Homoran:

                  Hast du bei den IP-einstellungden des hm-rpc.1 mal die untere Checkbox "force reinit" angehakt? `
                  hab ich jetzt getan und ich hab eine CCU2 mit Raspi2 auf Jessy light

                  Gruß Dirk

                  1 Reply Last reply Reply Quote 0
                  • DirkK
                    DirkK last edited by

                    wenn ich dieses force dingsda anhäkel kickt der meine iobroker ip wieder raus

                    Gruß Dirk

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

                      Hast du von den Adaptern alle aktuelle Versionen?

                      auch vom js-controller?

                      Gruß

                      Rainer

                      1 Reply Last reply Reply Quote 0
                      • DirkK
                        DirkK last edited by

                        Außer Admin, da hab ich noch die 1.0.2

                        Dirk

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

                          @DirkK:

                          Außer Admin, da hab ich noch die 1.0.2 `
                          bitte updaten!

                          mach mal über die Konsole ein

                          cd /opt/iobroker
                          ./iobroker update
                          

                          und poste das Ergebnis:

                          ! root@Test-Pi3:/opt/iobroker# ./iobroker update update done Adapter "zwave" : 0.2.5 Adapter "yr" : 1.0.1 , installed 1.0.1 Adapter "yamaha" : 0.1.5 Adapter "wolf" : 0.1.0 Adapter "web" : 1.4.3 , installed 1.4.3 Adapter "weatherunderground": 0.1.0 Adapter "vis-timeandweather": 1.1.0 , installed 1.1.0 Adapter "vis-rgraph" : 0.0.2 , installed 0.0.2 Adapter "vis-plumb" : 0.1.6 , installed 0.1.6 Adapter "vis-metro" : 1.0.0 , installed 1.0.0 Adapter "vis-lcars" : 1.0.0 , installed 1.0.0 Adapter "vis-keyboard" : 0.0.2 , installed 0.0.2 Adapter "vis-justgage" : 0.4.1 , installed 0.4.1 Adapter "vis-jqui-mfd" : 0.1.0 , installed 0.1.0 Adapter "vis-hqwidgets" : 1.0.0 , installed 1.0.0 Adapter "vis-google-fonts": 0.1.0 , installed 0.1.0 Adapter "vis-fancyswitch": 1.0.0 , installed 1.0.0 Adapter "vis-colorpicker": 0.1.3 , installed 0.1.3 Adapter "vis-bars" : 0.1.1 , installed 0.1.1 Adapter "vis" : 0.9.4 , installed 0.9.4 Adapter "vcard" : 0.0.6 Adapter "text2command" : 1.0.0 Adapter "terminal" : 0.1.2 Adapter "telegram" : 0.2.4 Adapter "starline" : 0.1.5 Adapter "sonos" : 0.1.8 Adapter "squeezebox" : 0.1.0 Adapter "samsung" : 0.0.10 Adapter "rpi" : 0.0.4 , installed 0.0.4 Adapter "rickshaw" : 0.3.1 , installed 0.3.1 Adapter "pushover" : 0.1.1 Adapter "pushbullet" : 0.0.11 Adapter "piface" : 0.0.50 Adapter "phantomjs" : 0.1.2 Adapter "owfs" : 0.0.2 Adapter "onkyo" : 0.2.0 Adapter "occ" : 0.2.4 Adapter "sql" : 0.1.2 , installed 0.1.2 Adapter "socketio" : 1.4.0 Adapter "simple-api" : 1.1.0 Adapter "scenes" : 0.2.5 , installed 0.2.5 Adapter "sayit" : 0.3.17 , installed 0.3.17 Adapter "s7" : 0.2.4 Adapter "ping" : 1.1.1 , installed 1.1.1 Adapter "noolite" : 0.0.1 Adapter "node-red" : 1.0.0 , installed 1.0.0 Adapter "mysensors" : 0.2.3 Adapter "mqtt" : 1.0.2 Adapter "modbus" : 0.3.10 Adapter "mobile" : 0.4.0 , installed 0.4.0 Adapter "miele" : 0.0.12 Adapter "megad" : 1.2.0 Adapter "knx" : 0.2.10 Controller "js-controller" : 0.8.10 , installed 0.8.10 Adapter "javascript" : 2.0.6 , installed 2.0.6 Adapter "influxdb" : 0.1.2 , installed 0.1.2 Adapter "icons-ultimate-png": 0.1.0 , installed 0.1.0 Adapter "icons-open-icon-library-png": 0.1.3 , installed 0.1.3 Adapter "icons-mfd-svg" : 0.1.2 , installed 0.1.2 Adapter "icons-mfd-png" : 0.1.2 , installed 0.1.2 Adapter "icons-material-svg": 0.1.0 , installed 0.1.0 Adapter "icons-material-png": 0.1.0 , installed 0.1.0 Adapter "icons-icons8" : 0.0.1 , installed 0.0.1 Adapter "icons-addictive-flavour-png": 0.1.0 , installed 0.1.0 Adapter "ical" : 1.1.1 , installed 1.1.1 Adapter "hmm" : 1.0.1 Adapter "homekit" : 0.1.4 Adapter "hue" : 0.5.3 Adapter "hm-rpc" : 1.1.3 , installed 1.1.3 Adapter "hm-rega" : 0.3.7 , installed 0.3.7 Adapter "history" : 0.2.1 , installed 0.2.1 Adapter "harmony" : 0.5.5 , installed 0.5.5 Adapter "geofency" : 0.1.4 Adapter "fritzbox" : 0.2.1 , installed 0.2.1 Adapter "feiertage" : 0.3.2 , installed 0.3.2 Adapter "flot" : 1.0.0 , installed 1.0.0 Adapter "email" : 0.1.2 , installed 0.1.2 Adapter "dwd" : 2.0.3 , installed 2.0.3 Adapter "cul" : 0.0.4 Adapter "chromecast" : 1.0.6 Adapter "b-control-em" : 0.1.1 Adapter "artnet" : 0.0.3 Adapter "admin" : 1.0.3 , installed 1.0.3 !

                          Gruß

                          Rainer

                          1 Reply Last reply Reply Quote 0
                          • DirkK
                            DirkK last edited by

                            so ein mist, irgendwas tut sich was, und ich weiß nich warum, außerdem sieht das in Objekte jetzt doof aus
                            1162_image_8.png

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

                              Bei der CuxD Konfiguration kann ich dir leider nicht helfen - da kenne ich mich selbst nicht aus 😞

                              Bei Objekte bitte mal oben links den refresh Button klicken.

                              Und was die Werte in .vis angeht - benutze doch das basic val number Widget.

                              Gruß

                              Rainer

                              1 Reply Last reply Reply Quote 0
                              • DirkK
                                DirkK last edited by

                                Mensch Rainer,

                                kann es sei das einfach nur die Bat. im allerwertesten sind?

                                Gruß Dirk
                                1162_image_9.png

                                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

                                385
                                Online

                                31.9k
                                Users

                                80.3k
                                Topics

                                1.3m
                                Posts

                                2
                                28
                                3223
                                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