Beiträge von Raymiec

    your output should be similar to this.


    root@hyperion:/tmp#
    root@hyperion:/tmp# wget -nv -N https://raw.github.com/hyperio…r/bin/install_hyperion.sh
    Last-modified header missing -- time-stamps turned off.
    2017-07-15 14:40:44 URL:https://raw.githubusercontent.…r/bin/install_hyperion.sh [14539/14539] -> "install_hyperion.sh" [1]


    ^^ file has been downloaded (14539 of 14539)


    just double check its in the directory



    root@hyperion:/tmp# ls -a
    . .ICE-unix .X11-unix .font-unix
    .. .Test-unix .XIM-unix install_hyperion.sh
    root@hyperion:/tmp#




    as you can see above theres now a file in the tmp dir named install_hyperion.sh

    ah right, it's through hypercon you were doing it. Login to the device via ssh. If you're on a windows you can get a client like putty to login. Once connected via ssh you will have a terminal. Google for a video of connecting, its pretty simple. (ssh details are the same ones you used in hypercon ssh tab) first command is change to the tmp folder, so type into the terminal cd /tmp and press enter, that will change directory, we goto the tmp directory as we have permission to read/write that folder. The next command is wget -nv -N https://raw.github.com/hyperio…r/bin/install_hyperion.sh <press enter>, that will download the installation script to the current directory. As you're in a terminal you will get the output of the command, so check for any errors in the download. type ls-a <press enter> this will list the contents of the folder where you can verify the installer script downloaded. if you get that far report back.

    I don't speak german so no idea to the error message, too lazy to google translate.... Install it in steps, first make sure you have internet connection, ping google.com
    then split the install command up, i.e cd /tmp wget -nv -N http://url,,,,, make sure the .sh file downloaded, if so chmod it then execute. My guess is no internet

    Is the Hyperion app still meant to work with Hyperion,ng, i upgraded last night, the app says it connects and syncs but doesn't change color and the effects don't work. I was able to play he effect through the web ui.

    I have some esdp8266 bulbs, more specifically the LYT8266 currently flashed with souliss. My question is, are these bulbs able to be flashed and used with Hyperion?


    I have my TV mounted on the wall, at either side i have two large alcoves, ideally i'd like to mount an esp8266 bulb in each alcove and send some data from hyperion.


    Not even sure how good it would be as it's only single bulbs, would it be more just or ambient lighting or would it actually have an effect from the grabber when playing movies?


    I found this, https://github.com/marvinroger/homie-esp8266 Homie esp8266 which seems promising, i could theoretically flash the script and point some sort of forwarder from Hyperion to it?


    Any advice / help would be appreciated.

    Just to update this thread, hdmi over ip works, but it's not great, i ended up just buying a usb grabber for £8 and splitting the hdmi signal. All i had to do was enable the grabber and it worked excellent with all HDMI devices.

    A device that broadcasts HDMI over ip. Theoretically you could run OSMC on a RPI and play the HDMI stream the device broadcasts and then use hyperion to work its magic, this would allow use of any device as the input instead of using a usb video grabber as mentioned elsewhere. (i assume). I picked up said HDMI broadcast device for £20.


    I've not seen any other mention of doing it this way, i'm going to try today if i get time between work.


    Is it actually possible this way?, is there a better way? I've not worked with LED's, Hyperion etc before, only been reading for a couple of hours.



    My setup will be.


    ws2812b LEDs connected to an arduino nano.


    Nano connected to Raspberry Pi to get the data feed.


    5v 3a power adapter to power the LED strip, with the ground also connected to the ground pin on the nano.
    (What happens if LEDs are underpowered? will they just not light at all, will they just dim?)


    OSMC + Hyperion running on the RPI.


    Sky Tv box connected to HDMI over IP broadcast device.


    Also would like Kodi on my Nvidia Shield to work also without sending that over the HDMI to IP device.



    I've seen a lot of posts from people struggling with basic setups, so any advice or tips before i embark on this would be appreciated.



    Thanks