Beiträge von tonydif123

    I see this is an old thread but this issue clearly describes the issue I'm currently experiencing, specifically with the RS232 device error listed on my log here:


    ssh in: Aug 04 17:14:17 osmcAllie hyperiond[283]: Opening UART: /dev/ttyUSB0
    ssh in: Aug 04 17:14:17 osmcAllie hyperiond[283]: Unable to open RS232 device (IO Exception (2): No such file or directory, file /home/sascha/hyperion/dependencies/build/serial/src/impl/unix.cc, line 100.)
    ssh in: Aug 04 17:14:17 osmcAllie hyperiond[283]: Device blocked for 3000 ms
    ssh in: Aug 04 17:14:20 osmcAllie hyperiond[283]: Device unblocked
    ssh in: Aug 04 17:14:20 osmcAllie hyperiond[283]: Opening UART: /dev/ttyUSB0
    ssh in: Aug 04 17:14:20 osmcAllie hyperiond[283]: Unable to open RS232 device (IO Exception (2): No such file or directory, file /home/sascha/hyperion/dependencies/build/serial/src/impl/unix.cc, line 100.)
    ssh in: Aug 04 17:14:20 osmcAllie hyperiond[283]: Device blocked for 3000 ms


    @penfold42 or anyone that can help, I followed these instructions noted above


    Forget the grabber for now, we need to focus on getting the leds working.
    Use this arduino sketch https://github.com/hyperion-project...assets/firmware/arduino/adalight/adalight.ino


    Set the baud rate to 11520 in the sketch.


    That was easy, no problem. However I don't understand how to do the next step in osmc...


    "Hand edit the Hyperion config on the Pi to check the baud rate and ACM0


    Kill any existing hyperiond:
    killall hyperiond
    hyperiond /<path where your config is>/hyperion.conf.json"


    I'm struggling and really hoping for help!