Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. Test Adapter luxtronik2 v0.4.x

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.7k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.2k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    16
    1
    3.1k

Test Adapter luxtronik2 v0.4.x

Geplant Angeheftet Gesperrt Verschoben Tester
adapterluxtronik wpwebsocket
289 Beiträge 52 Kommentatoren 70.2k Aufrufe 49 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • H Offline
    H Offline
    Henning 1
    schrieb am zuletzt editiert von
    #154

    Hi,
    den Adapter sehe ich leider nicht in der Adapterliste. Daher habe ich über Shell mit genau dem Kommando installiert. Den installierten Adapter sehe ich aber auch nicht... Mehr Ideen? Muß ich den Adapter von einem bestimmten Ordner aus installieren?
    LG

    Thomas BraunT 1 Antwort Letzte Antwort
    0
    • H Henning 1

      Hi,
      den Adapter sehe ich leider nicht in der Adapterliste. Daher habe ich über Shell mit genau dem Kommando installiert. Den installierten Adapter sehe ich aber auch nicht... Mehr Ideen? Muß ich den Adapter von einem bestimmten Ordner aus installieren?
      LG

      Thomas BraunT Online
      Thomas BraunT Online
      Thomas Braun
      Most Active
      schrieb am zuletzt editiert von Thomas Braun
      #155

      @henning-1

      Besser nicht per npm direkt.

      iobroker add ADAPTERNAME
      

      ist besser, weil u.a. egal ist in welchem Verzeichnis das gemacht wird. Und die Rechte sind auch richtig dann.

      luxtronik2 ist derzeitig aber nur über die Beta-Schiene erhältlich.

      Linux-Werkzeugkasten:
      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
      NodeJS Fixer Skript:
      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

      1 Antwort Letzte Antwort
      0
      • H Offline
        H Offline
        Henning 1
        schrieb am zuletzt editiert von
        #156

        Hi,
        danke. Hab ich probiert. Dazu hab ich unter home/pi/luxtronik2 den adapter mit npb uninstall deinstalliert und dann unter home/pi das npm add Kommando eingegeben. Fehlermeldungen sind wie folgt

        pi@iobroker-pi:~ $ npm add iobroker.luxtronik2
        npm WARN saveError ENOENT: no such file or directory, open '/home/pi/package.json'
        npm WARN enoent ENOENT: no such file or directory, open '/home/pi/package.json'
        npm WARN pi No description
        npm WARN pi No repository field.
        npm WARN pi No README data
        npm WARN pi No license field.
        
        

        Ich hatte vorab in dem luxtronik2 Ordner noch ein npm init ausgeführt. Um ehrlich zu sein weiß ich da aber nicht wirklich, was ich tue...

        Der Adpater ist nach wie vor nicht sichtbar unter ioBroker.

        LG

        Thomas BraunT 1 Antwort Letzte Antwort
        0
        • H Henning 1

          Hi,
          danke. Hab ich probiert. Dazu hab ich unter home/pi/luxtronik2 den adapter mit npb uninstall deinstalliert und dann unter home/pi das npm add Kommando eingegeben. Fehlermeldungen sind wie folgt

          pi@iobroker-pi:~ $ npm add iobroker.luxtronik2
          npm WARN saveError ENOENT: no such file or directory, open '/home/pi/package.json'
          npm WARN enoent ENOENT: no such file or directory, open '/home/pi/package.json'
          npm WARN pi No description
          npm WARN pi No repository field.
          npm WARN pi No README data
          npm WARN pi No license field.
          
          

          Ich hatte vorab in dem luxtronik2 Ordner noch ein npm init ausgeführt. Um ehrlich zu sein weiß ich da aber nicht wirklich, was ich tue...

          Der Adpater ist nach wie vor nicht sichtbar unter ioBroker.

          LG

          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          schrieb am zuletzt editiert von Thomas Braun
          #157

          @henning-1

          Warum machst du es jetzt anders als von mir vorgeschlagen?
          Für Aktionen mittels npm stehst du immer noch im falschen Verzeichnis. Du musst in /opt/iobroker stehen. ODER halt (besser)

          iobroker add ADAPTERNAME
          

          luxtronik2 ist allerdings nur als Beta verfügbar.

          Linux-Werkzeugkasten:
          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
          NodeJS Fixer Skript:
          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

          1 Antwort Letzte Antwort
          0
          • H Offline
            H Offline
            Henning 1
            schrieb am zuletzt editiert von
            #158

            Hi,
            sorry, meine geistige Umnachtung :-) Ist irgendwie zu warm draußen... Ich machs gleich nochmal anders.

            1 Antwort Letzte Antwort
            0
            • H Offline
              H Offline
              Henning 1
              schrieb am zuletzt editiert von
              #159

              Hmm, ging auch nicht:

              pi@iobroker-pi:~ $ iobroker add luxtronik2
              host.iobroker-pi Unknown packetName luxtronik2. Please install packages from outside the repository using npm!
              pi@iobroker-pi:~ $ iobroker add iobroker.luxtronik2
              host.iobroker-pi Unknown packetName luxtronik2. Please install packages from outside the repository using npm!
              
              

              Ich versuchs jetzt nochmal im opt/iobroker mittels npm. Geht auch nicht :-(

              npm WARN xmlhttprequest-ts@1.0.1 requires a peer of @angular/common@>= 5.0.0 but none is installed. You must install peer dependencies yourself.
              npm WARN xmlhttprequest-ts@1.0.1 requires a peer of @angular/core@>= 5.0.0 but none is installed. You must install peer dependencies yourself.
              
              npm ERR! code EACCES
              npm ERR! syscall access
              npm ERR! path /opt/iobroker/node_modules
              npm ERR! errno -13
              npm ERR! Error: EACCES: permission denied, access '/opt/iobroker/node_modules'
              npm ERR!  [Error: EACCES: permission denied, access '/opt/iobroker/node_modules'] {
              npm ERR!   errno: -13,
              npm ERR!   code: 'EACCES',
              npm ERR!   syscall: 'access',
              npm ERR!   path: '/opt/iobroker/node_modules'
              npm ERR! }
              npm ERR!
              npm ERR! The operation was rejected by your operating system.
              npm ERR! It is likely you do not have the permissions to access this file as the current user
              npm ERR!
              npm ERR! If you believe this might be a permissions issue, please double-check the
              npm ERR! permissions of the file and its containing directories, or try running
              npm ERR! the command again as root/Administrator.
              
              npm ERR! A complete log of this run can be found in:
              npm ERR!     /home/pi/.npm/_logs/2022-07-03T11_29_51_613Z-debug.log
              
              
              Thomas BraunT 2 Antworten Letzte Antwort
              0
              • H Henning 1

                Hmm, ging auch nicht:

                pi@iobroker-pi:~ $ iobroker add luxtronik2
                host.iobroker-pi Unknown packetName luxtronik2. Please install packages from outside the repository using npm!
                pi@iobroker-pi:~ $ iobroker add iobroker.luxtronik2
                host.iobroker-pi Unknown packetName luxtronik2. Please install packages from outside the repository using npm!
                
                

                Ich versuchs jetzt nochmal im opt/iobroker mittels npm. Geht auch nicht :-(

                npm WARN xmlhttprequest-ts@1.0.1 requires a peer of @angular/common@>= 5.0.0 but none is installed. You must install peer dependencies yourself.
                npm WARN xmlhttprequest-ts@1.0.1 requires a peer of @angular/core@>= 5.0.0 but none is installed. You must install peer dependencies yourself.
                
                npm ERR! code EACCES
                npm ERR! syscall access
                npm ERR! path /opt/iobroker/node_modules
                npm ERR! errno -13
                npm ERR! Error: EACCES: permission denied, access '/opt/iobroker/node_modules'
                npm ERR!  [Error: EACCES: permission denied, access '/opt/iobroker/node_modules'] {
                npm ERR!   errno: -13,
                npm ERR!   code: 'EACCES',
                npm ERR!   syscall: 'access',
                npm ERR!   path: '/opt/iobroker/node_modules'
                npm ERR! }
                npm ERR!
                npm ERR! The operation was rejected by your operating system.
                npm ERR! It is likely you do not have the permissions to access this file as the current user
                npm ERR!
                npm ERR! If you believe this might be a permissions issue, please double-check the
                npm ERR! permissions of the file and its containing directories, or try running
                npm ERR! the command again as root/Administrator.
                
                npm ERR! A complete log of this run can be found in:
                npm ERR!     /home/pi/.npm/_logs/2022-07-03T11_29_51_613Z-debug.log
                
                
                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                schrieb am zuletzt editiert von
                #160

                @henning-1

                Mach es so...

                1f568cc8-205f-4894-9159-fa16ae7e93c3-image.png

                Linux-Werkzeugkasten:
                https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                NodeJS Fixer Skript:
                https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                1 Antwort Letzte Antwort
                0
                • H Offline
                  H Offline
                  Henning 1
                  schrieb am zuletzt editiert von
                  #161

                  Das hatte ich schon probiert. Der Adapter ist nicht sichtbar.
                  1dd3428e-267a-46ab-85d0-7343ec7b3fc8-image.png

                  Thomas BraunT 1 Antwort Letzte Antwort
                  0
                  • H Henning 1

                    Das hatte ich schon probiert. Der Adapter ist nicht sichtbar.
                    1dd3428e-267a-46ab-85d0-7343ec7b3fc8-image.png

                    Thomas BraunT Online
                    Thomas BraunT Online
                    Thomas Braun
                    Most Active
                    schrieb am zuletzt editiert von
                    #162

                    @henning-1

                    iobroker update -i
                    

                    Linux-Werkzeugkasten:
                    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                    NodeJS Fixer Skript:
                    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                    1 Antwort Letzte Antwort
                    0
                    • H Offline
                      H Offline
                      Henning 1
                      schrieb am zuletzt editiert von
                      #163
                      Used repository: stable
                      Adapter    "admin"        : 5.3.8    , installed 5.3.8
                      Adapter    "backitup"     : 2.4.9    , installed 2.4.9
                      Adapter    "discovery"    : 3.0.3    , installed 3.0.3
                      Adapter    "fronius"      : 1.1.3    , installed 1.1.3
                      Adapter    "gruenbeck"    : 0.0.34   , installed 0.0.34
                      Adapter    "javascript"   : 5.7.0    , installed 5.7.0
                      Controller "js-controller": 4.0.23   , installed 4.0.23
                      Adapter    "net-tools"    : 0.2.0    , installed 0.2.0
                      Adapter    "openknx"      : 0.2.5    , installed 0.1.22 [Updatable]
                      Adapter    "ping"         : 1.5.3    , installed 1.5.3
                      Adapter    "pvforecast"   : 2.1.4    , installed 2.1.4
                      Adapter    "unifi"        : 0.5.10   , installed 0.5.10
                      Adapter    "valloxmv"     : 1.1.3    , installed 1.1.3
                      Adapter    "zwave2"       : 2.5.0    , installed 2.5.0
                      
                      
                      1 Antwort Letzte Antwort
                      0
                      • H Henning 1

                        Hmm, ging auch nicht:

                        pi@iobroker-pi:~ $ iobroker add luxtronik2
                        host.iobroker-pi Unknown packetName luxtronik2. Please install packages from outside the repository using npm!
                        pi@iobroker-pi:~ $ iobroker add iobroker.luxtronik2
                        host.iobroker-pi Unknown packetName luxtronik2. Please install packages from outside the repository using npm!
                        
                        

                        Ich versuchs jetzt nochmal im opt/iobroker mittels npm. Geht auch nicht :-(

                        npm WARN xmlhttprequest-ts@1.0.1 requires a peer of @angular/common@>= 5.0.0 but none is installed. You must install peer dependencies yourself.
                        npm WARN xmlhttprequest-ts@1.0.1 requires a peer of @angular/core@>= 5.0.0 but none is installed. You must install peer dependencies yourself.
                        
                        npm ERR! code EACCES
                        npm ERR! syscall access
                        npm ERR! path /opt/iobroker/node_modules
                        npm ERR! errno -13
                        npm ERR! Error: EACCES: permission denied, access '/opt/iobroker/node_modules'
                        npm ERR!  [Error: EACCES: permission denied, access '/opt/iobroker/node_modules'] {
                        npm ERR!   errno: -13,
                        npm ERR!   code: 'EACCES',
                        npm ERR!   syscall: 'access',
                        npm ERR!   path: '/opt/iobroker/node_modules'
                        npm ERR! }
                        npm ERR!
                        npm ERR! The operation was rejected by your operating system.
                        npm ERR! It is likely you do not have the permissions to access this file as the current user
                        npm ERR!
                        npm ERR! If you believe this might be a permissions issue, please double-check the
                        npm ERR! permissions of the file and its containing directories, or try running
                        npm ERR! the command again as root/Administrator.
                        
                        npm ERR! A complete log of this run can be found in:
                        npm ERR!     /home/pi/.npm/_logs/2022-07-03T11_29_51_613Z-debug.log
                        
                        
                        Thomas BraunT Online
                        Thomas BraunT Online
                        Thomas Braun
                        Most Active
                        schrieb am zuletzt editiert von
                        #164

                        @henning-1 sagte in Test Adapter luxtronik2 v0.4.x:

                        Ich versuchs jetzt nochmal im opt/iobroker mittels npm. Geht auch nicht

                        Was genau hast du da eingegeben?
                        Bitte IMMER vollständige Ein- wie Ausgaben zeigen.

                        Linux-Werkzeugkasten:
                        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                        NodeJS Fixer Skript:
                        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                        1 Antwort Letzte Antwort
                        0
                        • H Offline
                          H Offline
                          Henning 1
                          schrieb am zuletzt editiert von
                          #165

                          Hier inkl. eingegebenes Kommando:

                          
                          pi@iobroker-pi:/opt/iobroker $ npm i iobroker.luxtronik2                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules
                          npm WARN xmlhttprequest-ts@1.0.1 requires a peer of @angular/common@>= 5.0.0 but none is installed. You must install peer dependencies yourself.
                          npm WARN xmlhttprequest-ts@1.0.1 requires a peer of @angular/core@>= 5.0.0 but none is installed. You must install peer dependencies yourself.
                          
                          npm ERR! code EACCES
                          npm ERR! syscall access
                          npm ERR! path /opt/iobroker/node_modules
                          npm ERR! errno -13
                          npm ERR! Error: EACCES: permission denied, access '/opt/iobroker/node_modules'
                          npm ERR!  [Error: EACCES: permission denied, access '/opt/iobroker/node_modules'] {
                          npm ERR!   errno: -13,
                          npm ERR!   code: 'EACCES',
                          npm ERR!   syscall: 'access',
                          npm ERR!   path: '/opt/iobroker/node_modules'
                          npm ERR! }
                          npm ERR!
                          npm ERR! The operation was rejected by your operating system.
                          npm ERR! It is likely you do not have the permissions to access this file as the current user
                          npm ERR!
                          npm ERR! If you believe this might be a permissions issue, please double-check the
                          npm ERR! permissions of the file and its containing directories, or try running
                          npm ERR! the command again as root/Administrator.
                          
                          npm ERR! A complete log of this run can be found in:
                          npm ERR!     /home/pi/.npm/_logs/2022-07-03T12_13_16_514Z-debug.log
                          pi@iobroker-pi:/opt/iobroker $
                          
                          
                          Thomas BraunT 2 Antworten Letzte Antwort
                          0
                          • H Henning 1

                            Hier inkl. eingegebenes Kommando:

                            
                            pi@iobroker-pi:/opt/iobroker $ npm i iobroker.luxtronik2                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules
                            npm WARN xmlhttprequest-ts@1.0.1 requires a peer of @angular/common@>= 5.0.0 but none is installed. You must install peer dependencies yourself.
                            npm WARN xmlhttprequest-ts@1.0.1 requires a peer of @angular/core@>= 5.0.0 but none is installed. You must install peer dependencies yourself.
                            
                            npm ERR! code EACCES
                            npm ERR! syscall access
                            npm ERR! path /opt/iobroker/node_modules
                            npm ERR! errno -13
                            npm ERR! Error: EACCES: permission denied, access '/opt/iobroker/node_modules'
                            npm ERR!  [Error: EACCES: permission denied, access '/opt/iobroker/node_modules'] {
                            npm ERR!   errno: -13,
                            npm ERR!   code: 'EACCES',
                            npm ERR!   syscall: 'access',
                            npm ERR!   path: '/opt/iobroker/node_modules'
                            npm ERR! }
                            npm ERR!
                            npm ERR! The operation was rejected by your operating system.
                            npm ERR! It is likely you do not have the permissions to access this file as the current user
                            npm ERR!
                            npm ERR! If you believe this might be a permissions issue, please double-check the
                            npm ERR! permissions of the file and its containing directories, or try running
                            npm ERR! the command again as root/Administrator.
                            
                            npm ERR! A complete log of this run can be found in:
                            npm ERR!     /home/pi/.npm/_logs/2022-07-03T12_13_16_514Z-debug.log
                            pi@iobroker-pi:/opt/iobroker $
                            
                            
                            Thomas BraunT Online
                            Thomas BraunT Online
                            Thomas Braun
                            Most Active
                            schrieb am zuletzt editiert von
                            #166

                            @henning-1

                            groups
                            

                            als pi ausgeführt liefert?

                            Linux-Werkzeugkasten:
                            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                            NodeJS Fixer Skript:
                            https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                            iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                            1 Antwort Letzte Antwort
                            0
                            • H Offline
                              H Offline
                              Henning 1
                              schrieb am zuletzt editiert von
                              #167
                              pi@iobroker-pi:/opt/iobroker $ groups
                              pi adm dialout cdrom sudo audio video plugdev games users input netdev gpio i2c spi
                              
                              Thomas BraunT 1 Antwort Letzte Antwort
                              0
                              • H Henning 1

                                Hier inkl. eingegebenes Kommando:

                                
                                pi@iobroker-pi:/opt/iobroker $ npm i iobroker.luxtronik2                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules
                                npm WARN xmlhttprequest-ts@1.0.1 requires a peer of @angular/common@>= 5.0.0 but none is installed. You must install peer dependencies yourself.
                                npm WARN xmlhttprequest-ts@1.0.1 requires a peer of @angular/core@>= 5.0.0 but none is installed. You must install peer dependencies yourself.
                                
                                npm ERR! code EACCES
                                npm ERR! syscall access
                                npm ERR! path /opt/iobroker/node_modules
                                npm ERR! errno -13
                                npm ERR! Error: EACCES: permission denied, access '/opt/iobroker/node_modules'
                                npm ERR!  [Error: EACCES: permission denied, access '/opt/iobroker/node_modules'] {
                                npm ERR!   errno: -13,
                                npm ERR!   code: 'EACCES',
                                npm ERR!   syscall: 'access',
                                npm ERR!   path: '/opt/iobroker/node_modules'
                                npm ERR! }
                                npm ERR!
                                npm ERR! The operation was rejected by your operating system.
                                npm ERR! It is likely you do not have the permissions to access this file as the current user
                                npm ERR!
                                npm ERR! If you believe this might be a permissions issue, please double-check the
                                npm ERR! permissions of the file and its containing directories, or try running
                                npm ERR! the command again as root/Administrator.
                                
                                npm ERR! A complete log of this run can be found in:
                                npm ERR!     /home/pi/.npm/_logs/2022-07-03T12_13_16_514Z-debug.log
                                pi@iobroker-pi:/opt/iobroker $
                                
                                
                                Thomas BraunT Online
                                Thomas BraunT Online
                                Thomas Braun
                                Most Active
                                schrieb am zuletzt editiert von
                                #168

                                @henning-1 sagte in Test Adapter luxtronik2 v0.4.x:

                                npm i iobroker.luxtronik2

                                Alternativ:

                                cd /opt/iobroker
                                sudo -H -u iobroker npm i iobroker.luxtronik2
                                

                                Linux-Werkzeugkasten:
                                https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                NodeJS Fixer Skript:
                                https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                1 Antwort Letzte Antwort
                                0
                                • H Henning 1
                                  pi@iobroker-pi:/opt/iobroker $ groups
                                  pi adm dialout cdrom sudo audio video plugdev games users input netdev gpio i2c spi
                                  
                                  Thomas BraunT Online
                                  Thomas BraunT Online
                                  Thomas Braun
                                  Most Active
                                  schrieb am zuletzt editiert von
                                  #169

                                  @henning-1

                                  Der pi fehlt in der Gruppe 'iobroker'

                                  sudo usermod -aG iobroker pi
                                  

                                  Linux-Werkzeugkasten:
                                  https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                  NodeJS Fixer Skript:
                                  https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                  iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                  H 1 Antwort Letzte Antwort
                                  0
                                  • H Offline
                                    H Offline
                                    Henning 1
                                    schrieb am zuletzt editiert von
                                    #170

                                    @thomas-braun sagte in Test Adapter luxtronik2 v0.4.x:

                                    sudo usermod -aG iobroker pi

                                    Das liefert er:

                                    
                                    pi@iobroker-pi:/opt/iobroker $ sudo -H -u iobroker npm i iobroker.luxtronik2
                                    npm WARN xmlhttprequest-ts@1.0.1 requires a peer of @angular/common@>= 5.0.0 but none is installed. You must install peer dependencies yourself.
                                    npm WARN xmlhttprequest-ts@1.0.1 requires a peer of @angular/core@>= 5.0.0 but none is installed. You must install peer dependencies yourself.
                                    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/fsevents):
                                    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                                    
                                    + iobroker.luxtronik2@0.4.2
                                    added 7 packages from 82 contributors in 29.319s
                                    
                                    50 packages are looking for funding
                                      run `npm fund` for details
                                    
                                    

                                    Den Adapter sehe ich noch nicht. Gruppe mache ich gleich

                                    H 1 Antwort Letzte Antwort
                                    0
                                    • Thomas BraunT Thomas Braun

                                      @henning-1

                                      Der pi fehlt in der Gruppe 'iobroker'

                                      sudo usermod -aG iobroker pi
                                      
                                      H Offline
                                      H Offline
                                      Henning 1
                                      schrieb am zuletzt editiert von
                                      #171

                                      @thomas-braun sagte in Test Adapter luxtronik2 v0.4.x:

                                      sudo usermod -aG iobroker pi

                                      Sieht besser aus. Habe nach der Gruppenanpassung den add Befehr ausgeführt

                                      
                                      pi@iobroker-pi:/opt/iobroker $ sudo usermod -aG iobroker pi
                                      pi@iobroker-pi:/opt/iobroker $ iobroker add luxtronik2
                                      host.iobroker-pi install adapter luxtronik2
                                      upload [4] luxtronik2.admin /opt/iobroker/node_modules/iobroker.luxtronik2/admin/admin.d.ts admin.d.ts video/mp2t
                                      upload [3] luxtronik2.admin /opt/iobroker/node_modules/iobroker.luxtronik2/admin/index_m.html index_m.html text/html
                                      upload [2] luxtronik2.admin /opt/iobroker/node_modules/iobroker.luxtronik2/admin/luxtronik2.png luxtronik2.png image/png
                                      upload [1] luxtronik2.admin /opt/iobroker/node_modules/iobroker.luxtronik2/admin/style.css style.css text/css
                                      upload [0] luxtronik2.admin /opt/iobroker/node_modules/iobroker.luxtronik2/admin/words.js words.js application/javascript
                                      host.iobroker-pi object system.adapter.luxtronik2 created/updated
                                      host.iobroker-pi create instance luxtronik2
                                      host.iobroker-pi object system.adapter.luxtronik2.0.alive created
                                      host.iobroker-pi object system.adapter.luxtronik2.0.connected created
                                      host.iobroker-pi object system.adapter.luxtronik2.0.compactMode created
                                      host.iobroker-pi object system.adapter.luxtronik2.0.cpu created
                                      host.iobroker-pi object system.adapter.luxtronik2.0.cputime created
                                      host.iobroker-pi object system.adapter.luxtronik2.0.memHeapUsed created
                                      host.iobroker-pi object system.adapter.luxtronik2.0.memHeapTotal created
                                      host.iobroker-pi object system.adapter.luxtronik2.0.memRss created
                                      host.iobroker-pi object system.adapter.luxtronik2.0.uptime created
                                      host.iobroker-pi object system.adapter.luxtronik2.0.inputCount created
                                      host.iobroker-pi object system.adapter.luxtronik2.0.outputCount created
                                      host.iobroker-pi object system.adapter.luxtronik2.0.eventLoopLag created
                                      host.iobroker-pi object system.adapter.luxtronik2.0.sigKill created
                                      host.iobroker-pi object system.adapter.luxtronik2.0.logLevel created
                                      host.iobroker-pi object luxtronik2.0.info created
                                      host.iobroker-pi object luxtronik2.0.info.connection created
                                      host.iobroker-pi Set default value of luxtronik2.0.info.connection: false
                                      host.iobroker-pi object system.adapter.luxtronik2.0 created
                                      
                                      

                                      Ich mache mal nen Reboot und schaue dann, was ich sehe.

                                      1 Antwort Letzte Antwort
                                      0
                                      • H Henning 1

                                        @thomas-braun sagte in Test Adapter luxtronik2 v0.4.x:

                                        sudo usermod -aG iobroker pi

                                        Das liefert er:

                                        
                                        pi@iobroker-pi:/opt/iobroker $ sudo -H -u iobroker npm i iobroker.luxtronik2
                                        npm WARN xmlhttprequest-ts@1.0.1 requires a peer of @angular/common@>= 5.0.0 but none is installed. You must install peer dependencies yourself.
                                        npm WARN xmlhttprequest-ts@1.0.1 requires a peer of @angular/core@>= 5.0.0 but none is installed. You must install peer dependencies yourself.
                                        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/fsevents):
                                        npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                                        
                                        + iobroker.luxtronik2@0.4.2
                                        added 7 packages from 82 contributors in 29.319s
                                        
                                        50 packages are looking for funding
                                          run `npm fund` for details
                                        
                                        

                                        Den Adapter sehe ich noch nicht. Gruppe mache ich gleich

                                        H Offline
                                        H Offline
                                        Henning 1
                                        schrieb am zuletzt editiert von
                                        #172

                                        Vielen Dank für Diene Zeit eben!!! Das hat geholfen und der Adapter ist sichtbar und scheint mit Port 8889 und PWD 0000 zu funktionieren. Ich spiele jetzt bzw. heute Abend erstmal und versuche Logiken im Zusammenspiel mit dem Fronius WR zu basteln.

                                        Schönes WE soweit noch :-)

                                        1 Antwort Letzte Antwort
                                        0
                                        • H Offline
                                          H Offline
                                          Henning 1
                                          schrieb am zuletzt editiert von
                                          #173

                                          Hallo,
                                          ich habe jede Menge Fehlermeldungen im Protokoll. Liegt das an mir oder an der Adapter Version? Anbei ein Ausschnitt:

                                          2022-07-05 10:49:51.478 - warn: luxtronik2.0 (15011) Used invalid characters: luxtronik2.0.Informationen.Ausgänge.51-0°C-53-1°C changed to luxtronik2.0.Informationen.Ausgänge.51-0_C-53-1_C
                                          2022-07-05 10:49:51.553 - warn: luxtronik2.0 (15011) Used invalid characters: luxtronik2.0.Informationen.Wärmemenge.51-0°C-53-1°C changed to luxtronik2.0.Informationen.Wärmemenge.51-0_C-53-1_C
                                          2022-07-05 10:49:51.562 - warn: luxtronik2.0 (15011) State "luxtronik2.0.Informationen.Wärmemenge.51-0°C-53-1°C" has no existing object, this might lead to an error in future versions
                                          2022-07-05 10:50:02.620 - warn: luxtronik2.0 (15011) Used invalid characters: luxtronik2.0.Informationen.Ausgänge.51-0°C-53-2°C changed to luxtronik2.0.Informationen.Ausgänge.51-0_C-53-2_C
                                          2022-07-05 10:50:02.685 - warn: luxtronik2.0 (15011) Used invalid characters: luxtronik2.0.Informationen.Wärmemenge.51-0°C-53-2°C changed to luxtronik2.0.Informationen.Wärmemenge.51-0_C-53-2_C
                                          2022-07-05 10:50:02.697 - warn: luxtronik2.0 (15011) State "luxtronik2.0.Informationen.Wärmemenge.51-0°C-53-2°C" has no existing object, this might lead to an error in future versions
                                          
                                          Thomas BraunT 1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          963

                                          Online

                                          32.4k

                                          Benutzer

                                          81.5k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe