Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Error Meldung vom Shelly Adapter 9.2.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

    Error Meldung vom Shelly Adapter 9.2.0

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

      @gonzokalle sagte in Error Meldung vom Shelly Adapter 9.2.0:

      Gehe ich irgendwo ins Minus?

      muss nicht im Minus sein.
      Die Meldung ist
      Wert =0 und min =1
      (demnächst bitte keine Screenshots dann kann man auch zitieren!)

      und hier
      Screenshot_20250413-143501_Firefox.jpg
      setzst du startwert auf 0

      G 1 Reply Last reply Reply Quote 0
      • G
        Gonzokalle @Homoran last edited by

        @homoran

        Dankeschön.
        Also soll ich an dieser Stelle eine 1 eintragen?
        Hätte noch erwähnen sollen, dass der Error früher nicht gekommen ist.
        Scheinbar erst mit dem Update.

        Aktuell steht die Brightness auf 5%, Error kommt.
        MinBrightness steht in den Objekten auf 0. Kann ich nicht ändern ist schreibgeschützt.
        In der Oberfläche des Shellys konnte ich bei MinBrightness eine 1 eintragen. Jetzt ist Ruhe.
        Eventuell kann man ja den Adapter so konfigurieren, dass man eine 0 ohne Error eintragen kann?

        Viele im Forum wollen ein Screenshot haben für unterwegs.
        Was soll ich denn stattdessen nehmen?

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

          @gonzokalle sagte in Error Meldung vom Shelly Adapter 9.2.0:

          MinBrightness steht in den Objekten auf 0.

          laut nicht zitierbarem log eben nicht!

          bitte beides zeigen
          in code-tags!

          G 1 Reply Last reply Reply Quote 0
          • G
            Gonzokalle @Homoran last edited by

            @Homoran

            Wenn ich in der Oberfläche des Shellys unter Minimum brightness eine 0 eintrage kommt der Error.

            
            shelly.0
            2025-04-13 16:36:04.312	warn	State value to set for "shelly.0.SHDM-2#E89F6D85155D#1.lights.MinBrightness" has value "0" less than min "1"
            
            shelly.0
            2025-04-13 16:35:58.996	warn	State value to set for "shelly.0.SHDM-2#E89F6D85155D#1.lights.MinBrightness" has value "0" less than min "1"
            
            shelly.0
            2025-04-13 16:35:53.725	warn	State value to set for "shelly.0.SHDM-2#E89F6D85155D#1.lights.MinBrightness" has value "0" less than min "1"
            

            Wenn ich in der Oberfläche des Shellys unter Minimum brightness eine 1 eintrage kommt kein Error.
            Also auch kein Log.

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

              @gonzokalle sagte in Error Meldung vom Shelly Adapter 9.2.0:

              shelly.0.SHDM-2#E89F6D85155D#1.lights.MinBrightness" has value "0" less than min "1"

              dann zeig mal dazu die Objektdaten!

              G 1 Reply Last reply Reply Quote 0
              • G
                Gonzokalle @Homoran last edited by

                @homoran

                {
                  "type": "state",
                  "common": {
                    "name": {
                      "en": "Minimum Brightness",
                      "de": "Mindesthelligkeit",
                      "ru": "Минимальная яркость",
                      "pt": "Brilho mínimo",
                      "nl": "Minimale helderheid",
                      "fr": "Luminosité minimale",
                      "it": "Minimo splendore",
                      "es": "Brillo mínimo",
                      "pl": "Minimalna jasność",
                      "uk": "Мінімальна яскравість",
                      "zh-cn": "最小亮度"
                    },
                    "type": "number",
                    "role": "level.brightness",
                    "read": true,
                    "write": false,
                    "min": 1,
                    "max": 100,
                    "unit": "%"
                  },
                  "native": {},
                  "from": "system.adapter.shelly.0",
                  "user": "system.user.admin",
                  "ts": 1744535952296,
                  "_id": "shelly.0.SHDM-2#E89F6D85155D#1.lights.MinBrightness",
                  "acl": {
                    "object": 1636,
                    "state": 1636,
                    "owner": "system.user.admin",
                    "ownerGroup": "system.group.administrator"
                  }
                }
                
                Homoran 1 Reply Last reply Reply Quote 0
                • Homoran
                  Homoran Global Moderator Administrators @Gonzokalle last edited by

                  @gonzokalle sagte in Error Meldung vom Shelly Adapter 9.2.0:

                  min": 1,

                  passt zur Meldung

                  @gonzokalle sagte in Error Meldung vom Shelly Adapter 9.2.0:

                  Wenn ich in der Oberfläche des Shellys unter Minimum brightness eine 0 eintrage kommt der Error.

                  dann darfst du das nicht

                  G 1 Reply Last reply Reply Quote 1
                  • G
                    Gonzokalle @Homoran last edited by

                    @homoran

                    So ist es.

                    Scheint aber so erst seit dem Update zu sein.
                    Hauptsache es geht.

                    Vielen Dank für deine Hilfe.

                    Homoran mcm1957 2 Replies Last reply Reply Quote 0
                    • Homoran
                      Homoran Global Moderator Administrators @Gonzokalle last edited by

                      @gonzokalle sagte in Error Meldung vom Shelly Adapter 9.2.0:

                      Scheint aber so erst seit dem Update zu sein.

                      welches?
                      steht hier

                      @gonzokalle sagte in Error Meldung vom Shelly Adapter 9.2.0:

                      Scheinbar erst mit dem Update.

                      auch nicht

                      1 Reply Last reply Reply Quote 0
                      • mcm1957
                        mcm1957 @Gonzokalle last edited by

                        @gonzokalle
                        Leg gern ein Issue beim Adapter an.
                        Bitte gib jedenfalls an welches device (DEVICE-ID) und beschreib möglichst genau wo du wie welchen wert eingibts. Dann kann man sich das ansehen.

                        G 1 Reply Last reply Reply Quote 0
                        • G
                          Gonzokalle @mcm1957 last edited by

                          @mcm1957

                          Mit Issue habe ich es nicht so.

                          mcm1957 1 Reply Last reply Reply Quote 0
                          • mcm1957
                            mcm1957 @Gonzokalle last edited by

                            @gonzokalle
                            Schade ohne issue wird da ziemlich sicher nichts geändert / verbessert.

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

                            Support us

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

                            436
                            Online

                            31.9k
                            Users

                            80.2k
                            Topics

                            1.3m
                            Posts

                            4
                            15
                            424
                            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