Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Entwicklung
    4. [Projekt] Admin-neo - die neue Oberfläche

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    [Projekt] Admin-neo - die neue Oberfläche

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

      Finde eine solche Trennung auch sinnvoll.

      1 Reply Last reply Reply Quote 0
      • P
        pix last edited by

        Hallo,

        habe ein Problem mit den Einstellungen: 261_bildschirmfoto_2017-05-23_um_23.42.54.jpg

        Das Fenster ist nicht formatiert und es lassen sich keine Optionen anwählen. Ebenso ist kein Speichern-Knopf vorhanden.

        js-controller 1

        admin-neo 0.0.1

        web 2.0.4

        node 4.8.0

        Gruß

        Pix

        1 Reply Last reply Reply Quote 0
        • ldittmar
          ldittmar Developer last edited by

          Ja klar, denn das Fenster ist schon teilweise auf Bootstrap umgestellt und deswegen kannst du z.Z. dort nichts einstellen. Admin-neo übermimmt hat aber die gleiche Einstellungen wie das alte Admin. Du musst also nichts einstellen… einfach starten. Solltest du irgendwas anpassen müssen, dann mache es einfach im alten Admin. Im Neuen kannst du die Einstellungen noch nicht speichern. Bin aber dran... 😉

          Grüße,

          Ldittmar

          1 Reply Last reply Reply Quote 0
          • V
            vore last edited by

            Hallo!

            Wie kann ich die Oberfläche installieren? Download und "aus URL installieren"? Muss ich vorher das Paket entpacken?

            Hab alles versucht, bekomme aber Fehler. Daher die Frage wie es grundsätzlich gehen sollte.

            Gruß

            Vore

            1 Reply Last reply Reply Quote 0
            • ldittmar
              ldittmar Developer last edited by

              Hi Vore,

              was für ein Fehler bekommst du? Grundsätzlich über die URL. Habe es gerade eben nochmal probiert und es hat funktioniert.

              Grüße,

              ldittmar

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

                Ich gehe mal von den EACCESS aus. Die sind aber nicht schlimm, da die Installation dann in einem temporären Ordner durchgeführt wird.

                Gruß

                Rainer

                1 Reply Last reply Reply Quote 0
                • V
                  vore last edited by

                  Hallo!

                  Hier mal die Ausgaben bei der Installation. Sagt Euch das etwas?

                  $ ./iobroker url "/home/volker/Downloads/ioBroker.admin-neo-master.zip" --debug
                  install /home/volker/Downloads/ioBroker.admin-neo-master.zip
                  npm install /home/volker/Downloads/ioBroker.admin-neo-master.zip --production --prefix "/opt/iobroker" (System call)
                  npm
                   ERR! addLocal Could not install /home/volker/Downloads/ioBroker.admin-neo-master.zip
                  npm
                   ERR! Linux 4.9.12-sunxinpm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "/home/volker/Downloads/ioBroker.admin-neo-master.zip" "--production" "--prefix" "/opt/iobroker"
                  npm ERR! node v7.2.1
                  npm ERR! npm  v3.10.10
                  
                  npm ERR! path /home/volker/Downloads/ioBroker.admin-neo-master.zipnpm ERR! code ENOENT
                  npm ERR! errno -2
                  npm ERR! syscall open
                  
                  npm ERR! enoent ENOENT: no such file or directory, open '/home/volker/Downloads/ioBroker.admin-neo-master.zip'npm ERR! enoent ENOENT: no such file or directory, open '/home/volker/Downloads/ioBroker.admin-neo-master.zip'
                  npm ERR! enoent This is most likely not a problem with npm itself
                  npm ERR! enoent and is related to npm not being able to find a file.
                  npm ERR! enoent 
                  
                  npm ERR! Please include the following file with any support request:npm ERR!     /npm-debug.log
                  
                  ERROR: host.cubietruck Cannot install /home/volker/Downloads/ioBroker.admin-neo-master.zip: 254
                  ERROR: process exited with code 25
                  
                  1 Reply Last reply Reply Quote 0
                  • apollon77
                    apollon77 last edited by

                    Das ".zip" der Installations-URL am Ende ist falsch

                    1 Reply Last reply Reply Quote 0
                    • V
                      vore last edited by

                      > Das ".zip" der Installations-URL am Ende ist falsch

                      Klappt leider ohne .zip ebenfalls nicht 😞

                      $ ./iobroker url "/home/volker/Downloads/ioBroker.admin-neo-master" --debug
                      install /home/volker/Downloads/ioBroker.admin-neo-master
                      npm install /home/volker/Downloads/ioBroker.admin-neo-master --production --prefix "/opt/iobroker" (System call)
                      npm
                       ERR! addLocal Could not install /home/volker/Downloads/ioBroker.admin-neo-master
                      npm
                       ERR!
                       Linux 4.9.12-sunxinpm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "/home/volker/Downloads/ioBroker.admin-neo-master" "--production" "--prefix" "/opt/iobroker"
                      
                      npm ERR! node v7.2.1npm ERR! npm  v3.10.10
                      npm ERR! path /home/volker/Downloads/ioBroker.admin-neo-master
                      npm ERR! code ENOENT
                      
                      npm ERR! errno -2npm
                       ERR! syscall open
                      
                      npm ERR!
                       enoent ENOENT: no such file or directory, open '/home/volker/Downloads/ioBroker.admin-neo-master'npm ERR! enoent ENOENT: no such file or directory, open '/home/volker/Downloads/ioBroker.admin-neo-master'
                      npm ERR! enoent This is most likely not a problem with npm itself
                      npm ERR! enoent
                       and is related to npm not being able to find a file.npm 
                      ERR! enoent 
                      
                      npm 
                      ERR!
                       Please include the following file with any support request:npm ERR!     /npm-debug.log
                      
                      ERROR: host.cubietruck Cannot install /home/volker/Downloads/ioBroker.admin-neo-master: 254
                      ERROR: process exited with code 25
                      
                      1 Reply Last reply Reply Quote 0
                      • Homoran
                        Homoran Global Moderator Administrators last edited by

                        Wenn ich das richtig sehe hast du in github das zip heruntergeladen und willst admin-neo jetzt daraus installieren.

                        Du musst im Octocat icon den Pfad zu der Github Seite eingeben.

                        Gruß

                        Rainer

                        1 Reply Last reply Reply Quote 0
                        • V
                          vore last edited by

                          Hallo Rainer!

                          Ja, genau. Von Gihub geladen und jetzt über "URL" installieren vom PC. Geht das nicht?

                          Muss ich die Verwahrungsorte anpassen und dann von GitHub installieren? Konnte da aber leider nichts finden.

                          Gruß

                          Vore

                          1 Reply Last reply Reply Quote 0
                          • ldittmar
                            ldittmar Developer last edited by

                            Hi Vore,

                            gebe mal in das Feld URL das hier ein:

                            https://github.com/ldittmar81/ioBroker.admin-neo

                            Grüße,

                            ldittmar

                            1 Reply Last reply Reply Quote 0
                            • htrecksler
                              htrecksler Forum Testing last edited by

                              @Homoran:

                              Wenn ich das richtig sehe hast du in github das zip heruntergeladen und willst admin-neo jetzt daraus installieren. `
                              Bei mir hat das auch mit dem herunterladen und installieren geklappt.

                              1 Reply Last reply Reply Quote 0
                              • V
                                vore last edited by

                                > gebe mal in das Feld URL das hier ein:

                                Hallo! Das wars.. jetzt wurde der Adapter geladen. Danke!

                                Sehr schick das Ganze!

                                Gruß

                                Vore

                                1 Reply Last reply Reply Quote 0
                                • cvidal
                                  cvidal Forum Testing last edited by

                                  Hi zusammen,

                                  Ich habe gerade auch mal installiert. Gefällt mir erstmal so ganz gut optisch mal eine sehr schöne alternative.

                                  Ich Persönlich finde aber das wenn man Adapter sucht man viel scrollen muss weil nur drei nebeneinander sind und ich da etwas die Übersicht verliere, dazu muss ich aber auch sagen das ich meinst mit dem Laptop arbeite ist dann mit Touchpad etwas umständlich, ich möchte Admin Neo keinesfalls schlecht machen wollte mich aber einfach mal dazu äußern ich hoffe das nimmt man mir nicht übel.

                                  Ich finde Neo ist sehr gut gelungen danke dafür.

                                  Gruß Christian

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

                                    Eine Listen-Ansicht gibts bei Neo aber auch. Schau mal bei den Icons oben

                                    1 Reply Last reply Reply Quote 0
                                    • ldittmar
                                      ldittmar Developer last edited by

                                      Und falls ihr euch fragt warum der lahme Entwickler noch nicht fertig ist. Er kommt z.Z. einfach zu nichts… 😢

                                      Grüße,

                                      ldittmar

                                      1 Reply Last reply Reply Quote 0
                                      • S
                                        simpixo last edited by

                                        Ich finde es definitiv super das Ihr Entwickler überhaupt in eurer FREIZEIT so viel für die Community macht! DANKE!!!!

                                        Gesendet von iPhone mit Tapatalk Pro

                                        1 Reply Last reply Reply Quote 0
                                        • arteck
                                          arteck Developer Most Active last edited by

                                          @ldittmar:

                                          Und falls ihr euch fragt warum der lahme Entwickler noch nicht fertig ist. Er kommt z.Z. einfach zu nichts… 😢

                                          Grüße,

                                          ldittmar `

                                          dann nimm dir doch Urlaub verdammt…scheiss Arbeit man kommt zu nichts....sag ich dir... :lol: :lol: :lol: :lol:

                                          sehr schick das ganze...

                                          1 Reply Last reply Reply Quote 0
                                          • UncleSam
                                            UncleSam Developer last edited by

                                            Hi ldittmar

                                            Bei meiner neusten Adapter-Entwicklung (noch nicht veröffentlicht) setze ich die Admin HTML-Seite mit https://www.jsviews.com/ um und habe dabei gemerkt, wieviel einfacher es gehen kann, wenn man eine (gute) View/View Model Trennung (MVVM oder MVC) hat. So kann ich mir das Laden und Zurückspeichern von Werten im Config Objekt sparen und es direkt mit der View (respektive dem Template) verbinden.

                                            Ist in dieser Hinsicht bei Admin-neo (insbesondere für die jeweilige Adapter-Konfiguration) etwas geplant? Klar kann das jeder machen wie er will, aber je nachdem könnte Admin-neo die Adapter dabei unterstützen.

                                            Ich habe wenig Erfahrung mit JavaScript, arbeite aber beruflich oft mit MVVM in der .NET/C#/WPF-Welt. Vielleicht hast du mit jQuery schon etwas ähnliches gemacht; ansonsten wären JsViews oder sogar Angular 2 wahrscheinlich interessante Frameworks. Was meinst du?

                                            Grüsse

                                            UncleSam

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            396
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            22
                                            54
                                            11777
                                            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