Skip to content
  • 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
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. [Problem] Dream btw. Enigma2 Adapter

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.1k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.8k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.1k

[Problem] Dream btw. Enigma2 Adapter

Scheduled Pinned Locked Moved ioBroker Allgemein
739 Posts 82 Posters 209.6k Views 15 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.
  • Matten MattenM Offline
    Matten MattenM Offline
    Matten Matten
    wrote on last edited by
    #238

    @0018:

    Gibt es eine Möglichkeit die Tasten "Programm plus" und "Programm minus" zu implementieren? `

    Ich hab da mal was am Adapter gebastelt und ein JAVA Skript erstellt

    bei interesse:

    auf enigma2 V0.2.2 updaten und neu starten. Dann sollten schonmal die Button usw erscheinen.

    Neues Java Script erstellen

    und folgendes Script hinein kopieren

    > [https://github.com/Matten-Matten/ioBrok … in/COMMAND](https://github.com/Matten-Matten/ioBroker.enigma2/blob/master/admin/COMMAND)

    im Script bei IP und PORT und Instanz die Anpassungen vornehmen

    DIE IP UND DEN PORT VOM RECEIVER EINTRAGEN!

    Jetzt das Script starten und schon ist der Receiver auch steuerbar.

    ioBroker auf Beelink mit WIN10 home|CCU3 (Raspberrymatic)|Neato BotVac D3|HYPERION Ambilight auf RPI3 und RPI ZeroW|HA-Bridge|Milight LED|Nodered&Redmatic|VU Duo2 & Solo se V2

    1 Reply Last reply
    0
    • Matten MattenM Offline
      Matten MattenM Offline
      Matten Matten
      wrote on last edited by
      #239

      ACH JA DAS IST NUR FÜR enigma2.0 also Instanz 0

      UND BEI DER JAVA INSTANZ MUSS <u>Erlaube das Kommando "exec"</u> aktiviert sein
      3476_iobroker.admin-12.05.2018_01_37_19.png

      ioBroker auf Beelink mit WIN10 home|CCU3 (Raspberrymatic)|Neato BotVac D3|HYPERION Ambilight auf RPI3 und RPI ZeroW|HA-Bridge|Milight LED|Nodered&Redmatic|VU Duo2 & Solo se V2

      1 Reply Last reply
      0
      • Ralla66R Offline
        Ralla66R Offline
        Ralla66
        Most Active
        wrote on last edited by
        #240

        Frage als Beginner,

        wie greift den der Button klick unter Objekte auf das Script zu ?

        Anders, wo muß das Script liegen ?

        Danke Ralla
        5230_enigma2.3_v1.jpg

        1 Reply Last reply
        0
        • Matten MattenM Offline
          Matten MattenM Offline
          Matten Matten
          wrote on last edited by
          #241

          Du brauchst folgenden Adapter wenn dieser installiert und gestartet ist

          3476_iobroker.admin-12.05.2018_20_47_00.png

          gehst du auf den Reiter Scripte (links) und legst ein neues JAVA Script an.

          der Button reagiert nicht, sondern das Skript wird durch den Button angetriggert

          und führt dann ein request aus.

          ioBroker auf Beelink mit WIN10 home|CCU3 (Raspberrymatic)|Neato BotVac D3|HYPERION Ambilight auf RPI3 und RPI ZeroW|HA-Bridge|Milight LED|Nodered&Redmatic|VU Duo2 & Solo se V2

          1 Reply Last reply
          0
          • Matten MattenM Offline
            Matten MattenM Offline
            Matten Matten
            wrote on last edited by
            #242

            @Ralla66:

            Frage als Beginner,

            wie greift den der Button klick unter Objekte auf das Script zu ?

            Anders, wo muß das Script liegen ?

            Danke Ralla `

            https://github.com/Matten-Matten/ioBrok … in/COMMAND

            ioBroker auf Beelink mit WIN10 home|CCU3 (Raspberrymatic)|Neato BotVac D3|HYPERION Ambilight auf RPI3 und RPI ZeroW|HA-Bridge|Milight LED|Nodered&Redmatic|VU Duo2 & Solo se V2

            1 Reply Last reply
            0
            • Matten MattenM Offline
              Matten MattenM Offline
              Matten Matten
              wrote on last edited by
              #243

              :idea: Ich werde in den nächsten Tagen das Script noch erweitern (Zahlen usw.) Und überarbeiten.

              Ich melde mich dahingehend dann nochmal.

              ioBroker auf Beelink mit WIN10 home|CCU3 (Raspberrymatic)|Neato BotVac D3|HYPERION Ambilight auf RPI3 und RPI ZeroW|HA-Bridge|Milight LED|Nodered&Redmatic|VU Duo2 & Solo se V2

              1 Reply Last reply
              0
              • Matten MattenM Offline
                Matten MattenM Offline
                Matten Matten
                wrote on last edited by
                #244

                Ich konnte es nicht lassen und habe das Script neu gebastelt. :roll:

                Das Script bitte als Java Script anlegen und enigma2.X benennen, folgendes kopieren und im angelegten Script einfügen.

                //########### ENIGMA 2 BUTTON SCRIPT ############
                //
                // -> https://github.com/Matten-Matten/ioBroker.enigma2/blob/master/admin/COMMAND
                //
                var STATE, IP, PORT, ADAPTER, VOL;
                //
                //
                //####### WERTE IN DEN KLAMMERN ANPASSEN #########
                //                                              ##
                // Hier die IP ADRESSE der e2 Box eintragen     ##
                IP = '192.168.0.1';//                           ##
                //                                              ##
                // Hier den PORT der e2 Box eintragen           ##
                PORT = '80';//                                  ##
                //                                              ##
                // Hier die Adapter Instanz festlegen           ##
                var ADAPTER_INSTANZ = 'enigma2.0';//            ##
                //                                              ##
                //################################################
                //
                //
                //### AB HIER NIX VERÄNDERN ###########################################################################################
                //
                //
                // Schaltzustand der e2 Box
                on({id: ADAPTER_INSTANZ + ".command.STANDBY_TOGGLE"/*command.STANDBY_TOGGLE*/, change: "any"}, function (obj) {
                  var value = obj.state.val;
                  var oldValue = obj.oldState.val;
                  STATE = (obj.state ? obj.state.val : "");
                });
                
                // Adapterzustand
                on({id: "system.adapter." + ADAPTER_INSTANZ + ".alive"/*ADAPTER_INSTANZ + .alive*/, change: "any"}, function (obj) {
                  var value = obj.state.val;
                  var oldValue = obj.oldState.val;
                  if ((obj.state ? obj.state.val : "") == true) {
                    ADAPTER = true;
                  } else {
                    ADAPTER = false;
                  }
                });
                // Box Standby
                on({id: ADAPTER_INSTANZ + ".command.STANDBY_TOGGLE"/*command.STANDBY_TOGGLE*/, change: "any"}, function (obj) {
                  var value = obj.state.val;
                  var oldValue = obj.oldState.val;
                  if (ADAPTER == true) {
                    try {
                      require("request")((['http://',IP,':',PORT,'/web/remotecontrol?command=',116].join(''))).on("error", function (e) {console.error(e);});
                    } catch (e) { console.error(e); }
                  }
                });
                // VOLUME
                on({id: ADAPTER_INSTANZ + ".command.SET_VOLUME"/*command.SET_VOLUME*/, change: "ne"}, function (obj) {
                  var value = obj.state.val;
                  var oldValue = obj.oldState.val;
                  if (ADAPTER == true) {
                    VOL = getState(ADAPTER_INSTANZ + ".command.SET_VOLUME").val;
                    try {
                      require("request")((['http://',IP,':',PORT,'/web/vol?set=set',Math.round(VOL)].join(''))).on("error", function (e) {console.error(e);});
                    } catch (e) { console.error(e); }
                  }
                });
                // MUTE
                on({id: ADAPTER_INSTANZ + ".command.MUTE_TOGGLE"/*command.MUTE_TOGGLE*/, change: "any"}, function (obj) {
                  var value = obj.state.val;
                  var oldValue = obj.oldState.val;
                  if (ADAPTER == true) {
                    try {
                      require("request")((['http://',IP,':',PORT,'/web/remotecontrol?command=',113].join(''))).on("error", function (e) {console.error(e);});
                    } catch (e) { console.error(e); }
                  }
                });
                // CHANNEL_UP
                on({id: ADAPTER_INSTANZ + ".command.CHANNEL_UP"/*command.CHANNEL_UP*/, change: "any"}, function (obj) {
                  var value = obj.state.val;
                  var oldValue = obj.oldState.val;
                  if (ADAPTER == true) {
                    try {
                      require("request")((['http://',IP,':',PORT,'/web/remotecontrol?command=',402].join(''))).on("error", function (e) {console.error(e);});
                    } catch (e) { console.error(e); }
                  }
                });
                // CHANNEL_DOWN
                on({id: ADAPTER_INSTANZ + ".command.CHANNEL_DOWN"/*command.CHANNEL_DOWN*/, change: "any"}, function (obj) {
                  var value = obj.state.val;
                  var oldValue = obj.oldState.val;
                  if (ADAPTER == true) {
                    try {
                      require("request")((['http://',IP,':',PORT,'/web/remotecontrol?command=',403].join(''))).on("error", function (e) {console.error(e);});
                    } catch (e) { console.error(e); }
                  }
                });
                // OK
                on({id: ADAPTER_INSTANZ + ".command.OK"/*command.OK*/, change: "any"}, function (obj) {
                  var value = obj.state.val;
                  var oldValue = obj.oldState.val;
                  if (ADAPTER == true) {
                    try {
                      require("request")((['http://',IP,':',PORT,'/web/remotecontrol?command=',352].join(''))).on("error", function (e) {console.error(e);});
                    } catch (e) { console.error(e); }
                  }
                });
                // DOWN
                on({id: ADAPTER_INSTANZ + ".command.DOWN"/*command.DOWN*/, change: "any"}, function (obj) {
                  var value = obj.state.val;
                  var oldValue = obj.oldState.val;
                  if (ADAPTER == true) {
                    try {
                      require("request")((['http://',IP,':',PORT,'/web/remotecontrol?command=',108].join(''))).on("error", function (e) {console.error(e);});
                    } catch (e) { console.error(e); }
                  }
                });
                // EPG
                on({id: ADAPTER_INSTANZ + ".command.EPG"/*command.EPG*/, change: "any"}, function (obj) {
                  var value = obj.state.val;
                  var oldValue = obj.oldState.val;
                  if (ADAPTER == true) {
                    try {
                      require("request")((['http://',IP,':',PORT,'/web/remotecontrol?command=',358].join(''))).on("error", function (e) {console.error(e);});
                    } catch (e) { console.error(e); }
                  }
                });
                // EXIT
                on({id: ADAPTER_INSTANZ + ".command.EXIT"/*command.EXIT*/, change: "any"}, function (obj) {
                  var value = obj.state.val;
                  var oldValue = obj.oldState.val;
                  if (ADAPTER == true) {
                    try {
                      require("request")((['http://',IP,':',PORT,'/web/remotecontrol?command=',174].join(''))).on("error", function (e) {console.error(e);});
                    } catch (e) { console.error(e); }
                  }
                });
                // LEFT
                on({id: ADAPTER_INSTANZ + ".command.LEFT"/*command.LEFT*/, change: "any"}, function (obj) {
                  var value = obj.state.val;
                  var oldValue = obj.oldState.val;
                  if (ADAPTER == true) {
                    try {
                      require("request")((['http://',IP,':',PORT,'/web/remotecontrol?command=',105].join(''))).on("error", function (e) {console.error(e);});
                    } catch (e) { console.error(e); }
                  }
                });
                // MENU
                on({id: ADAPTER_INSTANZ + ".command.MENU"/*command.MENU*/, change: "any"}, function (obj) {
                  var value = obj.state.val;
                  var oldValue = obj.oldState.val;
                  if (ADAPTER == true) {
                    try {
                      require("request")((['http://',IP,':',PORT,'/web/remotecontrol?command=',139].join(''))).on("error", function (e) {console.error(e);});
                    } catch (e) { console.error(e); }
                  }
                });
                // PAUSE
                on({id: ADAPTER_INSTANZ + ".command.PAUSE"/*command.PAUSE*/, change: "any"}, function (obj) {
                  var value = obj.state.val;
                  var oldValue = obj.oldState.val;
                  if (ADAPTER == true) {
                    try {
                      require("request")((['http://',IP,':',PORT,'/web/remotecontrol?command=',119].join(''))).on("error", function (e) {console.error(e);});
                    } catch (e) { console.error(e); }
                  }
                });
                // PLAY
                on({id: ADAPTER_INSTANZ + ".command.PLAY"/*command.PLAY*/, change: "any"}, function (obj) {
                  var value = obj.state.val;
                  var oldValue = obj.oldState.val;
                  if (ADAPTER == true) {
                    try {
                      require("request")((['http://',IP,':',PORT,'/web/remotecontrol?command=',207].join(''))).on("error", function (e) {console.error(e);});
                    } catch (e) { console.error(e); }
                  }
                });
                // RADIO
                on({id: ADAPTER_INSTANZ + ".command.RADIO"/*command.RADIO*/, change: "any"}, function (obj) {
                  var value = obj.state.val;
                  var oldValue = obj.oldState.val;
                  if (ADAPTER == true) {
                    try {
                      require("request")((['http://',IP,':',PORT,'/web/remotecontrol?command=',385].join(''))).on("error", function (e) {console.error(e);});
                    } catch (e) { console.error(e); }
                  }
                });
                // REC
                on({id: ADAPTER_INSTANZ + ".command.REC"/*command.REC*/, change: "any"}, function (obj) {
                  var value = obj.state.val;
                  var oldValue = obj.oldState.val;
                  if (ADAPTER == true) {
                    try {
                      require("request")((['http://',IP,':',PORT,'/web/remotecontrol?command=',167].join(''))).on("error", function (e) {console.error(e);});
                    } catch (e) { console.error(e); }
                  }
                });
                // RIGHT
                on({id: ADAPTER_INSTANZ + ".command.RIGHT"/*command.RIGHT*/, change: "any"}, function (obj) {
                  var value = obj.state.val;
                  var oldValue = obj.oldState.val;
                  if (ADAPTER == true) {
                    try {
                      require("request")((['http://',IP,':',PORT,'/web/remotecontrol?command=',106].join(''))).on("error", function (e) {console.error(e);});
                    } catch (e) { console.error(e); }
                  }
                });
                // STOP
                on({id: ADAPTER_INSTANZ + ".command.STOP"/*command.STOP*/, change: "any"}, function (obj) {
                  var value = obj.state.val;
                  var oldValue = obj.oldState.val;
                  if (ADAPTER == true) {
                    try {
                      require("request")((['http://',IP,':',PORT,'/web/remotecontrol?command=',128].join(''))).on("error", function (e) {console.error(e);});
                    } catch (e) { console.error(e); }
                  }
                });
                // TV
                on({id: ADAPTER_INSTANZ + ".command.TV"/*command.TV*/, change: "any"}, function (obj) {
                  var value = obj.state.val;
                  var oldValue = obj.oldState.val;
                  if (ADAPTER == true) {
                    try {
                      require("request")((['http://',IP,':',PORT,'/web/remotecontrol?command=',377].join(''))).on("error", function (e) {console.error(e);});
                    } catch (e) { console.error(e); }
                  }
                });
                // UP
                on({id: ADAPTER_INSTANZ + ".command.UP"/*command.UP*/, change: "any"}, function (obj) {
                  var value = obj.state.val;
                  var oldValue = obj.oldState.val;
                  if (ADAPTER == true && ADAPTER == true) {
                    try {
                      require("request")((['http://',IP,':',PORT,'/web/remotecontrol?command=',103].join(''))).on("error", function (e) {console.error(e);});
                    } catch (e) { console.error(e); }
                  }
                });
                

                Im Oberen bereich des Scriptes die IP Adresse , den Port und die enigma2 instanz anpassen,

                speichern und starten.

                für jede weitere enigma2 Instanz einfach das Script duplizieren.

                ioBroker auf Beelink mit WIN10 home|CCU3 (Raspberrymatic)|Neato BotVac D3|HYPERION Ambilight auf RPI3 und RPI ZeroW|HA-Bridge|Milight LED|Nodered&Redmatic|VU Duo2 & Solo se V2

                1 Reply Last reply
                0
                • Ralla66R Offline
                  Ralla66R Offline
                  Ralla66
                  Most Active
                  wrote on last edited by
                  #245

                  Habe heute probiert.

                  Im Script kommt immer das Achtung Symbol.

                  Siehe Bild.

                  Wenn ich aus == dieses mache === läuft das Script aber..

                  Sind die Commands für die VU ?

                  Beispiel Exit ist bei mir ok.

                  ['http://',IP,':',PORT,'/web/remotecontrol?command=',174]

                  Diese scheinen für meine Dream7020 etwas anders zu sein.

                  Zeile 225 bleibt das Achtung Symbol.

                  Was ist hier nicht ok ?
                  5230_achtung.jpg
                  5230_achtung_v2.jpg

                  1 Reply Last reply
                  0
                  • Matten MattenM Offline
                    Matten MattenM Offline
                    Matten Matten
                    wrote on last edited by
                    #246

                    Mach doch das Open web Interface auf deine Dreambox statt das Standard web if.

                    Ansonsten kann Ich ja mal schauen ob ich das so programiere, dass man VU oder Dreambox vorher einstellt, bzw er das automatisch erkennt und dann die Kommandos entsprechend abändert.

                    ioBroker auf Beelink mit WIN10 home|CCU3 (Raspberrymatic)|Neato BotVac D3|HYPERION Ambilight auf RPI3 und RPI ZeroW|HA-Bridge|Milight LED|Nodered&Redmatic|VU Duo2 & Solo se V2

                    1 Reply Last reply
                    0
                    • HomoranH Offline
                      HomoranH Offline
                      Homoran
                      Global Moderator Administrators
                      wrote on last edited by
                      #247

                      [OT]

                      ich habe mir jetzt eine Dreambox gekauft - hatte vorher eine Gigablue Quad

                      Lt. Info des Verkäufers soll das gleiche WebIF drauf sein - Isses nicht.

                      GB hatte Open WebIF - Dreambox = ???

                      Was ist denn die bessere Variante??

                      [/OT]

                      Gruß

                      Rainer

                      kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                      der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                      1 Reply Last reply
                      0
                      • Ralla66R Offline
                        Ralla66R Offline
                        Ralla66
                        Most Active
                        wrote on last edited by
                        #248

                        @ Matten Matten

                        das mit den Commands wäre ein Traum.

                        Kannst du noch das Passwort mit einfügen.

                        Läuft bei mir nur mit http Passwort deaktiviert.

                        1 Reply Last reply
                        0
                        • Matten MattenM Offline
                          Matten MattenM Offline
                          Matten Matten
                          wrote on last edited by
                          #249

                          @Homoran:

                          [OT]

                          ich habe mir jetzt eine Dreambox gekauft - hatte vorher eine Gigablue Quad

                          Lt. Info des Verkäufers soll das gleiche WebIF drauf sein - Isses nicht.

                          GB hatte Open WebIF - Dreambox = ???

                          Was ist denn die bessere Variante??

                          [/OT]

                          Gruß

                          Rainer `

                          Ich denke das ist Geschmackssache, ich hab sogar beide drauf. Bei openwebif finde ich das Design und die Navigation übersichtlicher und angenehmer, beim Stand Enigma 2 web Interface hat man den Vorteil wenn man auf Radio umschaltet erhält man mehr Sendungsinformationen zum auslesen.

                          ioBroker auf Beelink mit WIN10 home|CCU3 (Raspberrymatic)|Neato BotVac D3|HYPERION Ambilight auf RPI3 und RPI ZeroW|HA-Bridge|Milight LED|Nodered&Redmatic|VU Duo2 & Solo se V2

                          1 Reply Last reply
                          0
                          • Matten MattenM Offline
                            Matten MattenM Offline
                            Matten Matten
                            wrote on last edited by
                            #250

                            @Ralla66:

                            @ Matten Matten

                            das mit den Commands wäre ein Traum.

                            Kannst du noch das Passwort mit einfügen.

                            Läuft bei mir nur mit http Passwort deaktiviert. `

                            Ja kann ich machen.

                            Trotzdem schon Mal über Open web Interface nachgedacht?

                            (Hab bei mir sogar beide drauf, muss nur der Port unterschiedlich sein)

                            ioBroker auf Beelink mit WIN10 home|CCU3 (Raspberrymatic)|Neato BotVac D3|HYPERION Ambilight auf RPI3 und RPI ZeroW|HA-Bridge|Milight LED|Nodered&Redmatic|VU Duo2 & Solo se V2

                            1 Reply Last reply
                            0
                            • HomoranH Offline
                              HomoranH Offline
                              Homoran
                              Global Moderator Administrators
                              wrote on last edited by
                              #251

                              @Matten Matten:

                              Bei openwebif finde ich das Design und die Navigation übersichtlicher und angenehmer, `
                              Das fiel mir auch sofort auf.

                              Meine Frau programmiert die Aufnahmen am liebsten am PC - bei Open WebIF viel intuitiver.

                              Gruß

                              Rainer

                              kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                              Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                              der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                              1 Reply Last reply
                              0
                              • Ralla66R Offline
                                Ralla66R Offline
                                Ralla66
                                Most Active
                                wrote on last edited by
                                #252

                                Schaue mir das mal an.

                                Läuft gerade alles sehr stabil mit dem Streamen.

                                Bin froh das ich endlich ne Kombi habe die läuft.

                                Channel_Up 402 ruft bei mir nur die Programmliste auf.

                                Ein Channel Up bekomme ich nur hin wenn ich Commando

                                402 ( bouquet up )

                                delay

                                103 ( up )

                                delay

                                352 ( ok ) sende.

                                116 Power / Standby geht.

                                Rufe das per http: //192.168.2.111/web/powerstate?newstate=5 auf.

                                So kann ich die Box ganz ausschalten mit

                                http: //192.168.2.111/web/powerstate?newstate=1

                                deepstandby.

                                1 Reply Last reply
                                0
                                • Matten MattenM Offline
                                  Matten MattenM Offline
                                  Matten Matten
                                  wrote on last edited by
                                  #253

                                  @Ralla66:

                                  @ Matten Matten

                                  das mit den Commands wäre ein Traum.

                                  Kannst du noch das Passwort mit einfügen.

                                  Läuft bei mir nur mit http Passwort deaktiviert. `

                                  ########### ENIGMA 2 BUTTON SCRIPT V1.2 ############

                                  https://github.com/Matten-Matten/ioBrok … in/COMMAND

                                  ioBroker auf Beelink mit WIN10 home|CCU3 (Raspberrymatic)|Neato BotVac D3|HYPERION Ambilight auf RPI3 und RPI ZeroW|HA-Bridge|Milight LED|Nodered&Redmatic|VU Duo2 & Solo se V2

                                  1 Reply Last reply
                                  0
                                  • Matten MattenM Offline
                                    Matten MattenM Offline
                                    Matten Matten
                                    wrote on last edited by
                                    #254

                                    @Ralla66:

                                    Schaue mir das mal an.

                                    Läuft gerade alles sehr stabil mit dem Streamen.

                                    Bin froh das ich endlich ne Kombi habe die läuft.

                                    Channel_Up 402 ruft bei mir nur die Programmliste auf.

                                    Ein Channel Up bekomme ich nur hin wenn ich Commando

                                    402 ( bouquet up )

                                    delay

                                    103 ( up )

                                    delay

                                    352 ( ok ) sende.

                                    116 Power / Standby geht.

                                    Rufe das per http: //192.168.2.111/web/powerstate?newstate=5 auf.

                                    So kann ich die Box ganz ausschalten mit

                                    http: //192.168.2.111/web/powerstate?newstate=1

                                    deepstandby. `

                                    Channel_Up und down wird beim Dreamwebif nicht gehen (habe zumindest noch keine infos gefunden)

                                    (https://dream.reichholf.net/wiki/Webint ... Ckey....3E)

                                    edit: kannst du mit code 103 und 108 die sender Schalten? (hab keine dream hier :roll: zum testen)

                                    ioBroker auf Beelink mit WIN10 home|CCU3 (Raspberrymatic)|Neato BotVac D3|HYPERION Ambilight auf RPI3 und RPI ZeroW|HA-Bridge|Milight LED|Nodered&Redmatic|VU Duo2 & Solo se V2

                                    1 Reply Last reply
                                    0
                                    • Ralla66R Offline
                                      Ralla66R Offline
                                      Ralla66
                                      Most Active
                                      wrote on last edited by
                                      #255

                                      Nein,

                                      103 und 108 sind bei mir Pfeiltaste rauf oder runter.

                                      Teste mal dein neues Script.

                                      ########### ENIGMA 2 BUTTON SCRIPT V1.2 ############

                                      Diese Version geht, Passwort nicht getestet.

                                      103 und 108 sind bei mir Pfeiltaste rauf oder runter

                                      Wenn Channel up nicht Org geht setze doch

                                      402 ( ChannelUp )

                                      delay 200 ms

                                      103 ( up )

                                      delay 200ms

                                      352 ( ok )

                                      im Script.

                                      Weiss ja nicht was deine VU bei 103 / 108 macht.

                                      Commands hatte ich von hier:

                                      https://dream.reichholf.net/wiki/Enigma2:WebInterface

                                      Nachtrag 14.05.2018:

                                      Commands liegen auf der Box unter /usr/lib/enigma2/python/keyids.py

                                      Sind bei der 7020 und Duo gleich, die der 8000 sind etwas anders.

                                      7020 und 8000 Dreamwebif, Duo mit open.

                                      Dreambox7020 Commands:

                                      ! KEYIDS = {
                                      ! "KEY_RESERVED": 0,
                                      ! "KEY_ESC": 1,
                                      ! "KEY_1": 2,
                                      ! "KEY_2": 3,
                                      ! "KEY_3": 4,
                                      ! "KEY_4": 5,
                                      ! "KEY_5": 6,
                                      ! "KEY_6": 7,
                                      ! "KEY_7": 8,
                                      ! "KEY_8": 9,
                                      ! "KEY_9": 10,
                                      ! "KEY_0": 11,
                                      ! "KEY_MINUS": 12,
                                      ! "KEY_EQUAL": 13,
                                      ! "KEY_BACKSPACE": 14,
                                      ! "KEY_TAB": 15,
                                      ! "KEY_Q": 16,
                                      ! "KEY_W": 17,
                                      ! "KEY_E": 18,
                                      ! "KEY_R": 19,
                                      ! "KEY_T": 20,
                                      ! "KEY_Y": 21,
                                      ! "KEY_U": 22,
                                      ! "KEY_I": 23,
                                      ! "KEY_O": 24,
                                      ! "KEY_P": 25,
                                      ! "KEY_LEFTBRACE": 26,
                                      ! "KEY_RIGHTBRACE": 27,
                                      ! "KEY_ENTER": 28,
                                      ! "KEY_LEFTCTRL": 29,
                                      ! "KEY_A": 30,
                                      ! "KEY_S": 31,
                                      ! "KEY_D": 32,
                                      ! "KEY_F": 33,
                                      ! "KEY_G": 34,
                                      ! "KEY_H": 35,
                                      ! "KEY_J": 36,
                                      ! "KEY_K": 37,
                                      ! "KEY_L": 38,
                                      ! "KEY_SEMICOLON": 39,
                                      ! "KEY_APOSTROPHE": 40,
                                      ! "KEY_GRAVE": 41,
                                      ! "KEY_LEFTSHIFT": 42,
                                      ! "KEY_BACKSLASH": 43,
                                      ! "KEY_Z": 44,
                                      ! "KEY_X": 45,
                                      ! "KEY_C": 46,
                                      ! "KEY_V": 47,
                                      ! "KEY_B": 48,
                                      ! "KEY_N": 49,
                                      ! "KEY_M": 50,
                                      ! "KEY_COMMA": 51,
                                      ! "KEY_DOT": 52,
                                      ! "KEY_SLASH": 53,
                                      ! "KEY_RIGHTSHIFT": 54,
                                      ! "KEY_KPASTERISK": 55,
                                      ! "KEY_LEFTALT": 56,
                                      ! "KEY_SPACE": 57,
                                      ! "KEY_CAPSLOCK": 58,
                                      ! "KEY_F1": 59,
                                      ! "KEY_F2": 60,
                                      ! "KEY_F3": 61,
                                      ! "KEY_F4": 62,
                                      ! "KEY_F5": 63,
                                      ! "KEY_F6": 64,
                                      ! "KEY_F7": 65,
                                      ! "KEY_F8": 66,
                                      ! "KEY_F9": 67,
                                      ! "KEY_F10": 68,
                                      ! "KEY_NUMLOCK": 69,
                                      ! "KEY_SCROLLLOCK": 70,
                                      ! "KEY_KP7": 71,
                                      ! "KEY_KP8": 72,
                                      ! "KEY_KP9": 73,
                                      ! "KEY_KPMINUS": 74,
                                      ! "KEY_KP4": 75,
                                      ! "KEY_KP5": 76,
                                      ! "KEY_KP6": 77,
                                      ! "KEY_KPPLUS": 78,
                                      ! "KEY_KP1": 79,
                                      ! "KEY_KP2": 80,
                                      ! "KEY_KP3": 81,
                                      ! "KEY_KP0": 82,
                                      ! "KEY_KPDOT": 83,
                                      ! "KEY_103RD": 84,
                                      ! "KEY_F13": 85,
                                      ! "KEY_102ND": 86,
                                      ! "KEY_F11": 87,
                                      ! "KEY_F12": 88,
                                      ! "KEY_F14": 89,
                                      ! "KEY_F15": 90,
                                      ! "KEY_F16": 91,
                                      ! "KEY_F17": 92,
                                      ! "KEY_F18": 93,
                                      ! "KEY_F19": 94,
                                      ! "KEY_F20": 95,
                                      ! "KEY_KPENTER": 96,
                                      ! "KEY_RIGHTCTRL": 97,
                                      ! "KEY_KPSLASH": 98,
                                      ! "KEY_SYSRQ": 99,
                                      ! "KEY_RIGHTALT": 100,
                                      ! "KEY_LINEFEED": 101,
                                      ! "KEY_HOME": 102,
                                      ! "KEY_UP": 103,
                                      ! "KEY_PAGEUP": 104,
                                      ! "KEY_LEFT": 105,
                                      ! "KEY_RIGHT": 106,
                                      ! "KEY_END": 107,
                                      ! "KEY_DOWN": 108,
                                      ! "KEY_PAGEDOWN": 109,
                                      ! "KEY_INSERT": 110,
                                      ! "KEY_DELETE": 111,
                                      ! "KEY_MACRO": 112,
                                      ! "KEY_MUTE": 113,
                                      ! "KEY_VOLUMEDOWN": 114,
                                      ! "KEY_VOLUMEUP": 115,
                                      ! "KEY_POWER": 116,
                                      ! "KEY_KPEQUAL": 117,
                                      ! "KEY_KPPLUSMINUS": 118,
                                      ! "KEY_PAUSE": 119,
                                      ! "KEY_F21": 120,
                                      ! "KEY_F22": 121,
                                      ! "KEY_F23": 122,
                                      ! "KEY_F24": 123,
                                      ! "KEY_KPCOMMA": 124,
                                      ! "KEY_LEFTMETA": 125,
                                      ! "KEY_RIGHTMETA": 126,
                                      ! "KEY_COMPOSE": 127,
                                      ! "KEY_STOP": 128,
                                      ! "KEY_AGAIN": 129,
                                      ! "KEY_PROPS": 130,
                                      ! "KEY_UNDO": 131,
                                      ! "KEY_FRONT": 132,
                                      ! "KEY_COPY": 133,
                                      ! "KEY_OPEN": 134,
                                      ! "KEY_PASTE": 135,
                                      ! "KEY_FIND": 136,
                                      ! "KEY_CUT": 137,
                                      ! "KEY_HELP": 138,
                                      ! "KEY_MENU": 139,
                                      ! "KEY_CALC": 140,
                                      ! "KEY_SETUP": 141,
                                      ! "KEY_SLEEP": 142,
                                      ! "KEY_WAKEUP": 143,
                                      ! "KEY_FILE": 144,
                                      ! "KEY_SENDFILE": 145,
                                      ! "KEY_DELETEFILE": 146,
                                      ! "KEY_XFER": 147,
                                      ! "KEY_PROG1": 148,
                                      ! "KEY_PROG2": 149,
                                      ! "KEY_WWW": 150,
                                      ! "KEY_MSDOS": 151,
                                      ! "KEY_COFFEE": 152,
                                      ! "KEY_DIRECTION": 153,
                                      ! "KEY_CYCLEWINDOWS": 154,
                                      ! "KEY_MAIL": 155,
                                      ! "KEY_BOOKMARKS": 156,
                                      ! "KEY_COMPUTER": 157,
                                      ! "KEY_BACK": 158,
                                      ! "KEY_FORWARD": 159,
                                      ! "KEY_CLOSECD": 160,
                                      ! "KEY_EJECTCD": 161,
                                      ! "KEY_EJECTCLOSECD": 162,
                                      ! "KEY_NEXTSONG": 163,
                                      ! "KEY_PLAYPAUSE": 164,
                                      ! "KEY_PREVIOUSSONG": 165,
                                      ! "KEY_STOPCD": 166,
                                      ! "KEY_RECORD": 167,
                                      ! "KEY_REWIND": 168,
                                      ! "KEY_PHONE": 169,
                                      ! "KEY_ISO": 170,
                                      ! "KEY_CONFIG": 171,
                                      ! "KEY_HOMEPAGE": 172,
                                      ! "KEY_REFRESH": 173,
                                      ! "KEY_EXIT": 174,
                                      ! "KEY_MOVE": 175,
                                      ! "KEY_EDIT": 176,
                                      ! "KEY_SCROLLUP": 177,
                                      ! "KEY_SCROLLDOWN": 178,
                                      ! "KEY_KPLEFTPAREN": 179,
                                      ! "KEY_KPRIGHTPAREN": 180,
                                      ! "KEY_INTL1": 181,
                                      ! "KEY_INTL2": 182,
                                      ! "KEY_INTL3": 183,
                                      ! "KEY_INTL4": 184,
                                      ! "KEY_INTL5": 185,
                                      ! "KEY_INTL6": 186,
                                      ! "KEY_INTL7": 187,
                                      ! "KEY_INTL8": 188,
                                      ! "KEY_INTL9": 189,
                                      ! "KEY_LANG1": 190,
                                      ! "KEY_LANG2": 191,
                                      ! "KEY_LANG3": 192,
                                      ! "KEY_LANG4": 193,
                                      ! "KEY_LANG5": 194,
                                      ! "KEY_LANG6": 195,
                                      ! "KEY_LANG7": 196,
                                      ! "KEY_LANG8": 197,
                                      ! "KEY_LANG9": 198,
                                      ! "KEY_PLAYCD": 200,
                                      ! "KEY_PAUSECD": 201,
                                      ! "KEY_PROG3": 202,
                                      ! "KEY_PROG4": 203,
                                      ! "KEY_SUSPEND": 205,
                                      ! "KEY_CLOSE": 206,
                                      ! "KEY_PLAY": 207,
                                      ! "KEY_FASTFORWARD": 208,
                                      ! "KEY_BASSBOOST": 209,
                                      ! "KEY_PRINT": 210,
                                      ! "KEY_HP": 211,
                                      ! "KEY_CAMERA": 212,
                                      ! "KEY_SOUND": 213,
                                      ! "KEY_QUESTION": 214,
                                      ! "KEY_EMAIL": 215,
                                      ! "KEY_CHAT": 216,
                                      ! "KEY_SEARCH": 217,
                                      ! "KEY_CONNECT": 218,
                                      ! "KEY_FINANCE": 219,
                                      ! "KEY_SPORT": 220,
                                      ! "KEY_SHOP": 221,
                                      ! "KEY_ALTERASE": 222,
                                      ! "KEY_CANCEL": 223,
                                      ! "KEY_BRIGHTNESSDOWN": 224,
                                      ! "KEY_BRIGHTNESSUP": 225,
                                      ! "KEY_MEDIA": 226,
                                      ! "KEY_UNKNOWN": 240,
                                      ! "KEY_OK": 352,
                                      ! "KEY_SELECT": 353,
                                      ! "KEY_GOTO": 354,
                                      ! "KEY_CLEAR": 355,
                                      ! "KEY_POWER2": 356,
                                      ! "KEY_OPTION": 357,
                                      ! "KEY_INFO": 358,
                                      ! "KEY_TIME": 359,
                                      ! "KEY_VENDOR": 360,
                                      ! "KEY_ARCHIVE": 361,
                                      ! "KEY_PROGRAM": 362,
                                      ! "KEY_CHANNEL": 363,
                                      ! "KEY_FAVORITES": 364,
                                      ! "KEY_EPG": 365,
                                      ! "KEY_PVR": 366,
                                      ! "KEY_MHP": 367,
                                      ! "KEY_LANGUAGE": 368,
                                      ! "KEY_TITLE": 369,
                                      ! "KEY_SUBTITLE": 370,
                                      ! "KEY_ANGLE": 371,
                                      ! "KEY_ZOOM": 372,
                                      ! "KEY_MODE": 373,
                                      ! "KEY_KEYBOARD": 374,
                                      ! "KEY_SCREEN": 375,
                                      ! "KEY_PC": 376,
                                      ! "KEY_TV": 377,
                                      ! "KEY_TV2": 378,
                                      ! "KEY_VCR": 379,
                                      ! "KEY_VCR2": 380,
                                      ! "KEY_SAT": 381,
                                      ! "KEY_SAT2": 382,
                                      ! "KEY_CD": 383,
                                      ! "KEY_TAPE": 384,
                                      ! "KEY_RADIO": 385,
                                      ! "KEY_TUNER": 386,
                                      ! "KEY_PLAYER": 387,
                                      ! "KEY_TEXT": 388,
                                      ! "KEY_DVD": 389,
                                      ! "KEY_AUX": 390,
                                      ! "KEY_MP3": 391,
                                      ! "KEY_AUDIO": 392,
                                      ! "KEY_VIDEO": 393,
                                      ! "KEY_DIRECTORY": 394,
                                      ! "KEY_LIST": 395,
                                      ! "KEY_MEMO": 396,
                                      ! "KEY_CALENDAR": 397,
                                      ! "KEY_RED": 398,
                                      ! "KEY_GREEN": 399,
                                      ! "KEY_YELLOW": 400,
                                      ! "KEY_BLUE": 401,
                                      ! "KEY_CHANNELUP": 402,
                                      ! "KEY_CHANNELDOWN": 403,
                                      ! "KEY_FIRST": 404,
                                      ! "KEY_LAST": 405,
                                      ! "KEY_AB": 406,
                                      ! "KEY_NEXT": 407,
                                      ! "KEY_RESTART": 408,
                                      ! "KEY_SLOW": 409,
                                      ! "KEY_SHUFFLE": 410,
                                      ! "KEY_BREAK": 411,
                                      ! "KEY_PREVIOUS": 412,
                                      ! "KEY_DIGITS": 413,
                                      ! "KEY_TEEN": 414,
                                      ! "KEY_TWEN": 415,
                                      ! "KEY_DEL_EOL": 448,
                                      ! "KEY_DEL_EOS": 449,
                                      ! "KEY_INS_LINE": 450,
                                      ! "KEY_DEL_LINE": 451,
                                      ! "KEY_ASCII": 510,
                                      ! "KEY_MAX": 511,
                                      ! "BTN_0": 256,
                                      ! "BTN_1": 257,
                                      ! }

                                      Bei mir ist:

                                      // DREAMWEBIF

                                      EXIT = '1';

                                      MENU = '141';

                                      RADIO = '377';

                                      TV = '385';

                                      174,139,385,377

                                      Zeile 42 ist == muß das nicht === sein ?

                                      Bin ja Beginner, muß nicht in Zeile 5 PW stehen, also PW als var angelegt werden ?

                                      Habe Channelup / down ( 402, 403 ) noch einmal getestet.

                                      Da wird bei mir nur in die Senderliste gesprungen.

                                      1 Reply Last reply
                                      0
                                      • Ralla66R Offline
                                        Ralla66R Offline
                                        Ralla66
                                        Most Active
                                        wrote on last edited by
                                        #256

                                        Channelup geht jetzt bei mir über diesem Umweg in Blockly.

                                        Delay / Timeout wie tief ist noch zu testen.

                                        Rennt aber.

                                        :mrgreen:
                                        5230_channel_up_ralla.jpg

                                        1 Reply Last reply
                                        0
                                        • Matten MattenM Offline
                                          Matten MattenM Offline
                                          Matten Matten
                                          wrote on last edited by
                                          #257

                                          @ralla66

                                          Funktioniert denn das Script? Mit user Passwort und so?

                                          Du hattest eine Liste von deiner Box?

                                          Dann müsste folgendes doch die Chanel umschalten…
                                          3476_img_20180514_193257.png

                                          ioBroker auf Beelink mit WIN10 home|CCU3 (Raspberrymatic)|Neato BotVac D3|HYPERION Ambilight auf RPI3 und RPI ZeroW|HA-Bridge|Milight LED|Nodered&Redmatic|VU Duo2 & Solo se V2

                                          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
                                          FAQ Cloud / IOT
                                          HowTo: Node.js-Update
                                          HowTo: Backup/Restore
                                          Downloads
                                          BLOG

                                          568

                                          Online

                                          32.4k

                                          Users

                                          81.4k

                                          Topics

                                          1.3m

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

                                          • Don't have an account? Register

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