Hello,
i have a problem to get my hyperion lights up and running:
Hardware setup is:
RPi4 1GB - Armor case with 40x40x20 cooler
WS2812B (5V white PCB)
Power supply 5V 30A
I'm able to connect with the HyperCon configuration program:
Code
ssh connected
ssh out: cd /tmp && curl -# -k -L --output install_hyperion.sh --get https://raw.github.com/hyperion-project/hyperion/master/bin/install_hyperion.sh && sh ./install_hyperion.sh HyperConInstall ; rm install_hyperion.sh
ssh out: #=#=#
ssh out: ##O#- #
ssh out: ##O=# #
ssh out: ######################################################################## 100.0%
ssh in: *******************************************************************************
ssh in: This script will install/update Hyperion Ambient Light
ssh in: Created by brindosch - hyperion-project.org - the official Hyperion source.
ssh in: *******************************************************************************
ssh in: ---> Stop Hyperion, if necessary
ssh in: ---> Downloading the appropriate Hyperion release
ssh in: ---> Downloading Hyperion OpenELEC/LibreELEC release
ssh out: #=#=#
ssh out: ##O#- #
ssh out: ##O=# #
ssh out: #=#=-# #
ssh out: ######################################################################## 100.0%
ssh out: ######################################################################## 100.0%
ssh out: ######################################################################## 100.0%-#O#- # #
ssh out: -#O#- # #
ssh out: -=#=-# # #
ssh out: -=O#- # # #
ssh out: -=O=# # # #
ssh out: ######################################################################## 100.0% -=O=-# # # #
ssh out: ######################################################### 79.6%
ssh out: ######################################################################## 100.0%
ssh in: ---> Downloading Hyperion OpenELEC/LibreELEC dependencies
ssh out: #=#=#
ssh out: ##O#- #
ssh out: ##O=# #
ssh out: #=#=-# #
ssh out: ######################################################################## 100.0%
ssh out: ######################################################################## 100.0%
ssh out: ######################################################################## 100.0%-#O#- # #
ssh out: -#O#- # #
ssh out: -=#=-# # #
ssh out: -=O#- # # #
ssh out: ######################################################################## 100.0% -=O=# # # #
ssh out: 0.2%
ssh out: # 2.6%
ssh out: ########### 15.7%
ssh out: ###################### 30.6%
ssh out: ################################# 45.9%
ssh out: ############################################## 64.2%
ssh out: ############################################################ 84.4%
ssh out: ######################################################################## 100.0%
ssh in: ---> Adding Hyperion to OpenELEC/LibreELEC autostart.sh
ssh in: ---> Starting Hyperion
ssh in: *******************************************************************************
ssh in: Hyperion Installation/Update finished!
ssh in: Please download the latest HyperCon version to benefit from new features!
ssh in: To create a config, follow the HyperCon Guide at our Wiki (EN/DE)!
ssh in: Wiki: wiki.hyperion-project.org Webpage: www.hyperion-project.org
ssh in: *******************************************************************************
sftp Send Hyperion Config - Sourcepath: C:/Users/Mario/Documents/Hyperion_UE55F8590, Targetpath: /storage/.config/, Filename: hyperion.config.json
Display More
After sending the configuration i get the message:
Code
ssh in: Hyperion Ambilight Deamon (630)
ssh in: Version : V1.03.5 (GitHub-66bef6b/fb413cd-1566231780
ssh in: Build Time: Aug 25 2019 10:39:29
ssh in: ERROR: No valid config found
ssh out: /storage/.config/autostart.sh > /dev/null 2>&1 &
ssh out: cat /storage/logfiles/hyperion.log
ssh in: Hyperion Ambilight Deamon (648)
ssh in: Version : V1.03.5 (GitHub-66bef6b/fb413cd-1566231780
ssh in: Build Time: Aug 25 2019 10:39:29
ssh in: INFO: Selected configuration file: /storage/.config/hyperion.config.json
ssh in: HYPERION INFO: ColorTransform 'default' => [0; 227]
ssh in: HYPERION INFO: ColorCorrection 'default' => [0; 227]
ssh in: HYPERION INFO: ColorAdjustment 'default' => [0; 227]
ssh in: LEDDEVICE INFO: configuration:
ssh in: {
ssh in: "colorOrder" : "rgb",
ssh in: "leds" : 228,
ssh in: "name" : "UE55F8590_WS2812B",
ssh in: "type" : "ws281x"
ssh in: }
ssh in: whiteAlgorithm ::
ssh in: Unable to initialize ws281x library.
ssh in: terminate called after throwing an instance of 'int'
ssh in: Aborted
Display More
Is this problem LibreElec alpha related on RPi4 or is there a problem with the hyperion sources?
Thanks in advance for help
Mario
PS: Okay it seems this is a problem which is hyperion related.