Enigma Signal Meter - [iOS & Android]

  • Use your phone or tablet to align your satellite dish by reading signal levels from Enigma 1 or Enigma2 satellite receiver.


    Externer Inhalt www.youtube.com
    Inhalte von externen Seiten werden ohne Ihre Zustimmung nicht automatisch geladen und angezeigt.
    Durch die Aktivierung der externen Inhalte erklären Sie sich damit einverstanden, dass personenbezogene Daten an Drittplattformen übermittelt werden. Mehr Informationen dazu haben wir in unserer Datenschutzerklärung zur Verfügung gestellt.



    SUPPORTS ALL currently existing Enigma1 and Enigma2 receivers and images, has same interface for both versions and works remotely (just forward HTTP port and you can connect from anywhere).

    Additionally it allows you to ZAP channels, take screenshots and watch live TV streams directly on your device.

    Application is ADS FREE.


    Awailable for FREE download.


    DOWNLOAD FOR iOS


    DOWNLOAD FOR ANDROID


    Informations & support: https://krkadoni.com/

  • Wie sehen denn deine Einstellungen für das Webinterface aus?


    Bei mir gehen alle Boxen mit der IOS App.


    ZAP channels and watch live TV streams geht auch.

    Nur Screenshots gehen nicht.


    gruß pclin

    Dreambox ONE, TWO, DM920UHD, DM900UHD, DM820HD HDD + USB-HUB, Stick 64GB, USB-HDD, Keyboard K400r, Wlan-Stick 11n

    (Flash) DP-OE2.6 (BAXII) eigenes OE2.6, debian-buster, Diverse

    (Flash) DP-OE2.5 (BAXII) eigenes OE2.5-e2+kodi+X, debian-stretch, Diverse
    ---

    AudioDSP: miniDSP 2x4HD

    TV: LG OLED65BX9LB (PicCap)

    ---

    Hyperion (NG), Hyperion (Classic) mit Plugin HyperionControl auf der Dreambox ONE/TWO

    ESP32 mit WLED Wlan 263 LED's SK6812-NW 60 LED/m

    DM9x0 Plugin EnigmaLight, Hyperion (NG)


    Ambilight for ever

    Einmal editiert, zuletzt von pclin ()

  • Wahrscheinlich hat obibraun die Sicherheitsfeature aktiviert uns pclin nicht? Dann gibt es nämlich einen 412.


    Doof, wenn heute wirklich noch Apps gebaut werden, die angeblich alles unterstützen, aber dann fehlt das

    Gruss
    Dre


    Boxen (im Einsatz): DM920, DM900, DMOne
    Developer Project Merlin - we are OpenSource

  • Author speaking here.

    I apologize for writing in English.

    I'm interested to help, 412 indeed indicates that your DM doesnt like request.

    Can you provide more info, like

    - are you connecting from local LAN?

    - did you enter IP address or hostname in address field?

    - what port?

    - did you choose Use SSL?

    - do you have password or is it empty?

    - have you tried to connect from browser using same info like in application?


    EDIT: ok, I see whats going on. Missed other posts. Security features are now on by default. Try to turn off and see if it works. I will definitely take a look at this. Anybody willing to allow temporary access to the Dreambox to check this out in order to fix it. Someday, during daytime?

    Einmal editiert, zuletzt von shax ()

  • You don't need access to a device. It's simple.


    GET request to http://ip:port/web/session


    This will return you a session token. In the returned xml it's root.text. But you can find the xml on github in the WebInterface plugin.


    The sessionid has to be provided as part of postdata which each POST request.

    Gruss
    Dre


    Boxen (im Einsatz): DM920, DM900, DMOne
    Developer Project Merlin - we are OpenSource

  • There ist No need for a command prompt, If you are Not able to extract the returned Data of First call and use this for next calls...you really have a problem

  • MartiniB thats the same thing I was thinking, API calls for entire remote is already implemented only problem is GUI. I agree that this should go on signal page, but where? Keep in mind this has to be buttons with translatable text. End result would probably be ugly. And signal page has too many things AS IS All that to save one extra click on "Services" tab.


    @gutemine I was refering to suggestion to use dreamboxctl command to get screenshot.

  • If the DreamOS webinterface can do Screenshots, what die you think you need?

  • @gutemine I was simply trying to find out why screenshot is not working for pclin . He said that everything was working except screenshot. Obviously this is not session related problem, otherwise he would be getting 412 error. Only screenshot command is failing.

  • wenn er nur das Webinterface aufruft ist es auch egal wie es sich den Screenshot holt. Das Problem ist einfach wenn Leute keine aktuelle Dreambox mit DreamOS haben und glauben daß sich seit den uralten webinterface befehlen aus Reichi's Wiki nix getan hat...dann kommen solche Apps und Threads zustande.


    Es ist ja auch nett wenn jemand so erwas macht aber ein bisschen Flexibilität kann nie schaden

  • @gutemine Screenshot command doesn't exist in Reichholf's API. Check the Wiki yourself. It's only available as a command from Web application.


    dre That was actually helpfull. Thanks.

    Problem is here

    https://github.com/shaxxx/Enig…reenshot_command.dart#L31


    In the PR you linked screenshot command was changed from /grab to /screenshot, and default parameters changed. This was changed 3 months ago.


    This is breaking change, probably occuring in really new versions of webif and will need some kind of workaround.