Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. js-controller 2.0 ab sofort im Latest Repo

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    js-controller 2.0 ab sofort im Latest Repo

    This topic has been deleted. Only users with topic management privileges can see it.
    • dslraser
      dslraser Forum Testing Most Active @apollon77 last edited by dslraser

      @apollon77 sagte in js-controller 2.0 ab sofort im Latest Repo:

      @dslraser Bitte Issues anlegen, dann schaut sich BF das bestimmt gern an - vor allem wenn DU so viele Details liefern kannst!!

      Habe ich heute endlich erledigt

      https://github.com/ioBroker/ioBroker.javascript/issues/442

      https://github.com/ioBroker/ioBroker.javascript/issues/441

      EDIT:
      Hier hatte noch Jemand den gleichen Fehler.

      https://forum.iobroker.net/topic/26432/fehler-beim-import-von-einem-blockly-script

      dslraser created this issue in ioBroker/ioBroker.javascript

      closed Import aller exportierten Scripte mit 4.3.2 funktioniert nicht #442

      dslraser created this issue in ioBroker/ioBroker.javascript

      closed Blockly Import (Blockly mit Funktionen) schlägt fehl #441

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

        @BBTown Haben wir keinen State und "dynamische" aliasse würde ich ungern anlegen - damit fällt "system.hostname.xy" auch schon aus

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

          Hallo,

          wir kommen dem Stable-Release immer näher. Daher bitte ich Euch alle nochmals zu updaten das die finale Version oft installiert ist. Laut unseren Statistiken sind immer noch viele User mit Versionen kleiner als 2.0.39 Versionen unterwegs.

          Ich habe heute (sollte im Laufe des Tages nach einem iobroker update erscheinen) für Euch auf 2.0.40 (Aka Stable-RC1). Es sind noch viele Kleinigkeiten eingeflossen:

          2.0.40 (2019-11-08) Release Bella RC1

          • (Apollon77) make sure multiple instances of same adapter do not disturb each other in compact mode, finalize compact mode
          • (AlCalzone) correctly handle git commits and branches as custom install sources
          • (Apollon77) make sure callbacks with setImmediate return the rela values from code execution and not pot. changed values from other actions (fixing file content being undefined when write/read happen in parallel)
          • (Apollon77) handle more cases for aliases automatically (On/Ein is converted to true case insensitive now)
          • (bluefox) getForeignStates() return correct ids when used with aliases
          • (Apollon77) optimize controller group stopping
          • (Apollon77) when target state is deleted also emit "null" onChange events to adapters for alias states
          • (Apollon77) optimize controller stop behaviour with compact groups
          • (Apollon77) make sure that schedules instances can start even after a "once" run that set a sigKill value
          • (Apollon77) add method to synchronize file directories with file DB storage
            • add new CLI command "iobroker file sync <id>" to do the sync
            • integrate the sync with "iobroker setup first"

          Vor allem der letzte Punkt könnte interessant sein für die die immer noch eigene Files in offizielle Verzeichnisse reinkopiert haben. Beim Install dieser Version daher bitte mal auf die Ausgaben von nom (nach dem "node iobroker.js setup first") achten, was da so kommt. Gern auch mal hier posten - vor allem wenn Ihr wisst das da eigene Files noch nicht neu hochgeladen vorhanden sind.

          Files in offiziellen Verzeichnissen werden gesynct, Eigene Verzeichnisse werden "angemeckert", aber nicht gesynct (gibt ja nichts definiertes wohin).

          Ingo

          sigi234 Chaot BBTown 3 Replies Last reply Reply Quote 2
          • sigi234
            sigi234 Forum Testing Most Active @apollon77 last edited by

            @apollon77

            Alles ok, Alle Adapter Grün.

            Screenshot (554).png

            1 Reply Last reply Reply Quote 0
            • J
              Jan1 last edited by

              Könnte einer mal das RAW des alias posten?
              Der fehlt bei mir auch nach dem Update auf 2.0.40

              sigi234 1 Reply Last reply Reply Quote 0
              • sigi234
                sigi234 Forum Testing Most Active @Jan1 last edited by sigi234

                @Jan1 sagte in js-controller 2.0 ab sofort im Latest Repo:

                Könnte einer mal das RAW des alias posten?
                Der fehlt bei mir auch nach dem Update auf 2.0.40

                {
                  "from": "system.host.Medion(Test).cli",
                  "ts": 1571651687941,
                  "common": {
                    "name": "Aliase-Stammordner",
                    "type": "meta.folder",
                    "dontDelete": true
                  },
                  "native": {},
                  "acl": {
                    "object": 1604,
                    "owner": "system.user.admin",
                    "ownerGroup": "system.group.administrator"
                  },
                  "_id": "alias.0",
                  "type": "meta"
                }
                

                Expertenmodus deaktiviert? Sollte dann ganz unten sein.

                J 1 Reply Last reply Reply Quote 0
                • J
                  Jan1 @sigi234 last edited by

                  @sigi234
                  danke

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

                    @apollon77 sagte in js-controller 2.0 ab sofort im Latest Repo:

                    ...

                    • (Apollon77) add method to synchronize file directories with file DB storage
                      • add new CLI command "iobroker file sync <id>" to do the sync
                      • integrate the sync with "iobroker setup first"

                    Vor allem der letzte Punkt könnte interessant sein für die die immer noch eigene Files in offizielle Verzeichnisse reinkopiert haben. Beim Install dieser Version daher bitte mal auf die Ausgaben von nom (nach dem "node iobroker.js setup first") achten, was da so kommt. Gern auch mal hier posten - vor allem wenn Ihr wisst das da eigene Files noch nicht neu hochgeladen vorhanden sind.

                    Ingo

                    Lese ich das so, das nach dem Update die eigenen Files in VIS.0 wieder verfügbar und für Views verwendbar sind?
                    Wenn ja, dann kann ich das so bestätigen.
                    Update lief ohne Fehlermeldung durch und hat auch funktioniert obwohl ich vergessen hatte den ioBroker vorher zu stoppen 😲

                    Danke für eure tolle Arbeit!👍

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

                      @apollon77
                      seltsamerweise wird mir im js-controller eine aktuelle Version angezeigt, aber dieses mal nicht links in der Leiste in der mir das analog zu den zu aktualisierenden Adaptern üblicherweise angezeigt wird.
                      20bfedea-fb71-4873-82e4-3541ab4506a2-image.png

                      apollon77 crunchip 2 Replies Last reply Reply Quote 0
                      • MathiasJ
                        MathiasJ last edited by MathiasJ

                        bei mir schaut es im Moment so aus:

                        Unbenannt.JPG

                        apollon77 paul53 2 Replies Last reply Reply Quote 0
                        • apollon77
                          apollon77 @BBTown last edited by

                          @BBTown dann ggf reloade mal Admin

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

                            @MathiasJ iobroker update?! 😉

                            1 Reply Last reply Reply Quote 0
                            • crunchip
                              crunchip Forum Testing Most Active @BBTown last edited by

                              @BBTown wurde mir heute Nacht auch nicht links im Menü angezeigt, das die Version schon verfügbar ist, obwohl sie nach Aufruf der Host-Seite verfügbar war

                              apollon77 1 Reply Last reply Reply Quote 0
                              • paul53
                                paul53 @MathiasJ last edited by

                                @MathiasJ sagte:

                                bei mir schaut es im Moment so aus:

                                Aktualisiere die Adapterinformationen (Reiter "Adapter").

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

                                  @crunchip macht doch mal ein Admin issue dazu.

                                  crunchip 1 Reply Last reply Reply Quote 0
                                  • crunchip
                                    crunchip Forum Testing Most Active @apollon77 last edited by

                                    @apollon77 dacht, ist vllt ein Browser Fehler,
                                    weiß zwar nicht genau was ich da reinschreiben soll, aber ich versuch´s mal

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

                                      @crunchip ich weiß nicht wie Admin nach dem neu laden des repos seine „badges“ aktualisiert. Von daher muss man ansehen

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

                                        Ansonsten noch eine Bitte an alle Latest User mit 2.0.x ... Bitte schaut Euch die ersten 3 Posts oben nochmals an und gebt Feedback was ggf für einen Text für den Stable-Release noch fehlt ... Danke!!

                                        crunchip BBTown 2 Replies Last reply Reply Quote 0
                                        • crunchip
                                          crunchip Forum Testing Most Active @apollon77 last edited by

                                          @apollon77 fehlt da nicht noch der ble- Adapter, da es ja extra eine v0.10.1 (AlCalzone) Fixed crash in JS-Controller 2.0

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

                                            @apollon77
                                            Ich habe schon seit einer Reihe von v2.0.x Versionen keinerlei Auffälligkeiten gehabt.
                                            Allerdings habe auch auch ein einfache Konfiguration (ohne Slave) und nutze file/file

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

                                            Support us

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

                                            1.1k
                                            Online

                                            31.6k
                                            Users

                                            79.6k
                                            Topics

                                            1.3m
                                            Posts

                                            js-controller
                                            89
                                            1052
                                            266578
                                            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