Seite 1 von 2 12 LetzteLetzte
Ergebnis 1 bis 10 von 11
  1. #1
    Senior Mitglied
    Registriert seit
    08.04.2013
    Beiträge
    194
    Thanks (gegeben)
    86
    Thanks (bekommen)
    12
    Total Downloaded
    34,12 MB
    Total Downloaded
    34,12 MB
    ReceiverDanke
    Box 1:
    VU+ DUO 4K
     
     
    Box 2:
    4x iqon force 2
     
     
    Box 3:
    1x Gigablue Ultra UE
     
     
    Box 4:
    1x Formuler F4 turbo
     
     
    Box 5:
    VU+ Uno 4K SE
     
     

    Script um auf einen bestimmten Kanal zu schalten?

    Hallo, ist es möglich per Script auf einen bestimmten Kanal zu schalten?
    Hintergrund ist, ich habe auf z.B. Kanal 199, meine IP-Kamera, eingebunden, nun möchte ich mir das Script auf eine Taste legen, um zu diesem Kanal zu wechseln, besser wäre noch ein Togglen, zu dem vorher gesehenen Kanal!

    •   Alt Advertising

       

  2. #2
    Avatar von zeini
    Registriert seit
    24.06.2013
    Ort
    Österreich
    Beiträge
    5.023
    Thanks (gegeben)
    835
    Thanks (bekommen)
    1489
    Total Downloaded
    15,72 MB
    Total Downloaded
    15,72 MB
    ReceiverDanke
    Box 1:
    Zgemma H9.Twin
     
     
    Box 2:
    Edision Optimuss OS1+
     
     
    Box 3:
    Golden Interstar XPEED LX1
     
     
    Box 4:
    Spycat
     
     
    Box 5:
    AX HD60
     
     
    Mit der Taste 0 kommst du bei Standardeinstellung ohnehin immer zum vorher gesehenen Sender mit allen Enigma2 Geräten.
    ______________________
    Hans

    TV - Hisense Ulra HD
    Eutelsat 13°E und Astra 19,2°E Unicable-Matrix mit Wide-LNB


  3. #3
    Senior Mitglied
    Registriert seit
    08.04.2013
    Beiträge
    194
    Thanks (gegeben)
    86
    Thanks (bekommen)
    12
    Themenstarter
    Total Downloaded
    34,12 MB
    Total Downloaded
    34,12 MB
    ReceiverDanke
    Box 1:
    VU+ DUO 4K
     
     
    Box 2:
    4x iqon force 2
     
     
    Box 3:
    1x Gigablue Ultra UE
     
     
    Box 4:
    1x Formuler F4 turbo
     
     
    Box 5:
    VU+ Uno 4K SE
     
     
    Das ist mir klar, hilft mir allerdings nicht, vorrangig sollte per Script auf einem bestimmten Kanal geschaltet werden! Meine Fernbedienung hat auch in der Stabdarteinstellung, keine 10er Tastatur, brauch ich auch nicht, ist eine von Logitech!

  4. #4
    Senior Mitglied Avatar von Lucifer
    Registriert seit
    01.02.2015
    Beiträge
    184
    Thanks (gegeben)
    134
    Thanks (bekommen)
    131
    Total Downloaded
    1,62 MB
    Total Downloaded
    1,62 MB
    ReceiverDanke
    Hi there,

    you can simulate the buttons of the rc via the web interface.
    execute this script with a hotkey.


    Code:
    #!/bin/sh
    
    #  Button codes:
    #
    #	"011" = "0"
    #	"002" = "1"
    #	"003" = "2"
    #	"004" = "3"
    #	"005" = "4"
    #	"006" = "5"
    #	"007" = "6"
    #	"008" = "7"
    #	"009" = "8"
    #	"010" = "9"
    
    # Channel 119
    wget -qO - "http://127.0.0.1/web/remotecontrol?command=002"
    wget -qO - "http://127.0.0.1/web/remotecontrol?command=002"
    wget -qO - "http://127.0.0.1/web/remotecontrol?command=010"
    
    exit
    Geändert von Lucifer (05.07.2019 um 23:35 Uhr)

  5. Thanks jamalau bedankten sich
  6. #5
    Senior Mitglied
    Registriert seit
    08.04.2013
    Beiträge
    194
    Thanks (gegeben)
    86
    Thanks (bekommen)
    12
    Themenstarter
    Total Downloaded
    34,12 MB
    Total Downloaded
    34,12 MB
    ReceiverDanke
    Box 1:
    VU+ DUO 4K
     
     
    Box 2:
    4x iqon force 2
     
     
    Box 3:
    1x Gigablue Ultra UE
     
     
    Box 4:
    1x Formuler F4 turbo
     
     
    Box 5:
    VU+ Uno 4K SE
     
     
    @Lucifer
    Thank you, works great, when i usse Telnet , im starting with ./Channel1847.sh!

    But when i use a Hotkey, zapping doesn´t work, its only show a popup with the scriptcommand inside, and nothing happens!

    What i have to do ?

    My Script:

    Code:
    #  Button codes:
    #
    #	"011" = "0"
    #	"002" = "1"
    #	"003" = "2"
    #	"004" = "3"
    #	"005" = "4"
    #	"006" = "5"
    #	"007" = "6"
    #	"008" = "7"
    #	"009" = "8"
    #	"010" = "9"
    # Channel 1847
    wget -qO - "http://127.0.0.1/web/remotecontrol?command=002"
    wget -qO - "http://127.0.0.1/web/remotecontrol?command=009"
    wget -qO - "http://127.0.0.1/web/remotecontrol?command=005"
    wget -qO - "http://127.0.0.1/web/remotecontrol?command=008"
    exit
    Geändert von jamalau (11.07.2019 um 16:19 Uhr)

  7. #6
    Senior Mitglied Avatar von Lucifer
    Registriert seit
    01.02.2015
    Beiträge
    184
    Thanks (gegeben)
    134
    Thanks (bekommen)
    131
    Total Downloaded
    1,62 MB
    Total Downloaded
    1,62 MB
    ReceiverDanke
    Hi jamalau,

    i forgot about that, but no problem, it can be fixed.
    Hotkey / ButtonSetup use the plugin 'PPanel' to execute shell scripts, and PPanel opens a window on the screen before executing the script.

    the window can be closed with the 'OK' or 'EXIT' button.
    if the 'OK' buttoncode (352) is executed before the number buttoncodes, the PPanel window will close and you will zap to channel 1847

    Code:
    #!/bin/sh
    
    #  Button codes:
    #
    #	"011" = "0"
    #	"002" = "1"
    #	"003" = "2"
    #	"004" = "3"
    #	"005" = "4"
    #	"006" = "5"
    #	"007" = "6"
    #	"008" = "7"
    #	"009" = "8"
    #	"010" = "9"
    #	"352" = "OK"
    
    # OK button to close the PPanel window
    wget -qO - "http://127.0.0.1/web/remotecontrol?command=352"
    # Channel 1847
    wget -qO - "http://127.0.0.1/web/remotecontrol?command=002"
    wget -qO - "http://127.0.0.1/web/remotecontrol?command=009"
    wget -qO - "http://127.0.0.1/web/remotecontrol?command=005"
    wget -qO - "http://127.0.0.1/web/remotecontrol?command=008"
    
    exit

  8. Thanks jamalau bedankten sich
  9. #7
    Avatar von Papi2000
    Registriert seit
    20.04.2013
    Beiträge
    24.824
    Thanks (gegeben)
    4679
    Thanks (bekommen)
    9077
    Total Downloaded
    596,61 MB
    Total Downloaded
    596,61 MB
    ReceiverDanke
    Box 1:
    GB Q4K-SC / UE4K-SC / UE4K-C
     
     
    Box 2:
    GigaBlue Q-SSC / Q+-SSC
     
     
    Box 3:
    DM900uhd-SS / Vu+Duo
     
     
    Box 4:
    ZGemma H7/H9 SF8008
     
     
    Box 5:
    diverse andere . . .
     
     
    Better place the script in /usr/script, and not anywhere inthe filesytem. Just a little house keeping...
    Grüßle
    Ralf
    ---------------------------------------------
    Gigablue Quad4K-mixed, UE4K, Trio4K, Quad_Plus-SSC, UE_Plus-SC, X2/X3-SC, UltraUE-SC, ...
    Astra 19.2E UniCable & KabelBW, oATV/teamBlue
    (u.a.: DM900uhd,Vu+Duo,ZGemma H9Twin & H7S), PC-DVB-S/C/T, Xtreamer, BDP5200, Philips 24PFS4022/12, 65OLED855/12,UE32C5700, RPi3+
    ---- Einen Receiver kann sich jeder kaufen - Eine stabile E²-Box muß man sich verdienen! ----



  10. Thanks jamalau bedankten sich
  11. #8
    Senior Mitglied
    Registriert seit
    08.04.2013
    Beiträge
    194
    Thanks (gegeben)
    86
    Thanks (bekommen)
    12
    Themenstarter
    Total Downloaded
    34,12 MB
    Total Downloaded
    34,12 MB
    ReceiverDanke
    Box 1:
    VU+ DUO 4K
     
     
    Box 2:
    4x iqon force 2
     
     
    Box 3:
    1x Gigablue Ultra UE
     
     
    Box 4:
    1x Formuler F4 turbo
     
     
    Box 5:
    VU+ Uno 4K SE
     
     
    @Lucifer Thanks, i use your new script, but the PPanel doesn´t close, i dont know wy?
    To connnect the script with my RC-Button, i use "Menu/Setup/Usage&GUI/Hotkey Setup" and then Shellscripts!
    Is this the right way?





    @Papi 2000 Thanks, all my scripts are cuurently in /usr/sriptsScript um auf einen bestimmten Kanal zu schalten?-screengrabber.jpg
    Geändert von jamalau (12.07.2019 um 09:49 Uhr)

  12. #9
    Senior Mitglied Avatar von Lucifer
    Registriert seit
    01.02.2015
    Beiträge
    184
    Thanks (gegeben)
    134
    Thanks (bekommen)
    131
    Total Downloaded
    1,62 MB
    Total Downloaded
    1,62 MB
    ReceiverDanke
    you will have to install the extension 'ppanel' manually via the plugin browser. (forgot about that, i don't execute my scripts with a hotkey)
    if ppanel is not installed then the script is executed via the enigma2 console. this window can not be closed by adding the OK button code.

    more info about this in this thead: scripts mit hotkey nun mit konsole statt wie früher mit ppanel - nicht so gut !

    there are not that many threads in the openatv script section, if you have the time for it, read the threads.
    i learned a lot myself by reading the script sections of openatv and other forums.


    and if you have any questions, just ask.

  13. Thanks jamalau bedankten sich
  14. #10
    Senior Mitglied
    Registriert seit
    08.04.2013
    Beiträge
    194
    Thanks (gegeben)
    86
    Thanks (bekommen)
    12
    Themenstarter
    Total Downloaded
    34,12 MB
    Total Downloaded
    34,12 MB
    ReceiverDanke
    Box 1:
    VU+ DUO 4K
     
     
    Box 2:
    4x iqon force 2
     
     
    Box 3:
    1x Gigablue Ultra UE
     
     
    Box 4:
    1x Formuler F4 turbo
     
     
    Box 5:
    VU+ Uno 4K SE
     
     
    Thank works fine now, is there any list about the RC-Codes?


Seite 1 von 2 12 LetzteLetzte

Stichworte

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •  
Alle Zeitangaben in WEZ +1. Es ist jetzt 22:35 Uhr.
Powered by vBulletin® Version 4.2.5 (Deutsch)
Copyright ©2024 Adduco Digital e.K. und vBulletin Solutions, Inc. Alle Rechte vorbehalten.
Resources saved on this page: MySQL 5,26%
Parts of this site powered by vBulletin Mods & Addons from DragonByte Technologies Ltd. (Details)
vBulletin Skin By: PurevB.com