Benutzeravatar
maxxe88
Mitglied

Beiträge:55
Registriert:10. Dec 2015
Beruf:Mechatroniker

Nach Update auf OpenELEC 6.0 leuchtet nur noch eine LED

10. Dez 2015, 10:52

Guten Morgen,

mein Hyperion funktioniert nicht mehr richtig. Ich habe von OpenELEC 5.0.8 auf das Neue 6.0.0 geupdatet via Update Ordner. Jetzt habe ich das Problem, dass das Ambilight nicht mehr funktioniert. Es leuchtet nur noch eine LED und das auch nur in rot. Ich habe versucht, das Hyperion nach einer Anleitung drüber zu installieren aber leider ohne Erfolg. Dann habe ich OpenELEC komplett neu installiert und Hyperion aktiviert. Leider leuchtet immer noch nur eine LED. Vorher hat alles super funktioniert.

Kennt einer das?


mfg Max

edit: Ich habe jetzt noch einwenig rumprobiert. Wenn ich mit der App auf meinem iPhone z.b. die Farbe Weiß wähle gehen alle LED's an. Wenn ich jetzt z.b. rot nehme geht nur die erste LED an, grün wird gar nicht dargestellt. Ich habe übrigens meine alte "hyperion.config.json" verwendet.

Code: Alles auswählen

// Automatically generated configuration file for 'Hyperion daemon'
// Generated by: HyperCon (The Hyperion deamon configuration file builder

