Seite 3 von 4 ErsteErste 1234 LetzteLetzte
Ergebnis 21 bis 30 von 31
  1. #21
    Anfänger
    Registriert seit
    10.10.2020
    Beiträge
    12
    Thanks (gegeben)
    0
    Thanks (bekommen)
    0
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke
    Box 1:
    Octagon SF8008 Mini 4K UHD E2
     
     

    •   Alt Advertising

       

  2. #22
    Avatar von Pike_Bishop
    Registriert seit
    11.02.2020
    Ort
    here and there
    Beiträge
    2.444
    Thanks (gegeben)
    650
    Thanks (bekommen)
    1661
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke
    Box 1:
    Mutant HD2400
     
     
    Box 2:
    VU Ultimo 4K
     
     
    Box 3:
    Octagon SF8008
     
     
    Box 4:
    Gigablue Quad 4K
     
     
    Box 5:
    VDR
     
     
    is the script renamed which name has it ?
    and how did you start the script - i need exactly answers

  3. #23
    Avatar von Pike_Bishop
    Registriert seit
    11.02.2020
    Ort
    here and there
    Beiträge
    2.444
    Thanks (gegeben)
    650
    Thanks (bekommen)
    1661
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke
    Box 1:
    Mutant HD2400
     
     
    Box 2:
    VU Ultimo 4K
     
     
    Box 3:
    Octagon SF8008
     
     
    Box 4:
    Gigablue Quad 4K
     
     
    Box 5:
    VDR
     
     
    Hi,

    do you know hotkey ?
    you have a script in /usr/script and then put it with hotkey on a button.

  4. #24
    Anfänger
    Registriert seit
    10.10.2020
    Beiträge
    12
    Thanks (gegeben)
    0
    Thanks (bekommen)
    0
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke
    Box 1:
    Octagon SF8008 Mini 4K UHD E2
     
     
    script is named "AV.sh" and is in directory "usr/script"

    I have mapped Enigma-not-used buton on remote controll to run this script


    https://thumbs.uloz.to/2/7/4/27492c4...FH9mr9_uAQ&bl=

  5. #25
    Anfänger
    Registriert seit
    10.10.2020
    Beiträge
    12
    Thanks (gegeben)
    0
    Thanks (bekommen)
    0
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke
    Box 1:
    Octagon SF8008 Mini 4K UHD E2
     
     
    Zitat Zitat von Pike_Bishop Beitrag anzeigen
    Hi,

    do you know hotkey ?
    you have a script in /usr/script and then put it with hotkey on a button.
    yes exactly

  6. #26
    Avatar von Pike_Bishop
    Registriert seit
    11.02.2020
    Ort
    here and there
    Beiträge
    2.444
    Thanks (gegeben)
    650
    Thanks (bekommen)
    1661
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke
    Box 1:
    Mutant HD2400
     
     
    Box 2:
    VU Ultimo 4K
     
     
    Box 3:
    Octagon SF8008
     
     
    Box 4:
    Gigablue Quad 4K
     
     
    Box 5:
    VDR
     
     
    Hi,

    here it works with the script which i attach now

    script is named "AV.sh" and is in directory "usr/script"
    that's not good, the script needs hidden in the name (as i wrote) so rename it to AV.hidden.sh

    but maybe you need also to install ppanel so that it works;
    Code:
    opkg update
    opkg install enigma2-plugin-extensions-ppanel
    here i have always installed ppanel.


    regards
    Pike
    Angehängte Dateien Angehängte Dateien
    Geändert von Pike_Bishop (29.11.2020 um 00:58 Uhr)

  7. #27
    Anfänger
    Registriert seit
    10.10.2020
    Beiträge
    12
    Thanks (gegeben)
    0
    Thanks (bekommen)
    0
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke
    Box 1:
    Octagon SF8008 Mini 4K UHD E2
     
     
    Hi

    perfect!! now it working

    Thank you wery much!!

  8. #28
    Anfänger Avatar von tommi32
    Registriert seit
    04.01.2018
    Beiträge
    15
    Thanks (gegeben)
    2
    Thanks (bekommen)
    2
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke
    Box 1:
    VU+ UNO 4K
     
     
    Box 2:
    VU+ ZERO 4K
     
     
    Hi there.

    I need help with similar problem as was resolved in this thread
    I need to run a script which increase the volume on my AV receiver via API command.
    The script works well, the volume is changing, but the screen doesnt disappear as in attachment.
    I followed the instructions from Pike_Bishop in post #16:
    - script is located in usr/script
    - script has renamed to avr_volume_down.hidden.sh
    and here is the syntax of the script:
    Code:
    BOXIP=http://192.168.1.133
    WGET=/usr/bin/wget
    
    $WGET -q -O - $BOXIP/YamahaExtendedControl/v1/main/setVolume?volume=up&step=1 > /dev/null
    
    exit
    Can someone help me how to close the window after running the script?
    Miniaturansichten angehängter Grafiken Miniaturansichten angehängter Grafiken How to run a script from remote ?-img-1553.jpg  

  9. #29
    Avatar von Pike_Bishop
    Registriert seit
    11.02.2020
    Ort
    here and there
    Beiträge
    2.444
    Thanks (gegeben)
    650
    Thanks (bekommen)
    1661
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke
    Box 1:
    Mutant HD2400
     
     
    Box 2:
    VU Ultimo 4K
     
     
    Box 3:
    Octagon SF8008
     
     
    Box 4:
    Gigablue Quad 4K
     
     
    Box 5:
    VDR
     
     
    Hi,

    you need also the command to close the window automatically,
    try this;

    Code:
    BOXIP=http://192.168.1.133
    WGET=/usr/bin/wget
    
    $WGET -q -O - $BOXIP/YamahaExtendedControl/v1/main/setVolume?volume=up&step=1 > /dev/null
    $WGET -q -O - http://localhost/web/remotecontrol?command=174
    
    exit
    if you start the script with hotkey that shall do it.
    and you have installed plugin ppanel too or ? if not make this first;
    Code:
    opkg update
    opkg install enigma2-plugin-extensions-ppanel

    regards
    Pike
    Geändert von Pike_Bishop (12.01.2021 um 19:42 Uhr)

  10. Thanks -, tommi32 bedankten sich
  11. #30
    Anfänger Avatar von tommi32
    Registriert seit
    04.01.2018
    Beiträge
    15
    Thanks (gegeben)
    2
    Thanks (bekommen)
    2
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke
    Box 1:
    VU+ UNO 4K
     
     
    Box 2:
    VU+ ZERO 4K
     
     
    Thanks Pike for a reply.
    Now it works , but maybe not perfect, after pushing the button the window blinks for a while, is there a way to avoid it?


Seite 3 von 4 ErsteErste 1234 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 04:00 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