Beiträge von Fallenwitcher

    Nach dem Update auf die letzte Hyperion Version für Ubuntu, ist das UI nicht mehr zu erreichen. Es wird lediglich die aufgerufene Website heruntergeladen und als "download" file gespeichert.


    Auch eine Neuinstallation hat das Problem nicht behoben. Der Service ist zwar erreichbar bzw. ich kann per App die Leds ansteuern. Auch funktionieren die Leds in Kombination mit dem wiedergegebenen TV Bild.


    Hat jemand eine Idee wie ich das lösen kann?

    ls -ltr /dev/tty*

    lsusb


    as you see the device was detected as


    Bus 001 Device 008: ID 1a86:7523 QinHeng Electronics CH340 serial converter

    My Arduino stopped working for some reason. I have no clue what happened but I tested my whole setup with an old Ubuntu 20.04 backup and it's working there..


    My system is Ubuntu 22.04 and the Arduino gets detected from this system but it's not available on the Hyperion web interface.


    I tried sudo usermod -a -G dialout $USER but it's still not working.


    Any ideas?

    Ich habe das ganze mal mit einem alten Linux Backup getestet und dort funktioniert alles. Ich habe meine Ahnung warum das nicht auf dem aktuellen System laufen will...


    Das gesteste System ist Ubuntu 20.04 und auf Ubuntu 22.02 wird der Arduino nicht mehr von Hyperion erkannt. Bei ein Eingangspost erwähnt, erkennt Ubuntu das Gerät.

    Die Rechte verändern sich ja nicht von alleine..

    Ich habe es mit sudo usermod -a -G dialout $USER versucht, aber leider ohne Erfolg. Bei der Erstinstallation hatte ich es mit diesem Befehl gelöst.


    Wie starte ich denn zum Test, Hyperion als root..?


    Code
    systemctl daemon-reload
    systemctl enable hyperion@root
    systemctl start hyperion@root
    systemctl status hyperion@root

    bzw.


    Code
    sudo updateHyperionUser -u root

    hat nichts gebracht

    Ohne weiteres Zutun wird mein USB Grabber von Hyperion nicht mehr erkannt. Das System findet das Gerät, es taucht lediglich nicht mehr in der Hyperion Webconfig auf.

    Adalight lässt sich nicht auswählen, bzw. abspeichern, da kein Gerät gefunden wird.


    Hyperion läuft aktuell in der aktuellsten Version, auf Ubuntu 22.04. Der Grabber ist ein Arduino


    Hat jemand eine Idee?


    (DEBUG) (JsonServer.cpp:32:JsonServer()) Created instance

    2023-08-20T07:01:57.471Z [WEBSERVER] (DEBUG) (WebServer.cpp:37:initServer()) Initialize http-Webserver

    2023-08-20T07:01:57.479Z [WEBSERVER] (DEBUG) (WebServer.cpp:37:initServer()) Initialize https-Webserver

    2023-08-20T07:01:57.483Z [LEDDEVICE|First LED Hardware instance] (DEBUG) (LedDeviceHyperionUsbasp.cpp:65:init()) USB context initialized

    2023-08-20T07:01:57.484Z [JSONSERVER] (INFO) Started on port 19444

    2023-08-20T07:01:57.484Z [LEDDEVICE|First LED Hardware instance] (ERROR) Device disabled, device 'hyperionusbasp' signals error: 'No Hyperion led controller has been found'

    2023-08-20T07:01:57.488Z [WEBSERVER] (DEBUG) (WebServer.cpp:92:handleSettingsUpdate()) Apply Webserver settings

    2023-08-20T07:01:57.489Z [WEBSERVER] (DEBUG) (WebServer.cpp:110:handleSettingsUpdate()) Set document root to: :/webconfig

    2023-08-20T07:01:57.488Z [WEBSERVER] (DEBUG) (WebServer.cpp:92:handleSettingsUpdate()) Apply Webserver settings

    2023-08-20T07:01:57.489Z [WEBSERVER] (DEBUG) (WebServer.cpp:110:handleSettingsUpdate()) Set document root to: :/webconfig

    2023-08-20T07:01:57.489Z [WEBSERVER] (INFO) 'Hyperion http-Webserver' started on port 8090

    2023-08-20T07:01:57.496Z [WEBSERVER] (DEBUG) (WebServer.cpp:176:handleSettingsUpdate()) Setup SSL certificate

    2023-08-20T07:01:57.497Z [WEBSERVER] (DEBUG) (WebServer.cpp:194:handleSettingsUpdate()) Setup private SSL key

    2023-08-20T07:01:57.497Z [WEBSERVER] (INFO) 'Hyperion https-Webserver' started on port 8092

    2023-08-20T07:01:57.547Z [MUXER|First LED Hardware instance] (DEBUG) (PriorityMuxer.cpp:422:updatePriorities()) Set visible priority to 1

    2023-08-20T07:01:57.547Z [IMAGETOLED|First LED Hardware instance] (DEBUG) (ImageToLedsMap.cpp:113:ImageToLedsMap()) Total index number is: 2008 (memory: 2008). Reduced pixel set factor: 0, Accuracy level: 0, Image size: 124 x 64, LED areas: 116

    2023-08-20T07:01:57.547Z [IMAGETOLED|First LED Hardware instance] (DEBUG) (ImageToLedsMap.cpp:113:ImageToLedsMap()) Previous line repeats 1 times

    2023-08-20T07:01:57.547Z [HYPERION|First LED Hardware instance] (DEBUG) (Hyperion.cpp:651:handleSourceAvailability()) new source available -> Resume output processing and switch LED-Device on

    2023-08-20T07:02:00.516Z [EFFECTENGINE|First LED Hardware instance] (INFO) Effect [Rainbow swirl fast] finished

    2023-08-20T07:02:00.524Z [MUXER|First LED Hardware instance] (DEBUG) (PriorityMuxer.cpp:371:updatePriorities()) Timeout clear for priority 1

    2023-08-20T07:02:00.524Z [MUXER|First LED Hardware instance] (DEBUG) (PriorityMuxer.cpp:422:updatePriorities()) Set visible priority to 255

    2023-08-20T07:02:00.524Z [HYPERION|First LED Hardware instance] (DEBUG) (Hyperion.cpp:642:handleSourceAvailability()) No source left -> Pause output processing and switch LED-Device off

    2023-08-20T07:02:01.849Z [WEBSOCKET] (DEBUG) (WebSocketClient.cpp:30:WebSocketClient()) New connection from ::ffff:192.168.178.31

    2023-08-20T07:02:01.995Z [WEBSOCKET] (DEBUG) (JsonAPI.cpp:149:handleInstanceSwitch()) Client '::ffff:192.168.178.31' switch to Hyperion instance 0

    2023-08-20T07:02:16.133Z [WEBSOCKET] (DEBUG) (JsonAPI.cpp:1570:handleLedDeviceCommand()) message: [{"command":"leddevice","ledDeviceType":"adalight","params":{"discoverAll":true},"subcommand":"discover","tan":131}]

    2023-08-20T07:02:16.219Z [WEBSOCKET] (DEBUG) (JsonAPI.cpp:1590:handleLedDeviceCommand()) response: [{"devices":[],"ledDeviceType":"adalight"}]

    2023-08-20T07:02:20.236Z [WEBSOCKET] (DEBUG) (WebSocketClient.cpp:213:sendClose()) Send close to ::ffff:192.168.178.31: 1000 

    2023-08-20T14:18:47.926Z [WEBSOCKET] (DEBUG) (WebSocketClient.cpp:30:WebSocketClient()) New connection from ::ffff:192.168.178.31

    2023-08-20T14:18:48.036Z [WEBSOCKET] (DEBUG) (JsonAPI.cpp:149:handleInstanceSwitch()) Client '::ffff:192.168.178.31' switch to Hyperion instance 0

    2023-08-20T14:18:52.373Z [WEBSOCKET] (DEBUG) (JsonAPI.cpp:1570:handleLedDeviceCommand()) message: [{"command":"leddevice","ledDeviceType":"adalight","params":{"discoverAll":true},"subcommand":"discover","tan":217}]

    2023-08-20T14:18:52.484Z [WEBSOCKET] (DEBUG) (JsonAPI.cpp:1590:handleLedDeviceCommand()) response: [{"devices":[],"ledDeviceType":"adalight"}]

    2023-08-20T14:19:27.063Z [WEBSOCKET] (DEBUG) (JsonAPI.cpp:1570:handleLedDeviceCommand()) message: [{"command":"leddevice","ledDeviceType":"adalight","params":{"discoverAll":true},"subcommand":"discover","tan":108}]

    2023-08-20T14:19:27.173Z [WEBSOCKET] (DEBUG) (JsonAPI.cpp:1590:handleLedDeviceCommand()) response: [{"devices":[],"ledDeviceType":"adalight"}]

    2023-08-20T14:19:30.255Z [WEBSOCKET] (DEBUG) (WebSocketClient.cpp:213:sendClose()) Send close to ::ffff:192.168.178.31: 1000 

    2023-08-20T14:19:30.686Z [WEBSOCKET] (DEBUG) (WebSocketClient.cpp:30:WebSocketClient()) New connection from ::ffff:192.168.178.31

    2023-08-20T14:19:30.784Z [WEBSOCKET] (DEBUG) (JsonAPI.cpp:149:handleInstanceSwitch()) Client '::ffff:192.168.178.31' switch to Hyperion instance 0

    2023-08-20T14:19:31.081Z [WEBSOCKET] (DEBUG) (JsonAPI.cpp:1220:handleLoggingCommand()) log streaming activated for client ::ffff:192.168.178.31  

    Ich hole das Thema nochmal hoch.


    Ohne weiteres Zutun wird mein USB Grabber von Hyperion nicht mehr erkannt. Das System findet das Gerät, es taucht lediglich nicht mehr in der Webconfig auf.


    Adalight lässt sich nicht auswählen, bzw. abspeichern, da kein Gerät gefunden wird.


    Hyperion läuft aktuell in der aktuellsten Version.


    Hat jemand eine Idee?

    Nach einem Systemdowngrade auf Ubuntu 20.04.5 funktioniert mein Hyperion Aufbau nicht mehr. Hat jemand einen Vorschlag wie ich das System wieder zum leuchten bekomme?


    Ubuntu