{
   /// Device configuration contains the following fields:
   /// * 'name'       : The user friendly name of the device (only used for display purposes)
   /// * 'type'       : The type of the device or leds (known types for now are
   /// APA102, Adalight, AmbiLed, Atmo, Hyperion-USBASP-WS2801, Hyperion-USBASP-WS2812, Lightberry, Lightpack, LPD6803, LPD8806, Multi-Lightpack, P9813, Paintpack, PhilipsHUE, PiBlaster, SEDU, Test, ThinkerForge, TPM2, WS2801, WS2812b, None)
   /// * [device type specific configuration]
   /// * 'colorOrder' : The order of the color bytes ('rgb', 'rbg', 'bgr', etc.).
   "device" :
   {
      "name"       : "MyPi",
      "type"       : "ws2801",
      "output"     : "/dev/spidev0.0",
      "rate"     : 250000,
      "colorOrder" : "rgb"
   },

   /// Color manipulation configuration used to tune the output colors to specific surroundings.
   /// The configuration contains a list of color-transforms. Each transform contains the
   /// following fields:
   ///  * 'id'   : The unique identifier of the color transformation (eg 'device_1')   ///  * 'leds' : The indices (or index ranges) of the leds to which this color transform applies
   ///             (eg '0-5, 9, 11, 12-17'). The indices are zero based.   ///  * 'hsv' : The manipulation in the Hue-Saturation-Value color domain with the following
   ///            tuning parameters:
   ///            - 'saturationGain'  The gain adjustement of the saturation
   ///            - 'valueGain'       The gain adjustement of the value
   ///  * 'red'/'green'/'blue' : The manipulation in the Red-Green-Blue color domain with the
   ///                           following tuning parameters for each channel:
   ///            - 'threshold'       The minimum required input value for the channel to be on
   ///                                (else zero)
   ///            - 'gamma'           The gamma-curve correction factor
   ///            - 'blacklevel'      The lowest possible value (when the channel is black)
   ///            - 'whitelevel'      The highest possible value (when the channel is white)
   ///
   /// Next to the list with color transforms there is also a smoothing option.
   ///  * 'smoothing' : Smoothing of the colors in the time-domain with the following tuning
   ///                  parameters:
   ///            - 'type'            The type of smoothing algorithm ('linear' or 'none')
   ///            - 'time_ms'         The time constant for smoothing algorithm in milliseconds
   ///            - 'updateFrequency' The update frequency of the leds in Hz
   ///            - 'updateDelay'     The delay of the output to leds (in periods of smoothing)
   "color" :
   {
      "transform" :
      [
         {
            "id"   : "default",
            "leds" : "*",
            "hsv" :
            {
               "saturationGain" : 1.1000,
               "valueGain"      : 5.0000
            },
            "red" :
            {
               "threshold"  : 0.0000,
               "gamma"      : 1.0000,
               "blacklevel" : 0.0000,
               "whitelevel" : 1.0000
            },
            "green" :
            {
               "threshold"  : 0.0000,
               "gamma"      : 1.0000,
               "blacklevel" : 0.0000,
               "whitelevel" : 1.0000
            },
            "blue" :
            {
               "threshold"  : 0.0000,
               "gamma"      : 1.0000,
               "blacklevel" : 0.0000,
               "whitelevel" : 1.0000
            }
         }
      ],
      "smoothing" :
      {
         "type"            : "linear",
         "time_ms"         : 150,
         "updateFrequency" : 30.0000,
         "updateDelay"     : 0
      }
   },

   /// The black border configuration, contains the following items:
   ///  * enable    : true if the detector should be activated
   ///  * threshold : Value below which a pixel is regarded as black (value between 0.0 and 1.0)
   "blackborderdetector" :
   {
      "enable" : true,
      "threshold" : 0.01
   },

   /// The configuration of the effect engine, contains the following items:
   ///  * paths        : An array with absolute location(s) of directories with effects
   ///  * bootsequence : The effect selected as 'boot sequence'
   "effects" :
   {
      "paths" :
      [
         "/storage/hyperion/effects"
      ]
   },

   "bootsequence" :
   {
      "effect" : "Rainbow swirl fast",
      "duration_ms" : 6000
   },

   ///  The configuration for the frame-grabber, contains the following items:
   ///   * width        : The width of the grabbed frames [pixels]
   ///   * height       : The height of the grabbed frames [pixels]
   ///   * frequency_Hz : The frequency of the frame grab [Hz]
   "framegrabber" :
   {
      "width" : 64,
      "height" : 64,
      "frequency_Hz" : 10.0
   },

   /// The configuration of the XBMC connection used to enable and disable the frame-grabber. Contains the following fields:
   ///  * xbmcAddress       : The IP address of the XBMC-host
   ///  * xbmcTcpPort       : The TCP-port of the XBMC-server
   ///  * grabVideo         : Flag indicating that the frame-grabber is on(true) during video playback
   ///  * grabPictures      : Flag indicating that the frame-grabber is on(true) during picture show
   ///  * grabAudio         : Flag indicating that the frame-grabber is on(true) during audio playback
   ///  * grabMenu          : Flag indicating that the frame-grabber is on(true) in the XBMC menu
   ///  * grabScreensaver   : Flag indicating that the frame-grabber is on(true) when XBMC is on screensaver
   ///  * enable3DDetection : Flag indicating that the frame-grabber should switch to a 3D compatible modus if a 3D video is playing
   "xbmcVideoChecker" :
   {
      "xbmcAddress" : "192.168.8.60",
      "xbmcTcpPort" : 9090,
      "grabVideo" : true,
      "grabPictures" : true,
      "grabAudio" : true,
      "grabMenu" : true,
      "grabScreensaver" : true,
      "enable3DDetection" : true
   },

   /// The configuration of the Json server which enables the json remote interface
   ///  * port : Port at which the json server is started
   "jsonServer" :
   {
      "port" : 19444
   },

   /// The configuration of the Proto server which enables the protobuffer remote interface
   ///  * port : Port at which the protobuffer server is started
   "protoServer" :
   {
      "port" : 19445
   },

   /// The configuration of the boblight server which enables the boblight remote interface
   ///  * port : Port at which the boblight server is started
   "boblightServer" :
   {
      "port" : 19333
   },

   /// Configuration for the embedded V4L2 grabber
   ///  * device          : V4L2 Device to use [default="/dev/video0"]
   ///  * input           : V4L2 input to use [default=0]
   ///  * standard        : Video standard (no-change/PAL/NTSC) [default="no-change"]
   ///  * width                : V4L2 width to set [default=-1]
   ///  * height               : V4L2 height to set [default=-1]
   ///  * frameDecimation      : Frame decimation factor [default=2]
   ///  * sizeDecimation       : Size decimation factor [default=8]
   ///  * priority             : Hyperion priority channel [default=800]
   ///  * mode                 : 3D mode to use 2D/3DSBS/3DTAB (note: no autodetection) [default="2D"]
   ///  * cropLeft             : Cropping from the left [default=0]
   ///  * cropRight            : Cropping from the right [default=0]
   ///  * cropTop              : Cropping from the top [default=0]
   ///  * cropBottom           : Cropping from the bottom [default=0]
   ///  * redSignalThreshold   : Signal threshold for the red channel between 0.0 and 1.0 [default=0.0]
   ///  * greenSignalThreshold : Signal threshold for the green channel between 0.0 and 1.0 [default=0.0]
   ///  * blueSignalThreshold  : Signal threshold for the blue channel between 0.0 and 1.0 [default=0.0]
//    "grabber-v4l2" :
//    {
//       "device" : "/dev/video0",
//       "input" : 0,
//       "standard" : "no-change",
//       "width" : -1,
//       "height" : -1,
//       "frameDecimation" : 2,
//       "sizeDecimation" : 8,
//       "priority" : 800,
//       "mode" : "2D",
//       "cropLeft" : 0,
//       "cropRight" : 0,
//       "cropTop" : 0,
//       "cropBottom" : 0,
//       "redSignalThreshold" : 0.0,
//       "greenSignalThreshold" : 0.0,
//       "blueSignalThreshold" : 0.0
//    },

   ///  The configuration for each individual led. This contains the specification of the area
   ///  averaged of an input image for each led to determine its color. Each item in the list
   ///  contains the following fields:
   ///  * index: The index of the led. This determines its location in the string of leds; zero
   ///           being the first led.
   ///  * hscan: The fractional part of the image along the horizontal used for the averaging
   ///           (minimum and maximum inclusive)
   ///  * vscan: The fractional part of the image along the vertical used for the averaging
   ///           (minimum and maximum inclusive)
   "leds" :
   [
      {
         "index" : 0,
         "hscan" : { "minimum" : 0.0455, "maximum" : 0.0909 },
         "vscan" : { "minimum" : 0.9700, "maximum" : 1.0000 }
      },
      {
         "index" : 1,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0455 },
         "vscan" : { "minimum" : 0.9700, "maximum" : 1.0000 }
      },
      {
         "index" : 2,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0300 },
         "vscan" : { "minimum" : 0.9700, "maximum" : 1.0000 }
      },
      {
         "index" : 3,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0300 },
         "vscan" : { "minimum" : 0.9167, "maximum" : 1.0000 }
      },
      {
         "index" : 4,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0300 },
         "vscan" : { "minimum" : 0.8333, "maximum" : 0.9167 }
      },
      {
         "index" : 5,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0300 },
         "vscan" : { "minimum" : 0.7500, "maximum" : 0.8333 }
      },
      {
         "index" : 6,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0300 },
         "vscan" : { "minimum" : 0.6667, "maximum" : 0.7500 }
      },
      {
         "index" : 7,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0300 },
         "vscan" : { "minimum" : 0.5833, "maximum" : 0.6667 }
      },
      {
         "index" : 8,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0300 },
         "vscan" : { "minimum" : 0.5000, "maximum" : 0.5833 }
      },
      {
         "index" : 9,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0300 },
         "vscan" : { "minimum" : 0.4167, "maximum" : 0.5000 }
      },
      {
         "index" : 10,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0300 },
         "vscan" : { "minimum" : 0.3333, "maximum" : 0.4167 }
      },
      {
         "index" : 11,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0300 },
         "vscan" : { "minimum" : 0.2500, "maximum" : 0.3333 }
      },
      {
         "index" : 12,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0300 },
         "vscan" : { "minimum" : 0.1667, "maximum" : 0.2500 }
      },
      {
         "index" : 13,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0300 },
         "vscan" : { "minimum" : 0.0833, "maximum" : 0.1667 }
      },
      {
         "index" : 14,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0300 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0833 }
      },
      {
         "index" : 15,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0300 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0300 }
      },
      {
         "index" : 16,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0455 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0300 }
      },
      {
         "index" : 17,
         "hscan" : { "minimum" : 0.0455, "maximum" : 0.0909 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0300 }
      },
      {
         "index" : 18,
         "hscan" : { "minimum" : 0.0909, "maximum" : 0.1364 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0300 }
      },
      {
         "index" : 19,
         "hscan" : { "minimum" : 0.1364, "maximum" : 0.1818 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0300 }
      },
      {
         "index" : 20,
         "hscan" : { "minimum" : 0.1818, "maximum" : 0.2273 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0300 }
      },
      {
         "index" : 21,
         "hscan" : { "minimum" : 0.2273, "maximum" : 0.2727 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0300 }
      },
      {
         "index" : 22,
         "hscan" : { "minimum" : 0.2727, "maximum" : 0.3182 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0300 }
      },
      {
         "index" : 23,
         "hscan" : { "minimum" : 0.3182, "maximum" : 0.3636 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0300 }
      },
      {
         "index" : 24,
         "hscan" : { "minimum" : 0.3636, "maximum" : 0.4091 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0300 }
      },
      {
         "index" : 25,
         "hscan" : { "minimum" : 0.4091, "maximum" : 0.4545 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0300 }
      },
      {
         "index" : 26,
         "hscan" : { "minimum" : 0.4545, "maximum" : 0.5000 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0300 }
      },
      {
         "index" : 27,
         "hscan" : { "minimum" : 0.5000, "maximum" : 0.5455 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0300 }
      },
      {
         "index" : 28,
         "hscan" : { "minimum" : 0.5455, "maximum" : 0.5909 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0300 }
      },
      {
         "index" : 29,
         "hscan" : { "minimum" : 0.5909, "maximum" : 0.6364 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0300 }
      },
      {
         "index" : 30,
         "hscan" : { "minimum" : 0.6364, "maximum" : 0.6818 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0300 }
      },
      {
         "index" : 31,
         "hscan" : { "minimum" : 0.6818, "maximum" : 0.7273 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0300 }
      },
      {
         "index" : 32,
         "hscan" : { "minimum" : 0.7273, "maximum" : 0.7727 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0300 }
      },
      {
         "index" : 33,
         "hscan" : { "minimum" : 0.7727, "maximum" : 0.8182 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0300 }
      },
      {
         "index" : 34,
         "hscan" : { "minimum" : 0.8182, "maximum" : 0.8636 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0300 }
      },
      {
         "index" : 35,
         "hscan" : { "minimum" : 0.8636, "maximum" : 0.9091 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0300 }
      },
      {
         "index" : 36,
         "hscan" : { "minimum" : 0.9091, "maximum" : 0.9545 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0300 }
      },
      {
         "index" : 37,
         "hscan" : { "minimum" : 0.9545, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0300 }
      },
      {
         "index" : 38,
         "hscan" : { "minimum" : 0.9700, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0300 }
      },
      {
         "index" : 39,
         "hscan" : { "minimum" : 0.9700, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0833 }
      },
      {
         "index" : 40,
         "hscan" : { "minimum" : 0.9700, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.0833, "maximum" : 0.1667 }
      },
      {
         "index" : 41,
         "hscan" : { "minimum" : 0.9700, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.1667, "maximum" : 0.2500 }
      },
      {
         "index" : 42,
         "hscan" : { "minimum" : 0.9700, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.2500, "maximum" : 0.3333 }
      },
      {
         "index" : 43,
         "hscan" : { "minimum" : 0.9700, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.3333, "maximum" : 0.4167 }
      },
      {
         "index" : 44,
         "hscan" : { "minimum" : 0.9700, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.4167, "maximum" : 0.5000 }
      },
      {
         "index" : 45,
         "hscan" : { "minimum" : 0.9700, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.5000, "maximum" : 0.5833 }
      },
      {
         "index" : 46,
         "hscan" : { "minimum" : 0.9700, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.5833, "maximum" : 0.6667 }
      },
      {
         "index" : 47,
         "hscan" : { "minimum" : 0.9700, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.6667, "maximum" : 0.7500 }
      },
      {
         "index" : 48,
         "hscan" : { "minimum" : 0.9700, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.7500, "maximum" : 0.8333 }
      },
      {
         "index" : 49,
         "hscan" : { "minimum" : 0.9700, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.8333, "maximum" : 0.9167 }
      },
      {
         "index" : 50,
         "hscan" : { "minimum" : 0.9700, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.9167, "maximum" : 1.0000 }
      },
      {
         "index" : 51,
         "hscan" : { "minimum" : 0.9700, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.9700, "maximum" : 1.0000 }
      },
      {
         "index" : 52,
         "hscan" : { "minimum" : 0.9545, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.9700, "maximum" : 1.0000 }
      },
      {
         "index" : 53,
         "hscan" : { "minimum" : 0.9091, "maximum" : 0.9545 },
         "vscan" : { "minimum" : 0.9700, "maximum" : 1.0000 }
      },
      {
         "index" : 54,
         "hscan" : { "minimum" : 0.8636, "maximum" : 0.9091 },
         "vscan" : { "minimum" : 0.9700, "maximum" : 1.0000 }
      },
      {
         "index" : 55,
         "hscan" : { "minimum" : 0.0909, "maximum" : 0.1364 },
         "vscan" : { "minimum" : 0.9700, "maximum" : 1.0000 }
      }
   ],

   "endOfJson" : "endOfJson"
}
Zuletzt geändert von maxxe88 am 11. Dez 2015, 08:46, insgesamt 1-mal geändert.

