Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. m_edas

    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

    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 2
    • Best 0
    • Groups 0

    m_edas

    @m_edas

    0
    Reputation
    6
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    m_edas Follow

    Latest posts made by m_edas

    • RE: Eurotronic spirit z-wave Plus übernimmt keinen Schaltpunkt

      Die config Datei scheint in Ordnung zu sein … der dev Branch in Domoticz hat bei mir direkt funktioniert. Ich denke das Problem liegt entweder in node-openzwave-shared libs oder im iobroker.zwave Adapter.

      posted in ioBroker Allgemein
      M
      m_edas
    • RE: Eurotronic spirit z-wave Plus übernimmt keinen Schaltpunkt

      Hallo Zusammen,

      ich habe hier ein Workarround zu dem Mode-Problem.

      Bitte den ersten 'common'-Block durch den anderen ersetzen (siehe unten). Die Einstellung findet man unter Edit-Fenster > Reiter "RAW".

      Original:

         "common": {
          "name": "Mode",
          "type": "number",
          "role": "state",
          "read": true,
          "write": true,
          "states": {
            "0": "Off",
            "1": "Heat",
            "2": "Heat Econ",
            "3": "Full Power",
            "4": "Manufacturer Specific"
          }
        },
      
      

      ersetzen durch:

        "common": {
          "name": "Mode",
          "type": "string",
          "role": "state",
          "read": true,
          "write": true,
          "states": {
            "Off": "Off",
            "Heat": "Heat",
            "Heat Eco": "Heat Eco",
            "Full Power": "Full Power",
            "Manufacturer Specific": "Manufacturer Specific"
          }
        },
      
      
      posted in ioBroker Allgemein
      M
      m_edas
    Community
    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
    The ioBroker Community 2014-2023
    logo