Hyperion.config.json not loading to kodi Pi 3

  • Oct 14 10:44:01 osmc systemd[1]: Starting Hyperion Systemd service...
    ssh in: Oct 14 10:44:01 osmc systemd[1]: Started Hyperion Systemd service.
    ssh in: Oct 14 10:44:01 osmc hyperiond[1288]: Hyperion Ambilight Deamon (1288)
    ssh in: Oct 14 10:44:01 osmc hyperiond[1288]: Version : V1.03.3 (brindosch-2fbbcff/2f01dfa-1495880388
    ssh in: Oct 14 10:44:01 osmc hyperiond[1288]: Build Time: Jun 3 2017 02:06:37
    ssh in: Oct 14 10:44:01 osmc hyperiond[1288]: INFO: Selected configuration file: /etc/hyperion/hyperion.config.json
    ssh in: Oct 14 10:44:01 osmc hyperiond[1288]: HYPERION INFO: ColorTransform 'default' => [0; 279]
    ssh in: Oct 14 10:44:01 osmc hyperiond[1288]: HYPERION INFO: ColorCorrection 'default' => [0; 279]
    ssh in: Oct 14 10:44:01 osmc hyperiond[1288]: HYPERION INFO: ColorAdjustment 'default' => [0; 279]
    ssh in: Oct 14 10:44:01 osmc hyperiond[1288]: LEDDEVICE INFO: configuration:
    ssh in: Oct 14 10:44:01 osmc hyperiond[1288]: {
    ssh in: Oct 14 10:44:01 osmc hyperiond[1288]: "colorOrder" : "rgb",
    ssh in: Oct 14 10:44:01 osmc hyperiond[1288]: "leds" : 280,
    ssh in: Oct 14 10:44:01 osmc hyperiond[1288]: "name" : "NewConfiguration",
    ssh in: Oct 14 10:44:01 osmc hyperiond[1288]: "type" : "ws281x"
    ssh in: Oct 14 10:44:01 osmc hyperiond[1288]: }
    ssh in: Oct 14 10:44:01 osmc hyperiond[1288]: whiteAlgorithm ::
    ssh in: Oct 14 10:44:01 osmc hyperiond[1288]: INFO: Creating linear smoothing
    ssh in: Oct 14 10:44:01 osmc hyperiond[1288]: HYPERION (CS) INFO: Created linear-smoothing(interval_ms=50;settlingTime_ms=200;updateDelay=0
    ssh in: Oct 14 10:44:01 osmc hyperiond[1288]: EFFECTENGINE INFO: 27 effects loaded from directory /usr/share/hyperion/effects
    ssh in: Oct 14 10:44:01 osmc hyperiond[1288]: EFFECTENGINE INFO: Initializing Python interpreter
    ssh in: Oct 14 10:44:01 osmc hyperiond[1288]: INFO: Hyperion started and initialised
    ssh in: Oct 14 10:44:01 osmc hyperiond[1288]: INFO: Kodi checker created and started
    ssh in: Oct 14 10:44:01 osmc hyperiond[1288]: INFO: Json server created and started on port 19444
    ssh in: Oct 14 10:44:01 osmc hyperiond[1288]: INFO: Proto server created and started on port 19445
    ssh in: Oct 14 10:44:01 osmc hyperiond[1288]: KODICHECK INFO: Kodi Connected
    ssh in: Oct 14 10:44:02 osmc systemd[1]: Stopping Hyperion Systemd service...
    ssh in: Oct 14 10:44:02 osmc hyperiond[1288]: INFO: Application closed with code 0
    ssh in: Oct 14 10:44:02 osmc hyperiond[1288]: KODICHECK INFO: Kodi Disconnected
    ssh in: Oct 14 10:44:02 osmc hyperiond[1288]: EFFECTENGINE INFO: Cleaning up Python interpreter
    ssh in: Oct 14 10:44:02 osmc hyperiond[1288]: Shutdown WS281x PWM and DMA channel
    ssh in: Oct 14 10:44:02 osmc systemd[1]: Stopped Hyperion Systemd service.


    // Automatically generated configuration file for Hyperion ambilight daemon
    // Notice: All values are explained with comments at our wiki: wiki.hyperion-project.org (config area)
    // Generated by: HyperCon (The Hyperion deamon configuration file builder)
    // Created with HyperCon V1.03.1 (11.06.2016)


    {
    // DEVICE CONFIGURATION
    "device" :
    {
    "name" : "NewConfiguration",
    "type" : "ws281x",
    "leds" : 280,
    "colorOrder" : "rgb"
    },


    // COLOR CALIBRATION CONFIG
    "color" :
    {
    "channelAdjustment" :
    [
    {
    "id" : "default",
    "leds" : "*",
    "pureRed" :
    {
    "redChannel" : 255,
    "greenChannel" : 0,
    "blueChannel" : 0
    },
    "pureGreen" :
    {
    "redChannel" : 0,
    "greenChannel" : 255,
    "blueChannel" : 0
    },
    "pureBlue" :
    {
    "redChannel" : 0,
    "greenChannel" : 0,
    "blueChannel" : 255
    }
    }
    ],
    "temperature" :
    [
    {
    "id" : "default",
    "leds" : "*",
    "correctionValues" :
    {
    "red" : 255,
    "green" : 255,
    "blue" : 255
    }
    }
    ],
    "transform" :
    [
    {
    "id" : "default",
    "leds" : "*",
    "hsl" :
    {
    "saturationGain" : 1.2000,
    "luminanceGain" : 1.0000,
    "luminanceMinimum" : 0.0000
    },
    "red" :
    {
    "threshold" : 0.0000,
    "gamma" : 2.5000
    },
    "green" :
    {
    "threshold" : 0.0000,
    "gamma" : 2.5000
    },
    "blue" :
    {
    "threshold" : 0.0000,
    "gamma" : 2.5000
    }
    }
    ],
    // SMOOTHING CONFIG
    "smoothing" :
    {
    "type" : "linear",
    "time_ms" : 200,
    "updateFrequency" : 20.0000,
    "updateDelay" : 0
    }
    },


    // V4L2 GRABBER CONFIG
    "grabber-v4l2" :
    {
    "device" : "/dev/video0",
    "input" : 0,
    "standard" : "NTSC",
    "width" : -1,
    "height" : -1,
    "frameDecimation" : 2,
    "sizeDecimation" : 8,
    "priority" : 900,
    "mode" : "2D",
    "cropLeft" : 0,
    "cropRight" : 0,
    "cropTop" : 0,
    "cropBottom" : 0,
    "redSignalThreshold" : 0.0,
    "greenSignalThreshold" : 0.0,
    "blueSignalThreshold" : 0.0
    },


    // BLACKBORDER CONFIG
    "blackborderdetector" :
    {
    "enable" : true,
    "threshold" : 0.0,
    "unknownFrameCnt" : 600,
    "borderFrameCnt" : 50,
    "maxInconsistentCnt" : 10,
    "blurRemoveCnt" : 1,
    "mode" : "default"
    },


    // KODI CHECK CONFIG
    "xbmcVideoChecker" :
    {
    "xbmcAddress" : "127.0.0.1",
    "xbmcTcpPort" : 9090,
    "grabVideo" : true,
    "grabPictures" : true,
    "grabAudio" : false,
    "grabMenu" : true,
    "grabPause" : false,
    "grabScreensaver" : true,
    "enable3DDetection" : true
    },


    // JSON SERVER CONFIG
    "jsonServer" :
    {
    "port" : 19444
    },


    // PROTO SERVER CONFIG
    "protoServer" :
    {
    "port" : 19445
    },


    // JSON/PROTO FORWARD CONFIG
    "forwarder" :
    {
    "json" : ["127.0.0.1:19446"],
    "proto" : ["127.0.0.1:19447"]
    },


    // EFFECT PATH
    "effects" :
    {
    "paths" :
    [
    "/storage/hyperion/effects",
    "/usr/share/hyperion/effects"
    ]
    },


    // NO FRAME GRABBER CONFIG
    // NO BOOTEFFECT CONFIG
    // NO BOBLIGHT SERVER CONFIG


    // LED CONFIGURATION
    "leds" :
    [

  • All new setup ws2812b RPi 3 Kodi Arduino Mega
    Configuration doesn't load;


    Any input would be much appreciated.


    What sketch do you have on the arduino mega ? I stongly recommend
    https://github.com/hyperion-pr…ino/adalight/adalight.ino


    The led type you have configured in Hyperion is designed to be directly attached to the Pi. You probably want adalight if you are using an arduino with the sketch I recommend

  • What sketch do you have on the arduino mega ? I stongly recommend
    https://github.com/hyperion-pr…ino/adalight/adalight.ino


    The led type you have configured in Hyperion is designed to be directly attached to the Pi. You probably want adalight if you are using an arduino with the sketch I recommend


    In the meanwhile I've loaded the sketch you recommended to the mega and the ws1228 strip flashes white at start up only for the 280 specified so I'm assuming the mega side is under controll, however I'm still at a loss sending the Hypercon data to the Pi 3;


    ssh in: Oct 16 13:42:53 osmc systemd[1]: Started Hyperion Systemd service.
    ssh in: Oct 16 13:42:54 osmc hyperiond[425]: Hyperion Ambilight Deamon (425)
    ssh in: Oct 16 13:42:54 osmc hyperiond[425]: Version : V1.03.3 (brindosch-2fbbcff/2f01dfa-1495880388
    ssh in: Oct 16 13:42:54 osmc hyperiond[425]: Build Time: Jun 3 2017 02:06:37
    ssh in: Oct 16 13:42:55 osmc hyperiond[425]: INFO: Selected configuration file: /etc/hyperion/hyperion.config.json
    ssh in: Oct 16 13:42:55 osmc hyperiond[425]: HYPERION INFO: ColorTransform 'default' => [0; 279]
    ssh in: Oct 16 13:42:55 osmc hyperiond[425]: HYPERION INFO: ColorCorrection 'default' => [0; 279]
    ssh in: Oct 16 13:42:55 osmc hyperiond[425]: HYPERION INFO: ColorAdjustment 'default' => [0; 279]
    ssh in: Oct 16 13:42:55 osmc hyperiond[425]: LEDDEVICE INFO: configuration:
    ssh in: Oct 16 13:42:55 osmc hyperiond[425]: {
    ssh in: Oct 16 13:42:55 osmc hyperiond[425]: "colorOrder" : "rgb",
    ssh in: Oct 16 13:42:55 osmc hyperiond[425]: "delayAfterConnect" : 0,
    ssh in: Oct 16 13:42:55 osmc hyperiond[425]: "name" : "MyHyperionConfig",
    ssh in: Oct 16 13:42:55 osmc hyperiond[425]: "output" : "/dev/ttyS0",
    ssh in: Oct 16 13:42:55 osmc hyperiond[425]: "rate" : 500000,
    ssh in: Oct 16 13:42:55 osmc hyperiond[425]: "type" : "adalight"
    ssh in: Oct 16 13:42:55 osmc hyperiond[425]: }
    ssh in: Oct 16 13:42:55 osmc hyperiond[425]: Opening UART: /dev/ttyS0
    ssh in: Oct 16 13:42:55 osmc hyperiond[425]: 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: Oct 16 13:42:55 osmc hyperiond[425]: HYPERION INFO: Json forward to 127.0.0... etc


    // Automatically generated configuration file for Hyperion ambilight daemon
    // Notice: All values are explained with comments at our wiki: wiki.hyperion-project.org (config area)
    // Generated by: HyperCon (The Hyperion deamon configuration file builder)
    // Created with HyperCon V1.03.2 (08.10.2017)


    {
    // DEVICE CONFIGURATION
    "device" :
    {
    "name" : "MyHyperionConfig",
    "type" : "adalight",
    "output" : "/dev/ttyS0",
    "rate" : 500000,
    "delayAfterConnect" : 0,
    "colorOrder" : "rgb"
    },


    // COLOR CALIBRATION CONFIG
    "color" :
    {
    "channelAdjustment" :
    [
    {
    "id" : "default",
    "leds" : "*",
    "pureRed" :
    {
    "redChannel" : 255,
    "greenChannel" : 0,
    "blueChannel" : 0
    },
    "pureGreen" :
    {
    "redChannel" : 0,
    "greenChannel" : 255,
    "blueChannel" : 0
    },
    "pureBlue" :
    {
    "redChannel" : 0,
    "greenChannel" : 0,
    "blueChannel" : 255
    }
    }
    ],
    "temperature" :
    [
    {
    "id" : "default",
    "leds" : "*",
    "correctionValues" :
    {
    "red" : 255,
    "green" : 255,
    "blue" : 255
    }
    }
    ],
    "transform" :
    [
    {
    "id" : "default",
    "leds" : "*",
    "hsl" :
    {
    "saturationGain" : 1.0000,
    "luminanceGain" : 1.0000,
    "luminanceMinimum" : 0.0000
    },
    "red" :
    {
    "threshold" : 0.0000,
    "gamma" : 2.5000
    },
    "green" :
    {
    "threshold" : 0.0000,
    "gamma" : 2.5000
    },
    "blue" :
    {
    "threshold" : 0.0000,
    "gamma" : 2.5000
    }
    }
    ],
    // SMOOTHING CONFIG
    "smoothing" :
    {
    "type" : "linear",
    "time_ms" : 200,
    "updateFrequency" : 20.0000,
    "updateDelay" : 0
    }
    },


    // V4L2 GRABBER CONFIG
    "grabber-v4l2" :
    {
    "device" : "/dev/video0",
    "input" : 0,
    "standard" : "NTSC",
    "width" : -1,
    "height" : -1,
    "frameDecimation" : 2,
    "sizeDecimation" : 8,
    "priority" : 900,
    "mode" : "2D",
    "cropLeft" : 0,
    "cropRight" : 0,
    "cropTop" : 0,
    "cropBottom" : 0,
    "redSignalThreshold" : 0.0,
    "greenSignalThreshold" : 0.0,
    "blueSignalThreshold" : 0.0
    },


    // BLACKBORDER CONFIG
    "blackborderdetector" :
    {
    "enable" : true,
    "threshold" : 0.0,
    "unknownFrameCnt" : 600,
    "borderFrameCnt" : 50,
    "maxInconsistentCnt" : 10,
    "blurRemoveCnt" : 1,
    "mode" : "default"
    },


    // KODI CHECK CONFIG
    "xbmcVideoChecker" :
    {
    "xbmcAddress" : "127.0.0.1",
    "xbmcTcpPort" : 9090,
    "grabVideo" : true,
    "grabPictures" : true,
    "grabAudio" : false,
    "grabMenu" : true,
    "grabPause" : false,
    "grabScreensaver" : true,
    "enable3DDetection" : true
    },


    // JSON SERVER CONFIG
    "jsonServer" :
    {
    "port" : 19444
    },


    // PROTO SERVER CONFIG
    "protoServer" :
    {
    "port" : 19445
    },


    // JSON/PROTO FORWARD CONFIG
    "forwarder" :
    {
    "json" : ["127.0.0.1:19446"],
    "proto" : ["127.0.0.1:19447"]
    },


    // EFFECT PATH
    "effects" :
    {
    "paths" :
    [
    "/storage/hyperion/effects",
    "/usr/share/hyperion/effects"
    ]
    },


    // NO FRAME GRABBER CONFIG
    // NO BOOTEFFECT CONFIG
    // NO BOBLIGHT SERVER CONFIG


    // LED CONFIGURATION
    "leds" :.... etc

  • It looks like you have the wrong serialnport configured.


    USB serial devices are usually /dev/ttyUSB0 or /dev/ACM0


    I did change those settings however it didn't save to

    It looks like you have the wrong serialnport configured.


    USB serial devices are usually /dev/ttyUSB0 or /dev/ACM0


    Somehow Hypercon doesn't save new settings, did edit by hand and saved the new configuration.
    There's data transmision going on to the mega yet no leds reacting other than flashing twice when I stop Hyperion through ssh on Hypercon.


    #include "FastLED.h"


    #define ANALOG_MODE_AVERAGE 0
    #define ANALOG_MODE_LAST_LED 1


    /*****************************
    *********
    S E T U P


    set following values to your needs
    **************************************/


    #define INITIAL_LED_TEST_ENABLED true
    #define INITIAL_LED_TEST_BRIGHTNESS 32 // 0..255
    #define INITIAL_LED_TEST_TIME_MS 500 // 10..


    // Number of leds in your strip. set to "1" and ANALOG_OUTPUT_ENABLED to "true" to activate analog only
    // As of 26/1/2017:
    // 582 leaves ZERO bytes free and this
    // 410 is ok
    // tested with 500 leds and is fine (despite the warning)
    #define MAX_LEDS 280


    // type of your led controller, possible values, see below
    #define LED_TYPE WS2812B


    // 3 wire (pwm): NEOPIXEL BTM1829 TM1812 TM1809 TM1804 TM1803 UCS1903 UCS1903B UCS1904 UCS2903 WS2812 WS2852
    // S2812B SK6812 SK6822 APA106 PL9823 WS2811 WS2813 APA104 WS2811_40 GW6205 GW6205_40 LPD1886 LPD1886_8BIT
    // 4 wire (spi): LPD8806 WS2801 WS2803 SM16716 P9813 APA102 SK9822 DOTSTAR


    // For 3 wire led stripes line Neopixel/Ws2812, which have a data line, ground, and power, you just need to define DATA_PIN.
    // For led chipsets that are SPI based (four wires - data, clock, ground, and power), both defines DATA_PIN and CLOCK_PIN are needed


    // DATA_PIN, or DATA_PIN, CLOCK_PIN
    #define LED_PINS 6 // 3 wire leds
    //#define LED_PINS 6, 13 // 4 wire leds


    #define COLOR_ORDER GRB // colororder of the stripe, set RGB in hyperion


    #define OFF_TIMEOUT 15000 // ms to switch off after no data was received, set 0 to deactivate


    // analog rgb uni color led stripe - using of hyperion smoothing is recommended
    // ATTENTION this pin config is default for atmega328 based arduinos, others might work to
    // if you have flickering analog leds this might be caused by unsynced pwm signals
    // try other pins is more or less the only thing that helps
    #define ANALOG_OUTPUT_ENABLED false
    #define ANALOG_MODE ANALOG_MODE_LAST_LED // use ANALOG_MODE_AVERAGE or ANALOG_MODE_LAST_LED
    #define ANALOG_GROUND_PIN 8 // additional ground pin to make wiring a bit easier
    #define ANALOG_RED_PIN 9
    #define ANALOG_GREEN_PIN 10
    #define ANALOG_BLUE_PIN 11


    // overall color adjustments
    #define ANALOG_BRIGHTNESS_RED 255 // maximum brightness for analog 0-255
    #define ANALOG_BRIGHTNESS_GREEN 255 // maximum brightness for analog 0-255
    #define ANALOG_BRIGHTNESS_BLUE 255 // maximum brightness for analog 0-255


    #define BRIGHTNESS 255 // maximum brightness 0-255
    #define DITHER_MODE BINARY_DITHER // BINARY_DITHER or DISABLE_DITHER
    #define COLOR_TEMPERATURE CRGB(255,255,255) // RGB value describing the color temperature
    #define COLOR_CORRECTION TypicalLEDStrip // predefined fastled color correction
    //#define COLOR_CORRECTION CRGB(255,255,255) // or RGB value describing the color correction


    // Baudrate, higher rate allows faster refresh rate and more LEDs
    //#define serialRate 460800 // use 115200 for ftdi based boards
    //#define serialRate 115200 // use 115200 for ftdi based boards
    #define serialRate 500000 // use 115200 for ftdi based boards



    {
    // DEVICE CONFIGURATION
    "device" :
    {
    "name" : "MyHyperionConfig",
    "type" : "adalight",
    "output" : "/dev/ttyACM0",
    "rate" : 500000,
    "delayAfterConnect" : 0,
    "colorOrder" : "rgb"
    },


    // COLOR CALIBRATION CONFIG
    "color" :
    {
    "channelAdjustment" :
    [
    {
    "id" : "default",
    "leds" : "*",
    "pureRed" :
    {
    "redChannel" : 255,
    "greenChannel" : 0,
    "blueChannel" : 0
    },
    "pureGreen" :
    {
    "redChannel" : 0,
    "greenChannel" : 255,
    "blueChannel" : 0
    },
    "pureBlue" :
    {
    "redChannel" : 0,
    "greenChannel" : 0,
    "blueChannel" : 255
    }
    }
    ],
    "temperature" :
    [
    {
    "id" : "default",
    "leds" : "*",
    "correctionValues" :
    {
    "red" : 255,
    "green" : 255,
    "blue" : 255
    }
    }
    ],
    "transform" :
    [
    {
    "id" : "default",
    "leds" : "*",
    "hsl" :
    {
    "saturationGain" : 1.0000,
    "luminanceGain" : 1.0000,
    "luminanceMinimum" : 0.0000
    },
    "red" :
    {
    "threshold" : 0.0000,
    "gamma" : 2.5000
    },
    "green" :
    {
    "threshold" : 0.0000,
    "gamma" : 2.5000
    },
    "blue" :
    {
    "threshold" : 0.0000,
    "gamma" : 2.5000
    }
    }
    ],
    // SMOOTHING CONFIG
    "smoothing" :
    {
    "type" : "linear",
    "time_ms" : 200,
    "updateFrequency" : 20.0000,
    "updateDelay" : 0
    }
    },


    // V4L2 GRABBER CONFIG
    "grabber-v4l2" :
    {
    "device" : "/dev/video0",
    "input" : 0,
    "standard" : "NTSC",
    "width" : -1,
    "height" : -1,
    "frameDecimation" : 2,
    "sizeDecimation" : 8,
    "priority" : 900,
    "mode" : "2D",
    "cropLeft" : 0,
    "cropRight" : 0,
    "cropTop" : 0,
    "cropBottom" : 0,
    "redSignalThreshold" : 0.0,
    "greenSignalThreshold" : 0.0,
    "blueSignalThreshold" : 0.0
    },


    // BLACKBORDER CONFIG
    "blackborderdetector" :
    {
    "enable" : true,
    "threshold" : 0.0,
    "unknownFrameCnt" : 600,
    "borderFrameCnt" : 50,
    "maxInconsistentCnt" : 10,
    "blurRemoveCnt" : 1,
    "mode" : "default"
    },


    // JSON SERVER CONFIG
    "jsonServer" :
    {
    "port" : 19444
    },


    // PROTO SERVER CONFIG
    "protoServer" :
    {
    "port" : 19445
    },


    // JSON/PROTO FORWARD CONFIG
    "forwarder" :
    {
    "json" : ["127.0.0.1:19446"],
    "proto" : ["127.0.0.1:19447"]
    },


    // EFFECT PATH
    "effects" :
    {
    "paths" :
    [
    "/storage/hyperion/effects",
    "/usr/share/hyperion/effects"
    ]
    },


    // NO FRAME GRABBER CONFIG
    // NO KODI CHECK CONFIG
    // NO BOOTEFFECT CONFIG
    // NO BOBLIGHT SERVER CONFIG



    ssh in: Oct 17 12:10:05 osmc systemd[1]: Starting Hyperion Systemd service...
    ssh in: Oct 17 12:10:05 osmc systemd[1]: Started Hyperion Systemd service.
    ssh in: Oct 17 12:10:05 osmc hyperiond[2161]: Hyperion Ambilight Deamon (2161)
    ssh in: Oct 17 12:10:05 osmc hyperiond[2161]: Version : V1.03.3 (brindosch-2fbbcff/2f01dfa-1495880388
    ssh in: Oct 17 12:10:05 osmc hyperiond[2161]: Build Time: Jun 3 2017 02:06:37
    ssh in: Oct 17 12:10:05 osmc hyperiond[2161]: INFO: Selected configuration file: /etc/hyperion/hyperion.config.json
    ssh in: Oct 17 12:10:05 osmc hyperiond[2161]: HYPERION INFO: ColorTransform 'default' => [0; 279]
    ssh in: Oct 17 12:10:05 osmc hyperiond[2161]: HYPERION INFO: ColorCorrection 'default' => [0; 279]
    ssh in: Oct 17 12:10:05 osmc hyperiond[2161]: HYPERION INFO: ColorAdjustment 'default' => [0; 279]
    ssh in: Oct 17 12:10:05 osmc hyperiond[2161]: LEDDEVICE INFO: configuration:
    ssh in: Oct 17 12:10:05 osmc hyperiond[2161]: {
    ssh in: Oct 17 12:10:05 osmc hyperiond[2161]: "colorOrder" : "rgb",
    ssh in: Oct 17 12:10:05 osmc hyperiond[2161]: "delayAfterConnect" : 0,
    ssh in: Oct 17 12:10:05 osmc hyperiond[2161]: "name" : "MyHyperionConfig",
    ssh in: Oct 17 12:10:05 osmc hyperiond[2161]: "output" : "/dev/ttyACM0",
    ssh in: Oct 17 12:10:05 osmc hyperiond[2161]: "rate" : 500000,
    ssh in: Oct 17 12:10:05 osmc hyperiond[2161]: "type" : "adalight"
    ssh in: Oct 17 12:10:05 osmc hyperiond[2161]: }
    ssh in: Oct 17 12:10:05 osmc hyperiond[2161]: Opening UART: /dev/ttyACM0
    ssh in: Oct 17 12:10:05 osmc hyperiond[2161]: HYPERION INFO: Json forward to 127.0.0.1:19446
    ssh in: Oct 17 12:10:05 osmc hyperiond[2161]: HYPERION INFO: Proto forward to 127.0.0.1:19447
    ssh in: Oct 17 12:10:05 osmc hyperiond[2161]: INFO: Creating linear smoothing
    ssh in: Oct 17 12:10:05 osmc hyperiond[2161]: HYPERION (CS) INFO: Created linear-smoothing(interval_ms=50;settlingTime_ms=200;updateDelay=0
    ssh in: Oct 17 12:10:05 osmc hyperiond[2161]: EFFECTENGINE INFO: 27 effects loaded from directory /usr/share/hyperion/effects
    ssh in: Oct 17 12:10:05 osmc hyperiond[2161]: EFFECTENGINE INFO: Initializing Python interpreter
    ssh in: Oct 17 12:10:05 osmc hyperiond[2161]: INFO: Hyperion started and initialised
    ssh in: Oct 17 12:10:05 osmc hyperiond[2161]: INFO: Json server created and started on port 19444
    ssh in: Oct 17 12:10:05 osmc hyperiond[2161]: PROTOCONNECTION INFO: Connecting to Hyperion: 127.0.0.1:19447
    ssh in: Oct 17 12:10:05 osmc hyperiond[2161]: INFO: Proto server created and started on port 19445
    ssh in: Oct 17 12:10:05 osmc hyperiond[2161]: V4L2GRABBER INFO: width=720 height=480
    ssh in: Oct 17 12:10:05 osmc hyperiond[2161]: V4L2GRABBER INFO: pixel format=YUYV
    ssh in: Oct 17 12:10:05 osmc hyperiond[2161]: BLACKBORDER INFO: threshold set to 0 (0)
    ssh in: Oct 17 12:10:05 osmc hyperiond[2161]: BLACKBORDER INFO: mode:default
    ssh in: Oct 17 12:10:05 osmc hyperiond[2161]: V4L2GRABBER INFO: signal threshold set to: {0,0,0}
    ssh in: Oct 17 12:10:05 osmc hyperiond[2161]: V4L2GRABBER INFO: started
    ssh in: Oct 17 12:10:05 osmc hyperiond[2161]: INFO: V4L2 grabber created and started
    ssh in: Oct 17 12:10:05 osmc hyperiond[2161]: BORDER SWITCH REQUIRED!!
    ssh in: Oct 17 12:10:05 osmc hyperiond[2161]: CURRENT BORDER TYPE: unknown=0 hor.size=0 vert.size=0
    ssh out: sudo systemctl stop hyperion.service 2>/dev/null; sudo /etc/init.d/hyperion stop 2>/dev/null ; sudo /sbin/initctl stop hyperion 2>/dev/null
    ssh out: sudo systemctl start hyperion.service 2>/dev/null ; sudo /etc/init.d/hyperion start 2>/dev/null ; sudo /sbin/initctl start hyperion 2>/dev/null
    ssh out: hyperion-remote -c 5137ff
    ssh in: hyperion-remote:
    ssh in: version : V1.03.3 (brindosch-2fbbcff/2f01dfa-1495880388
    ssh in: build time: Jun 3 2017 02:06:16
    ssh in: Connected to localhost:19444
    ssh in: Set color to 81 55 255

Jetzt mitmachen!

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