Add Home Assistant Lights and Skydimmo Mode support von @Lord-Gray
Binaries are available through Homebrew Channel.
- Linux host system
- buildroot-nc4, a toolchain targeting webOS
- Git
- CMake
- npm
Build Hyperion.NG:
./build_hyperion_ng.sh
Build webOS frontend/service:
./build.sh
Both scripts take the environment variable TOOLCHAIN_DIR
, defaulting to $HOME/arm-webos-linux-gnueabi_sdk-buildroot
.
To provide a different path, run export TOOLCHAIN_DIR=/your/toolchain/path
before executing the respective scripts.
Two other environment variables can also be used to configure build_hyperion_ng.sh
:
HYPERION_NG_REPO
- Repository from which to obtain Hyperion.NG. Defaults tohttps://github.com/hyperion-project/hyperion.ng
.HYPERION_NG_BRANCH
- Which branch to check out from the above repo. Defaults tomaster
.
- Hyperion.NG - Ambient lighting service/daemon
- hyperion-webos - Video grabber for webOS
- PicCap - Frontend for hyperion-webos video grabber
- @Smx-smx
- @TBSniller
- @Informatic
- @Mariotaku
- @Lord-Grey
- @Paulchen-Panther
- @chbartsch
- throwaway96