Donald
Moderator

Beiträge:1255
Registriert:15. Nov 2015

Nach Update auf OpenELEC 6.0 nur noch eine LED

10. Dez 2015, 12:52

Hast du schon versucht eine neue Hyperion.config.json zu erzeugen und auf das Openelec zu kopieren ?

maxxe88
Mitglied

Beiträge:55
Registriert:10. Dec 2015
Beruf:Mechatroniker

Nach Update auf OpenELEC 6.0 nur noch eine LED

10. Dez 2015, 13:00

Ja. Da passiert genau das selbe.

Donald
Moderator

Beiträge:1255
Registriert:15. Nov 2015

Nach Update auf OpenELEC 6.0 nur noch eine LED

10. Dez 2015, 13:30

und du hast Openelec 6 auf eine frisch formatierte SD Karte neu aufgespielt ? Wenn man von 5.0.8 kommt, wird das ja so verlangt. Und dann alles komplett neu aufgesetzt incl. hyperion ? Merkwürdig.
Von der Beta auf 6.0 hat alles geklappt mit Ambilight.

maxxe88
Mitglied

Beiträge:55
Registriert:10. Dec 2015
Beruf:Mechatroniker

Nach Update auf OpenELEC 6.0 nur noch eine LED

10. Dez 2015, 13:59

