Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. Daikin Adapter ohne Funktion

    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

    Daikin Adapter ohne Funktion

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

      @aidan sagte in Daikin Adapter ohne Funktion:

      iobroker update-i

      iobroker update -i
      
      A 1 Reply Last reply Reply Quote 0
      • A
        Aidan @Glasfaser last edited by

        @glasfaser

        pi@raspberrypi:~ $ iobroker update -i
        Used repository: Stable (default)
        Adapter    "admin"        : 5.3.8    , installed 5.3.8
        Adapter    "alarm"        : 3.1.0    , installed 3.0.5  [Updatable]
        Adapter    "daswetter"    : 3.1.2    , installed 3.1.2
        Adapter    "discovery"    : 3.0.3    , installed 3.0.3
        Adapter    "email"        : 1.0.10   , installed 1.0.10
        Adapter    "heos"         : 1.9.1    , installed 1.9.1
        Adapter    "hm-rega"      : 3.0.40   , installed 3.0.40
        Adapter    "hm-rpc"       : 1.15.12  , installed 1.15.12
        Adapter    "hmip"         : 1.17.0   , installed 1.15.4 [Updatable]
        Adapter    "ical"         : 1.12.1   , installed 1.12.1
        Adapter    "icons-material-png": 0.1.0, installed 0.1.0
        Adapter    "icons-mfd-png": 1.1.0    , installed 1.1.0
        Adapter    "icons-open-icon-library-png": 0.1.2, installed 0.1.2
        Adapter    "icons-ultimate-png": 1.0.1, installed 1.0.1
        Adapter    "info"         : 1.9.19   , installed 1.9.19
        Adapter    "javascript"   : 5.2.21   , installed 5.2.21
        Controller "js-controller": 4.0.23   , installed 4.0.23
        Adapter    "linkeddevices": 1.4.3    , installed 1.4.3
        Adapter    "proxy"        : 1.2.2    , installed 1.2.2
        Adapter    "simple-api"   : 2.6.5    , installed 2.6.5
        Adapter    "socketio"     : 4.2.0    , installed 4.2.0
        Adapter    "tankerkoenig" : 2.1.1    , installed 2.1.1
        Adapter    "telegram"     : 1.12.2   , installed 1.12.2
        Adapter    "tvspielfilm"  : 2.0.4    , installed 2.0.4
        Adapter    "vis"          : 1.4.15   , installed 1.4.15
        Adapter    "vis-google-fonts": 1.0.3 , installed 1.0.3
        Adapter    "vis-hqwidgets": 1.2.0    , installed 1.2.0
        Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
        Adapter    "vis-justgage" : 1.0.2    , installed 1.0.2
        Adapter    "vis-map"      : 1.0.4    , installed 1.0.4
        Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
        Adapter    "vis-plumb"    : 1.0.2    , installed 1.0.2
        Adapter    "vis-timeandweather": 1.1.7, installed 1.1.7
        Adapter    "vis-weather"  : 2.5.5    , installed 2.5.5
        Adapter    "web"          : 4.3.0    , installed 4.3.0
        Adapter    "ws"           : 1.3.0    , installed 1.3.0
        Adapter    "yr"           : 5.3.0    , installed 5.1.2  [Updatable]
        
        
        Glasfaser 2 Replies Last reply Reply Quote 0
        • Glasfaser
          Glasfaser @Aidan last edited by

          @aidan

          sehr komisch ..

          poste hier mal dein Problem , bzw. da wird etwas auch von dem gesprochen ...

          https://forum.iobroker.net/topic/55082/test-adapter-daikin-cloud-0-0-1/8?_=1653646583846

          1 Reply Last reply Reply Quote 0
          • Glasfaser
            Glasfaser @Aidan last edited by Glasfaser

            @aidan

            Was ergibt noch ... das fehlt oben :

            uname -m && which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
            

            EDIT :

            Was mich noch mehr Wundert ....

            das der Daikin Adapter auch nicht angezeigt wird in deiner Auflistung .

            9695191a-1992-4821-b104-ee512adb92ed-grafik.png

            A 2 Replies Last reply Reply Quote 0
            • A
              Aidan @Glasfaser last edited by Aidan

              @glasfaser

              pi@raspberrypi:~ $ sudo ln -s /usr/bin/node /usr/bin/nodejs
              ln: die symbolische Verknüpfung '/usr/bin/nodejs' konnte nicht angelegt werden: Die Datei existiert bereits
              pi@raspberrypi:~ $ uname -m && which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
              armv7l
              /usr/bin/nodejs
              /usr/bin/node
              /usr/bin/npm
              v12.20.0
              v12.20.0
              6.14.8
              pi
              /home/pi
              
              

              Das ist aber schon sehr speziell^^ das ganze vorgehen. ich bin ja kein informatiker^^

              ich poste mal im anderen Thread meine Probleme..
              Dank dir erstmal, mal sehen was rum kommt

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

                @aidan

                Da ist nodeJS falsch (mindestens in veralteter Version) installiert. Und dein System ist nicht aktuell.

                sudo apt update
                iobroker stop
                sudo apt full-upgrade
                sudo reboot
                
                1 Reply Last reply Reply Quote 0
                • Homoran
                  Homoran Global Moderator Administrators @Aidan last edited by

                  @aidan sagte in Daikin Adapter ohne Funktion:

                  Das ist aber schon sehr speziell^^ das ganze vorgehen.

                  wenn man Alpha Versionen testen will, ist das eben so.

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

                    @aidan sagte in Daikin Adapter ohne Funktion:

                    Eine Schritt Anleitung wäre super.

                    hat @glasfaser dir verlinkt.
                    Hast du sie gelesen und befolgt

                    A 1 Reply Last reply Reply Quote 0
                    • A
                      Aidan @Homoran last edited by

                      @homoran
                      ich bin dran, den Adapter konnte ich schon sehen.
                      Aktualisiere gerade das System

                      1 Reply Last reply Reply Quote 0
                      • A
                        Aidan @Glasfaser last edited by

                        @glasfaser said in Daikin Adapter ohne Funktion:

                        @aidan

                        Was ergibt noch ... das fehlt oben :

                        uname -m && which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                        

                        EDIT :

                        Was mich noch mehr Wundert ....

                        das der Daikin Adapter auch nicht angezeigt wird in deiner Auflistung .

                        Es fehlte nur ein Befehl, dann konnte ich den Adapter sehen:
                        iob upload daikin-cloud

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

                        Support us

                        ioBroker
                        Community Adapters
                        Donate

                        932
                        Online

                        31.9k
                        Users

                        80.1k
                        Topics

                        1.3m
                        Posts

                        adapter problem daikin objekt nicht erstellt
                        5
                        40
                        3001
                        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