Beiträge von Bub4

    I made it with WLED:



    Have fun

    If would rather go with WLED installed on a Wemos D1 mini, or better a ESP32 with copper ethernet.

    I run mine over WiFi which turns out in flickering when there is heavy load on the network. RJ-45 and hardwired should do the job sufficiently.

    Hyperion is going to be configured with WLED as LED hardware.


    good luck

    If you go with ESP32 or ESP8266 you are going to run WLED as "translator" on the ESP. No need for arduino anymore. The ESP gets powered by the same power supply as the LEDs


    I assume you like to run LE11?

    If yes, then you will need Hyperion (Server) running in a Docker container within LE11.


    You have to configure the WLED instance in the hyperion.ng server. After this is setup you have to configure the IP of the Hyperion server in Picap. If all is done right, you are enlighted :)


    My setup is based on Wemos D1 Mini over WiFi. Hyperion Server runs on a Proxmox container.

    With WiFi based boards you will introduce some more latency as you can imagine. For me it works however...

    Hi All,


    this might be clear for most of the experienced Proxmox users already -> for me it was tricky to setup hyperion in a container.

    In case there are other Proxmox n00bs out there wanting hyperion to run as a container instead of a VM:


    1:

    - unprivileged container - set name and password

    - pick the Debian 11 Standard Template

    - 8 GB disk size (Standard)

    - 1 Core

    - 1024GB RAM, 512 Swap

    - network depending on your needs

    - DNS same as host


    When the container is setup and running, head into the console through the proxmox webUI and login as root user with the password you've set


    2:

    type into the console:


    Code
    apt-get update && apt-get install -y wget gpg sudo && wget -qO /tmp/hyperion.pub.key https://apt.hyperion-project.org/hyperion.pub.key && gpg --dearmor -o - /tmp/hyperion.pub.key > /usr/share/keyrings/hyperion.pub.gpg && echo \deb [signed-by=/usr/share/keyrings/hyperion.pub.gpg] https://apt.hyperion-project.org/ bullseye main\ > /etc/apt/sources.list.d/hyperion.list && apt-get update && apt-get install -y hyperion


    Everything should install automatically and Hyperion.NG should be accessible via "the.IP.you.chose:8090"


    Thanks Lord-Grey for pointing me to psychowood who basically made all the work.

    I am n00b and wrote this one down just for google :)

    ich habe das jetzt auch nochmal mit dem Ubuntu 18.04 versucht.


    Nachdem ich gqg installiert habe und die drei Schitte aus der Doku befolgt habe, bekomme ich das:


    E: The repository 'https://apt.hyperion-project.org bionic Release' does not have a Release file.

    N: Updating from such a repository can't be done securely, and is therefore disabled by default.

    N: See apt-secure(8) manpage for repository creation and user configuration details.


    wie hast Du das gelöst potti86 ?

    ich finde im container auch keine apt.conf, bei der ich

    Code
    allow-insecure=yes

    setzen könnte.

    Das habe ich mir hier ergooglet:

    Ubuntu Manpage: apt-secure - Archivauthentifizierungsunterstützung für APT


    In der VM habe ich zwar keine Probleme - würde dennoch gerne im Container haben


    grüße

    Hi potti86

    Ich hab das nur in der VM hingekriegt. Musstest Du noch zusätzlich Pakete installieren, damit es im Container klappt?

    Das würde mich brennen interessieren.

    Wäre super, wenn Du mich erleuchten könntest


    Danke Dir und Grüße

    Zitat

    Wo liegt der Unterschied die leds per wled anzusteuern.

    Der Unterschied liegt darin, dass WLED ein eigeständiges, von Hyperion unabhängig steuerbares, Produkt ist. Damit ist man in den meisten Fällen flexibler. Ich bin bspw. gerade dabei einen proxmox hypervisor aufzubauen. Dann wird Hyperion künftig in einem Container laufen - die LED hardware bleibt davon unberührt. Aktuell läuft Hyperion bei mir nicht immer - nur wenn LibreELEC an ist - und ich will auch Licht, wenn der HTPC aus ist. Und das geht dann per WLED. Für die Zukunft möchte ich auch LEDfx zur Lichtsteuerung bei Musik einbauen. Dafür kommt mir WLED dann auch gelegen. Außerdem können über WLED auch mehrere Hyperion Instanzen angelegt werden.


    Grüße und viel Spass mit Hyperion

    ich meinte in der WebGUI unter System/Protokoll - Protokollstufe Debug.

    Posting des Protokolls auf https://pastebin.com macht es manchmal übersichtlicher.


    Ich bin kein Profi bei direkt angeschlossenen LEDs am Pi.

    Eventuell hilft es dem Supporter noch, wenn Du schreibst, wie Du die LEDs angeschlossen hast.


    Ich empfehlen eigentlich immer die Ansteuerung der LED mittels WLED.

    Optimal via ESP32 und RJ-45. Ich bin auch mit Wemos D1 mini und Wifi zufrieden.