Also erst habe ich die Update Datei genommen, da hat das Ambilight nicht funktioniert. Dann habe ich, weil ich wissen wollte ob es am Image liegt, komplett neu aufgesetzt und Hyperion neu installiert. Ging leider auch nicht. Ich habe jetzt eine neue Config angelegt, mit der es auch nicht geht. Jetzt habe ich mein altes Image aufgespielt mit 5.0.8 damit funktioniert es jetzt wieder. Heißt, dass die Verdrahtung und alles andere stimmt.

Sir_Vival
Mitglied

Beiträge:81
Registriert:18. Nov 2015

Nach Update auf OpenELEC 6.0 nur noch eine LED

10. Dez 2015, 14:04

Hast du mal in die config.txt geschaut ob GPIO Pins aktiviert sind.
dtparam=spi=on

maxxe88
Mitglied

Beiträge:55
Registriert:10. Dec 2015
Beruf:Mechatroniker

Nach Update auf OpenELEC 6.0 nur noch eine LED

10. Dez 2015, 14:05

Sind aktiviert, müssten sie ja auch, weil wenn ich auf weiß schalte gehen alle an.

Sir_Vival
Mitglied

Beiträge:81
Registriert:18. Nov 2015

Nach Update auf OpenELEC 6.0 nur noch eine LED

