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

  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Admin v5 jetzt im STABLE!

NEWS

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

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

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

Admin v5 jetzt im STABLE!

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
563 Beiträge 83 Kommentatoren 153.4k Aufrufe 70 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.
  • apollon77A apollon77

    Hi,

    nach längerer Entwicklungszeit freuen wir (bzw. vor allem Bluefox natürlich als Haupt-Entwickler) uns Euch die neue Admin Oberfläche vorstellen zu können. Das Stable Repository wird gerade aktualisiert und damit sollte das Update bei allen im Laufe des Abends auftauchen.

    Die Oberfläche ist ein kompletter Neubau und es ist vieles neu (und garantiert für den einen oder anderen gewöhnungsbedürftig), aber auch viel moderner, aufgeräumter und auf Tablets besser bedienbar!

    Wichtig
    Admin5 benötigt mindestens den js-controller 3.2.16.
    Nach der Installation von Admin v5 bitte in Jedem Fall den Browser mit "Shift-Reload" neu laden, da sich sehr viel geändert hat. Es kann sonst zu Fehler kommen.

    Weitere Dinge die idealerweise vor der Installation zu beachten sind folgen weiter unten in diesem Post.


    Feature-Changelog


    • File editor: The new "Files" page in Admin allows you to view and manage the Files stored in the ioBroker storage. You can parse, upload, download and delete Files and Directories. Best use "User Files" for your own assets to use in visualizations.
    • News: Adapter news and information, that were shown by Info Adapter in Admin 4, are now directly integrated into Admin 5
    • Notifications: View and Manage Notifications collected by the ioBroker System if issues like Filesystem errors or low Memory conditions are detected. Allows you to view details of the notifications and the reasons and to acknowledge them once you handled them properly.
    • History entries edit: Allow to manipulate and delete historical data logged by adapters like sql, history or influxdb (if the adapter supports it, only sql for now)
    • Edit Compact-Mode/Tiers/Sentry/Memory limits for instances: Some new settings for Adapter instances that were introduced since js-controller 3.0 are shown and can be changed in Admin now
    • Sort pages/tabs: The pages/tabs on left side can be sorted now via drag&drop
    • Add Camera Tiles in Intro: On the Intro page now also a Camera Image/Stream Tile can be configured and is shown. (Image needs to be unprotected or normal basic auth protected)
    • Host base settings Editor: The settings from iobroker.json from all hosts are now available in an own Editor and can be adjusted there instead of editing the JSON file. On save the js-controller of that host is restarted.
    • New Installation wizard: The Installation wizard on first installation was enhanced to include password and authentication (coming) configuration to allow a more secure initial setup.
    • Rating of adapters: Users can now rate the adapters they use with up to 5 stars and also for each adapter version to give the developer feedback if the version works as expected.
    • More Transparent adapter update: When an Adapter update is available the Admin shows the relevant part of the changelog for review by the user before installing the version. Also pot failing dependencies to other adapters are shown there if relevant.
    • Adapter updates can be ignored/skipped: The new Update dialog also contains the option to ignore a certain update. Admin will then no longer offer it. A manual update via CLI is still possible.
    • Update of selected adapters: When selecting to update multiple adapters the user can choose which adapters he wants to update.
    • Tile view of instances: Instances screen now also have a tile view
    • Changed expert mode behavior: The export mode should not be needed for most users and when activated is only active for the current browser session. If needed to be active forever for Developers or real Pro's that know what they are doing this can be done in Admin settings.
    • Object creation enforces clean structures: To prevent issues Admin5 is now enforcing object structures to be correct. Please create folder objects when you create own states.

    For Developers

    • JsonConfig/JsonCustom: Added an easier way to create adapter configurations by creating a JSON configuration only. The adapter configuration page will be build out of this JSON automatically.
    • Custom attributes in object view: Adapters can now define additional data columns from the adapter objects. These data columns will then be available in the Objects view in Admin and can be enabled.

    Was ist vor der Installation zu beachten


    • Bitte alle Adapter aktualisieren, welche im Changelog beinhalten das Sie für Admin 5 optimiert wurden. Hier funktionieren die Adapter vollständig, es kann nur ggf zu Problemen kommen wenn man Adapter oder Datenpunkte konfigurieren will!
    • Dies betrifft vor allem alle Adapter die Eigene Objekt-Einstellungen unterstützen
      • history
      • influxdb
      • sql
      • lovelace
      • mqtt-client
      • telegram
      • homee
      • iogo
      • minmax
      • sourceanalytix
      • statistics
      • upnp
      • iqontrol - nötige Version (mind. 1.7.3) noch nicht im Stable, ggf auf alte Oberfläche zurückschalten
      • linkeddevices - nötige Version nich nicht verfügbar, ggf auf alte Oberfläche zurückschalten
      • valuetrackingovertime - nötige Version nich nicht verfügbar, ggf auf alte Oberfläche zurückschalten
      • virtualpowermeter - nötige Version nich nicht verfügbar, ggf auf alte Oberfläche zurückschalten
    • Weiterhin benötgien die folgenden Adapter mit den neuesten Versionen Admin 5 als Vorbedingung:
      • JavaScript 5.2.x+
      • s7 1.3.x+
      • web 3.4.7+
      • devices 1.0.x+
      • material 1.0.x+

    Auf die "alte" Oberfläche zurückschalten


    Leider gibt es 4 Adapter, die EIgene Objekt-EIsntellungen unterstützenm die bisher nmoch nicht angepasst im Stable verfügbar sind. Wer daher, z.B. wegen linkeddevices oder iqontrol, kurz auf die alte Oberfläche zurückschalten möchte, kann dies am einfachsten über eine zweite Admin Instanz (auf anderem Port) machen. In den Einstellungen der Admin-Instanz aktiviert man die Einstellung "Alte Benutzeroberfläche". Dann Speichern und Admin wird neu gestartet. Dann im Browser mit "Shift-Reload" die Admin-Seite neu laden und die alte Oberfläche erscheint.


    Wie auf Alte Version 4.2.2 zurück?


    Falls gar nichts mehr mit Admin geht kann mittels iobroker upgrade admin@4.2.2, ausgeführt im ioBroker-Verzeichnis (also /opt/iobroker) ein Downgrade gemacht werden


    Wie Fehler melden?


    Wer sich unsicher ist, ob ein Fehler vorliegt, sollte am besten hier im Thread das Problem beschreiben. So können wir alle versuchen, das Problem nachzuvollziehen und ggf. einzugrenzen.

    Sobald ein Fehler auftritt der in einer Fehlermeldung oder einen Crash mit Fehlerdetails im Log oder auf Browser-Fehlerkonsole endet, dann dazu am besten direkt ein GitHub-Issue im Admin Projekt öffnen und zusätzlich hier im Thread posten. Je detaillierter die Angaben im Issue sind (genaue Fehlermeldungen/Logs, Infos zur OS- und Node.js-Umgebung sowie genaue Schritte zur Reproduktion des Problems), umso schneller können wir Fehler einkreisen und beheben. Auch gern mit Screenshots arbeiten und diese markieren.

    Ingo

    M Offline
    M Offline
    mguenther
    schrieb am zuletzt editiert von
    #273

    @all, die an der Weiterentwicklung mitgewirkt haben - auch wenn viele oder besser ein paar wenige momentan auf "euch" draufhauen und alles als schlecht bezeichnen - ich finds mega und komme viel besser und mit einem deutlich besserem Überblich auf alles zurück. Danke für die Weiterentwicklung. Musste ich mal loswerden...

    1 Antwort Letzte Antwort
    3
    • R Offline
      R Offline
      rebel85
      schrieb am zuletzt editiert von rebel85
      #274

      Hallo,
      ich habe ein Problem mit dem IOT Adapter nach dem Admin update auf version 5
      aktuell ist Admin 5.1.23 installiert
      IOT ist 1.8.22
      und zwar kann ich meine selbst erstellen datenpunkte (logik werte, schalter, button) nicht mehr im iot bzw. bei den alexa geräten hinzufügen.
      Alexa adapter ist auch aktuell V: 3.9.3
      ich bekomme beim hinzufügen immer eine fehlermeldung das der button oder der switch nicht hinzugefügt werden kann oder auch teils not exits... bilder sind beigefügt.
      ich habe auch schon versucht die ordner anzupassen das es channel oder devices sind aber auch dies hat keine änderung gebracht...
      vor dem update lief das immer fehlerfrei mit den eigenen daten punkten.
      das was funktioniert ist das hinzufügen von eigenständigen geräten (switches) z.b. die relais schalter vom shelly kann ich als alexa geräte hinzu fügen aber nicht mein datenpunkt wo ein skript hinter steckt.

      die bilder sind von versuch einer einzel raum saugroboter steuerung mit namen für alexa.
      auch gehts nicht wenn ich über ein skript 2 shelly relais zusammen packe und die mit einem datenpunkt steuern will.*

      in iqontrol ist alles hinterlegt und dort funktioniert es auch mit dem ansteuern. (als zusatz info)

      meine auswahl an ordner erstell optionen habe ich auch angefügt ... ich weis nciht wo der fehler liegt da ich nciht verändert habe.
      ein datenpunkt der vor dem update erstellt war konnte ich nach dem uptade hinzufügen im iot hinzufügen
      neu erstellte datenpunkte nach dem admin update kann ich nicht mehr hinzu fügen

      IOT_ALEXA.JPG objekte auswahl_1.JPG
      objekte auswahl_2.JPG Objekte auwahl_3.JPG
      Objekte.JPG
      System_INFO.JPG
      Error IOT objekt.JPG

      Thomas BraunT 1 Antwort Letzte Antwort
      0
      • R rebel85

        Hallo,
        ich habe ein Problem mit dem IOT Adapter nach dem Admin update auf version 5
        aktuell ist Admin 5.1.23 installiert
        IOT ist 1.8.22
        und zwar kann ich meine selbst erstellen datenpunkte (logik werte, schalter, button) nicht mehr im iot bzw. bei den alexa geräten hinzufügen.
        Alexa adapter ist auch aktuell V: 3.9.3
        ich bekomme beim hinzufügen immer eine fehlermeldung das der button oder der switch nicht hinzugefügt werden kann oder auch teils not exits... bilder sind beigefügt.
        ich habe auch schon versucht die ordner anzupassen das es channel oder devices sind aber auch dies hat keine änderung gebracht...
        vor dem update lief das immer fehlerfrei mit den eigenen daten punkten.
        das was funktioniert ist das hinzufügen von eigenständigen geräten (switches) z.b. die relais schalter vom shelly kann ich als alexa geräte hinzu fügen aber nicht mein datenpunkt wo ein skript hinter steckt.

        die bilder sind von versuch einer einzel raum saugroboter steuerung mit namen für alexa.
        auch gehts nicht wenn ich über ein skript 2 shelly relais zusammen packe und die mit einem datenpunkt steuern will.*

        in iqontrol ist alles hinterlegt und dort funktioniert es auch mit dem ansteuern. (als zusatz info)

        meine auswahl an ordner erstell optionen habe ich auch angefügt ... ich weis nciht wo der fehler liegt da ich nciht verändert habe.
        ein datenpunkt der vor dem update erstellt war konnte ich nach dem uptade hinzufügen im iot hinzufügen
        neu erstellte datenpunkte nach dem admin update kann ich nicht mehr hinzu fügen

        IOT_ALEXA.JPG objekte auswahl_1.JPG
        objekte auswahl_2.JPG Objekte auwahl_3.JPG
        Objekte.JPG
        System_INFO.JPG
        Error IOT objekt.JPG

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

        @rebel85

        Eigene Datenpunkte gehören nicht in die Adapter, dafür gibt es einen dafür vorgesehenen Ordner.

        https://forum.iobroker.net/topic/46814/admin5-ich-kann-keine-objekte-mehr-manuell-anlegen

        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

        R 1 Antwort Letzte Antwort
        0
        • Thomas BraunT Thomas Braun

          @rebel85

          Eigene Datenpunkte gehören nicht in die Adapter, dafür gibt es einen dafür vorgesehenen Ordner.

          https://forum.iobroker.net/topic/46814/admin5-ich-kann-keine-objekte-mehr-manuell-anlegen

          R Offline
          R Offline
          rebel85
          schrieb am zuletzt editiert von
          #276

          @thomas-braun
          der Ordner Zu-Hause ist ein eigen erstellter Ordner mit dem ich seit 2 Jahren Arbeite

          Thomas BraunT 1 Antwort Letzte Antwort
          0
          • R rebel85

            @thomas-braun
            der Ordner Zu-Hause ist ein eigen erstellter Ordner mit dem ich seit 2 Jahren Arbeite

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

            @rebel85
            Bitte die Diskussion im verlinkten Thread verfolgen.

            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

            R 1 Antwort Letzte Antwort
            0
            • Thomas BraunT Thomas Braun

              @rebel85
              Bitte die Diskussion im verlinkten Thread verfolgen.

              R Offline
              R Offline
              rebel85
              schrieb am zuletzt editiert von
              #278

              @thomas-braun
              ja datenpunkte kann ich erstellen udn triggern usw...
              nur die datenpunkte nicht mehr im IOT hinzufügen

              crunchipC 1 Antwort Letzte Antwort
              0
              • R rebel85

                @thomas-braun
                ja datenpunkte kann ich erstellen udn triggern usw...
                nur die datenpunkte nicht mehr im IOT hinzufügen

                crunchipC Abwesend
                crunchipC Abwesend
                crunchip
                Forum Testing Most Active
                schrieb am zuletzt editiert von
                #279

                @rebel85 das Stichwort heisst

                no native part
                

                umgestiegen von Proxmox auf Unraid

                R 1 Antwort Letzte Antwort
                0
                • crunchipC crunchip

                  @rebel85 das Stichwort heisst

                  no native part
                  
                  R Offline
                  R Offline
                  rebel85
                  schrieb am zuletzt editiert von
                  #280

                  @crunchip sorry aber das sagt mir überhaupt nichts.... wüsste nicht mal wo ich da suchen soll

                  crunchipC 1 Antwort Letzte Antwort
                  0
                  • R rebel85

                    @crunchip sorry aber das sagt mir überhaupt nichts.... wüsste nicht mal wo ich da suchen soll

                    crunchipC Abwesend
                    crunchipC Abwesend
                    crunchip
                    Forum Testing Most Active
                    schrieb am zuletzt editiert von
                    #281

                    @rebel85 guck das Raw deines DP's an, du brauchst diese markierte Zeile
                    41971cb6-0009-4e1c-9332-58ca260719fc-grafik.png

                    umgestiegen von Proxmox auf Unraid

                    R 1 Antwort Letzte Antwort
                    1
                    • crunchipC crunchip

                      @rebel85 guck das Raw deines DP's an, du brauchst diese markierte Zeile
                      41971cb6-0009-4e1c-9332-58ca260719fc-grafik.png

                      R Offline
                      R Offline
                      rebel85
                      schrieb am zuletzt editiert von rebel85
                      #282

                      @crunchip sagte in Admin v5 jetzt im STABLE!:

                      @rebel85 guck das Raw deines DP's an, du brauchst diese markierte Zeile
                      41971cb6-0009-4e1c-9332-58ca260719fc-grafik.png

                      ja mega geil, hat funktioniert bei einem DP
                      Danke

                      grad neu angelegte DP's in einem Anderen Verzeichnis werden mit der Ergänzung " "native": {}," wiederrum nicht im iot angenommen

                      auch ein neu angelegter ordner undter 0_userdata mit den gewünschten DP namen wurden neu angelegt und diese nimmt der IOT adapter auch nciht an.
                      dann habe ich den eintrag " "native": {}," ergänzt und es funktioniert auch nicht.
                      aber eigenständige geräte kann ich hinzufügen und auch einmal einen DP wo ich nur " "native": {}," ergänzte.
                      ganz komischen verhalten

                      R 1 Antwort Letzte Antwort
                      0
                      • HomoranH Homoran

                        @iobaer sagte in Admin v5 jetzt im STABLE!:

                        was meinst du mit objects?

                        <ip>:8081/#tab-objects

                        das ist da, wo du die RAW Konfiguration her hast.

                        @iobaer sagte in Admin v5 jetzt im STABLE!:

                        Schade, dass man das nicht blockieren kann

                        warum muss man das in der vis blockieren, wenn es in den Objekten begrenzt wird?

                        @iobaer sagte in Admin v5 jetzt im STABLE!:

                        Ja, Liste ist ein Workaround

                        was meinst du damit?

                        I Offline
                        I Offline
                        IOBaer
                        schrieb am zuletzt editiert von
                        #283

                        @homoran said in Admin v5 jetzt im STABLE!:

                        das Eingeben kannst du so nicht verhindern, aber in den Objects wird nur ein Wert innerhalb der range eingetragen.

                        Danke Dir, aber ich komme gerade nicht mit: was meinst Du damit, dass man das Eingeben nicht verhindern kann, aber nur ein Wert innerhalb der Range eingetragen wird? Wenn ich unter /#tab-objects auch in einen so beschränkten Number-Datenpunkt ("min": 0, "max": 50 ...) einen außerhalb liegenden Wert eintrage (z.B. 80), wird dieser auch eingetragen und gespeichert.

                        @homoran said in Admin v5 jetzt im STABLE!:

                        was meinst du damit?

                        Dass man ja eine Werteliste vorgeben kann, z.B. states": "0:0;1:1;2:2;3:3;4:4;5:5;6:6

                        Ich verstehe gerade nur Bahnhof, auch im Kontext des Beitrages von

                        @apollon77 said in Admin v5 jetzt im STABLE!:

                        Ja die Werte min/max sind aktuell für Visus da, seit neuestem mit js-controller 3.3 bekommst Du aber Log Meldungen

                        Mir geht es darum, ob es normal ist, dass Werte außerhalb des Min-/Max-Bereiches bei Eingabe hier

                        2ea25bf3-b11a-41bf-af7c-57a7b5cceb0d-grafik.png

                        NICHT abgewiesen werden?

                        Danke!

                        HomoranH 1 Antwort Letzte Antwort
                        0
                        • R rebel85

                          @crunchip sagte in Admin v5 jetzt im STABLE!:

                          @rebel85 guck das Raw deines DP's an, du brauchst diese markierte Zeile
                          41971cb6-0009-4e1c-9332-58ca260719fc-grafik.png

                          ja mega geil, hat funktioniert bei einem DP
                          Danke

                          grad neu angelegte DP's in einem Anderen Verzeichnis werden mit der Ergänzung " "native": {}," wiederrum nicht im iot angenommen

                          auch ein neu angelegter ordner undter 0_userdata mit den gewünschten DP namen wurden neu angelegt und diese nimmt der IOT adapter auch nciht an.
                          dann habe ich den eintrag " "native": {}," ergänzt und es funktioniert auch nicht.
                          aber eigenständige geräte kann ich hinzufügen und auch einmal einen DP wo ich nur " "native": {}," ergänzte.
                          ganz komischen verhalten

                          R Offline
                          R Offline
                          rebel85
                          schrieb am zuletzt editiert von
                          #284

                          @rebel85 sagte in Admin v5 jetzt im STABLE!:

                          @crunchip sagte in Admin v5 jetzt im STABLE!:

                          @rebel85 guck das Raw deines DP's an, du brauchst diese markierte Zeile
                          41971cb6-0009-4e1c-9332-58ca260719fc-grafik.png

                          ja mega geil, hat funktioniert bei einem DP
                          Danke

                          grad neu angelegte DP's in einem Anderen Verzeichnis werden mit der Ergänzung " "native": {}," wiederrum nicht im iot angenommen

                          auch ein neu angelegter ordner undter 0_userdata mit den gewünschten DP namen wurden neu angelegt und diese nimmt der IOT adapter auch nciht an.
                          dann habe ich den eintrag " "native": {}," ergänzt und es funktioniert auch nicht.
                          aber eigenständige geräte kann ich hinzufügen und auch einmal einen DP wo ich nur " "native": {}," ergänzte.
                          ganz komischen verhalten

                          update

                          1 Antwort Letzte Antwort
                          0
                          • ? Ein ehemaliger Benutzer

                            Was an ioBroker so richtig schlecht ist, ist die Update Thematik.

                            Mir sind schon zwei Updates komplett fehlgeschlagen. dadurch musste ich alles neu aufsetzen.
                            Das ist etwas, was ioBroker überhaupt nicht gut kann.

                            Wenn ich jetzt wieder sehe wie viele Fenster mir eingeblendet werden und wie oft ich auf unterschiedliche weisen das alles updates soll und in die richtig Reihenfolge.
                            tz tz tz ... Amateure.

                            amg_666A Offline
                            amg_666A Offline
                            amg_666
                            schrieb am zuletzt editiert von
                            #285

                            @paul-ol Das ging mir irgendwann auch so und seit ich iobroker vernünftig aufgesetzt habe (richtig installiert, auf "richtigem" System) läuft alles ohne irgendwelche Probleme.
                            Die neue admin Oberfläche habe ich auch munter mitverprobt als sie noch nicht im stable war. Klar gabs da jede Menge "issues", dafür wurde das ja in der community verprobt, aber wirklich ALLE updates oder auch "bitte wieder eine Version zurück" Ansagen liefen ohne Probleme.
                            Wenn ioBroker so schlecht ist, dass die Updates "dauernd" fehlschlagen, dann hast du mit deinem System ein Problem und solltest das mal kritisch checken...

                            iobroker auf proxmox container

                            1 Antwort Letzte Antwort
                            1
                            • NegaleinN Offline
                              NegaleinN Offline
                              Negalein
                              Global Moderator
                              schrieb am zuletzt editiert von
                              #286

                              @rebel85 sagte in Admin v5 jetzt im STABLE!:

                              update

                              Update von was?
                              Funktionierts nun?

                              ° Node.js: 20.17.0 NPM: 10.8.2
                              ° Proxmox, Ubuntu 22.04.3 LTS
                              ° Fixer ---> iob fix

                              R 1 Antwort Letzte Antwort
                              0
                              • apollon77A apollon77

                                @andersmacher Gelb heisst normalerweise das der Adaoter keine Verbidnung zum gerät hat ... das hat an sich nichts mit controller und noch weniger mit Admin zu tun. Und ohne Loginfos kann Dir keiner helfen

                                A Offline
                                A Offline
                                Andersmacher
                                schrieb am zuletzt editiert von
                                #287

                                @apollon77 und @Homoran Ja, daß Logs für Hilfe immer sinnvoll/notwendig sind, ist mir klar und die Instanz steht auch bereits auf Log-Stufe=debug, nur leider habe ich noch keinen entsprechenden Log-Eintrag finden können. Da die Instanz alles was ich "brauche" auch bei gelb noch liefert, wollte ich hier auch keinen "großen Vorgang" auslösen, sondern nur ´mal eine "kleine Anfrage" starten, denn manchmal hilft es ja auch anderen, wenn man erfährt, daß man ein "Problem" nicht nur selber hat.

                                @apollon77 sagte in Admin v5 jetzt im STABLE!:

                                @andersmacher Gelb heisst normalerweise das der Adaoter keine Verbidnung zum gerät hat ...

                                Das war mir zwar bewußt, aber beim Lesen Deiner Antwort kam mir der Gedanke, daß das vielleicht die Erklärung für das "Funktionieren" trotz gelb ist:
                                Der sma-em braucht vermutlich gar keine Verbindung zum Gerät, da der SHM2.0 seine Daten "einfach nur" via UDP/Multicast ins Netzwerk sendet und der sma-em "nur zuhören muß", um an die Daten zu kommen. Allerdings fehlen mir noch Netzwerkkenntnisse um zu verstehen/erklären, warum der sma-em in seinen Konfigeinstellungen dann trotzdem die Multicast-Ip benötigt.

                                Sollten sich noch weitere Erkenntnisse ergeben, werde ich die im sma-em thread posten, weil das wohl eher da hingehört.

                                ioBroker auf Raspi4B 8GB Debian(12) 64Bit

                                1 Antwort Letzte Antwort
                                0
                                • BoronsbruderB Offline
                                  BoronsbruderB Offline
                                  Boronsbruder
                                  schrieb am zuletzt editiert von
                                  #288

                                  Ich hab mal ne Frage:
                                  Ich wollte grad ein Debug-Log des Admin rauslassen, weil ich immer wieder, wenn er nen neuen Login beim Laden des Admin verlangt, den bekannten Fehler mit "failed to connect to socket.io" raushaut.

                                  Dabei ist mir folgendes aufgefallen:

                                  2021-08-13 10:32:27.932 - debug: admin.0 (14854) Please add to "system.adapter.adapter-studio" common.adminUI={"config":"materialize","tab":"materialize"}
                                  2021-08-13 10:32:27.932 - debug: admin.0 (14854) Please add to "system.adapter.discovery" common.adminUI={"config":"materialize"}
                                  2021-08-13 10:32:27.933 - debug: admin.0 (14854) Please add to "system.adapter.feiertage" common.adminUI={"config":"materialize"}
                                  2021-08-13 10:32:27.933 - debug: admin.0 (14854) Please add to "system.adapter.flot" common.adminUI={"config":"none"}
                                  2021-08-13 10:32:27.933 - debug: admin.0 (14854) Please add to "system.adapter.fritzdect" common.adminUI={"config":"materialize"}
                                  2021-08-13 10:32:27.933 - debug: admin.0 (14854) Please add to "system.adapter.husq-automower" common.adminUI={"config":"materialize"}
                                  2021-08-13 10:32:27.933 - debug: admin.0 (14854) Please add to "system.adapter.icons-addictive-flavour-png" common.adminUI={"config":"html"}
                                  2021-08-13 10:32:27.933 - debug: admin.0 (14854) Please add to "system.adapter.icons-fatcow-hosting" common.adminUI={"config":"none"}
                                  2021-08-13 10:32:27.933 - debug: admin.0 (14854) Please add to "system.adapter.icons-icons8" common.adminUI={"config":"none"}
                                  2021-08-13 10:32:27.933 - debug: admin.0 (14854) Please add to "system.adapter.icons-material-png" common.adminUI={"config":"html"}
                                  2021-08-13 10:32:27.934 - debug: admin.0 (14854) Please add to "system.adapter.icons-material-svg" common.adminUI={"config":"html"}
                                  2021-08-13 10:32:27.934 - debug: admin.0 (14854) Please add to "system.adapter.icons-mfd-png" common.adminUI={"config":"html"}
                                  2021-08-13 10:32:27.934 - debug: admin.0 (14854) Please add to "system.adapter.icons-mfd-svg" common.adminUI={"config":"html"}
                                  2021-08-13 10:32:27.934 - debug: admin.0 (14854) Please add to "system.adapter.icons-open-icon-library-png" common.adminUI={"config":"html"}
                                  2021-08-13 10:32:27.934 - debug: admin.0 (14854) Please add to "system.adapter.icons-ultimate-png" common.adminUI={"config":"html"}
                                  2021-08-13 10:32:27.934 - debug: admin.0 (14854) Please add to "system.adapter.info" common.adminUI={"config":"materialize","tab":"materialize"}
                                  2021-08-13 10:32:27.934 - debug: admin.0 (14854) Please add to "system.adapter.javascript" common.adminUI={"config":"materialize","tab":"html"}
                                  2021-08-13 10:32:27.934 - debug: admin.0 (14854) Please add to "system.adapter.moma" common.adminUI={"config":"materialize","tab":"materialize"}
                                  2021-08-13 10:32:27.935 - debug: admin.0 (14854) Please add to "system.adapter.node-red" common.adminUI={"config":"materialize","tab":"html"}
                                  2021-08-13 10:32:27.935 - debug: admin.0 (14854) Please add to "system.adapter.nut" common.adminUI={"config":"html"}
                                  2021-08-13 10:32:27.935 - debug: admin.0 (14854) Please add to "system.adapter.openweathermap" common.adminUI={"config":"materialize"}
                                  2021-08-13 10:32:27.935 - debug: admin.0 (14854) Please add to "system.adapter.ping" common.adminUI={"config":"materialize"}
                                  2021-08-13 10:32:27.935 - debug: admin.0 (14854) Please add to "system.adapter.socketio" common.adminUI={"config":"materialize"}
                                  2021-08-13 10:32:27.935 - debug: admin.0 (14854) Please add to "system.adapter.tr-064" common.adminUI={"config":"materialize"}
                                  2021-08-13 10:32:27.935 - debug: admin.0 (14854) Please add to "system.adapter.trashschedule" common.adminUI={"config":"materialize"}
                                  2021-08-13 10:32:27.935 - debug: admin.0 (14854) Please add to "system.adapter.vis-bars" common.adminUI={"config":"html"}
                                  2021-08-13 10:32:27.935 - debug: admin.0 (14854) Please add to "system.adapter.vis-canvas-gauges" common.adminUI={"config":"none"}
                                  2021-08-13 10:32:27.936 - debug: admin.0 (14854) Please add to "system.adapter.vis-colorpicker" common.adminUI={"config":"none"}
                                  2021-08-13 10:32:27.936 - debug: admin.0 (14854) Please add to "system.adapter.vis-fancyswitch" common.adminUI={"config":"none"}
                                  2021-08-13 10:32:27.936 - debug: admin.0 (14854) Please add to "system.adapter.vis-google-fonts" common.adminUI={"config":"html"}
                                  2021-08-13 10:32:27.936 - debug: admin.0 (14854) Please add to "system.adapter.vis-history" common.adminUI={"config":"none"}
                                  2021-08-13 10:32:27.936 - debug: admin.0 (14854) Please add to "system.adapter.vis-hqwidgets" common.adminUI={"config":"none"}
                                  2021-08-13 10:32:27.936 - debug: admin.0 (14854) Please add to "system.adapter.vis-icontwo" common.adminUI={"config":"materialize","tab":"materialize"}
                                  2021-08-13 10:32:27.936 - debug: admin.0 (14854) Please add to "system.adapter.vis-inventwo" common.adminUI={"config":"materialize","tab":"materialize"}
                                  2021-08-13 10:32:27.936 - debug: admin.0 (14854) Please add to "system.adapter.vis-jqui-mfd" common.adminUI={"config":"none"}
                                  2021-08-13 10:32:27.936 - debug: admin.0 (14854) Please add to "system.adapter.vis-justgage" common.adminUI={"config":"none"}
                                  2021-08-13 10:32:27.937 - debug: admin.0 (14854) Please add to "system.adapter.vis-keyboard" common.adminUI={"config":"html"}
                                  2021-08-13 10:32:27.937 - debug: admin.0 (14854) Please add to "system.adapter.vis-lcars" common.adminUI={"config":"none"}
                                  2021-08-13 10:32:27.937 - debug: admin.0 (14854) Please add to "system.adapter.vis-map" common.adminUI={"config":"materialize"}
                                  2021-08-13 10:32:27.937 - debug: admin.0 (14854) Please add to "system.adapter.vis-materialdesign" common.adminUI={"config":"materialize"}
                                  2021-08-13 10:32:27.937 - debug: admin.0 (14854) Please add to "system.adapter.vis-metro" common.adminUI={"config":"none"}
                                  2021-08-13 10:32:27.937 - debug: admin.0 (14854) Please add to "system.adapter.vis-players" common.adminUI={"config":"none"}
                                  2021-08-13 10:32:27.937 - debug: admin.0 (14854) Please add to "system.adapter.vis-plumb" common.adminUI={"config":"none"}
                                  2021-08-13 10:32:27.937 - debug: admin.0 (14854) Please add to "system.adapter.vis-rgraph" common.adminUI={"config":"html"}
                                  2021-08-13 10:32:27.937 - debug: admin.0 (14854) Please add to "system.adapter.vis-timeandweather" common.adminUI={"config":"none"}
                                  2021-08-13 10:32:27.937 - debug: admin.0 (14854) Please add to "system.adapter.vis-weather" common.adminUI={"config":"none"}
                                  2021-08-13 10:32:27.938 - debug: admin.0 (14854) Please add to "system.adapter.web" common.adminUI={"config":"materialize"}
                                  2021-08-13 10:32:27.938 - debug: admin.0 (14854) Please add to "system.adapter.devices" common.adminUI={"config":"none","tab":"html"}
                                  2021-08-13 10:32:27.938 - debug: admin.0 (14854) Please add to "system.adapter.snmp" common.adminUI={"config":"html"}
                                  2021-08-13 10:32:27.938 - debug: admin.0 (14854) Please add to "system.adapter.nina" common.adminUI={"config":"materialize"}
                                  2021-08-13 10:32:27.938 - debug: admin.0 (14854) Please add to "system.adapter.kodi" common.adminUI={"config":"materialize"}
                                  2021-08-13 10:32:27.938 - debug: admin.0 (14854) Please add to "system.adapter.hm-rega" common.adminUI={"config":"materialize"}
                                  2021-08-13 10:32:27.938 - debug: admin.0 (14854) Please add to "system.adapter.weatherunderground" common.adminUI={"config":"materialize"}
                                  2021-08-13 10:32:27.938 - debug: admin.0 (14854) Please add to "system.adapter.mqtt" common.adminUI={"config":"materialize"}
                                  2021-08-13 10:32:27.938 - debug: admin.0 (14854) Please add to "system.adapter.simple-api" common.adminUI={"config":"materialize"}
                                  2021-08-13 10:32:27.939 - debug: admin.0 (14854) Please add to "system.adapter.influxdb" common.adminUI={"config":"json","custom":"json"}
                                  2021-08-13 10:32:27.939 - debug: admin.0 (14854) Please add to "system.adapter.logparser" common.adminUI={"config":"materialize"}
                                  2021-08-13 10:32:27.939 - debug: admin.0 (14854) Please add to "system.adapter.kodi" common.adminUI={"config":"materialize"}
                                  2021-08-13 10:32:27.939 - debug: admin.0 (14854) Please add to "system.adapter.denon" common.adminUI={"config":"materialize"}
                                  2021-08-13 10:32:27.967 - debug: admin.0 (14854) Please add to "system.adapter.adapter-studio" common.adminUI={"config":"materialize","tab":"materialize"}
                                  2021-08-13 10:32:27.968 - debug: admin.0 (14854) Please add to "system.adapter.denon" common.adminUI={"config":"materialize"}
                                  2021-08-13 10:32:27.968 - debug: admin.0 (14854) Please add to "system.adapter.discovery" common.adminUI={"config":"materialize"}
                                  2021-08-13 10:32:27.968 - debug: admin.0 (14854) Please add to "system.adapter.feiertage" common.adminUI={"config":"materialize"}
                                  2021-08-13 10:32:27.968 - debug: admin.0 (14854) Please add to "system.adapter.flot" common.adminUI={"config":"none"}
                                  2021-08-13 10:32:27.968 - debug: admin.0 (14854) Please add to "system.adapter.fritzdect" common.adminUI={"config":"materialize"}
                                  2021-08-13 10:32:27.968 - debug: admin.0 (14854) Please add to "system.adapter.hm-rega" common.adminUI={"config":"materialize"}
                                  2021-08-13 10:32:27.968 - debug: admin.0 (14854) Please add to "system.adapter.husq-automower" common.adminUI={"config":"materialize"}
                                  2021-08-13 10:32:27.968 - debug: admin.0 (14854) Please add to "system.adapter.icons-addictive-flavour-png" common.adminUI={"config":"html"}
                                  2021-08-13 10:32:27.969 - debug: admin.0 (14854) Please add to "system.adapter.icons-fatcow-hosting" common.adminUI={"config":"none"}
                                  2021-08-13 10:32:27.969 - debug: admin.0 (14854) Please add to "system.adapter.icons-icons8" common.adminUI={"config":"none"}
                                  2021-08-13 10:32:27.969 - debug: admin.0 (14854) Please add to "system.adapter.icons-material-png" common.adminUI={"config":"html"}
                                  2021-08-13 10:32:27.969 - debug: admin.0 (14854) Please add to "system.adapter.icons-material-svg" common.adminUI={"config":"html"}
                                  2021-08-13 10:32:27.969 - debug: admin.0 (14854) Please add to "system.adapter.icons-mfd-png" common.adminUI={"config":"html"}
                                  2021-08-13 10:32:27.969 - debug: admin.0 (14854) Please add to "system.adapter.icons-mfd-svg" common.adminUI={"config":"html"}
                                  2021-08-13 10:32:27.969 - debug: admin.0 (14854) Please add to "system.adapter.icons-open-icon-library-png" common.adminUI={"config":"html"}
                                  2021-08-13 10:32:27.969 - debug: admin.0 (14854) Please add to "system.adapter.icons-ultimate-png" common.adminUI={"config":"html"}
                                  2021-08-13 10:32:27.969 - debug: admin.0 (14854) Please add to "system.adapter.info" common.adminUI={"config":"materialize","tab":"materialize"}
                                  2021-08-13 10:32:27.970 - debug: admin.0 (14854) Please add to "system.adapter.javascript" common.adminUI={"config":"materialize","tab":"html"}
                                  2021-08-13 10:32:27.970 - debug: admin.0 (14854) Please add to "system.adapter.kodi" common.adminUI={"config":"materialize"}
                                  2021-08-13 10:32:27.970 - debug: admin.0 (14854) Please add to "system.adapter.moma" common.adminUI={"config":"materialize","tab":"materialize"}
                                  2021-08-13 10:32:27.970 - debug: admin.0 (14854) Please add to "system.adapter.node-red" common.adminUI={"config":"materialize","tab":"html"}
                                  2021-08-13 10:32:27.970 - debug: admin.0 (14854) Please add to "system.adapter.nut" common.adminUI={"config":"html"}
                                  2021-08-13 10:32:27.970 - debug: admin.0 (14854) Please add to "system.adapter.openweathermap" common.adminUI={"config":"materialize"}
                                  2021-08-13 10:32:27.970 - debug: admin.0 (14854) Please add to "system.adapter.ping" common.adminUI={"config":"materialize"}
                                  2021-08-13 10:32:27.970 - debug: admin.0 (14854) Please add to "system.adapter.simple-api" common.adminUI={"config":"materialize"}
                                  2021-08-13 10:32:27.970 - debug: admin.0 (14854) Please add to "system.adapter.socketio" common.adminUI={"config":"materialize"}
                                  2021-08-13 10:32:27.971 - debug: admin.0 (14854) Please add to "system.adapter.tr-064" common.adminUI={"config":"materialize"}
                                  2021-08-13 10:32:27.971 - debug: admin.0 (14854) Please add to "system.adapter.trashschedule" common.adminUI={"config":"materialize"}
                                  2021-08-13 10:32:27.971 - debug: admin.0 (14854) Please add to "system.adapter.vis-bars" common.adminUI={"config":"html"}
                                  2021-08-13 10:32:27.971 - debug: admin.0 (14854) Please add to "system.adapter.vis-canvas-gauges" common.adminUI={"config":"none"}
                                  2021-08-13 10:32:27.971 - debug: admin.0 (14854) Please add to "system.adapter.vis-colorpicker" common.adminUI={"config":"none"}
                                  2021-08-13 10:32:27.971 - debug: admin.0 (14854) Please add to "system.adapter.vis-fancyswitch" common.adminUI={"config":"none"}
                                  2021-08-13 10:32:27.971 - debug: admin.0 (14854) Please add to "system.adapter.vis-google-fonts" common.adminUI={"config":"html"}
                                  2021-08-13 10:32:27.971 - debug: admin.0 (14854) Please add to "system.adapter.vis-history" common.adminUI={"config":"none"}
                                  2021-08-13 10:32:27.971 - debug: admin.0 (14854) Please add to "system.adapter.vis-hqwidgets" common.adminUI={"config":"none"}
                                  2021-08-13 10:32:27.972 - debug: admin.0 (14854) Please add to "system.adapter.vis-icontwo" common.adminUI={"config":"materialize","tab":"materialize"}
                                  2021-08-13 10:32:27.972 - debug: admin.0 (14854) Please add to "system.adapter.vis-inventwo" common.adminUI={"config":"materialize","tab":"materialize"}
                                  2021-08-13 10:32:27.972 - debug: admin.0 (14854) Please add to "system.adapter.vis-jqui-mfd" common.adminUI={"config":"none"}
                                  2021-08-13 10:32:27.972 - debug: admin.0 (14854) Please add to "system.adapter.vis-justgage" common.adminUI={"config":"none"}
                                  2021-08-13 10:32:27.972 - debug: admin.0 (14854) Please add to "system.adapter.vis-keyboard" common.adminUI={"config":"html"}
                                  2021-08-13 10:32:27.972 - debug: admin.0 (14854) Please add to "system.adapter.vis-lcars" common.adminUI={"config":"none"}
                                  2021-08-13 10:32:27.972 - debug: admin.0 (14854) Please add to "system.adapter.vis-map" common.adminUI={"config":"materialize"}
                                  2021-08-13 10:32:27.972 - debug: admin.0 (14854) Please add to "system.adapter.vis-materialdesign" common.adminUI={"config":"materialize"}
                                  2021-08-13 10:32:27.972 - debug: admin.0 (14854) Please add to "system.adapter.vis-metro" common.adminUI={"config":"none"}
                                  2021-08-13 10:32:27.973 - debug: admin.0 (14854) Please add to "system.adapter.vis-players" common.adminUI={"config":"none"}
                                  2021-08-13 10:32:27.973 - debug: admin.0 (14854) Please add to "system.adapter.vis-plumb" common.adminUI={"config":"none"}
                                  2021-08-13 10:32:27.973 - debug: admin.0 (14854) Please add to "system.adapter.vis-rgraph" common.adminUI={"config":"html"}
                                  2021-08-13 10:32:27.973 - debug: admin.0 (14854) Please add to "system.adapter.vis-timeandweather" common.adminUI={"config":"none"}
                                  2021-08-13 10:32:27.973 - debug: admin.0 (14854) Please add to "system.adapter.vis-weather" common.adminUI={"config":"none"}
                                  2021-08-13 10:32:27.973 - debug: admin.0 (14854) Please add to "system.adapter.web" common.adminUI={"config":"materialize"}
                                  2021-08-13 10:32:27.973 - debug: admin.0 (14854) Please add to "system.adapter.devices" common.adminUI={"config":"none","tab":"html"}
                                  2021-08-13 10:32:27.973 - debug: admin.0 (14854) Please add to "system.adapter.snmp" common.adminUI={"config":"html"}
                                  2021-08-13 10:32:27.973 - debug: admin.0 (14854) Please add to "system.adapter.nina" common.adminUI={"config":"materialize"}
                                  2021-08-13 10:32:27.973 - debug: admin.0 (14854) Please add to "system.adapter.weatherunderground" common.adminUI={"config":"materialize"}
                                  2021-08-13 10:32:27.974 - debug: admin.0 (14854) Please add to "system.adapter.coronavirus-statistics" common.adminUI={"config":"materialize"}
                                  2021-08-13 10:32:27.974 - debug: admin.0 (14854) Please add to "system.adapter.mqtt" common.adminUI={"config":"materialize"}
                                  2021-08-13 10:32:27.974 - debug: admin.0 (14854) Please add to "system.adapter.influxdb" common.adminUI={"config":"json","custom":"json"}
                                  2021-08-13 10:32:27.974 - debug: admin.0 (14854) Please add to "system.adapter.logparser" common.adminUI={"config":"materialize"}
                                  

                                  Was will der Admin mir damit sagen, oder kann das ignoriert werden?

                                  P.S: Alle Adapter sind aktuell, js-controller auf version 3.3.15

                                  FeuersturmF 1 Antwort Letzte Antwort
                                  0
                                  • NegaleinN Negalein

                                    @rebel85 sagte in Admin v5 jetzt im STABLE!:

                                    update

                                    Update von was?
                                    Funktionierts nun?

                                    R Offline
                                    R Offline
                                    rebel85
                                    schrieb am zuletzt editiert von
                                    #289

                                    @negalein sagte in Admin v5 jetzt im STABLE!:

                                    @rebel85 sagte in Admin v5 jetzt im STABLE!:

                                    update

                                    Update von was?
                                    Funktionierts nun?

                                    ne update des textes....
                                    über umstände aus ->

                                    @rebel85 sagte in Admin5: Ich kann keine Objekte mehr manuell anlegen:

                                    @paul53 sagte in Admin5: Ich kann keine Objekte mehr manuell anlegen:

                                    @rebel85 sagte: mein problem ist der Zu-Hause Ordner das von dort aus nichts mehr bei IOT hinzufügen kann.

                                    "Zu_Hause.0" ist ein ungültiges Objekt (kein Typ). Ändere in den Eigenschaften den Typ in "device" oder "folder".

                                    {
                                      "_id": "Zu_Hause.0",
                                      "type": "folder",
                                      "common": {
                                        "name": "Smarthome",
                                        "role": "",
                                        "icon": "",
                                        "desc": "Manuell erzeugt"
                                      },
                                      "native": {},
                                      "from": "system.adapter.admin.0",
                                      "user": "system.user.admin",
                                      "ts": 1604928795971,
                                      "acl": {
                                        "object": 1636,
                                        "owner": "system.user.admin",
                                        "ownerGroup": "system.group.administrator"
                                      }
                                    }
                                    

                                    teste ich mal

                                    umändern von Zu-Hause.0. in ein folder
                                    und
                                    beim DP Bad hinzufügen von "native": {}, hat geklappt

                                    is da eine dauerlösung hmmm

                                    funktionierts bis jetzt....
                                    später versuch nen anderen eintrag aus dem thread ums gerade zu ziehn.

                                    1 Antwort Letzte Antwort
                                    0
                                    • BoronsbruderB Boronsbruder

                                      Ich hab mal ne Frage:
                                      Ich wollte grad ein Debug-Log des Admin rauslassen, weil ich immer wieder, wenn er nen neuen Login beim Laden des Admin verlangt, den bekannten Fehler mit "failed to connect to socket.io" raushaut.

                                      Dabei ist mir folgendes aufgefallen:

                                      2021-08-13 10:32:27.932 - debug: admin.0 (14854) Please add to "system.adapter.adapter-studio" common.adminUI={"config":"materialize","tab":"materialize"}
                                      2021-08-13 10:32:27.932 - debug: admin.0 (14854) Please add to "system.adapter.discovery" common.adminUI={"config":"materialize"}
                                      2021-08-13 10:32:27.933 - debug: admin.0 (14854) Please add to "system.adapter.feiertage" common.adminUI={"config":"materialize"}
                                      2021-08-13 10:32:27.933 - debug: admin.0 (14854) Please add to "system.adapter.flot" common.adminUI={"config":"none"}
                                      2021-08-13 10:32:27.933 - debug: admin.0 (14854) Please add to "system.adapter.fritzdect" common.adminUI={"config":"materialize"}
                                      2021-08-13 10:32:27.933 - debug: admin.0 (14854) Please add to "system.adapter.husq-automower" common.adminUI={"config":"materialize"}
                                      2021-08-13 10:32:27.933 - debug: admin.0 (14854) Please add to "system.adapter.icons-addictive-flavour-png" common.adminUI={"config":"html"}
                                      2021-08-13 10:32:27.933 - debug: admin.0 (14854) Please add to "system.adapter.icons-fatcow-hosting" common.adminUI={"config":"none"}
                                      2021-08-13 10:32:27.933 - debug: admin.0 (14854) Please add to "system.adapter.icons-icons8" common.adminUI={"config":"none"}
                                      2021-08-13 10:32:27.933 - debug: admin.0 (14854) Please add to "system.adapter.icons-material-png" common.adminUI={"config":"html"}
                                      2021-08-13 10:32:27.934 - debug: admin.0 (14854) Please add to "system.adapter.icons-material-svg" common.adminUI={"config":"html"}
                                      2021-08-13 10:32:27.934 - debug: admin.0 (14854) Please add to "system.adapter.icons-mfd-png" common.adminUI={"config":"html"}
                                      2021-08-13 10:32:27.934 - debug: admin.0 (14854) Please add to "system.adapter.icons-mfd-svg" common.adminUI={"config":"html"}
                                      2021-08-13 10:32:27.934 - debug: admin.0 (14854) Please add to "system.adapter.icons-open-icon-library-png" common.adminUI={"config":"html"}
                                      2021-08-13 10:32:27.934 - debug: admin.0 (14854) Please add to "system.adapter.icons-ultimate-png" common.adminUI={"config":"html"}
                                      2021-08-13 10:32:27.934 - debug: admin.0 (14854) Please add to "system.adapter.info" common.adminUI={"config":"materialize","tab":"materialize"}
                                      2021-08-13 10:32:27.934 - debug: admin.0 (14854) Please add to "system.adapter.javascript" common.adminUI={"config":"materialize","tab":"html"}
                                      2021-08-13 10:32:27.934 - debug: admin.0 (14854) Please add to "system.adapter.moma" common.adminUI={"config":"materialize","tab":"materialize"}
                                      2021-08-13 10:32:27.935 - debug: admin.0 (14854) Please add to "system.adapter.node-red" common.adminUI={"config":"materialize","tab":"html"}
                                      2021-08-13 10:32:27.935 - debug: admin.0 (14854) Please add to "system.adapter.nut" common.adminUI={"config":"html"}
                                      2021-08-13 10:32:27.935 - debug: admin.0 (14854) Please add to "system.adapter.openweathermap" common.adminUI={"config":"materialize"}
                                      2021-08-13 10:32:27.935 - debug: admin.0 (14854) Please add to "system.adapter.ping" common.adminUI={"config":"materialize"}
                                      2021-08-13 10:32:27.935 - debug: admin.0 (14854) Please add to "system.adapter.socketio" common.adminUI={"config":"materialize"}
                                      2021-08-13 10:32:27.935 - debug: admin.0 (14854) Please add to "system.adapter.tr-064" common.adminUI={"config":"materialize"}
                                      2021-08-13 10:32:27.935 - debug: admin.0 (14854) Please add to "system.adapter.trashschedule" common.adminUI={"config":"materialize"}
                                      2021-08-13 10:32:27.935 - debug: admin.0 (14854) Please add to "system.adapter.vis-bars" common.adminUI={"config":"html"}
                                      2021-08-13 10:32:27.935 - debug: admin.0 (14854) Please add to "system.adapter.vis-canvas-gauges" common.adminUI={"config":"none"}
                                      2021-08-13 10:32:27.936 - debug: admin.0 (14854) Please add to "system.adapter.vis-colorpicker" common.adminUI={"config":"none"}
                                      2021-08-13 10:32:27.936 - debug: admin.0 (14854) Please add to "system.adapter.vis-fancyswitch" common.adminUI={"config":"none"}
                                      2021-08-13 10:32:27.936 - debug: admin.0 (14854) Please add to "system.adapter.vis-google-fonts" common.adminUI={"config":"html"}
                                      2021-08-13 10:32:27.936 - debug: admin.0 (14854) Please add to "system.adapter.vis-history" common.adminUI={"config":"none"}
                                      2021-08-13 10:32:27.936 - debug: admin.0 (14854) Please add to "system.adapter.vis-hqwidgets" common.adminUI={"config":"none"}
                                      2021-08-13 10:32:27.936 - debug: admin.0 (14854) Please add to "system.adapter.vis-icontwo" common.adminUI={"config":"materialize","tab":"materialize"}
                                      2021-08-13 10:32:27.936 - debug: admin.0 (14854) Please add to "system.adapter.vis-inventwo" common.adminUI={"config":"materialize","tab":"materialize"}
                                      2021-08-13 10:32:27.936 - debug: admin.0 (14854) Please add to "system.adapter.vis-jqui-mfd" common.adminUI={"config":"none"}
                                      2021-08-13 10:32:27.936 - debug: admin.0 (14854) Please add to "system.adapter.vis-justgage" common.adminUI={"config":"none"}
                                      2021-08-13 10:32:27.937 - debug: admin.0 (14854) Please add to "system.adapter.vis-keyboard" common.adminUI={"config":"html"}
                                      2021-08-13 10:32:27.937 - debug: admin.0 (14854) Please add to "system.adapter.vis-lcars" common.adminUI={"config":"none"}
                                      2021-08-13 10:32:27.937 - debug: admin.0 (14854) Please add to "system.adapter.vis-map" common.adminUI={"config":"materialize"}
                                      2021-08-13 10:32:27.937 - debug: admin.0 (14854) Please add to "system.adapter.vis-materialdesign" common.adminUI={"config":"materialize"}
                                      2021-08-13 10:32:27.937 - debug: admin.0 (14854) Please add to "system.adapter.vis-metro" common.adminUI={"config":"none"}
                                      2021-08-13 10:32:27.937 - debug: admin.0 (14854) Please add to "system.adapter.vis-players" common.adminUI={"config":"none"}
                                      2021-08-13 10:32:27.937 - debug: admin.0 (14854) Please add to "system.adapter.vis-plumb" common.adminUI={"config":"none"}
                                      2021-08-13 10:32:27.937 - debug: admin.0 (14854) Please add to "system.adapter.vis-rgraph" common.adminUI={"config":"html"}
                                      2021-08-13 10:32:27.937 - debug: admin.0 (14854) Please add to "system.adapter.vis-timeandweather" common.adminUI={"config":"none"}
                                      2021-08-13 10:32:27.937 - debug: admin.0 (14854) Please add to "system.adapter.vis-weather" common.adminUI={"config":"none"}
                                      2021-08-13 10:32:27.938 - debug: admin.0 (14854) Please add to "system.adapter.web" common.adminUI={"config":"materialize"}
                                      2021-08-13 10:32:27.938 - debug: admin.0 (14854) Please add to "system.adapter.devices" common.adminUI={"config":"none","tab":"html"}
                                      2021-08-13 10:32:27.938 - debug: admin.0 (14854) Please add to "system.adapter.snmp" common.adminUI={"config":"html"}
                                      2021-08-13 10:32:27.938 - debug: admin.0 (14854) Please add to "system.adapter.nina" common.adminUI={"config":"materialize"}
                                      2021-08-13 10:32:27.938 - debug: admin.0 (14854) Please add to "system.adapter.kodi" common.adminUI={"config":"materialize"}
                                      2021-08-13 10:32:27.938 - debug: admin.0 (14854) Please add to "system.adapter.hm-rega" common.adminUI={"config":"materialize"}
                                      2021-08-13 10:32:27.938 - debug: admin.0 (14854) Please add to "system.adapter.weatherunderground" common.adminUI={"config":"materialize"}
                                      2021-08-13 10:32:27.938 - debug: admin.0 (14854) Please add to "system.adapter.mqtt" common.adminUI={"config":"materialize"}
                                      2021-08-13 10:32:27.938 - debug: admin.0 (14854) Please add to "system.adapter.simple-api" common.adminUI={"config":"materialize"}
                                      2021-08-13 10:32:27.939 - debug: admin.0 (14854) Please add to "system.adapter.influxdb" common.adminUI={"config":"json","custom":"json"}
                                      2021-08-13 10:32:27.939 - debug: admin.0 (14854) Please add to "system.adapter.logparser" common.adminUI={"config":"materialize"}
                                      2021-08-13 10:32:27.939 - debug: admin.0 (14854) Please add to "system.adapter.kodi" common.adminUI={"config":"materialize"}
                                      2021-08-13 10:32:27.939 - debug: admin.0 (14854) Please add to "system.adapter.denon" common.adminUI={"config":"materialize"}
                                      2021-08-13 10:32:27.967 - debug: admin.0 (14854) Please add to "system.adapter.adapter-studio" common.adminUI={"config":"materialize","tab":"materialize"}
                                      2021-08-13 10:32:27.968 - debug: admin.0 (14854) Please add to "system.adapter.denon" common.adminUI={"config":"materialize"}
                                      2021-08-13 10:32:27.968 - debug: admin.0 (14854) Please add to "system.adapter.discovery" common.adminUI={"config":"materialize"}
                                      2021-08-13 10:32:27.968 - debug: admin.0 (14854) Please add to "system.adapter.feiertage" common.adminUI={"config":"materialize"}
                                      2021-08-13 10:32:27.968 - debug: admin.0 (14854) Please add to "system.adapter.flot" common.adminUI={"config":"none"}
                                      2021-08-13 10:32:27.968 - debug: admin.0 (14854) Please add to "system.adapter.fritzdect" common.adminUI={"config":"materialize"}
                                      2021-08-13 10:32:27.968 - debug: admin.0 (14854) Please add to "system.adapter.hm-rega" common.adminUI={"config":"materialize"}
                                      2021-08-13 10:32:27.968 - debug: admin.0 (14854) Please add to "system.adapter.husq-automower" common.adminUI={"config":"materialize"}
                                      2021-08-13 10:32:27.968 - debug: admin.0 (14854) Please add to "system.adapter.icons-addictive-flavour-png" common.adminUI={"config":"html"}
                                      2021-08-13 10:32:27.969 - debug: admin.0 (14854) Please add to "system.adapter.icons-fatcow-hosting" common.adminUI={"config":"none"}
                                      2021-08-13 10:32:27.969 - debug: admin.0 (14854) Please add to "system.adapter.icons-icons8" common.adminUI={"config":"none"}
                                      2021-08-13 10:32:27.969 - debug: admin.0 (14854) Please add to "system.adapter.icons-material-png" common.adminUI={"config":"html"}
                                      2021-08-13 10:32:27.969 - debug: admin.0 (14854) Please add to "system.adapter.icons-material-svg" common.adminUI={"config":"html"}
                                      2021-08-13 10:32:27.969 - debug: admin.0 (14854) Please add to "system.adapter.icons-mfd-png" common.adminUI={"config":"html"}
                                      2021-08-13 10:32:27.969 - debug: admin.0 (14854) Please add to "system.adapter.icons-mfd-svg" common.adminUI={"config":"html"}
                                      2021-08-13 10:32:27.969 - debug: admin.0 (14854) Please add to "system.adapter.icons-open-icon-library-png" common.adminUI={"config":"html"}
                                      2021-08-13 10:32:27.969 - debug: admin.0 (14854) Please add to "system.adapter.icons-ultimate-png" common.adminUI={"config":"html"}
                                      2021-08-13 10:32:27.969 - debug: admin.0 (14854) Please add to "system.adapter.info" common.adminUI={"config":"materialize","tab":"materialize"}
                                      2021-08-13 10:32:27.970 - debug: admin.0 (14854) Please add to "system.adapter.javascript" common.adminUI={"config":"materialize","tab":"html"}
                                      2021-08-13 10:32:27.970 - debug: admin.0 (14854) Please add to "system.adapter.kodi" common.adminUI={"config":"materialize"}
                                      2021-08-13 10:32:27.970 - debug: admin.0 (14854) Please add to "system.adapter.moma" common.adminUI={"config":"materialize","tab":"materialize"}
                                      2021-08-13 10:32:27.970 - debug: admin.0 (14854) Please add to "system.adapter.node-red" common.adminUI={"config":"materialize","tab":"html"}
                                      2021-08-13 10:32:27.970 - debug: admin.0 (14854) Please add to "system.adapter.nut" common.adminUI={"config":"html"}
                                      2021-08-13 10:32:27.970 - debug: admin.0 (14854) Please add to "system.adapter.openweathermap" common.adminUI={"config":"materialize"}
                                      2021-08-13 10:32:27.970 - debug: admin.0 (14854) Please add to "system.adapter.ping" common.adminUI={"config":"materialize"}
                                      2021-08-13 10:32:27.970 - debug: admin.0 (14854) Please add to "system.adapter.simple-api" common.adminUI={"config":"materialize"}
                                      2021-08-13 10:32:27.970 - debug: admin.0 (14854) Please add to "system.adapter.socketio" common.adminUI={"config":"materialize"}
                                      2021-08-13 10:32:27.971 - debug: admin.0 (14854) Please add to "system.adapter.tr-064" common.adminUI={"config":"materialize"}
                                      2021-08-13 10:32:27.971 - debug: admin.0 (14854) Please add to "system.adapter.trashschedule" common.adminUI={"config":"materialize"}
                                      2021-08-13 10:32:27.971 - debug: admin.0 (14854) Please add to "system.adapter.vis-bars" common.adminUI={"config":"html"}
                                      2021-08-13 10:32:27.971 - debug: admin.0 (14854) Please add to "system.adapter.vis-canvas-gauges" common.adminUI={"config":"none"}
                                      2021-08-13 10:32:27.971 - debug: admin.0 (14854) Please add to "system.adapter.vis-colorpicker" common.adminUI={"config":"none"}
                                      2021-08-13 10:32:27.971 - debug: admin.0 (14854) Please add to "system.adapter.vis-fancyswitch" common.adminUI={"config":"none"}
                                      2021-08-13 10:32:27.971 - debug: admin.0 (14854) Please add to "system.adapter.vis-google-fonts" common.adminUI={"config":"html"}
                                      2021-08-13 10:32:27.971 - debug: admin.0 (14854) Please add to "system.adapter.vis-history" common.adminUI={"config":"none"}
                                      2021-08-13 10:32:27.971 - debug: admin.0 (14854) Please add to "system.adapter.vis-hqwidgets" common.adminUI={"config":"none"}
                                      2021-08-13 10:32:27.972 - debug: admin.0 (14854) Please add to "system.adapter.vis-icontwo" common.adminUI={"config":"materialize","tab":"materialize"}
                                      2021-08-13 10:32:27.972 - debug: admin.0 (14854) Please add to "system.adapter.vis-inventwo" common.adminUI={"config":"materialize","tab":"materialize"}
                                      2021-08-13 10:32:27.972 - debug: admin.0 (14854) Please add to "system.adapter.vis-jqui-mfd" common.adminUI={"config":"none"}
                                      2021-08-13 10:32:27.972 - debug: admin.0 (14854) Please add to "system.adapter.vis-justgage" common.adminUI={"config":"none"}
                                      2021-08-13 10:32:27.972 - debug: admin.0 (14854) Please add to "system.adapter.vis-keyboard" common.adminUI={"config":"html"}
                                      2021-08-13 10:32:27.972 - debug: admin.0 (14854) Please add to "system.adapter.vis-lcars" common.adminUI={"config":"none"}
                                      2021-08-13 10:32:27.972 - debug: admin.0 (14854) Please add to "system.adapter.vis-map" common.adminUI={"config":"materialize"}
                                      2021-08-13 10:32:27.972 - debug: admin.0 (14854) Please add to "system.adapter.vis-materialdesign" common.adminUI={"config":"materialize"}
                                      2021-08-13 10:32:27.972 - debug: admin.0 (14854) Please add to "system.adapter.vis-metro" common.adminUI={"config":"none"}
                                      2021-08-13 10:32:27.973 - debug: admin.0 (14854) Please add to "system.adapter.vis-players" common.adminUI={"config":"none"}
                                      2021-08-13 10:32:27.973 - debug: admin.0 (14854) Please add to "system.adapter.vis-plumb" common.adminUI={"config":"none"}
                                      2021-08-13 10:32:27.973 - debug: admin.0 (14854) Please add to "system.adapter.vis-rgraph" common.adminUI={"config":"html"}
                                      2021-08-13 10:32:27.973 - debug: admin.0 (14854) Please add to "system.adapter.vis-timeandweather" common.adminUI={"config":"none"}
                                      2021-08-13 10:32:27.973 - debug: admin.0 (14854) Please add to "system.adapter.vis-weather" common.adminUI={"config":"none"}
                                      2021-08-13 10:32:27.973 - debug: admin.0 (14854) Please add to "system.adapter.web" common.adminUI={"config":"materialize"}
                                      2021-08-13 10:32:27.973 - debug: admin.0 (14854) Please add to "system.adapter.devices" common.adminUI={"config":"none","tab":"html"}
                                      2021-08-13 10:32:27.973 - debug: admin.0 (14854) Please add to "system.adapter.snmp" common.adminUI={"config":"html"}
                                      2021-08-13 10:32:27.973 - debug: admin.0 (14854) Please add to "system.adapter.nina" common.adminUI={"config":"materialize"}
                                      2021-08-13 10:32:27.973 - debug: admin.0 (14854) Please add to "system.adapter.weatherunderground" common.adminUI={"config":"materialize"}
                                      2021-08-13 10:32:27.974 - debug: admin.0 (14854) Please add to "system.adapter.coronavirus-statistics" common.adminUI={"config":"materialize"}
                                      2021-08-13 10:32:27.974 - debug: admin.0 (14854) Please add to "system.adapter.mqtt" common.adminUI={"config":"materialize"}
                                      2021-08-13 10:32:27.974 - debug: admin.0 (14854) Please add to "system.adapter.influxdb" common.adminUI={"config":"json","custom":"json"}
                                      2021-08-13 10:32:27.974 - debug: admin.0 (14854) Please add to "system.adapter.logparser" common.adminUI={"config":"materialize"}
                                      

                                      Was will der Admin mir damit sagen, oder kann das ignoriert werden?

                                      P.S: Alle Adapter sind aktuell, js-controller auf version 3.3.15

                                      FeuersturmF Online
                                      FeuersturmF Online
                                      Feuersturm
                                      schrieb am zuletzt editiert von
                                      #290

                                      @boronsbruder das sind Änderungen die am Adapter gemacht werden müssen. Ist aber laut @apollon77 noch optional. Hier wurde das Thema soll einmal aufgegriffen https://github.com/hacki11/ioBroker.valloxmv/issues/61

                                      BoronsbruderB 1 Antwort Letzte Antwort
                                      1
                                      • FeuersturmF Feuersturm

                                        @boronsbruder das sind Änderungen die am Adapter gemacht werden müssen. Ist aber laut @apollon77 noch optional. Hier wurde das Thema soll einmal aufgegriffen https://github.com/hacki11/ioBroker.valloxmv/issues/61

                                        BoronsbruderB Offline
                                        BoronsbruderB Offline
                                        Boronsbruder
                                        schrieb am zuletzt editiert von
                                        #291

                                        @feuersturm
                                        Puuh... Danke...
                                        Ich dachte schon, ich hätte wieder was kaputt gemacht :rolling_on_the_floor_laughing:

                                        1 Antwort Letzte Antwort
                                        0
                                        • I IOBaer

                                          @homoran said in Admin v5 jetzt im STABLE!:

                                          das Eingeben kannst du so nicht verhindern, aber in den Objects wird nur ein Wert innerhalb der range eingetragen.

                                          Danke Dir, aber ich komme gerade nicht mit: was meinst Du damit, dass man das Eingeben nicht verhindern kann, aber nur ein Wert innerhalb der Range eingetragen wird? Wenn ich unter /#tab-objects auch in einen so beschränkten Number-Datenpunkt ("min": 0, "max": 50 ...) einen außerhalb liegenden Wert eintrage (z.B. 80), wird dieser auch eingetragen und gespeichert.

                                          @homoran said in Admin v5 jetzt im STABLE!:

                                          was meinst du damit?

                                          Dass man ja eine Werteliste vorgeben kann, z.B. states": "0:0;1:1;2:2;3:3;4:4;5:5;6:6

                                          Ich verstehe gerade nur Bahnhof, auch im Kontext des Beitrages von

                                          @apollon77 said in Admin v5 jetzt im STABLE!:

                                          Ja die Werte min/max sind aktuell für Visus da, seit neuestem mit js-controller 3.3 bekommst Du aber Log Meldungen

                                          Mir geht es darum, ob es normal ist, dass Werte außerhalb des Min-/Max-Bereiches bei Eingabe hier

                                          2ea25bf3-b11a-41bf-af7c-57a7b5cceb0d-grafik.png

                                          NICHT abgewiesen werden?

                                          Danke!

                                          HomoranH Nicht stören
                                          HomoranH Nicht stören
                                          Homoran
                                          Global Moderator Administrators
                                          schrieb am zuletzt editiert von
                                          #292

                                          @iobaer sagte in Admin v5 jetzt im STABLE!:

                                          einen außerhalb liegenden Wert eintrage (z.B. 80), wird dieser auch eingetragen und gespeichert.

                                          das ist mir neu.

                                          Wenn ich da nichts verwechsle, wurde das früher "beschnitten". Da sollte IMHO jetzt nur 50 drin stehen

                                          Da muss ich jetzt mal bei @apollon77 nachfragen, wo ich den Denkfehler habe.

                                          kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                                          Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                          der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                          I 1 Antwort Letzte Antwort
                                          1
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

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

                                          336

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          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