Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. [Neuer Adapter] mediola-gateway

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    [Neuer Adapter] mediola-gateway

    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      MiP @oelison last edited by MiP

      @oelison Hallo,

      Laut dem Adapter ist für Elero: 1=up, 2=down, 3=stop
      Ich hab allerdings seit Jahren Elero Raffstores und auch Rollos die ich aktuell noch über http Befehle vom iobroker aus ansteuere (was zwar sehr gut funktioniert, aber bei Änderungen ist natürlich ein Adapter bequemer) und da wären die richtigen Codes
      Rauf Kurz: 03
      Runter Kurz: 04
      Stop: 02
      Rauf Auto (also langer Tastendruck auf der Fernbedienung womit der Raffstore oder Rollo bis in die Endposition fährt): 08
      Runter Auto: 09

      also am Beispiel mit meinem Gerät mit der ID 60 (PASSWORD ist jetzt natürlich nicht mein Passwort 😉 )
      Rauf Auto: http://xxx.xxx.xxx.xxx/command?XC_USER=user&XC_PASS=PASSWORD&XC_FNC=SendSC&type=ER&data=6008
      Rauf Step: http://xxx.xxx.xxx.xxx/command?XC_USER=user&XC_PASS=PASSWORD&XC_FNC=SendSC&type=ER&data=6003

      Runter Auto: http://xxx.xxx.xxx.xxx/command?XC_USER=user&XC_PASS=PASSWORD&XC_FNC=SendSC&type=ER&data=6009
      Runter Step: http://xxx.xxx.xxx.xxx/command?XC_USER=user&XC_PASS=PASSWORD&XC_FNC=SendSC&type=ER&data=6004

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

      Hier ist auch eine zwar alte aber leider die neueste vorhandene Doku falls noch nicht bekannt: https://www.mediola.com/support-docs/API_AIO_GATEWAYS-All.pdf

      Edit: Die Steps (also die Codes 03 und 04) funktionieren nur bei Raffstores und sind dort sehr useful.

      oelison 1 Reply Last reply Reply Quote 0
      • B
        Bendog @rofo1968 last edited by

        @rofo1968 Servus, mit welcher card steuerst du die Roto Rollläden? Ich bin nen absoluter newbe. Bekomme es einfach nicht gebacken mit 1=up, 2=down, 3=stop, die Option kann ich nirgends einstellen, immer nur true und false.

        1 Reply Last reply Reply Quote 0
        • J
          JEnsR last edited by

          Hallo,

          ich habe eine V5+ und möchte diese gerne an den iobroker packen, ich habe soweit alles richitg eingetragen (meine ich) und bekommen folgenden Fehler:
          mediola-gateway.0
          2024-03-07 15:43:11.160 error unknown name line: NAME:sumse

          mediola-gateway.0
          2024-03-07 15:43:11.160 error unkown device on this port

          sumse ist mein Server auf dem der iobroker läuft, aber ich habe nicht so richitig eine idee was ich da falsch gemacht habe.

          Ich freu mich von euch zuhören.

          Gruß
          Jens

          oelison 1 Reply Last reply Reply Quote 0
          • oelison
            oelison @JEnsR last edited by

            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.

            oelison 1 Reply Last reply Reply Quote 0
            • oelison
              oelison @MiP last edited by

              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 1 Reply Last reply Reply Quote 0
              • oelison
                oelison @oelison last edited by

                @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 1 Reply Last reply Reply Quote 0
                • J
                  JEnsR @oelison last edited by

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

                  oelison 1 Reply Last reply Reply Quote 0
                  • oelison
                    oelison @JEnsR last edited by

                    @jensr DY2 probe Adapter
                    Im Experten-Modus installieren.

                    1 Reply Last reply Reply Quote 0
                    • M
                      MiP @oelison last edited by MiP

                      @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 Reply Quote 0
                      • E
                        energyolli last edited by

                        @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?

                        oelison 1 Reply Last reply Reply Quote 0
                        • A
                          acidsubway last edited by

                          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": ""
                              }
                            ]
                          }
                          
                          oelison 1 Reply Last reply Reply Quote 0
                          • oelison
                            oelison @energyolli last edited by

                            @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.

                            1 Reply Last reply Reply Quote 0
                            • oelison
                              oelison @acidsubway last edited by

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

                              A 1 Reply Last reply Reply Quote 0
                              • A
                                acidsubway @oelison last edited by 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```
                                oelison 1 Reply Last reply Reply Quote 0
                                • oelison
                                  oelison @acidsubway last edited by

                                  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 1 Reply Last reply Reply Quote 0
                                  • A
                                    acidsubway @oelison last edited by

                                    @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 Reply Quote 0
                                    • A
                                      acidsubway @acidsubway last edited by acidsubway

                                      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 Reply Quote 0
                                      • A
                                        acidsubway @oelison last edited by

                                        @oelison wo stellt man das um???

                                        A 1 Reply Last reply Reply Quote 0
                                        • A
                                          acidsubway @acidsubway last edited by

                                          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

                                          oelison 1 Reply Last reply Reply Quote 0
                                          • oelison
                                            oelison @acidsubway last edited by 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 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            496
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            17
                                            130
                                            11046
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo