Beiträge von Brindosch

    Implementation would be easy, but could you explain a little why?
    If you start the intall via HyperCon a reboot is already forced - in case spi is added to config.txt -
    On a Hyperion update no reboot is required.


    If you use the command line install no reboot is forced, but you get a notice to do once.

    could you post both hyperion logs with this config? one with the old hyperiond and one with my hyperiond? I really want to know what is going on now.
    This is no problem, We still had no real feedback to the wetek devices or any other amlogic device, so no idea what is working here or not.

    yes, i consider to use this location, because it is accessible from samba. So in case easy to grab even if you don´t use HyperCon to get it.
    OpenELEC is in many terms a compromise. The read-only filesystem is one of them. Due to the point OpenELEC uses systemd i should not need a hyperion.log, because systemd writes everything to a database. On other systemd systems (OSMC/Raspbian jessie(Debain 8, etc)) you could easy grab a log with the following command: journalctl -u hyperion.service

    Hello Remus, great to have a first feedback from a wetek user.
    I am sure their installer just install a raspberrypi compatible build?
    We provide no builds for them, they compiled their own build - which may be just a rpi compatible build (?!)


    There are several problems with LibreELEC and their install flow. I wrote down a list for myself. I will report this soon.


    1. no dtparam=spi=on is added to config.txt (for RPis)
    2. the folder hyperion.service is not created at install (this will be created automatically if you open the settings dialog - which they don´t use)
    3. due to the missing folder i can´t upload a config to it with hypercon
    4. minor - no samba access to the config file (if you want to place it via network)
    5. start/stop work now
    6. No hyperion.log available - need a solution for this (no journalctl access?)
    7. i can´t get a v4l2 screenshot. the output looks gut, but no image is created
    8. but v4l2 grabbing is working


    (Cause you will run in some of them)


    So to push the config file is a little bit uncomfortable.


    I would really appreciate if you could try it with OpenELEC first and follow our install instruction that we know it is really working. And no source code problem.
    If this is working for you, you need to request a wetek compatible build from them.
    We also thought to add LibreELEC support to our install script, but they released now their own binarys so we may not need it. If they found no good solution for hyperion and the libreelec platforms we may get here many issues and we can´t do anything, just to say - don´t use the libreelec hyperion installer :)

    I tried it right now, something went wrong on your install.
    Could you push the install button again? The log button should work right now after install


    You are the first poster! :D

    HyperCon V1.02.0


    • SSH Screenshots: Hyperion wird nicht länger gestartet, nachdem ein Screenshot erstellt wurde. Das beschleunigt erheblich die Erstellung von Screenshots hintereinander.
    • SSH Screenshots: Als frame/size decimation Wert wird nun der von sigi verwendet. Da sich damit extrem gut die grünen Linien verhindern lassen.
    • Gerät hinzugefügt: RawHID (USB)
    • SSH Install/update: Ein Dialog verhindert versehentliches auslösen. Da der Start/Stop Button die Gefahr erhöhen.
    • SSH Allgemein: Da der sftp Zugang keinen Benutzerwechsel zulässt (Konfig upload) ,somit immer ein offener root Zugang benötigt wird. Habe ich nach einer besseren Lösung gesucht und gefunden.
    • Auf Systemen wie Raspbian/RetroPie und OSMC werden jetzt die "Besitzer" aller configs im /opt/hyperion/config/ Ordner auf die jeweiligen Benutzer abgeändert. Damit ist es nun möglich auch als SSH Benutzer "pi" (unter Raspbian/RetroPie) und SSH Benutzer "osmc" (unter osmc) das volle HyperCon SSH Spektrum zu benutzen. Dies hatte ein paar kleine Anpassungen an den Start/Stop/install/deinstall calls zur Folge um diese "kompatibel/funktionierend" zu halten.


    • OpenELEC: hyperion.log für alle OpenELEC Nutzer (Auch bestehende Installationen). (Benötigt: Hyperion update - das install script modifiziert euren bestehenden Eintrag/Einträge - nur an dieser einen Stelle)
    • Neue Farbkalibrierung: Ihr solltet nach einem neuen Guide nochmal von vorne anfangen. Hyperion ist vollständig abwärtskompatibel! Alle Werte die nicht mehr benutzt werden, fliegen auch aus der hyperion-remote raus und sind ab jetzt markiert als DEPRECATED.


    Link zur neuen Farbkalibrierung: [wiki]Farbkalibrierung[/wiki]


    Hyperion V1.02.0

    • Neue Farbkaliberiung
    • PiBlaster Fix
    • Gebe den aktiven effekt über Json aus
    • AtmoOrb sendet nur noch "neue" Daten an den Orb


    Die neue Version könnt ihr ganz einfach installieren, entweder über HyperCon
    [wiki]Installation-auf-allen-Systemen[/wiki]


    oder die Kommandozeile
    [wiki]Installation-über-Kommandozeile[/wiki]

    For our advanced users we provide beta versions for testing purposes and ensure to sort out problems.

    • [COLOR=rgb(255, 0, 0)]These Hyperion versions are not for daily usage![/COLOR]
    • [COLOR=rgb(255, 0, 0)]Hyperion use more CPU resources and RAM (and more disk space)![/COLOR]
    • [COLOR=rgb(255, 0, 0)]Just use them if you know how to report problems the right way![/COLOR]


    [COLOR=rgb(0, 0, 0)]Current version:[/COLOR]
    none


    Install with the following command:

    Code
    wget -nv -N https://raw.github.com/hyperion-project/hyperion/Beta/bin/install_hyperion.sh && chmod +x install_hyperion.sh && sudo sh ./install_hyperion.sh BETA


    On OpenELEC / LibreELEC / RasPlex:

    Code
    curl -# -k -L --output install_hyperion.sh --get https://raw.github.com/hyperion-project/hyperion/Beta/bin/install_hyperion.sh && sh ./install_hyperion.sh BETA


    Changelog:
    none