Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. [Neuer Adapter] mediola-gateway

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    16
    1
    355

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    4.8k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.3k

[Neuer Adapter] mediola-gateway

Scheduled Pinned Locked Moved Tester
136 Posts 20 Posters 24.5k Views 18 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • oelisonO oelison

    Hallo @jensr,
    Ich wusste gar nicht, dass der Mediola ein eigener Name gegeben werden kann.
    Ich prüfe zur Zeit auf

    NAME:AIO GATEWAY
    
    NAME:AIO GW
    

    und

    NAME:WIR-CONNECT V6
    

    Kannst Du Dein Gerät auf "AIO GW Sumse" ode "AIO GATEWAY Sumse" umbenennen? Dann sollte mein Adapter das Gatway wieder erkennen.

    oelisonO Offline
    oelisonO Offline
    oelison
    wrote on last edited by
    #110

    @JEnsR Zusammenfassung des parallelen Posts:
    Das Umbennen hat zum Erfolg geführt.
    es sind Kaiser Nienhaus Motoren
    Debug liefert folgenden Output:

    debug: mediola-gateway.0 (1234) {"type":"DY2","sid":"01","adr":"xxxxxxxx","config":"12345678","state":"00000000"}
    

    Steuerung erfolgt bisher mit http:

     Web Links machen z.b.: http://192.168.x.y/cmd?XC_FNC=SendSC&type=DY2&data=01xxxxxxxx01
    

    I like Rust. ioBroker-Adapter: matrix, mediola-gateway, support for reolink

    J 1 Reply Last reply
    0
    • oelisonO oelison

      @JEnsR Zusammenfassung des parallelen Posts:
      Das Umbennen hat zum Erfolg geführt.
      es sind Kaiser Nienhaus Motoren
      Debug liefert folgenden Output:

      debug: mediola-gateway.0 (1234) {"type":"DY2","sid":"01","adr":"xxxxxxxx","config":"12345678","state":"00000000"}
      

      Steuerung erfolgt bisher mit http:

       Web Links machen z.b.: http://192.168.x.y/cmd?XC_FNC=SendSC&type=DY2&data=01xxxxxxxx01
      
      J Offline
      J Offline
      JEnsR
      wrote on last edited by
      #111

      @oelison Danke, wie geschrieben suche ich die Befehle zum Fahren nochmal raus.

      oelisonO 1 Reply Last reply
      0
      • J JEnsR

        @oelison Danke, wie geschrieben suche ich die Befehle zum Fahren nochmal raus.

        oelisonO Offline
        oelisonO Offline
        oelison
        wrote on last edited by
        #112

        @jensr DY2 probe Adapter
        Im Experten-Modus installieren.

        I like Rust. ioBroker-Adapter: matrix, mediola-gateway, support for reolink

        1 Reply Last reply
        0
        • oelisonO oelison

          Hallo @mip, Ich habe diesen Post irgendwie übersehen. Daher die jetzt etwas späte Antwort.
          Die Daten die ich von einem Elero Besitzer bekommen habe war data=xxyy wobei wie bei Dir xx die ID ist und YY die Ansteuerung. Da ich für alle Rollos die gleiche Ansteuerung haben wollte, habe ich 1=Auf, 2=Runter und 3=Stop definiert. Diese Zahlen werden in die YY-Werte übersetzt. Auf=01 (bei Dir 08 oder 03), Runter=00 (bei Dir 09 oder 04) und Stop=02 (bei Dir 02 hurra, hier ist es wenigstens gleich). Wenn andere Zahlen als 1,2 oder 3 eingegeben werden sende ich sicherheitshalber immer ein Stop=02.
          Die Doku habe ich schon. Leider steht da nichts über die Commando Codes für die ER (Elero) Geräte drin.
          Daher weiß ich nicht, ob die von Dir genannten Codes eine Spezielle Version der Rollomotoren benötigt oder ob das für alle gleich ist. Daher probier doch mal

          Rauf: http://xxx.xxx.xxx.xxx/command?XC_USER=user&XC_PASS=PASSWORD&XC_FNC=SendSC&type=ER&data=6001
          

          und

          Runter: http://xxx.xxx.xxx.xxx/command?XC_USER=user&XC_PASS=PASSWORD&XC_FNC=SendSC&type=ER&data=6002
          

          aus und berichte.

          M Offline
          M Offline
          MiP
          wrote on last edited by MiP
          #113

          @oelison Hi Sorry, Auch nicht gesehen dass du geantwortet hast.

          Also bei 01 fährt das rollo rauf und bei 00 runter.
          Mangels Programmierung von Zwischenpositionen und Wendepunkten konnte ich nur nicht ausprobieren wie sich 01 und 08 sowie 00 und 09 unterschiedlich verhalten. Ich vermute einer der beiden Codes ist zur ansteuerung von Wendepunkt und/oder Lüftungsposition bei Raffstores gedacht.
          Fakt ist auf jeden Fall dass (nur bei Raffstores) 04 einen Kurzimpuls Runter und 03 einen Kurzimpuls rauf gibt.

          1 Reply Last reply
          0
          • E Offline
            E Offline
            energyolli
            wrote on last edited by
            #114

            @oelison Hallo und schon mal Danke für den Adapter.

            Bei mir ist alles auf grün (nach langem hin und her) aber am Ende hapert es mangels Fachwissen mit dem Senden des IR Befehls.

            Ich hatte Ihnen versucht eine PM an die email aus der ReadMe zu senden, aber die kam leider unzustellbar zurück.

            Würde ungern das Board mit langen Leihenhaften Texten nerven.

            Wie sähe ein Befehl zum Senden über ein Blockly-Script aus?

            oelisonO 1 Reply Last reply
            0
            • A Offline
              A Offline
              acidsubway
              wrote on last edited by
              #115

              also der eine Befehl geht bei mir, aber ich sehe nichts unter iobroker, kann mir einer sagen warum?

              // 20250212210314
              // http://192.168.0.41/cmd?XC_FNC=GetStates&auth=pass
              
              {
                "XC_SUC": [
                  {
                    "type": "HM",
                    "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:1",
                    "state": {
                      
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:2",
                    "state": {
                      
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:3",
                    "state": {
                      
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:4",
                    "state": {
                      
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:5",
                    "state": {
                      
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:6",
                    "state": {
                      
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:7",
                    "state": {
                      
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:8",
                    "state": {
                      
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:9",
                    "state": {
                      
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:10",
                    "state": {
                      
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:11",
                    "state": {
                      
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:12",
                    "state": {
                      
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:13",
                    "state": {
                      
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:14",
                    "state": {
                      
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:15",
                    "state": {
                      
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:16",
                    "state": {
                      
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:17",
                    "state": {
                      
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:18",
                    "state": {
                      
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:19",
                    "state": {
                      
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:20",
                    "state": {
                      
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:21",
                    "state": {
                      
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:22",
                    "state": {
                      
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:23",
                    "state": {
                      
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:24",
                    "state": {
                      
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:25",
                    "state": {
                      
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:26",
                    "state": {
                      
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:27",
                    "state": {
                      
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:28",
                    "state": {
                      
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:29",
                    "state": {
                      
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:30",
                    "state": {
                      
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:31",
                    "state": {
                      
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:32",
                    "state": {
                      
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:33",
                    "state": {
                      
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:34",
                    "state": {
                      
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:35",
                    "state": {
                      
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:36",
                    "state": {
                      
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:37",
                    "state": {
                      
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:38",
                    "state": {
                      
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:39",
                    "state": {
                      
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:40",
                    "state": {
                      
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:41",
                    "state": {
                      
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:42",
                    "state": {
                      
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:43",
                    "state": {
                      
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:44",
                    "state": {
                      
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:45",
                    "state": {
                      
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:46",
                    "state": {
                      
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:47",
                    "state": {
                      
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:48",
                    "state": {
                      
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:49",
                    "state": {
                      
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:50",
                    "state": {
                      
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-Sec-SD-2.BidCos-RF.NEQ0598010",
                    "state": {
                      "0_aes_key": 0,
                      "0_config_pending": false,
                      "0_dutycycle": false,
                      "lowbat": false,
                      "0_rssi_device": -65535,
                      "0_rssi_peer": -65535,
                      "0_sticky_unreach": false,
                      "timeout": false,
                      "state": "ok"
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-Sec-SD-2.BidCos-RF.NEQ0598191",
                    "state": {
                      "0_aes_key": 0,
                      "0_config_pending": false,
                      "0_dutycycle": false,
                      "lowbat": false,
                      "0_rssi_device": -65535,
                      "0_rssi_peer": -65535,
                      "0_sticky_unreach": false,
                      "timeout": false,
                      "state": "ok"
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-Sec-SD-2.BidCos-RF.NEQ0598399",
                    "state": {
                      "0_aes_key": 0,
                      "0_config_pending": false,
                      "0_dutycycle": false,
                      "lowbat": false,
                      "0_rssi_device": -65535,
                      "0_rssi_peer": -65535,
                      "0_sticky_unreach": true,
                      "timeout": true,
                      "state": "ok"
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-Sec-SD-2.BidCos-RF.NEQ1022641",
                    "state": {
                      "0_aes_key": 0,
                      "0_config_pending": false,
                      "0_dutycycle": false,
                      "lowbat": false,
                      "0_rssi_device": -65535,
                      "0_rssi_peer": -65535,
                      "0_sticky_unreach": false,
                      "timeout": false,
                      "state": "ok"
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-Sec-SD-2.BidCos-RF.NEQ1022931",
                    "state": {
                      "0_aes_key": 0,
                      "0_config_pending": false,
                      "0_dutycycle": false,
                      "lowbat": false,
                      "0_rssi_device": -65535,
                      "0_rssi_peer": -65535,
                      "0_sticky_unreach": false,
                      "timeout": false,
                      "state": "ok"
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-Sec-SD-2.BidCos-RF.NEQ1027173",
                    "state": {
                      "0_aes_key": 0,
                      "0_config_pending": false,
                      "0_dutycycle": false,
                      "lowbat": false,
                      "0_rssi_device": -65535,
                      "0_rssi_peer": -65535,
                      "0_sticky_unreach": true,
                      "timeout": true,
                      "state": "ok"
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-Sec-SD-2.BidCos-RF.NEQ1027206",
                    "state": {
                      "0_aes_key": 0,
                      "0_config_pending": false,
                      "0_dutycycle": false,
                      "lowbat": false,
                      "0_rssi_device": -65535,
                      "0_rssi_peer": -65535,
                      "0_sticky_unreach": true,
                      "timeout": true,
                      "state": "ok"
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-Sec-SD-2.BidCos-RF.NEQ1027208",
                    "state": {
                      "0_aes_key": 0,
                      "0_config_pending": false,
                      "0_dutycycle": false,
                      "lowbat": false,
                      "0_rssi_device": -65535,
                      "0_rssi_peer": -65535,
                      "0_sticky_unreach": true,
                      "timeout": true,
                      "state": "ok"
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-Sec-SD-2.BidCos-RF.NEQ1027353",
                    "state": {
                      "0_aes_key": 0,
                      "0_config_pending": false,
                      "0_dutycycle": false,
                      "lowbat": false,
                      "0_rssi_device": -65535,
                      "0_rssi_peer": -65535,
                      "0_sticky_unreach": true,
                      "timeout": true,
                      "state": "ok"
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-Sec-SD-2.BidCos-RF.NEQ1027370",
                    "state": {
                      "0_aes_key": 0,
                      "0_config_pending": false,
                      "0_dutycycle": false,
                      "lowbat": false,
                      "0_rssi_device": -65535,
                      "0_rssi_peer": -65535,
                      "0_sticky_unreach": false,
                      "timeout": false,
                      "state": "ok"
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-CC-RT-DN.BidCos-RF.NEQ1227636",
                    "state": {
                      "0_aes_key": 0,
                      "0_config_pending": false,
                      "0_device_in_bootloader": false,
                      "0_inhibit": false,
                      "0_lowbat": true,
                      "0_rssi_device": -65535,
                      "0_rssi_peer": -65535,
                      "0_sticky_unreach": true,
                      "0_unreach": true,
                      "0_update_pending": false,
                      "error": "VALVE_ERROR_POSITION",
                      "act_temp": 22.5,
                      "batLvl": 2.1,
                      "boostTime": 0,
                      "mode": "auto",
                      "state": 21,
                      "valveLvl": 15
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-CC-RT-DN.BidCos-RF.NEQ1227932",
                    "state": {
                      "0_aes_key": 0,
                      "0_config_pending": false,
                      "0_device_in_bootloader": false,
                      "0_inhibit": false,
                      "0_lowbat": false,
                      "0_rssi_device": -65535,
                      "0_rssi_peer": -65535,
                      "0_sticky_unreach": true,
                      "0_unreach": true,
                      "0_update_pending": false,
                      "act_temp": 20.2,
                      "batLvl": 2.5,
                      "boostTime": 0,
                      "mode": "auto",
                      "error": "no_error",
                      "state": 17,
                      "valveLvl": 0
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-CC-RT-DN.BidCos-RF.NEQ1227985",
                    "state": {
                      "0_aes_key": 0,
                      "0_config_pending": false,
                      "0_device_in_bootloader": false,
                      "0_inhibit": false,
                      "0_lowbat": true,
                      "0_rssi_device": -65535,
                      "0_rssi_peer": -65535,
                      "0_sticky_unreach": false,
                      "0_unreach": false,
                      "0_update_pending": false,
                      "act_temp": 21.7,
                      "batLvl": 2.2,
                      "boostTime": 0,
                      "mode": "auto",
                      "error": "VALVE_ERROR_POSITION",
                      "state": 17,
                      "valveLvl": 15
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-CC-RT-DN.BidCos-RF.NEQ1228092",
                    "state": {
                      "0_aes_key": 0,
                      "0_config_pending": false,
                      "0_device_in_bootloader": false,
                      "0_inhibit": false,
                      "0_lowbat": false,
                      "0_rssi_device": -65535,
                      "0_rssi_peer": -65535,
                      "0_sticky_unreach": false,
                      "0_unreach": false,
                      "0_update_pending": false,
                      "act_temp": 17.6,
                      "batLvl": 3,
                      "boostTime": 0,
                      "mode": "auto",
                      "error": "no_error",
                      "state": 18,
                      "valveLvl": 34
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-Sec-Sir-WM.BidCos-RF.OEQ0492051",
                    "state": {
                      "0_aes_key": 0,
                      "0_config_pending": false,
                      "0_device_in_bootloader": false,
                      "0_dutycycle": false,
                      "0_error_sabotage": 0,
                      "0_lowbat": false,
                      "0_rssi_device": -65535,
                      "0_rssi_peer": -65535,
                      "0_sticky_sabotage": 0,
                      "0_sticky_unreach": false,
                      "timeout": false,
                      "0_update_pending": false,
                      "switchSensorInState": "off",
                      "switchSensorExState": "off",
                      "switchPanicState": "off",
                      "arming": "disarmed",
                      "sabotage": "no_error",
                      "inhibit": false,
                      "lowbat": false,
                      "working": false
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-Sec-SD-2.BidCos-RF.SEQ1985692",
                    "state": {
                      "0_aes_key": 0,
                      "0_config_pending": false,
                      "0_dutycycle": false,
                      "lowbat": false,
                      "0_rssi_device": -65535,
                      "0_rssi_peer": -65535,
                      "0_sticky_unreach": false,
                      "timeout": false,
                      "state": "ok"
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-Sec-SD-2.BidCos-RF.SEQ1986509",
                    "state": {
                      "0_aes_key": 0,
                      "0_config_pending": false,
                      "0_dutycycle": false,
                      "lowbat": false,
                      "0_rssi_device": -65535,
                      "0_rssi_peer": -65535,
                      "0_sticky_unreach": false,
                      "timeout": false,
                      "state": "ok"
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-Sec-SD-2-Team.BidCos-RF.*NEQ1022931:0",
                    "state": {
                      
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-Sec-SD-2-Team.BidCos-RF.*NEQ1027173:0",
                    "state": {
                      
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-Sec-SD-2-Team.BidCos-RF.*NEQ1027206:0",
                    "state": {
                      
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-Sec-SD-2-Team.BidCos-RF.*NEQ1027208:0",
                    "state": {
                      
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HM-Sec-SD-2-Team.BidCos-RF.*NEQ1027353:0",
                    "state": {
                      
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HMIP-SWDO.HmIP-RF.0000DA498D1BD7",
                    "state": {
                      "0_config_pending": false,
                      "0_update_pending": false,
                      "sabotage": false,
                      "0_duty_cycle": false,
                      "lowbat": false,
                      "timeout": false,
                      "0_rssi_device": -45,
                      "0_operating_voltage_status": 0,
                      "0_operating_voltage": 1.3,
                      "0_error_code": 0,
                      "state": "closed"
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HmIP-SLO.HmIP-RF.000D58A9915620",
                    "state": {
                      "0_config_pending": false,
                      "0_update_pending": false,
                      "0_duty_cycle": false,
                      "lowbat": true,
                      "timeout": false,
                      "0_rssi_device": -53,
                      "0_operating_voltage_status": 0,
                      "voltage": 2.2,
                      "maxIllu": 0.13,
                      "minIllu": 0.09,
                      "avgIllu": 0.11,
                      "illu": 0.09
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HmIP-SMI.HmIP-RF.00091D899457B5",
                    "state": {
                      "0_config_pending": false,
                      "0_update_pending": false,
                      "sabotage": false,
                      "0_duty_cycle": false,
                      "lowbat": true,
                      "timeout": false,
                      "0_rssi_device": -39,
                      "0_operating_voltage_status": 0,
                      "0_operating_voltage": 2.1,
                      "0_error_code": 0,
                      "state": "off",
                      "illumination": 19,
                      "active": true
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HmIP-SWDO-I.HmIP-RF.00109A498AE106",
                    "state": {
                      "0_config_pending": false,
                      "0_update_pending": false,
                      "sabotage": false,
                      "0_duty_cycle": false,
                      "lowbat": false,
                      "timeout": false,
                      "0_rssi_device": -67,
                      "0_operating_voltage_status": 0,
                      "0_operating_voltage": 2.8,
                      "0_error_code": 0,
                      "state": "closed"
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HMIP-SWDO.HmIP-RF.0000DA498D1A5C",
                    "state": {
                      "0_config_pending": false,
                      "0_update_pending": false
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HMIP-PSM.HmIP-RF.0001D3C99CA9E3",
                    "state": {
                      "0_config_pending": false,
                      "0_update_pending": false,
                      "0_rssi_device": -55,
                      "0_duty_cycle": false,
                      "timeout": false,
                      "switchState": "off",
                      "meterVoltage": "229.60",
                      "meterEnergyCounter": "15263.80",
                      "meterFrequency": "49.94",
                      "meterPower": "0.00",
                      "meterCurrent": "0.00"
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HMIP-PS.HmIP-RF.00021A49A602DB",
                    "state": {
                      "0_config_pending": false,
                      "0_update_pending": false
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HmIP-SWD.HmIP-RF.00189A49A472CE",
                    "state": {
                      "0_config_pending": false,
                      "0_update_pending": false,
                      "0_duty_cycle": false,
                      "lowbat": false,
                      "timeout": false,
                      "0_rssi_device": -76,
                      "0_operating_voltage_status": 0,
                      "sabotage": false,
                      "0_operating_voltage": 2.8,
                      "0_error_code": 0,
                      "alarm": false,
                      "moisture": false,
                      "water": false
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HmIP-SWDO-I.HmIP-RF.00109A498ADFBC",
                    "state": {
                      "0_config_pending": false,
                      "0_update_pending": false,
                      "sabotage": false,
                      "0_duty_cycle": false,
                      "lowbat": true,
                      "timeout": false,
                      "0_rssi_device": -72,
                      "0_operating_voltage_status": 0,
                      "0_operating_voltage": 2,
                      "0_error_code": 0,
                      "state": "closed"
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HmIP-BSM.HmIP-RF.00085BE98C354D",
                    "state": {
                      "0_config_pending": false,
                      "0_update_pending": false,
                      "timeout": false,
                      "0_rssi_device": -41,
                      "0_duty_cycle": false,
                      "0_error_overheat": false,
                      "0_actual_temperature": 27,
                      "0_actual_temperature_status": 0,
                      "0_rssi_peer": -49,
                      "0_error_code": 0,
                      "switchState": "off",
                      "ch4State": "off",
                      "ch5State": "off",
                      "ch6State": "off",
                      "meterVoltage": "228.90",
                      "meterEnergyCounter": "5.30",
                      "meterFrequency": "50.01",
                      "meterPower": "0.00",
                      "meterCurrent": "0.00"
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HMIP-SWDO.HmIP-RF.0000DA498D26D5",
                    "state": {
                      "0_config_pending": false,
                      "0_update_pending": false
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HMIP-SWDO.HmIP-RF.0000DA498D26EC",
                    "state": {
                      "0_config_pending": false,
                      "0_update_pending": false
                    }
                  },
                  {
                    "type": "HM",
                    "adr": "HmIP-SRH.HmIP-RF.0007DA49992CFB",
                    "state": {
                      "0_config_pending": false,
                      "0_update_pending": false,
                      "sabotage": false,
                      "0_duty_cycle": false,
                      "lowbat": false,
                      "timeout": false,
                      "0_rssi_device": -48,
                      "0_operating_voltage_status": 0,
                      "0_operating_voltage": 1.2,
                      "0_error_code": 0,
                      "state": "closed"
                    }
                  },
                  {
                    "type": "TASK",
                    "id": 1,
                    "active": true
                  },
                  {
                    "type": "TASK",
                    "id": 2,
                    "active": true
                  },
                  {
                    "type": "TASK",
                    "id": 3,
                    "active": true
                  },
                  {
                    "type": "TASK",
                    "id": 4,
                    "active": true
                  },
                  {
                    "type": "TASK",
                    "id": 5,
                    "active": true
                  },
                  {
                    "type": "TASK",
                    "id": 6,
                    "active": true
                  },
                  {
                    "type": "TASK",
                    "id": 7,
                    "active": true
                  },
                  {
                    "type": "TASK",
                    "id": 8,
                    "active": false
                  },
                  {
                    "type": "TASK",
                    "id": 9,
                    "active": false
                  },
                  {
                    "type": "TASK",
                    "id": 10,
                    "active": true
                  },
                  {
                    "type": "TASK",
                    "id": 11,
                    "active": false
                  },
                  {
                    "type": "TASK",
                    "id": 12,
                    "active": false
                  },
                  {
                    "type": "TASK",
                    "id": 13,
                    "active": false
                  },
                  {
                    "type": "TASK",
                    "id": 14,
                    "active": false
                  },
                  {
                    "type": "TASK",
                    "id": 15,
                    "active": false
                  },
                  {
                    "type": "TASK",
                    "id": 16,
                    "active": false
                  },
                  {
                    "type": "TASK",
                    "id": 17,
                    "active": false
                  },
                  {
                    "type": "TASK",
                    "id": 18,
                    "active": true
                  },
                  {
                    "type": "TASK",
                    "id": 19,
                    "active": false
                  },
                  {
                    "type": "TASK",
                    "id": 20,
                    "active": false
                  },
                  {
                    "type": "TASK",
                    "id": 21,
                    "active": true
                  },
                  {
                    "type": "TASK",
                    "id": 22,
                    "active": false
                  },
                  {
                    "type": "TASK",
                    "id": 23,
                    "active": true
                  },
                  {
                    "type": "INT",
                    "adr": "01",
                    "state": "00000000"
                  },
                  {
                    "type": "FLOAT",
                    "adr": "02",
                    "state": "00000000"
                  },
                  {
                    "type": "RT",
                    "adr": "5C894F",
                    "config": "",
                    "state": ""
                  },
                  {
                    "type": "RT",
                    "adr": "B3BEBE",
                    "config": "",
                    "state": ""
                  },
                  {
                    "type": "RT",
                    "adr": "C0E2EF",
                    "config": "",
                    "state": ""
                  },
                  {
                    "type": "RT",
                    "adr": "4A65CF",
                    "config": "",
                    "state": ""
                  },
                  {
                    "type": "RT",
                    "adr": "3D16AB",
                    "config": "",
                    "state": ""
                  },
                  {
                    "type": "RT",
                    "adr": "80C73C",
                    "config": "",
                    "state": ""
                  },
                  {
                    "type": "RT",
                    "adr": "5B741E",
                    "config": "",
                    "state": ""
                  },
                  {
                    "type": "RT",
                    "adr": "6E9F59",
                    "config": "",
                    "state": ""
                  },
                  {
                    "type": "RT",
                    "adr": "DA4171",
                    "config": "",
                    "state": ""
                  },
                  {
                    "type": "RT",
                    "adr": "F8C13A",
                    "config": "",
                    "state": ""
                  },
                  {
                    "type": "RT",
                    "adr": "2A1A24",
                    "config": "",
                    "state": ""
                  },
                  {
                    "type": "RT",
                    "adr": "B7D908",
                    "config": "",
                    "state": ""
                  },
                  {
                    "type": "RT",
                    "adr": "B148D6",
                    "config": "",
                    "state": ""
                  },
                  {
                    "type": "RT",
                    "adr": "7283EA",
                    "config": "",
                    "state": ""
                  },
                  {
                    "type": "RT",
                    "adr": "446775",
                    "config": "",
                    "state": ""
                  },
                  {
                    "type": "RT",
                    "adr": "15CA1F",
                    "config": "",
                    "state": ""
                  },
                  {
                    "type": "RT",
                    "adr": "C2DDE0",
                    "config": "",
                    "state": ""
                  },
                  {
                    "type": "RT",
                    "adr": "830387",
                    "config": "",
                    "state": ""
                  },
                  {
                    "type": "RT",
                    "adr": "3A403A",
                    "config": "",
                    "state": ""
                  },
                  {
                    "type": "RT",
                    "adr": "A8BB16",
                    "config": "",
                    "state": ""
                  },
                  {
                    "type": "RT",
                    "adr": "5A1B6C",
                    "config": "",
                    "state": ""
                  },
                  {
                    "type": "RT",
                    "adr": "945303",
                    "config": "",
                    "state": ""
                  },
                  {
                    "type": "RT",
                    "adr": "DC9643",
                    "config": "",
                    "state": ""
                  },
                  {
                    "type": "RT",
                    "adr": "D333A5",
                    "config": "",
                    "state": ""
                  },
                  {
                    "type": "RT",
                    "adr": "CFD7DB",
                    "config": "",
                    "state": ""
                  },
                  {
                    "type": "RT",
                    "adr": "547D75",
                    "config": "",
                    "state": ""
                  },
                  {
                    "type": "RT",
                    "sid": "01",
                    "adr": "1C4B53",
                    "config": "",
                    "state": ""
                  },
                  {
                    "type": "RT",
                    "sid": "02",
                    "adr": "9BEA5C",
                    "config": "",
                    "state": ""
                  },
                  {
                    "type": "RT",
                    "sid": "03",
                    "adr": "BD76D9",
                    "config": "",
                    "state": ""
                  },
                  {
                    "type": "RT",
                    "sid": "04",
                    "adr": "537931",
                    "config": "",
                    "state": ""
                  },
                  {
                    "type": "RT",
                    "sid": "05",
                    "adr": "393BCA",
                    "config": "",
                    "state": ""
                  },
                  {
                    "type": "RT",
                    "sid": "06",
                    "adr": "D36E05",
                    "config": "",
                    "state": ""
                  },
                  {
                    "type": "RT",
                    "sid": "07",
                    "adr": "EF80E6",
                    "config": "",
                    "state": ""
                  },
                  {
                    "type": "RT",
                    "sid": "08",
                    "adr": "612217",
                    "config": "",
                    "state": ""
                  }
                ]
              }
              
              oelisonO 1 Reply Last reply
              0
              • E energyolli

                @oelison Hallo und schon mal Danke für den Adapter.

                Bei mir ist alles auf grün (nach langem hin und her) aber am Ende hapert es mangels Fachwissen mit dem Senden des IR Befehls.

                Ich hatte Ihnen versucht eine PM an die email aus der ReadMe zu senden, aber die kam leider unzustellbar zurück.

                Würde ungern das Board mit langen Leihenhaften Texten nerven.

                Wie sähe ein Befehl zum Senden über ein Blockly-Script aus?

                oelisonO Offline
                oelisonO Offline
                oelison
                wrote on last edited by
                #116

                @energyolli Hi. Hier war lange nichts los und ich habe diese Nachricht übersehen. PM geht nur, wenn vor dem @ noch eine 2 gesetzt wird. Bots finden diese Mailadressen leider zu schnell und spammen einen dann zu. Falls das noch aktuell ist bitte nochmal senden.

                I like Rust. ioBroker-Adapter: matrix, mediola-gateway, support for reolink

                1 Reply Last reply
                0
                • A acidsubway

                  also der eine Befehl geht bei mir, aber ich sehe nichts unter iobroker, kann mir einer sagen warum?

                  // 20250212210314
                  // http://192.168.0.41/cmd?XC_FNC=GetStates&auth=pass
                  
                  {
                    "XC_SUC": [
                      {
                        "type": "HM",
                        "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:1",
                        "state": {
                          
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:2",
                        "state": {
                          
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:3",
                        "state": {
                          
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:4",
                        "state": {
                          
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:5",
                        "state": {
                          
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:6",
                        "state": {
                          
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:7",
                        "state": {
                          
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:8",
                        "state": {
                          
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:9",
                        "state": {
                          
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:10",
                        "state": {
                          
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:11",
                        "state": {
                          
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:12",
                        "state": {
                          
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:13",
                        "state": {
                          
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:14",
                        "state": {
                          
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:15",
                        "state": {
                          
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:16",
                        "state": {
                          
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:17",
                        "state": {
                          
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:18",
                        "state": {
                          
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:19",
                        "state": {
                          
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:20",
                        "state": {
                          
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:21",
                        "state": {
                          
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:22",
                        "state": {
                          
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:23",
                        "state": {
                          
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:24",
                        "state": {
                          
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:25",
                        "state": {
                          
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:26",
                        "state": {
                          
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:27",
                        "state": {
                          
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:28",
                        "state": {
                          
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:29",
                        "state": {
                          
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:30",
                        "state": {
                          
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:31",
                        "state": {
                          
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:32",
                        "state": {
                          
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:33",
                        "state": {
                          
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:34",
                        "state": {
                          
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:35",
                        "state": {
                          
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:36",
                        "state": {
                          
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:37",
                        "state": {
                          
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:38",
                        "state": {
                          
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:39",
                        "state": {
                          
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:40",
                        "state": {
                          
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:41",
                        "state": {
                          
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:42",
                        "state": {
                          
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:43",
                        "state": {
                          
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:44",
                        "state": {
                          
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:45",
                        "state": {
                          
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:46",
                        "state": {
                          
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:47",
                        "state": {
                          
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:48",
                        "state": {
                          
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:49",
                        "state": {
                          
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-RCV-50.BidCos-RF.BidCoS-RF:50",
                        "state": {
                          
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-Sec-SD-2.BidCos-RF.NEQ0598010",
                        "state": {
                          "0_aes_key": 0,
                          "0_config_pending": false,
                          "0_dutycycle": false,
                          "lowbat": false,
                          "0_rssi_device": -65535,
                          "0_rssi_peer": -65535,
                          "0_sticky_unreach": false,
                          "timeout": false,
                          "state": "ok"
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-Sec-SD-2.BidCos-RF.NEQ0598191",
                        "state": {
                          "0_aes_key": 0,
                          "0_config_pending": false,
                          "0_dutycycle": false,
                          "lowbat": false,
                          "0_rssi_device": -65535,
                          "0_rssi_peer": -65535,
                          "0_sticky_unreach": false,
                          "timeout": false,
                          "state": "ok"
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-Sec-SD-2.BidCos-RF.NEQ0598399",
                        "state": {
                          "0_aes_key": 0,
                          "0_config_pending": false,
                          "0_dutycycle": false,
                          "lowbat": false,
                          "0_rssi_device": -65535,
                          "0_rssi_peer": -65535,
                          "0_sticky_unreach": true,
                          "timeout": true,
                          "state": "ok"
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-Sec-SD-2.BidCos-RF.NEQ1022641",
                        "state": {
                          "0_aes_key": 0,
                          "0_config_pending": false,
                          "0_dutycycle": false,
                          "lowbat": false,
                          "0_rssi_device": -65535,
                          "0_rssi_peer": -65535,
                          "0_sticky_unreach": false,
                          "timeout": false,
                          "state": "ok"
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-Sec-SD-2.BidCos-RF.NEQ1022931",
                        "state": {
                          "0_aes_key": 0,
                          "0_config_pending": false,
                          "0_dutycycle": false,
                          "lowbat": false,
                          "0_rssi_device": -65535,
                          "0_rssi_peer": -65535,
                          "0_sticky_unreach": false,
                          "timeout": false,
                          "state": "ok"
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-Sec-SD-2.BidCos-RF.NEQ1027173",
                        "state": {
                          "0_aes_key": 0,
                          "0_config_pending": false,
                          "0_dutycycle": false,
                          "lowbat": false,
                          "0_rssi_device": -65535,
                          "0_rssi_peer": -65535,
                          "0_sticky_unreach": true,
                          "timeout": true,
                          "state": "ok"
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-Sec-SD-2.BidCos-RF.NEQ1027206",
                        "state": {
                          "0_aes_key": 0,
                          "0_config_pending": false,
                          "0_dutycycle": false,
                          "lowbat": false,
                          "0_rssi_device": -65535,
                          "0_rssi_peer": -65535,
                          "0_sticky_unreach": true,
                          "timeout": true,
                          "state": "ok"
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-Sec-SD-2.BidCos-RF.NEQ1027208",
                        "state": {
                          "0_aes_key": 0,
                          "0_config_pending": false,
                          "0_dutycycle": false,
                          "lowbat": false,
                          "0_rssi_device": -65535,
                          "0_rssi_peer": -65535,
                          "0_sticky_unreach": true,
                          "timeout": true,
                          "state": "ok"
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-Sec-SD-2.BidCos-RF.NEQ1027353",
                        "state": {
                          "0_aes_key": 0,
                          "0_config_pending": false,
                          "0_dutycycle": false,
                          "lowbat": false,
                          "0_rssi_device": -65535,
                          "0_rssi_peer": -65535,
                          "0_sticky_unreach": true,
                          "timeout": true,
                          "state": "ok"
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-Sec-SD-2.BidCos-RF.NEQ1027370",
                        "state": {
                          "0_aes_key": 0,
                          "0_config_pending": false,
                          "0_dutycycle": false,
                          "lowbat": false,
                          "0_rssi_device": -65535,
                          "0_rssi_peer": -65535,
                          "0_sticky_unreach": false,
                          "timeout": false,
                          "state": "ok"
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-CC-RT-DN.BidCos-RF.NEQ1227636",
                        "state": {
                          "0_aes_key": 0,
                          "0_config_pending": false,
                          "0_device_in_bootloader": false,
                          "0_inhibit": false,
                          "0_lowbat": true,
                          "0_rssi_device": -65535,
                          "0_rssi_peer": -65535,
                          "0_sticky_unreach": true,
                          "0_unreach": true,
                          "0_update_pending": false,
                          "error": "VALVE_ERROR_POSITION",
                          "act_temp": 22.5,
                          "batLvl": 2.1,
                          "boostTime": 0,
                          "mode": "auto",
                          "state": 21,
                          "valveLvl": 15
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-CC-RT-DN.BidCos-RF.NEQ1227932",
                        "state": {
                          "0_aes_key": 0,
                          "0_config_pending": false,
                          "0_device_in_bootloader": false,
                          "0_inhibit": false,
                          "0_lowbat": false,
                          "0_rssi_device": -65535,
                          "0_rssi_peer": -65535,
                          "0_sticky_unreach": true,
                          "0_unreach": true,
                          "0_update_pending": false,
                          "act_temp": 20.2,
                          "batLvl": 2.5,
                          "boostTime": 0,
                          "mode": "auto",
                          "error": "no_error",
                          "state": 17,
                          "valveLvl": 0
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-CC-RT-DN.BidCos-RF.NEQ1227985",
                        "state": {
                          "0_aes_key": 0,
                          "0_config_pending": false,
                          "0_device_in_bootloader": false,
                          "0_inhibit": false,
                          "0_lowbat": true,
                          "0_rssi_device": -65535,
                          "0_rssi_peer": -65535,
                          "0_sticky_unreach": false,
                          "0_unreach": false,
                          "0_update_pending": false,
                          "act_temp": 21.7,
                          "batLvl": 2.2,
                          "boostTime": 0,
                          "mode": "auto",
                          "error": "VALVE_ERROR_POSITION",
                          "state": 17,
                          "valveLvl": 15
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-CC-RT-DN.BidCos-RF.NEQ1228092",
                        "state": {
                          "0_aes_key": 0,
                          "0_config_pending": false,
                          "0_device_in_bootloader": false,
                          "0_inhibit": false,
                          "0_lowbat": false,
                          "0_rssi_device": -65535,
                          "0_rssi_peer": -65535,
                          "0_sticky_unreach": false,
                          "0_unreach": false,
                          "0_update_pending": false,
                          "act_temp": 17.6,
                          "batLvl": 3,
                          "boostTime": 0,
                          "mode": "auto",
                          "error": "no_error",
                          "state": 18,
                          "valveLvl": 34
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-Sec-Sir-WM.BidCos-RF.OEQ0492051",
                        "state": {
                          "0_aes_key": 0,
                          "0_config_pending": false,
                          "0_device_in_bootloader": false,
                          "0_dutycycle": false,
                          "0_error_sabotage": 0,
                          "0_lowbat": false,
                          "0_rssi_device": -65535,
                          "0_rssi_peer": -65535,
                          "0_sticky_sabotage": 0,
                          "0_sticky_unreach": false,
                          "timeout": false,
                          "0_update_pending": false,
                          "switchSensorInState": "off",
                          "switchSensorExState": "off",
                          "switchPanicState": "off",
                          "arming": "disarmed",
                          "sabotage": "no_error",
                          "inhibit": false,
                          "lowbat": false,
                          "working": false
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-Sec-SD-2.BidCos-RF.SEQ1985692",
                        "state": {
                          "0_aes_key": 0,
                          "0_config_pending": false,
                          "0_dutycycle": false,
                          "lowbat": false,
                          "0_rssi_device": -65535,
                          "0_rssi_peer": -65535,
                          "0_sticky_unreach": false,
                          "timeout": false,
                          "state": "ok"
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-Sec-SD-2.BidCos-RF.SEQ1986509",
                        "state": {
                          "0_aes_key": 0,
                          "0_config_pending": false,
                          "0_dutycycle": false,
                          "lowbat": false,
                          "0_rssi_device": -65535,
                          "0_rssi_peer": -65535,
                          "0_sticky_unreach": false,
                          "timeout": false,
                          "state": "ok"
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-Sec-SD-2-Team.BidCos-RF.*NEQ1022931:0",
                        "state": {
                          
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-Sec-SD-2-Team.BidCos-RF.*NEQ1027173:0",
                        "state": {
                          
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-Sec-SD-2-Team.BidCos-RF.*NEQ1027206:0",
                        "state": {
                          
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-Sec-SD-2-Team.BidCos-RF.*NEQ1027208:0",
                        "state": {
                          
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HM-Sec-SD-2-Team.BidCos-RF.*NEQ1027353:0",
                        "state": {
                          
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HMIP-SWDO.HmIP-RF.0000DA498D1BD7",
                        "state": {
                          "0_config_pending": false,
                          "0_update_pending": false,
                          "sabotage": false,
                          "0_duty_cycle": false,
                          "lowbat": false,
                          "timeout": false,
                          "0_rssi_device": -45,
                          "0_operating_voltage_status": 0,
                          "0_operating_voltage": 1.3,
                          "0_error_code": 0,
                          "state": "closed"
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HmIP-SLO.HmIP-RF.000D58A9915620",
                        "state": {
                          "0_config_pending": false,
                          "0_update_pending": false,
                          "0_duty_cycle": false,
                          "lowbat": true,
                          "timeout": false,
                          "0_rssi_device": -53,
                          "0_operating_voltage_status": 0,
                          "voltage": 2.2,
                          "maxIllu": 0.13,
                          "minIllu": 0.09,
                          "avgIllu": 0.11,
                          "illu": 0.09
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HmIP-SMI.HmIP-RF.00091D899457B5",
                        "state": {
                          "0_config_pending": false,
                          "0_update_pending": false,
                          "sabotage": false,
                          "0_duty_cycle": false,
                          "lowbat": true,
                          "timeout": false,
                          "0_rssi_device": -39,
                          "0_operating_voltage_status": 0,
                          "0_operating_voltage": 2.1,
                          "0_error_code": 0,
                          "state": "off",
                          "illumination": 19,
                          "active": true
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HmIP-SWDO-I.HmIP-RF.00109A498AE106",
                        "state": {
                          "0_config_pending": false,
                          "0_update_pending": false,
                          "sabotage": false,
                          "0_duty_cycle": false,
                          "lowbat": false,
                          "timeout": false,
                          "0_rssi_device": -67,
                          "0_operating_voltage_status": 0,
                          "0_operating_voltage": 2.8,
                          "0_error_code": 0,
                          "state": "closed"
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HMIP-SWDO.HmIP-RF.0000DA498D1A5C",
                        "state": {
                          "0_config_pending": false,
                          "0_update_pending": false
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HMIP-PSM.HmIP-RF.0001D3C99CA9E3",
                        "state": {
                          "0_config_pending": false,
                          "0_update_pending": false,
                          "0_rssi_device": -55,
                          "0_duty_cycle": false,
                          "timeout": false,
                          "switchState": "off",
                          "meterVoltage": "229.60",
                          "meterEnergyCounter": "15263.80",
                          "meterFrequency": "49.94",
                          "meterPower": "0.00",
                          "meterCurrent": "0.00"
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HMIP-PS.HmIP-RF.00021A49A602DB",
                        "state": {
                          "0_config_pending": false,
                          "0_update_pending": false
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HmIP-SWD.HmIP-RF.00189A49A472CE",
                        "state": {
                          "0_config_pending": false,
                          "0_update_pending": false,
                          "0_duty_cycle": false,
                          "lowbat": false,
                          "timeout": false,
                          "0_rssi_device": -76,
                          "0_operating_voltage_status": 0,
                          "sabotage": false,
                          "0_operating_voltage": 2.8,
                          "0_error_code": 0,
                          "alarm": false,
                          "moisture": false,
                          "water": false
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HmIP-SWDO-I.HmIP-RF.00109A498ADFBC",
                        "state": {
                          "0_config_pending": false,
                          "0_update_pending": false,
                          "sabotage": false,
                          "0_duty_cycle": false,
                          "lowbat": true,
                          "timeout": false,
                          "0_rssi_device": -72,
                          "0_operating_voltage_status": 0,
                          "0_operating_voltage": 2,
                          "0_error_code": 0,
                          "state": "closed"
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HmIP-BSM.HmIP-RF.00085BE98C354D",
                        "state": {
                          "0_config_pending": false,
                          "0_update_pending": false,
                          "timeout": false,
                          "0_rssi_device": -41,
                          "0_duty_cycle": false,
                          "0_error_overheat": false,
                          "0_actual_temperature": 27,
                          "0_actual_temperature_status": 0,
                          "0_rssi_peer": -49,
                          "0_error_code": 0,
                          "switchState": "off",
                          "ch4State": "off",
                          "ch5State": "off",
                          "ch6State": "off",
                          "meterVoltage": "228.90",
                          "meterEnergyCounter": "5.30",
                          "meterFrequency": "50.01",
                          "meterPower": "0.00",
                          "meterCurrent": "0.00"
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HMIP-SWDO.HmIP-RF.0000DA498D26D5",
                        "state": {
                          "0_config_pending": false,
                          "0_update_pending": false
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HMIP-SWDO.HmIP-RF.0000DA498D26EC",
                        "state": {
                          "0_config_pending": false,
                          "0_update_pending": false
                        }
                      },
                      {
                        "type": "HM",
                        "adr": "HmIP-SRH.HmIP-RF.0007DA49992CFB",
                        "state": {
                          "0_config_pending": false,
                          "0_update_pending": false,
                          "sabotage": false,
                          "0_duty_cycle": false,
                          "lowbat": false,
                          "timeout": false,
                          "0_rssi_device": -48,
                          "0_operating_voltage_status": 0,
                          "0_operating_voltage": 1.2,
                          "0_error_code": 0,
                          "state": "closed"
                        }
                      },
                      {
                        "type": "TASK",
                        "id": 1,
                        "active": true
                      },
                      {
                        "type": "TASK",
                        "id": 2,
                        "active": true
                      },
                      {
                        "type": "TASK",
                        "id": 3,
                        "active": true
                      },
                      {
                        "type": "TASK",
                        "id": 4,
                        "active": true
                      },
                      {
                        "type": "TASK",
                        "id": 5,
                        "active": true
                      },
                      {
                        "type": "TASK",
                        "id": 6,
                        "active": true
                      },
                      {
                        "type": "TASK",
                        "id": 7,
                        "active": true
                      },
                      {
                        "type": "TASK",
                        "id": 8,
                        "active": false
                      },
                      {
                        "type": "TASK",
                        "id": 9,
                        "active": false
                      },
                      {
                        "type": "TASK",
                        "id": 10,
                        "active": true
                      },
                      {
                        "type": "TASK",
                        "id": 11,
                        "active": false
                      },
                      {
                        "type": "TASK",
                        "id": 12,
                        "active": false
                      },
                      {
                        "type": "TASK",
                        "id": 13,
                        "active": false
                      },
                      {
                        "type": "TASK",
                        "id": 14,
                        "active": false
                      },
                      {
                        "type": "TASK",
                        "id": 15,
                        "active": false
                      },
                      {
                        "type": "TASK",
                        "id": 16,
                        "active": false
                      },
                      {
                        "type": "TASK",
                        "id": 17,
                        "active": false
                      },
                      {
                        "type": "TASK",
                        "id": 18,
                        "active": true
                      },
                      {
                        "type": "TASK",
                        "id": 19,
                        "active": false
                      },
                      {
                        "type": "TASK",
                        "id": 20,
                        "active": false
                      },
                      {
                        "type": "TASK",
                        "id": 21,
                        "active": true
                      },
                      {
                        "type": "TASK",
                        "id": 22,
                        "active": false
                      },
                      {
                        "type": "TASK",
                        "id": 23,
                        "active": true
                      },
                      {
                        "type": "INT",
                        "adr": "01",
                        "state": "00000000"
                      },
                      {
                        "type": "FLOAT",
                        "adr": "02",
                        "state": "00000000"
                      },
                      {
                        "type": "RT",
                        "adr": "5C894F",
                        "config": "",
                        "state": ""
                      },
                      {
                        "type": "RT",
                        "adr": "B3BEBE",
                        "config": "",
                        "state": ""
                      },
                      {
                        "type": "RT",
                        "adr": "C0E2EF",
                        "config": "",
                        "state": ""
                      },
                      {
                        "type": "RT",
                        "adr": "4A65CF",
                        "config": "",
                        "state": ""
                      },
                      {
                        "type": "RT",
                        "adr": "3D16AB",
                        "config": "",
                        "state": ""
                      },
                      {
                        "type": "RT",
                        "adr": "80C73C",
                        "config": "",
                        "state": ""
                      },
                      {
                        "type": "RT",
                        "adr": "5B741E",
                        "config": "",
                        "state": ""
                      },
                      {
                        "type": "RT",
                        "adr": "6E9F59",
                        "config": "",
                        "state": ""
                      },
                      {
                        "type": "RT",
                        "adr": "DA4171",
                        "config": "",
                        "state": ""
                      },
                      {
                        "type": "RT",
                        "adr": "F8C13A",
                        "config": "",
                        "state": ""
                      },
                      {
                        "type": "RT",
                        "adr": "2A1A24",
                        "config": "",
                        "state": ""
                      },
                      {
                        "type": "RT",
                        "adr": "B7D908",
                        "config": "",
                        "state": ""
                      },
                      {
                        "type": "RT",
                        "adr": "B148D6",
                        "config": "",
                        "state": ""
                      },
                      {
                        "type": "RT",
                        "adr": "7283EA",
                        "config": "",
                        "state": ""
                      },
                      {
                        "type": "RT",
                        "adr": "446775",
                        "config": "",
                        "state": ""
                      },
                      {
                        "type": "RT",
                        "adr": "15CA1F",
                        "config": "",
                        "state": ""
                      },
                      {
                        "type": "RT",
                        "adr": "C2DDE0",
                        "config": "",
                        "state": ""
                      },
                      {
                        "type": "RT",
                        "adr": "830387",
                        "config": "",
                        "state": ""
                      },
                      {
                        "type": "RT",
                        "adr": "3A403A",
                        "config": "",
                        "state": ""
                      },
                      {
                        "type": "RT",
                        "adr": "A8BB16",
                        "config": "",
                        "state": ""
                      },
                      {
                        "type": "RT",
                        "adr": "5A1B6C",
                        "config": "",
                        "state": ""
                      },
                      {
                        "type": "RT",
                        "adr": "945303",
                        "config": "",
                        "state": ""
                      },
                      {
                        "type": "RT",
                        "adr": "DC9643",
                        "config": "",
                        "state": ""
                      },
                      {
                        "type": "RT",
                        "adr": "D333A5",
                        "config": "",
                        "state": ""
                      },
                      {
                        "type": "RT",
                        "adr": "CFD7DB",
                        "config": "",
                        "state": ""
                      },
                      {
                        "type": "RT",
                        "adr": "547D75",
                        "config": "",
                        "state": ""
                      },
                      {
                        "type": "RT",
                        "sid": "01",
                        "adr": "1C4B53",
                        "config": "",
                        "state": ""
                      },
                      {
                        "type": "RT",
                        "sid": "02",
                        "adr": "9BEA5C",
                        "config": "",
                        "state": ""
                      },
                      {
                        "type": "RT",
                        "sid": "03",
                        "adr": "BD76D9",
                        "config": "",
                        "state": ""
                      },
                      {
                        "type": "RT",
                        "sid": "04",
                        "adr": "537931",
                        "config": "",
                        "state": ""
                      },
                      {
                        "type": "RT",
                        "sid": "05",
                        "adr": "393BCA",
                        "config": "",
                        "state": ""
                      },
                      {
                        "type": "RT",
                        "sid": "06",
                        "adr": "D36E05",
                        "config": "",
                        "state": ""
                      },
                      {
                        "type": "RT",
                        "sid": "07",
                        "adr": "EF80E6",
                        "config": "",
                        "state": ""
                      },
                      {
                        "type": "RT",
                        "sid": "08",
                        "adr": "612217",
                        "config": "",
                        "state": ""
                      }
                    ]
                  }
                  
                  oelisonO Offline
                  oelisonO Offline
                  oelison
                  wrote on last edited by
                  #117

                  @acidsubway Also das sind somfy aktoren richtig? Das Format sieht gut aus. Was sagt denn das debug log des Adapters?

                  I like Rust. ioBroker-Adapter: matrix, mediola-gateway, support for reolink

                  A 1 Reply Last reply
                  0
                  • oelisonO oelison

                    @acidsubway Also das sind somfy aktoren richtig? Das Format sieht gut aus. Was sagt denn das debug log des Adapters?

                    A Offline
                    A Offline
                    acidsubway
                    wrote on last edited by acidsubway
                    #118

                    @oelison

                    mediola-gateway.0
                    	2025-02-14 14:40:15.334	error	mediola device not reached by getting sys vars
                    mediola-gateway.0
                    	2025-02-14 14:40:15.335	error	Error: connect EHOSTUNREACH 192.168.0.41:80
                    mediola-gateway.0
                    	2025-02-14 14:40:23.941	info	Got terminate signal TERMINATE_YOURSELF
                    mediola-gateway.0
                    	2025-02-14 14:40:23.943	info	terminating
                    mediola-gateway.0
                    	2025-02-14 14:40:23.944	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                    mediola-gateway.0
                    	2025-02-14 14:40:24.446	info	terminating
                    mediola-gateway.0
                    	2025-02-14 14:40:29.800	info	starting. Version 1.1.0 in /opt/iobroker/node_modules/iobroker.mediola-gateway, node: v20.18.2, js-controller: 7.0.6
                    mediola-gateway.0
                    	2025-02-14 14:40:29.821	info	auto detection: true```
                    oelisonO 1 Reply Last reply
                    0
                    • A acidsubway

                      @oelison

                      mediola-gateway.0
                      	2025-02-14 14:40:15.334	error	mediola device not reached by getting sys vars
                      mediola-gateway.0
                      	2025-02-14 14:40:15.335	error	Error: connect EHOSTUNREACH 192.168.0.41:80
                      mediola-gateway.0
                      	2025-02-14 14:40:23.941	info	Got terminate signal TERMINATE_YOURSELF
                      mediola-gateway.0
                      	2025-02-14 14:40:23.943	info	terminating
                      mediola-gateway.0
                      	2025-02-14 14:40:23.944	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                      mediola-gateway.0
                      	2025-02-14 14:40:24.446	info	terminating
                      mediola-gateway.0
                      	2025-02-14 14:40:29.800	info	starting. Version 1.1.0 in /opt/iobroker/node_modules/iobroker.mediola-gateway, node: v20.18.2, js-controller: 7.0.6
                      mediola-gateway.0
                      	2025-02-14 14:40:29.821	info	auto detection: true```
                      oelisonO Offline
                      oelisonO Offline
                      oelison
                      wrote on last edited by
                      #119

                      Hi @acidsubway
                      Bitte auf debug stellen.
                      ba1fd53b-2d0a-4530-b0f3-b2062c80162b-grafik.png
                      ioBroker in den Expertenmodus schalten, auf den Adapter klicken und an der gelb markierten Stelle auf debug stellen. Mit neustart.
                      Dann das Log hier noch einmal posten. Achtung, passwort wird hier ausgegeben, wenn es gesetzt ist.

                      I like Rust. ioBroker-Adapter: matrix, mediola-gateway, support for reolink

                      A 1 Reply Last reply
                      0
                      • oelisonO oelison

                        Hi @acidsubway
                        Bitte auf debug stellen.
                        ba1fd53b-2d0a-4530-b0f3-b2062c80162b-grafik.png
                        ioBroker in den Expertenmodus schalten, auf den Adapter klicken und an der gelb markierten Stelle auf debug stellen. Mit neustart.
                        Dann das Log hier noch einmal posten. Achtung, passwort wird hier ausgegeben, wenn es gesetzt ist.

                        A Offline
                        A Offline
                        acidsubway
                        wrote on last edited by
                        #120

                        @oelison

                        mediola-gateway.0
                        	2025-02-14 17:49:37.760	debug	out RECEIVED: 192.168.0.41:1901 - DHCP:TRUE HWV:EA VER:1.2.8 VID:FFFF NAME:AIO GATEWAY V5+ IP:192.168.0.41 PT:80 SN:255.255.255.0 GW:192.168.0.1 DNS:192.168.0.1 MAC:40-66-7A-00-3C-EE TMP_ID:9b7a6a5c |end
                        mediola-gateway.0
                        	2025-02-14 17:49:37.761	debug	DHCP:TRUE
                        mediola-gateway.0
                        	2025-02-14 17:49:37.761	debug	HWV:EA
                        mediola-gateway.0
                        	2025-02-14 17:49:37.762	debug	VER:1.2.8
                        mediola-gateway.0
                        	2025-02-14 17:49:37.762	debug	VID:FFFF
                        mediola-gateway.0
                        	2025-02-14 17:49:37.763	debug	NAME:AIO GATEWAY V5+
                        mediola-gateway.0
                        	2025-02-14 17:49:37.763	debug	IP:192.168.0.41
                        mediola-gateway.0
                        	2025-02-14 17:49:37.764	debug	PT:80
                        mediola-gateway.0
                        	2025-02-14 17:49:37.764	debug	SN:255.255.255.0
                        mediola-gateway.0
                        	2025-02-14 17:49:37.765	debug	GW:192.168.0.1
                        mediola-gateway.0
                        	2025-02-14 17:49:37.765	debug	DNS:192.168.0.1
                        mediola-gateway.0
                        	2025-02-14 17:49:37.765	debug	MAC:40-66-7A-00-3C-EE
                        mediola-gateway.0
                        	2025-02-14 17:49:37.766	debug	TMP_ID:9b7a6a5c
                        mediola-gateway.0
                        	2025-02-14 17:49:37.766	debug	
                        mediola-gateway.0
                        	2025-02-14 17:49:37.767	info	Mediola connected with ip:192.168.0.41 and mac:40-66-7A-00-3C-EE
                        mediola-gateway.0
                        	2025-02-14 17:49:37.768	debug	validMediola: true sysvarInti: false timerRead: false cmd false pull false
                        mediola-gateway.0
                        	2025-02-14 17:49:37.768	debug	http://192.168.0.41/command?XC_USER=user&XC_PASS=pass&XC_FNC=getstates
                        mediola-gateway.0
                        	2025-02-14 17:49:37.794	debug	Source: onReady
                        mediola-gateway.0
                        	2025-02-14 17:49:38.369	debug	{"XC_ERR":{"code":"000007","msg":"access denied"}}
                        mediola-gateway.0
                        	2025-02-14 17:49:38.370	error	mediola device rejected the request: [object Object]
                        

                        er macht das mit der falschen URL

                        A 1 Reply Last reply
                        0
                        • A acidsubway

                          @oelison

                          mediola-gateway.0
                          	2025-02-14 17:49:37.760	debug	out RECEIVED: 192.168.0.41:1901 - DHCP:TRUE HWV:EA VER:1.2.8 VID:FFFF NAME:AIO GATEWAY V5+ IP:192.168.0.41 PT:80 SN:255.255.255.0 GW:192.168.0.1 DNS:192.168.0.1 MAC:40-66-7A-00-3C-EE TMP_ID:9b7a6a5c |end
                          mediola-gateway.0
                          	2025-02-14 17:49:37.761	debug	DHCP:TRUE
                          mediola-gateway.0
                          	2025-02-14 17:49:37.761	debug	HWV:EA
                          mediola-gateway.0
                          	2025-02-14 17:49:37.762	debug	VER:1.2.8
                          mediola-gateway.0
                          	2025-02-14 17:49:37.762	debug	VID:FFFF
                          mediola-gateway.0
                          	2025-02-14 17:49:37.763	debug	NAME:AIO GATEWAY V5+
                          mediola-gateway.0
                          	2025-02-14 17:49:37.763	debug	IP:192.168.0.41
                          mediola-gateway.0
                          	2025-02-14 17:49:37.764	debug	PT:80
                          mediola-gateway.0
                          	2025-02-14 17:49:37.764	debug	SN:255.255.255.0
                          mediola-gateway.0
                          	2025-02-14 17:49:37.765	debug	GW:192.168.0.1
                          mediola-gateway.0
                          	2025-02-14 17:49:37.765	debug	DNS:192.168.0.1
                          mediola-gateway.0
                          	2025-02-14 17:49:37.765	debug	MAC:40-66-7A-00-3C-EE
                          mediola-gateway.0
                          	2025-02-14 17:49:37.766	debug	TMP_ID:9b7a6a5c
                          mediola-gateway.0
                          	2025-02-14 17:49:37.766	debug	
                          mediola-gateway.0
                          	2025-02-14 17:49:37.767	info	Mediola connected with ip:192.168.0.41 and mac:40-66-7A-00-3C-EE
                          mediola-gateway.0
                          	2025-02-14 17:49:37.768	debug	validMediola: true sysvarInti: false timerRead: false cmd false pull false
                          mediola-gateway.0
                          	2025-02-14 17:49:37.768	debug	http://192.168.0.41/command?XC_USER=user&XC_PASS=pass&XC_FNC=getstates
                          mediola-gateway.0
                          	2025-02-14 17:49:37.794	debug	Source: onReady
                          mediola-gateway.0
                          	2025-02-14 17:49:38.369	debug	{"XC_ERR":{"code":"000007","msg":"access denied"}}
                          mediola-gateway.0
                          	2025-02-14 17:49:38.370	error	mediola device rejected the request: [object Object]
                          

                          er macht das mit der falschen URL

                          A Offline
                          A Offline
                          acidsubway
                          wrote on last edited by acidsubway
                          #121

                          wie stell ich ein das er mit dieser URL das abfrägt?

                          http://192.168.0.41/cmd?XC_FNC=GetStates&auth=pass

                          hab ja eine V5 Plus die hat keinen user da geht nur die URL von oben im Browser

                          1 Reply Last reply
                          0
                          • oelisonO oelison

                            @nicoloma Die Nobily Rolläden werden leider nicht automatisch erkannt. Bitte mal das ergebnis dieses Aufrufs hier posten.
                            http://ip.der.mediola/cmd?XC_FNC=GetStates&auth=passwort
                            Ich stelle gerade auf dieses Kommando um für Mediolas ab V5 und neuer. Vielleicht sind da die Nobily Rolläden bei.
                            Wenn nicht, müssen die Seriennummer durch Netzwerksniffen oder im debug tool der Mediola app rausgesucht werden und dann als datenpunkt im experten modus im ioBroker im adapter unter action angelegt werden. Das klappt nur wenn die Seriennummern mit NY oder DY anfangen und danach 8 Ziffern haben.

                            A Offline
                            A Offline
                            acidsubway
                            wrote on last edited by
                            #122

                            @oelison wo stellt man das um???

                            A 1 Reply Last reply
                            0
                            • A acidsubway

                              @oelison wo stellt man das um???

                              A Offline
                              A Offline
                              acidsubway
                              wrote on last edited by
                              #123

                              Hab das mal zusammen gefast, setze ich den Haken bei den Einstellungen unter "Versuchen Sie, den Befehl cmd und nicht den Befehl command zu verwenden." dann ist das die LOG

                              mediola-gateway.0
                              	2025-02-14 23:02:04.141	debug	UDP socket listening on 0.0.0.0:1902
                              mediola-gateway.0
                              	2025-02-14 23:02:04.453	debug	out RECEIVED: 192.168.0.41:1901 - DHCP:TRUE HWV:EA VER:1.2.8 VID:FFFF NAME:AIO GATEWAY V5+ IP:192.168.0.41 PT:80 SN:255.255.255.0 GW:192.168.0.1 DNS:192.168.0.1 MAC:40-66-7A-00-3C-EE TMP_ID:09ed11b32 |end
                              mediola-gateway.0
                              	2025-02-14 23:02:04.453	debug	DHCP:TRUE
                              mediola-gateway.0
                              	2025-02-14 23:02:04.454	debug	HWV:EA
                              mediola-gateway.0
                              	2025-02-14 23:02:04.454	debug	VER:1.2.8
                              mediola-gateway.0
                              	2025-02-14 23:02:04.455	debug	VID:FFFF
                              mediola-gateway.0
                              	2025-02-14 23:02:04.455	debug	NAME:AIO GATEWAY V5+
                              mediola-gateway.0
                              	2025-02-14 23:02:04.456	debug	IP:192.168.0.41
                              mediola-gateway.0
                              	2025-02-14 23:02:04.456	debug	PT:80
                              mediola-gateway.0
                              	2025-02-14 23:02:04.456	debug	SN:255.255.255.0
                              mediola-gateway.0
                              	2025-02-14 23:02:04.456	debug	GW:192.168.0.1
                              mediola-gateway.0
                              	2025-02-14 23:02:04.456	debug	DNS:192.168.0.1
                              mediola-gateway.0
                              	2025-02-14 23:02:04.457	debug	MAC:10-66-8A-00-3C-EE
                              mediola-gateway.0
                              	2025-02-14 23:02:04.457	debug	TMP_ID:09ed11b32
                              mediola-gateway.0
                              	2025-02-14 23:02:04.457	debug	
                              

                              aber ich sehe garnichts

                              wenn ich aber diesen Befehl sende kommt alles im Browser

                              http://192.168.0.41/cmd?XC_FNC=GetStates&auth=pass

                              oelisonO 1 Reply Last reply
                              0
                              • A acidsubway

                                Hab das mal zusammen gefast, setze ich den Haken bei den Einstellungen unter "Versuchen Sie, den Befehl cmd und nicht den Befehl command zu verwenden." dann ist das die LOG

                                mediola-gateway.0
                                	2025-02-14 23:02:04.141	debug	UDP socket listening on 0.0.0.0:1902
                                mediola-gateway.0
                                	2025-02-14 23:02:04.453	debug	out RECEIVED: 192.168.0.41:1901 - DHCP:TRUE HWV:EA VER:1.2.8 VID:FFFF NAME:AIO GATEWAY V5+ IP:192.168.0.41 PT:80 SN:255.255.255.0 GW:192.168.0.1 DNS:192.168.0.1 MAC:40-66-7A-00-3C-EE TMP_ID:09ed11b32 |end
                                mediola-gateway.0
                                	2025-02-14 23:02:04.453	debug	DHCP:TRUE
                                mediola-gateway.0
                                	2025-02-14 23:02:04.454	debug	HWV:EA
                                mediola-gateway.0
                                	2025-02-14 23:02:04.454	debug	VER:1.2.8
                                mediola-gateway.0
                                	2025-02-14 23:02:04.455	debug	VID:FFFF
                                mediola-gateway.0
                                	2025-02-14 23:02:04.455	debug	NAME:AIO GATEWAY V5+
                                mediola-gateway.0
                                	2025-02-14 23:02:04.456	debug	IP:192.168.0.41
                                mediola-gateway.0
                                	2025-02-14 23:02:04.456	debug	PT:80
                                mediola-gateway.0
                                	2025-02-14 23:02:04.456	debug	SN:255.255.255.0
                                mediola-gateway.0
                                	2025-02-14 23:02:04.456	debug	GW:192.168.0.1
                                mediola-gateway.0
                                	2025-02-14 23:02:04.456	debug	DNS:192.168.0.1
                                mediola-gateway.0
                                	2025-02-14 23:02:04.457	debug	MAC:10-66-8A-00-3C-EE
                                mediola-gateway.0
                                	2025-02-14 23:02:04.457	debug	TMP_ID:09ed11b32
                                mediola-gateway.0
                                	2025-02-14 23:02:04.457	debug	
                                

                                aber ich sehe garnichts

                                wenn ich aber diesen Befehl sende kommt alles im Browser

                                http://192.168.0.41/cmd?XC_FNC=GetStates&auth=pass

                                oelisonO Offline
                                oelisonO Offline
                                oelison
                                wrote on last edited by oelison
                                #124

                                @acidsubway
                                Hier musst Du den key angeben:
                                6a2b6ce0-aa3a-4c92-bb54-5bd8f829e315-grafik.png
                                Und den Hacken für cmd setzen. Und user muss leer sein. Also auch kein space oder so.

                                I like Rust. ioBroker-Adapter: matrix, mediola-gateway, support for reolink

                                A 1 Reply Last reply
                                0
                                • oelisonO oelison

                                  @acidsubway
                                  Hier musst Du den key angeben:
                                  6a2b6ce0-aa3a-4c92-bb54-5bd8f829e315-grafik.png
                                  Und den Hacken für cmd setzen. Und user muss leer sein. Also auch kein space oder so.

                                  A Offline
                                  A Offline
                                  acidsubway
                                  wrote on last edited by
                                  #125

                                  @oelison

                                  Das will irgendwie nicht, er verbindet sich nicht.
                                  Ich habe alles versucht, mit Passwort und Authentifizierungsschlüssel (was beides mein Passwort ist) auch einzeln in den Feldern. Der Adapter startet nicht er bleibt auf gelb.
                                  Mit haken am "Versuchen Sie, den Befehl cmd und nicht den Befehl command zu verwenden" oder ohne gleiche Ergebniss

                                  mediola-gateway.0
                                  	2025-02-15 10:56:31.327	info	Got terminate signal TERMINATE_YOURSELF
                                  mediola-gateway.0
                                  	2025-02-15 10:56:31.329	info	terminating
                                  mediola-gateway.0
                                  	2025-02-15 10:56:31.330	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                  mediola-gateway.0
                                  	2025-02-15 10:56:37.170	info	starting. Version 1.1.0 in /opt/iobroker/node_modules/iobroker.mediola-gateway, node: v20.18.2, js-controller: 7.0.6
                                  mediola-gateway.0
                                  	2025-02-15 10:56:37.198	info	auto detection: false
                                  mediola-gateway.0
                                  	2025-02-15 10:56:37.199	info	find by mac: false
                                  mediola-gateway.0
                                  	2025-02-15 10:56:37.200	info	find by ip: false
                                  mediola-gateway.0
                                  	2025-02-15 10:56:37.201	error	no valid detection method defined
                                  mediola-gateway.0
                                  	2025-02-15 10:56:37.207	debug	UDP socket listening on 0.0.0.0:1902
                                  mediola-gateway.0
                                  	2025-02-15 10:56:37.530	debug	out RECEIVED: 192.168.0.41:1901 - DHCP:TRUE HWV:EA VER:1.2.8 VID:FFFF NAME:AIO GATEWAY V5+ IP:192.168.0.41 PT:80 SN:255.255.255.0 GW:192.168.0.1 DNS:192.168.0.1 MAC:40-66-7A-00-3C-EE TMP_ID:XXXXXXX |end
                                  mediola-gateway.0
                                  	2025-02-15 10:56:37.530	debug	DHCP:TRUE
                                  mediola-gateway.0
                                  	2025-02-15 10:56:37.530	debug	HWV:EA
                                  mediola-gateway.0
                                  	2025-02-15 10:56:37.531	debug	VER:1.2.8
                                  mediola-gateway.0
                                  	2025-02-15 10:56:37.531	debug	VID:FFFF
                                  mediola-gateway.0
                                  	2025-02-15 10:56:37.532	debug	NAME:AIO GATEWAY V5+
                                  mediola-gateway.0
                                  	2025-02-15 10:56:37.532	debug	IP:192.168.0.41
                                  mediola-gateway.0
                                  	2025-02-15 10:56:37.532	debug	PT:80
                                  mediola-gateway.0
                                  	2025-02-15 10:56:37.532	debug	SN:255.255.255.0
                                  mediola-gateway.0
                                  	2025-02-15 10:56:37.532	debug	GW:192.168.0.1
                                  mediola-gateway.0
                                  	2025-02-15 10:56:37.533	debug	DNS:192.168.0.1
                                  mediola-gateway.0
                                  	2025-02-15 10:56:37.533	debug	MAC:XXXXXXXXX
                                  mediola-gateway.0
                                  	2025-02-15 10:56:37.533	debug	TMP_IDXXXXXXX
                                  mediola-gateway.0
                                  	2025-02-15 10:56:37.533	debug	
                                  
                                  oelisonO 1 Reply Last reply
                                  0
                                  • A acidsubway

                                    @oelison

                                    Das will irgendwie nicht, er verbindet sich nicht.
                                    Ich habe alles versucht, mit Passwort und Authentifizierungsschlüssel (was beides mein Passwort ist) auch einzeln in den Feldern. Der Adapter startet nicht er bleibt auf gelb.
                                    Mit haken am "Versuchen Sie, den Befehl cmd und nicht den Befehl command zu verwenden" oder ohne gleiche Ergebniss

                                    mediola-gateway.0
                                    	2025-02-15 10:56:31.327	info	Got terminate signal TERMINATE_YOURSELF
                                    mediola-gateway.0
                                    	2025-02-15 10:56:31.329	info	terminating
                                    mediola-gateway.0
                                    	2025-02-15 10:56:31.330	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                    mediola-gateway.0
                                    	2025-02-15 10:56:37.170	info	starting. Version 1.1.0 in /opt/iobroker/node_modules/iobroker.mediola-gateway, node: v20.18.2, js-controller: 7.0.6
                                    mediola-gateway.0
                                    	2025-02-15 10:56:37.198	info	auto detection: false
                                    mediola-gateway.0
                                    	2025-02-15 10:56:37.199	info	find by mac: false
                                    mediola-gateway.0
                                    	2025-02-15 10:56:37.200	info	find by ip: false
                                    mediola-gateway.0
                                    	2025-02-15 10:56:37.201	error	no valid detection method defined
                                    mediola-gateway.0
                                    	2025-02-15 10:56:37.207	debug	UDP socket listening on 0.0.0.0:1902
                                    mediola-gateway.0
                                    	2025-02-15 10:56:37.530	debug	out RECEIVED: 192.168.0.41:1901 - DHCP:TRUE HWV:EA VER:1.2.8 VID:FFFF NAME:AIO GATEWAY V5+ IP:192.168.0.41 PT:80 SN:255.255.255.0 GW:192.168.0.1 DNS:192.168.0.1 MAC:40-66-7A-00-3C-EE TMP_ID:XXXXXXX |end
                                    mediola-gateway.0
                                    	2025-02-15 10:56:37.530	debug	DHCP:TRUE
                                    mediola-gateway.0
                                    	2025-02-15 10:56:37.530	debug	HWV:EA
                                    mediola-gateway.0
                                    	2025-02-15 10:56:37.531	debug	VER:1.2.8
                                    mediola-gateway.0
                                    	2025-02-15 10:56:37.531	debug	VID:FFFF
                                    mediola-gateway.0
                                    	2025-02-15 10:56:37.532	debug	NAME:AIO GATEWAY V5+
                                    mediola-gateway.0
                                    	2025-02-15 10:56:37.532	debug	IP:192.168.0.41
                                    mediola-gateway.0
                                    	2025-02-15 10:56:37.532	debug	PT:80
                                    mediola-gateway.0
                                    	2025-02-15 10:56:37.532	debug	SN:255.255.255.0
                                    mediola-gateway.0
                                    	2025-02-15 10:56:37.532	debug	GW:192.168.0.1
                                    mediola-gateway.0
                                    	2025-02-15 10:56:37.533	debug	DNS:192.168.0.1
                                    mediola-gateway.0
                                    	2025-02-15 10:56:37.533	debug	MAC:XXXXXXXXX
                                    mediola-gateway.0
                                    	2025-02-15 10:56:37.533	debug	TMP_IDXXXXXXX
                                    mediola-gateway.0
                                    	2025-02-15 10:56:37.533	debug	
                                    
                                    oelisonO Offline
                                    oelisonO Offline
                                    oelison
                                    wrote on last edited by oelison
                                    #126

                                    @acidsubway Warum ist Autodetection false?
                                    2025-02-15 10:56:37.201 error no valid detection method defined

                                    I like Rust. ioBroker-Adapter: matrix, mediola-gateway, support for reolink

                                    A 2 Replies Last reply
                                    0
                                    • oelisonO oelison

                                      @acidsubway Warum ist Autodetection false?
                                      2025-02-15 10:56:37.201 error no valid detection method defined

                                      A Offline
                                      A Offline
                                      acidsubway
                                      wrote on last edited by
                                      #127

                                      @oelison

                                      wo stell ich das ein " info auto detection: false "

                                      mediola-gateway.0
                                      	2025-02-15 11:14:51.007	info	terminating
                                      mediola-gateway.0
                                      	2025-02-15 11:14:51.009	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                      mediola-gateway.0
                                      	2025-02-15 11:14:56.844	info	starting. Version 1.1.0 in /opt/iobroker/node_modules/iobroker.mediola-gateway, node: v20.18.3, js-controller: 7.0.6
                                      mediola-gateway.0
                                      	2025-02-15 11:14:56.864	info	auto detection: false
                                      mediola-gateway.0
                                      	2025-02-15 11:14:56.865	info	find by mac: true
                                      mediola-gateway.0
                                      	2025-02-15 11:14:56.865	info	with mac address: xxxxxx
                                      mediola-gateway.0
                                      	2025-02-15 11:14:56.870	debug	UDP socket listening on 0.0.0.0:1902
                                      mediola-gateway.0
                                      	2025-02-15 11:14:57.234	debug	out RECEIVED: 192.168.0.41:1901 - DHCP:TRUE HWV:EA VER:1.2.8 VID:FFFF NAME:AIO GATEWAY V5+ IP:192.168.0.41 PT:80 SN:255.255.255.0 GW:192.168.0.1 DNS:192.168.0.1 MAC:40-66-7A-00-3C-EE TMP_ID:fxxxxx |end
                                      mediola-gateway.0
                                      	2025-02-15 11:14:57.235	debug	DHCP:TRUE
                                      mediola-gateway.0
                                      	2025-02-15 11:14:57.235	debug	HWV:EA
                                      mediola-gateway.0
                                      	2025-02-15 11:14:57.235	debug	VER:1.2.8
                                      mediola-gateway.0
                                      	2025-02-15 11:14:57.236	debug	VID:FFFF
                                      mediola-gateway.0
                                      	2025-02-15 11:14:57.236	debug	NAME:AIO GATEWAY V5+
                                      mediola-gateway.0
                                      	2025-02-15 11:14:57.237	debug	IP:192.168.0.41
                                      mediola-gateway.0
                                      	2025-02-15 11:14:57.237	debug	PT:80
                                      mediola-gateway.0
                                      	2025-02-15 11:14:57.238	debug	SN:255.255.255.0
                                      mediola-gateway.0
                                      	2025-02-15 11:14:57.238	debug	GW:192.168.0.1
                                      mediola-gateway.0
                                      	2025-02-15 11:14:57.239	debug	DNS:192.168.0.1
                                      mediola-gateway.0
                                      	2025-02-15 11:14:57.239	debug	MAC:40-66-7A-00-3C-EE
                                      mediola-gateway.0
                                      	2025-02-15 11:14:57.240	debug	TMP_ID:xxxxxx
                                      mediola-gateway.0
                                      	2025-02-15 11:14:57.240	debug	
                                      
                                      1 Reply Last reply
                                      0
                                      • oelisonO oelison

                                        @acidsubway Warum ist Autodetection false?
                                        2025-02-15 10:56:37.201 error no valid detection method defined

                                        A Offline
                                        A Offline
                                        acidsubway
                                        wrote on last edited by
                                        #128

                                        @oelison SORRY

                                        DANKE, DANKE, DANKE war auf einem kleinem Bildschirm sah oben nicht das Auto Kästchen

                                        ediola-gateway.0
                                        	2025-02-15 11:17:03.088	info	Mediola connected with ip:192.168.0.41 and mac:40-66-7A-00-3C-EE
                                        mediola-gateway.0
                                        	2025-02-15 11:17:03.089	debug	validMediola: true sysvarInti: false timerRead: false cmd true pull false
                                        mediola-gateway.0
                                        	2025-02-15 11:17:03.089	debug	http://192.168.0.41/cmd?auth=pussypopper1&XC_FNC=getstates
                                        mediola-gateway.0
                                        	2025-02-15 11:17:03.115	debug	Source: onReady
                                        mediola-gateway.0
                                        	2025-02-15 11:17:03.767	debug	{"XC_SUC":[{"type":"HM","adr":"HM-R
                                        
                                        oelisonO 1 Reply Last reply
                                        0
                                        • A acidsubway

                                          @oelison SORRY

                                          DANKE, DANKE, DANKE war auf einem kleinem Bildschirm sah oben nicht das Auto Kästchen

                                          ediola-gateway.0
                                          	2025-02-15 11:17:03.088	info	Mediola connected with ip:192.168.0.41 and mac:40-66-7A-00-3C-EE
                                          mediola-gateway.0
                                          	2025-02-15 11:17:03.089	debug	validMediola: true sysvarInti: false timerRead: false cmd true pull false
                                          mediola-gateway.0
                                          	2025-02-15 11:17:03.089	debug	http://192.168.0.41/cmd?auth=pussypopper1&XC_FNC=getstates
                                          mediola-gateway.0
                                          	2025-02-15 11:17:03.115	debug	Source: onReady
                                          mediola-gateway.0
                                          	2025-02-15 11:17:03.767	debug	{"XC_SUC":[{"type":"HM","adr":"HM-R
                                          
                                          oelisonO Offline
                                          oelisonO Offline
                                          oelison
                                          wrote on last edited by
                                          #129

                                          @acidsubway Super, freut mich. Nicht vergessen wieder auf Info zu stellen.

                                          I like Rust. ioBroker-Adapter: matrix, mediola-gateway, support for reolink

                                          A 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          423

                                          Online

                                          32.7k

                                          Users

                                          82.5k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Home
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe