Navigation

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

    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

    O
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Best 0
    • Groups 0

    ollyins

    @ollyins

    0
    Reputation
    5
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    ollyins Follow

    Latest posts made by ollyins

    • RE: Mediola V5 Gateway und ioBroker

      @mip
      Hi ich bin zwar auf der "anderen Seite" bei openhab, aber habe genau das Problem mit elero gesteuerten Jalousien.
      Meine Internorm Fenster kann ich nun mit

          case UP  : strCommand = "000C"
          case DOWN: strCommand = "000D"
          case STOP: strCommand = "0007"
          default  : strCommand = "18"+Long.toHexString((receivedCommand as Number).intValue)
      }
      strData = strAdr + strCommand
      logInfo("mediola","Sende Befehl {} an Adresse {}",strCommand,strAdr)
      sendHttpGetRequest("http://192.168.0.6/command?XC_FNC=SendSC&type=IN&data=" + strData)
      

      Steuern, aber für die Jalousien fehlen mir noch die Steuercodes...

          case UP  : strCommand = "08"
          case DOWN: strCommand = "09"
          case STOP: strCommand = "02"
      

      tut es nicht.
      Wie hast du es in io gelöst?

      posted in Hardware
      O
      ollyins
    Community
    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
    The ioBroker Community 2014-2023
    logo