10. Dez 2015, 14:15

Lade dir mal das image auf deine sd-karte zum testen.
viewtopic.php?f=8&t=13

maxxe88
Mitglied

Beiträge:55
Registriert:10. Dec 2015
Beruf:Mechatroniker

Nach Update auf OpenELEC 6.0 nur noch eine LED

10. Dez 2015, 14:16

Bin schon am ziehen. Da ich aber keinen Uploaded Acc habe dauert das ewig ^^

maxxe88
Mitglied

Beiträge:55
Registriert:10. Dec 2015
Beruf:Mechatroniker

Nach Update auf OpenELEC 6.0 nur noch eine LED

11. Dez 2015, 08:20

Guten Morgen,

ich habe jetzt das fertige Image installiert. Leider bleiben die LED's aus. Gibt es noch ein paar sachen die ich testen kann?

Sir_Vival
Mitglied

Beiträge:81
Registriert:18. Nov 2015

Nach Update auf OpenELEC 6.0 leuchtet nur noch eine LED

11. Dez 2015, 10:47

Na ja du hast Hardwareseitig einen Fehler ausgeschlossen weil wenn du dein Backup mit OpenELEC 5.0.8 einspieltst alles normal funktioniert.
Und Softwareseitig hast du ausgeschlossen indem du ein fertiges OpenELEC 6 image getestet hast ohne Änderungen...
Ich wüsste jetzt momentan nix mehr

