Rpi 3+ libreelec 9.2.0 problem with Controlling Multiple Devices

  • Hi,


    i want to control multiple (ESP82) devices and tried to follow https://hyperion-project.org/w…trolling-Multiple-Devices


    As i understand it i do now have more than 1 hyperion.config.json, so i have

    • hyperion.config.json (which is the WS2801 Hyperion config)


    • hyperion.config2.json (which is the ESP==AtmoOrb1 config)


    • hyperion.config3.json (which is the AtmoOrb2 config)


    within libreelecs hyperion path i do only find

    Code
    hyperion.config.json.example


    also there seems to be no init.d, which starts hyperion


    so I am a little confused and any help would be appreciated!


    edit: libreelec seems to control this with autostart.sh, which is

    Code
    storage/hyperion/bin/hyperiond.sh /storage/.config/hyperion.config.json > /storage/logfiles/hyperion.log 2>1& &


    so how do i modifie this to start both json config files?

  • Don't know if it is system dependant, but in my case it used systemd, so just copy current hyperion systemd and edit it to different one.
    Then enable it:

    Code
    sudo systemctl enable hyperionAnotherInstance.service


    and reboot:

    Code
    sudo reboot


    or start it:

    Code
    sudo systemctl start hyperionAnotherInstance.service

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!