Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. trashschedule - Versionsproblem ab SW 1.1.0

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    trashschedule - Versionsproblem ab SW 1.1.0

    This topic has been deleted. Only users with topic management privileges can see it.
    • Homoran
      Homoran Global Moderator Administrators @Brokman last edited by

      @brokman sagte in trashschedule - Versionsproblem ab SW 1.1.0:

      System ist aktuell.

      das scheint mir das Raspberrymatic addon zu sein, nicht der "echte" iobroker, oder?

      B 1 Reply Last reply Reply Quote 0
      • B
        Brokman @Homoran last edited by

        @homoran
        das ist korrekt.

        1 Reply Last reply Reply Quote 0
        • M
          MCU @Brokman last edited by MCU

          @brokman Leerzeichen sind nicht mehr erlaubt. Früher Gelbe Tonne, ab v1.1.0 GelbeTonne.

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

            @brokman sagte in trashschedule - Versionsproblem ab SW 1.1.0:

            Invalid regular expression: /[^\p{Ll}\p{Lu}\p{Nd}]+/: Invalid property name in character class

            Das habe ich letztens schon mal gesehen. Entweder ist deine Node.js-Version hoffnungslos veraltet oder dein system ist ein Exot, der Node.js ohne das vollständige Internationalisierungs-Set kompiliert, z.B. sowas: https://github.com/openwrt/packages/issues/14983

            raintonr created this issue in openwrt/packages

            closed node: Can we please make CONFIG_NODEJS_ICU_SMALL=y the default? #14983

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

              @alcalzone sagte in trashschedule - Versionsproblem ab SW 1.1.0:

              dein system ist ein Exot

              Buildroot-Umgebung der Raspberrymatic

              B 1 Reply Last reply Reply Quote 1
              • B
                Brokman @Homoran last edited by

                Ich hatte ein Leerzeichen bei "Gelber Sack". Änderung in "GelberSack" hat aber nix bewirkt! Auch sonst sind keine Leerzeichen drin.

                Wie Homoran schon sagte bin ich da nicht so flexibel, da ich innerhalb der RaspberryMatic auf Updates von Jens Maus bezüglich ioBroker angewiesen bin.

                Im Homematic Forum hatte ich die Antwort bekommen, dass es funktioniert, auch mit 1.1.1.

                Also warum geht 1.0.6 aber 1.1.1 nicht bei mir?
                Sagt den Experten der Log nix? Ich habe da leider keine Karten und was hat sich zwischen 1.0.6 und 1.1.0 im Programm trashschedule geändert?

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

                  @brokman sagte in trashschedule - Versionsproblem ab SW 1.1.0:

                  Sagt den Experten der Log nix?

                  ?????

                  @alcalzone sagte in trashschedule - Versionsproblem ab SW 1.1.0:

                  oder dein system ist ein Exot, der Node.js ohne das vollständige Internationalisierungs-Set kompiliert, z.B. sowas: https://github.com/openwrt/packages/issues/14983

                  @AlCalzone hat es doch geschrieben.
                  deine RM kommt nicht mit dem RegEx in dem Adapter klar

                  es wäre möglich, dass es auch an der von dir verwendeten Version des addons liegt

                  Da die 1.1.0 aber unter "genuine" ioBroker problemlos läuft, muss es irgendwo an deiner Installtion liegen, wenn andere User mit dem addon keine Probleme haben

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

                    Ich kenne mich mit RaspberryMatic nicht aus, aber ggf. wäre es ein Ansatz Node.js von Hand zu kompilieren.
                    https://github.com/nodejs/node/blob/f2c26153d79564afe893d8135be616af402d0136/BUILDING.md#build-with-full-icu-support-all-locales-supported-by-icu

                    1 Reply Last reply Reply Quote 0
                    • B
                      Brokman last edited by

                      Da in der CCU3 wie schon gesagt ein ioBroker buildroot ist, wo einige Befehle gar nicht enthalten sind wie z.B. sudo, sind meine Update Möglichkeiten limitiert. Ich habe da auch die Meldung: Dein Host (js-controller) ist veraltet! 3.1.6; 3.2.16 ist verfügbar. Wie gesagt ich bekomme das Update nicht hin.
                      Bleibe deshalb auf der trashschedule 1.0.6, die ja funktioniert.

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

                        @brokman sagte in trashschedule - Versionsproblem ab SW 1.1.0:

                        Ich habe da auch die Meldung: Dein Host (js-controller) ist veraltet! 3.1.6; 3.2.16 ist verfügbar.

                        das ist so im Addon!

                        @brokman sagte in trashschedule - Versionsproblem ab SW 1.1.0:

                        Wie gesagt ich bekomme das Update nicht hin.

                        das kannst du auch nicht - bitte nicht versuchen!

                        Hier wäre deine Anlaufstelle:
                        https://github.com/zautrix/hm-iobroker/releases/tag/3.1.6

                        B 1 Reply Last reply Reply Quote 0
                        • B
                          Brokman @Homoran last edited by

                          Danke für die Informationen.
                          Somit harke ich es ab und bleibe bei Version 1.0.6, solange bis der js.controller im buildroot geupdated wird.

                          Gruß

                          E 1 Reply Last reply Reply Quote 0
                          • E
                            ente34 @Brokman last edited by

                            @brokman
                            Wenn Du Lust hast, kannst Du das mal in einem JS-Script laufen lassen und die Log Ausgabe posten

                                var summary = {};
                            
                                try {
                                    var i = Intl;
                                    summary.haveIntl = true;
                                    console.log("+ Congrats, you have the Intl object.");
                                } catch(e) {
                                    console.log("You don't have the Intl object: " + e);
                                }
                            
                            
                            
                            1 Reply Last reply Reply Quote 0
                            • First post
                              Last post

                            Support us

                            ioBroker
                            Community Adapters
                            Donate

                            676
                            Online

                            31.9k
                            Users

                            80.1k
                            Topics

                            1.3m
                            Posts

                            5
                            13
                            402
                            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