maxxe88
Mitglied

Beiträge:55
Registriert:10. Dec 2015
Beruf:Mechatroniker

Nach Update auf OpenELEC 6.0 leuchtet nur noch eine LED

11. Dez 2015, 13:46

Ich habe jetzt mal versucht, mit hyperion-remote etwas zu erreichen und es kommt dann das:

OpenELEC:~ # hyperion-remote
-sh: hyperion-remote: not found

Kann das vielleicht eine Ursache des Problems sein? Wenn ja wie installiere ich das nachträglich?

Sir_Vival
Mitglied

Beiträge:81
Registriert:18. Nov 2015

Nach Update auf OpenELEC 6.0 leuchtet nur noch eine LED

11. Dez 2015, 13:52

Code: Alles auswählen

curl -L --output install_hyperion.sh --get https://raw.githubusercontent.com/tvdzwan/hyperion/master/bin/install_hyperion.sh


Code: Alles auswählen

sh ./install_hyperion.sh


Sollte dann so aussehen wenn alles Richtig geklappt hat mit der hyperion installation

hyperion_install_done.jpg



Hier kannst du "Rainbow swirl fast" effekt aktivieren für 5 sekunden

Code: Alles auswählen

/storage/hyperion/bin/hyperion-remote.sh  --effect "Rainbow swirl fast" --duration 5000

maxxe88
Mitglied

Beiträge:55
Registriert:10. Dec 2015
Beruf:Mechatroniker

Nach Update auf OpenELEC 6.0 leuchtet nur noch eine LED

11. Dez 2015, 14:03

Also ich habe es noch mal über mein System laufen lassen, ich denke nicht das es was ausmacht oder?

Screenshot (1).png


Das einzige was passiert, ist das die erste LED rot aufleuchtet wieder ausgeht und wieder aufleuchtet. Wie wenn der Rainbow effect durchläuft.

Sir_Vival
Mitglied

Beiträge:81
Registriert:18. Nov 2015

Nach Update auf OpenELEC 6.0 leuchtet nur noch eine LED

11. Dez 2015, 14:14

Und mit der alten version funktioniert alles zu 100%?

Erstelle dir mal eine neue hyperion.config.json
https://raw.github.com/tvdzwan/hypercon/master/deploy/HyperCon.jar

Und starte anschließend den dienst hyperion mal neu

Code: Alles auswählen

killall hyperiond
/storage/hyperion/bin/hyperiond.sh /storage/.config/hyperion.config.json </dev/null >/dev/null 2>&1 &

Zurück zu „Ambilight - Support“