Rollershutter-badge in Location Card is Inverted

  • Platform information
    • openHAB version: Openhab 3.3.0
  • Issue of the topic:
    I have a issue with the Rollerschutter Badge in a locationcard. It shows up when the Rollershutter is Open (0%) and hides at 1%-100%. My understanding says that it must be the other way around. Only Showing the badge at 100%. Have i down something wrong?

How can i change the behaviour.

Item:

{ "link": "http://192.168.178.30:8080/rest/items/OGKz1_Rollo", "state": "0", "stateDescription": { "minimum": 0, "maximum": 100, "step": 1, "pattern": "%.0f", "readOnly": true, "options": [] }, "editable": true, "type": "Rollershutter", "name": "OGKz1_Rollo", "label": "Rollo Kinderzimmer 1", "category": "rollershutter", "tags": [ "Blinds" ], "groupNames": [ "Kinderzimmer_1" ] }


Page

config:
  label: Home Page
equipment:
  - component: oh-equipment-tab
    config:
      contextLabelPathTrimStart: 1
      contextLabelSource: parent
      equipmentNesting: accordion
      equipmentPromoteMain: true
      equipmentPromoteSingle: true
      equipmentPromotedLabel:
        - equipment
    slots: {}
locations:
  - component: oh-locations-tab
    config:
      cardOrder:
        - separator: Erdgeschoss
        - Wohnzimmer
        - Badezimmer
        - Kinderzimmer_3
        - separator: Obergeschoss
        - Schlafzimmer
        - Badezimmer_O
        - Office
        - Kinderzimmer_1
        - Kinderzimmer_2
        - Flur_o
        - separator: AuĂźen
        - Garten
        - Hof
        - Aussen
        - Haus
        - Nebenhaus
        - Netzwerk
        - Erdgeschoss
        - Keller
        - Obergeschoss
        - Garage
      equipmentNesting: nested
      equipmentPromoteMain: true
      equipmentPromoteSingle: true
      excludedCards:
        - Aussen
        - Haus
        - Nebenhaus
        - Netzwerk
        - Erdgeschoss
        - Keller
        - Obergeschoss
        - Garage
    slots:
      Badezimmer:
        - component: oh-location-card
          config:
            badges:
              - lights
              - climate
              - temperature
      Schlafzimmer:
        - component: oh-location-card
          config:
            disableBadges: false
      Wohnzimmer:
        - component: oh-location-card
          config:
            badges:
              - lights
              - climate
              -temperature
properties:
  - component: oh-properties-tab
    config: {}
    slots: {}

As you can see i have changed nothing in the locationcard for “Kinderzimmer1”

Greetings Markus

1 Like

On Jan 2021 it was already mentioned that it has to be inverted

and this June

Solution:

Invert alle blinds badges

1 Like