Enigmalight / Ambilight für 4K-Boxen (ARM)

    Diese Seite verwendet Cookies. Durch die Nutzung unserer Seite erklären Sie sich damit einverstanden, dass wir Cookies setzen. Weitere Informationen

    • Bei mir kommt wenn ich Lights On drücke.

      ERROR: 192.168.178.44:19444 sent gibberish

      Hier meine Config Datei:
      Spoiler anzeigen
      // 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 'ws2801', 'ldp8806',
      /// 'lpd6803', 'sedu', 'adalight', 'lightpack', 'test' and 'none')
      /// * 'output' : The output specification depends on selected device. This can for example be the
      /// device specifier, device serial number, or the output file name
      /// * 'rate' : The baudrate of the output to the device
      /// * 'colorOrder' : The order of the color bytes ('rgb', 'rbg', 'bgr', etc.).
      "device" :
      {
      "name" : "MyPi",
      "type" : "ws2801",
      "output" : "/dev/spidev0.0",
      "rate" : 1000000,
      "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
      "color" :
      {
      "transform" :
      [
      {
      "id" : "default",
      "leds" : "*",
      "hsv" :
      {
      "saturationGain" : 1.0500,
      "valueGain" : 1.5000
      },
      "red" :
      {
      "threshold" : 0.1900,
      "gamma" : 2.0000,
      "blacklevel" : 0.0000,
      "whitelevel" : 1.0000
      },
      "green" :
      {
      "threshold" : 0.1900,
      "gamma" : 2.0000,
      "blacklevel" : 0.0000,
      "whitelevel" : 0.8000
      },
      "blue" :
      {
      "threshold" : 0.1900,
      "gamma" : 2.0000,
      "blacklevel" : 0.0000,
      "whitelevel" : 0.8000
      }
      }
      ],
      "smoothing" :
      {
      "type" : "linear",
      "time_ms" : 200,
      "updateFrequency" : 25.0000
      }
      },

      /// 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.60
      },

      /// 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" :
      [
      "/opt/hyperion/effects"
      ]
      },

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

      /// 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" : "127.0.0.1",
      // "xbmcTcpPort" : 9090,
      // "grabVideo" : true,
      // "grabPictures" : true,
      // "grabAudio" : true,
      // "grabMenu" : false,
      // "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" : "NTSC",
      "width" : -1,
      "height" : -1,
      "frameDecimation" : 2,
      "sizeDecimation" : 4,
      "priority" : 800,
      "mode" : "2D",
      "cropLeft" : 6,
      "cropRight" : 6,
      "cropTop" : 2,
      "cropBottom" : 2,
      "redSignalThreshold" : 0.2,
      "greenSignalThreshold" : 0.2,
      "blueSignalThreshold" : 0.2
      },

      /// 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.9783, "maximum" : 1.0000 },
      "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
      "index" : 1,
      "hscan" : { "minimum" : 0.9565, "maximum" : 0.9783 },
      "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
      "index" : 2,
      "hscan" : { "minimum" : 0.9348, "maximum" : 0.9565 },
      "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
      "index" : 3,
      "hscan" : { "minimum" : 0.9130, "maximum" : 0.9348 },
      "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
      "index" : 4,
      "hscan" : { "minimum" : 0.8913, "maximum" : 0.9130 },
      "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
      "index" : 5,
      "hscan" : { "minimum" : 0.8696, "maximum" : 0.8913 },
      "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
      "index" : 6,
      "hscan" : { "minimum" : 0.8478, "maximum" : 0.8696 },
      "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
      "index" : 7,
      "hscan" : { "minimum" : 0.8261, "maximum" : 0.8478 },
      "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
      "index" : 8,
      "hscan" : { "minimum" : 0.8043, "maximum" : 0.8261 },
      "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
      "index" : 9,
      "hscan" : { "minimum" : 0.7826, "maximum" : 0.8043 },
      "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
      "index" : 10,
      "hscan" : { "minimum" : 0.7609, "maximum" : 0.7826 },
      "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
      "index" : 11,
      "hscan" : { "minimum" : 0.7391, "maximum" : 0.7609 },
      "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
      "index" : 12,
      "hscan" : { "minimum" : 0.7174, "maximum" : 0.7391 },
      "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
      "index" : 13,
      "hscan" : { "minimum" : 0.6957, "maximum" : 0.7174 },
      "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
      "index" : 14,
      "hscan" : { "minimum" : 0.6739, "maximum" : 0.6957 },
      "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
      "index" : 15,
      "hscan" : { "minimum" : 0.6522, "maximum" : 0.6739 },
      "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
      "index" : 16,
      "hscan" : { "minimum" : 0.6304, "maximum" : 0.6522 },
      "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
      "index" : 17,
      "hscan" : { "minimum" : 0.6087, "maximum" : 0.6304 },
      "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
      "index" : 18,
      "hscan" : { "minimum" : 0.5870, "maximum" : 0.6087 },
      "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
      "index" : 19,
      "hscan" : { "minimum" : 0.5652, "maximum" : 0.5870 },
      "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
      "index" : 20,
      "hscan" : { "minimum" : 0.5435, "maximum" : 0.5652 },
      "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
      "index" : 21,
      "hscan" : { "minimum" : 0.5217, "maximum" : 0.5435 },
      "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
      "index" : 22,
      "hscan" : { "minimum" : 0.5000, "maximum" : 0.5217 },
      "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
      "index" : 23,
      "hscan" : { "minimum" : 0.4783, "maximum" : 0.5000 },
      "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
      "index" : 24,
      "hscan" : { "minimum" : 0.4565, "maximum" : 0.4783 },
      "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
      "index" : 25,
      "hscan" : { "minimum" : 0.4348, "maximum" : 0.4565 },
      "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
      "index" : 26,
      "hscan" : { "minimum" : 0.4130, "maximum" : 0.4348 },
      "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
      "index" : 27,
      "hscan" : { "minimum" : 0.3913, "maximum" : 0.4130 },
      "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
      "index" : 28,
      "hscan" : { "minimum" : 0.3696, "maximum" : 0.3913 },
      "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
      "index" : 29,
      "hscan" : { "minimum" : 0.3478, "maximum" : 0.3696 },
      "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
      "index" : 30,
      "hscan" : { "minimum" : 0.3261, "maximum" : 0.3478 },
      "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
      "index" : 31,
      "hscan" : { "minimum" : 0.3043, "maximum" : 0.3261 },
      "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
      "index" : 32,
      "hscan" : { "minimum" : 0.2826, "maximum" : 0.3043 },
      "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
      "index" : 33,
      "hscan" : { "minimum" : 0.2609, "maximum" : 0.2826 },
      "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
      "index" : 34,
      "hscan" : { "minimum" : 0.2391, "maximum" : 0.2609 },
      "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
      "index" : 35,
      "hscan" : { "minimum" : 0.2174, "maximum" : 0.2391 },
      "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
      "index" : 36,
      "hscan" : { "minimum" : 0.1957, "maximum" : 0.2174 },
      "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
      "index" : 37,
      "hscan" : { "minimum" : 0.1739, "maximum" : 0.1957 },
      "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
      "index" : 38,
      "hscan" : { "minimum" : 0.1522, "maximum" : 0.1739 },
      "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
      "index" : 39,
      "hscan" : { "minimum" : 0.1304, "maximum" : 0.1522 },
      "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
      "index" : 40,
      "hscan" : { "minimum" : 0.1087, "maximum" : 0.1304 },
      "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
      "index" : 41,
      "hscan" : { "minimum" : 0.0870, "maximum" : 0.1087 },
      "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
      "index" : 42,
      "hscan" : { "minimum" : 0.0652, "maximum" : 0.0870 },
      "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
      "index" : 43,
      "hscan" : { "minimum" : 0.0435, "maximum" : 0.0652 },
      "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
      "index" : 44,
      "hscan" : { "minimum" : 0.0217, "maximum" : 0.0435 },
      "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
      "index" : 45,
      "hscan" : { "minimum" : 0.0000, "maximum" : 0.0217 },
      "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
      "index" : 46,
      "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
      "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
      "index" : 47,
      "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
      "vscan" : { "minimum" : 0.9600, "maximum" : 1.0000 }
      },
      {
      "index" : 48,
      "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
      "vscan" : { "minimum" : 0.9200, "maximum" : 0.9600 }
      },
      {
      "index" : 49,
      "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
      "vscan" : { "minimum" : 0.8800, "maximum" : 0.9200 }
      },
      {
      "index" : 50,
      "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
      "vscan" : { "minimum" : 0.8400, "maximum" : 0.8800 }
      },
      {
      "index" : 51,
      "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
      "vscan" : { "minimum" : 0.8000, "maximum" : 0.8400 }
      },
      {
      "index" : 52,
      "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
      "vscan" : { "minimum" : 0.7600, "maximum" : 0.8000 }
      },
      {
      "index" : 53,
      "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
      "vscan" : { "minimum" : 0.7200, "maximum" : 0.7600 }
      },
      {
      "index" : 54,
      "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
      "vscan" : { "minimum" : 0.6800, "maximum" : 0.7200 }
      },
      {
      "index" : 55,
      "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
      "vscan" : { "minimum" : 0.6400, "maximum" : 0.6800 }
      },
      {
      "index" : 56,
      "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
      "vscan" : { "minimum" : 0.6000, "maximum" : 0.6400 }
      },
      {
      "index" : 57,
      "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
      "vscan" : { "minimum" : 0.5600, "maximum" : 0.6000 }
      },
      {
      "index" : 58,
      "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
      "vscan" : { "minimum" : 0.5200, "maximum" : 0.5600 }
      },
      {
      "index" : 59,
      "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
      "vscan" : { "minimum" : 0.4800, "maximum" : 0.5200 }
      },
      {
      "index" : 60,
      "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
      "vscan" : { "minimum" : 0.4400, "maximum" : 0.4800 }
      },
      {
      "index" : 61,
      "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
      "vscan" : { "minimum" : 0.4000, "maximum" : 0.4400 }
      },
      {
      "index" : 62,
      "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
      "vscan" : { "minimum" : 0.3600, "maximum" : 0.4000 }
      },
      {
      "index" : 63,
      "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
      "vscan" : { "minimum" : 0.3200, "maximum" : 0.3600 }
      },
      {
      "index" : 64,
      "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
      "vscan" : { "minimum" : 0.2800, "maximum" : 0.3200 }
      },
      {
      "index" : 65,
      "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
      "vscan" : { "minimum" : 0.2400, "maximum" : 0.2800 }
      },
      {
      "index" : 66,
      "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
      "vscan" : { "minimum" : 0.2000, "maximum" : 0.2400 }
      },
      {
      "index" : 67,
      "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
      "vscan" : { "minimum" : 0.1600, "maximum" : 0.2000 }
      },
      {
      "index" : 68,
      "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
      "vscan" : { "minimum" : 0.1200, "maximum" : 0.1600 }
      },
      {
      "index" : 69,
      "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
      "vscan" : { "minimum" : 0.0800, "maximum" : 0.1200 }
      },
      {
      "index" : 70,
      "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
      "vscan" : { "minimum" : 0.0400, "maximum" : 0.0800 }
      },
      {
      "index" : 71,
      "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
      "vscan" : { "minimum" : 0.0000, "maximum" : 0.0400 }
      },
      {
      "index" : 72,
      "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
      "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
      "index" : 73,
      "hscan" : { "minimum" : 0.0000, "maximum" : 0.0217 },
      "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
      "index" : 74,
      "hscan" : { "minimum" : 0.0217, "maximum" : 0.0435 },
      "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
      "index" : 75,
      "hscan" : { "minimum" : 0.0435, "maximum" : 0.0652 },
      "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
      "index" : 76,
      "hscan" : { "minimum" : 0.0652, "maximum" : 0.0870 },
      "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
      "index" : 77,
      "hscan" : { "minimum" : 0.0870, "maximum" : 0.1087 },
      "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
      "index" : 78,
      "hscan" : { "minimum" : 0.1087, "maximum" : 0.1304 },
      "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
      "index" : 79,
      "hscan" : { "minimum" : 0.1304, "maximum" : 0.1522 },
      "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
      "index" : 80,
      "hscan" : { "minimum" : 0.1522, "maximum" : 0.1739 },
      "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
      "index" : 81,
      "hscan" : { "minimum" : 0.1739, "maximum" : 0.1957 },
      "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
      "index" : 82,
      "hscan" : { "minimum" : 0.1957, "maximum" : 0.2174 },
      "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
      "index" : 83,
      "hscan" : { "minimum" : 0.2174, "maximum" : 0.2391 },
      "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
      "index" : 84,
      "hscan" : { "minimum" : 0.2391, "maximum" : 0.2609 },
      "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
      "index" : 85,
      "hscan" : { "minimum" : 0.2609, "maximum" : 0.2826 },
      "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
      "index" : 86,
      "hscan" : { "minimum" : 0.2826, "maximum" : 0.3043 },
      "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
      "index" : 87,
      "hscan" : { "minimum" : 0.3043, "maximum" : 0.3261 },
      "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
      "index" : 88,
      "hscan" : { "minimum" : 0.3261, "maximum" : 0.3478 },
      "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
      "index" : 89,
      "hscan" : { "minimum" : 0.3478, "maximum" : 0.3696 },
      "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
      "index" : 90,
      "hscan" : { "minimum" : 0.3696, "maximum" : 0.3913 },
      "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
      "index" : 91,
      "hscan" : { "minimum" : 0.3913, "maximum" : 0.4130 },
      "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
      "index" : 92,
      "hscan" : { "minimum" : 0.4130, "maximum" : 0.4348 },
      "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
      "index" : 93,
      "hscan" : { "minimum" : 0.4348, "maximum" : 0.4565 },
      "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
      "index" : 94,
      "hscan" : { "minimum" : 0.4565, "maximum" : 0.4783 },
      "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
      "index" : 95,
      "hscan" : { "minimum" : 0.4783, "maximum" : 0.5000 },
      "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
      "index" : 96,
      "hscan" : { "minimum" : 0.5000, "maximum" : 0.5217 },
      "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
      "index" : 97,
      "hscan" : { "minimum" : 0.5217, "maximum" : 0.5435 },
      "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
      "index" : 98,
      "hscan" : { "minimum" : 0.5435, "maximum" : 0.5652 },
      "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
      "index" : 99,
      "hscan" : { "minimum" : 0.5652, "maximum" : 0.5870 },
      "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
      "index" : 100,
      "hscan" : { "minimum" : 0.5870, "maximum" : 0.6087 },
      "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
      "index" : 101,
      "hscan" : { "minimum" : 0.6087, "maximum" : 0.6304 },
      "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
      "index" : 102,
      "hscan" : { "minimum" : 0.6304, "maximum" : 0.6522 },
      "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
      "index" : 103,
      "hscan" : { "minimum" : 0.6522, "maximum" : 0.6739 },
      "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
      "index" : 104,
      "hscan" : { "minimum" : 0.6739, "maximum" : 0.6957 },
      "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
      "index" : 105,
      "hscan" : { "minimum" : 0.6957, "maximum" : 0.7174 },
      "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
      "index" : 106,
      "hscan" : { "minimum" : 0.7174, "maximum" : 0.7391 },
      "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
      "index" : 107,
      "hscan" : { "minimum" : 0.7391, "maximum" : 0.7609 },
      "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
      "index" : 108,
      "hscan" : { "minimum" : 0.7609, "maximum" : 0.7826 },
      "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
      "index" : 109,
      "hscan" : { "minimum" : 0.7826, "maximum" : 0.8043 },
      "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
      "index" : 110,
      "hscan" : { "minimum" : 0.8043, "maximum" : 0.8261 },
      "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
      "index" : 111,
      "hscan" : { "minimum" : 0.8261, "maximum" : 0.8478 },
      "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
      "index" : 112,
      "hscan" : { "minimum" : 0.8478, "maximum" : 0.8696 },
      "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
      "index" : 113,
      "hscan" : { "minimum" : 0.8696, "maximum" : 0.8913 },
      "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
      "index" : 114,
      "hscan" : { "minimum" : 0.8913, "maximum" : 0.9130 },
      "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
      "index" : 115,
      "hscan" : { "minimum" : 0.9130, "maximum" : 0.9348 },
      "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
      "index" : 116,
      "hscan" : { "minimum" : 0.9348, "maximum" : 0.9565 },
      "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
      "index" : 117,
      "hscan" : { "minimum" : 0.9565, "maximum" : 0.9783 },
      "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
      "index" : 118,
      "hscan" : { "minimum" : 0.9783, "maximum" : 1.0000 },
      "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
      "index" : 119,
      "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
      "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
      "index" : 120,
      "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
      "vscan" : { "minimum" : 0.0000, "maximum" : 0.0400 }
      },
      {
      "index" : 121,
      "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
      "vscan" : { "minimum" : 0.0400, "maximum" : 0.0800 }
      },
      {
      "index" : 122,
      "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
      "vscan" : { "minimum" : 0.0800, "maximum" : 0.1200 }
      },
      {
      "index" : 123,
      "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
      "vscan" : { "minimum" : 0.1200, "maximum" : 0.1600 }
      },
      {
      "index" : 124,
      "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
      "vscan" : { "minimum" : 0.1600, "maximum" : 0.2000 }
      },
      {
      "index" : 125,
      "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
      "vscan" : { "minimum" : 0.2000, "maximum" : 0.2400 }
      },
      {
      "index" : 126,
      "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
      "vscan" : { "minimum" : 0.2400, "maximum" : 0.2800 }
      },
      {
      "index" : 127,
      "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
      "vscan" : { "minimum" : 0.2800, "maximum" : 0.3200 }
      },
      {
      "index" : 128,
      "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
      "vscan" : { "minimum" : 0.3200, "maximum" : 0.3600 }
      },
      {
      "index" : 129,
      "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
      "vscan" : { "minimum" : 0.3600, "maximum" : 0.4000 }
      },
      {
      "index" : 130,
      "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
      "vscan" : { "minimum" : 0.4000, "maximum" : 0.4400 }
      },
      {
      "index" : 131,
      "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
      "vscan" : { "minimum" : 0.4400, "maximum" : 0.4800 }
      },
      {
      "index" : 132,
      "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
      "vscan" : { "minimum" : 0.4800, "maximum" : 0.5200 }
      },
      {
      "index" : 133,
      "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
      "vscan" : { "minimum" : 0.5200, "maximum" : 0.5600 }
      },
      {
      "index" : 134,
      "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
      "vscan" : { "minimum" : 0.5600, "maximum" : 0.6000 }
      },
      {
      "index" : 135,
      "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
      "vscan" : { "minimum" : 0.6000, "maximum" : 0.6400 }
      },
      {
      "index" : 136,
      "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
      "vscan" : { "minimum" : 0.6400, "maximum" : 0.6800 }
      },
      {
      "index" : 137,
      "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
      "vscan" : { "minimum" : 0.6800, "maximum" : 0.7200 }
      },
      {
      "index" : 138,
      "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
      "vscan" : { "minimum" : 0.7200, "maximum" : 0.7600 }
      },
      {
      "index" : 139,
      "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
      "vscan" : { "minimum" : 0.7600, "maximum" : 0.8000 }
      },
      {
      "index" : 140,
      "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
      "vscan" : { "minimum" : 0.8000, "maximum" : 0.8400 }
      },
      {
      "index" : 141,
      "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
      "vscan" : { "minimum" : 0.8400, "maximum" : 0.8800 }
      },
      {
      "index" : 142,
      "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
      "vscan" : { "minimum" : 0.8800, "maximum" : 0.9200 }
      },
      {
      "index" : 143,
      "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
      "vscan" : { "minimum" : 0.9200, "maximum" : 0.9600 }
      },
      {
      "index" : 144,
      "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
      "vscan" : { "minimum" : 0.9600, "maximum" : 1.0000 }
      },
      {
      "index" : 145,
      "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
      "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      }
      ],

      "endOfJson" : "endOfJson"
      }




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




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

      nach langem überlegen habe ich mich entschlossen an meinem Samsung LED (nicht Smart TV) 60Zoll TV auch ein Ambilightsystem anzuschliessen. Da ich nicht unbedingt ein fertiges System kaufen will, entschied ich mich eins selber zu bauen.....

      Folgende Teile habe ich mir bestellt:
      LED - Streifen Links gelöscht von mc2
      Controler

      Besitze einen Vu+ Duo² mit VTI 11.xx image.

      Leider bin ich nun bei der Add-on/Plug-in suche etwas verzweifelt. Angeblich gibt es mittlerweile Boblight nicht mehr und wurde durch Enigmalight ersetzt. Alles was ich an plug-ins gefunden habe stammen von 2014 oder so.... Wo gibt es die aktuelle Version?

      Wo bekomme ich eigentlich die aktuellsten Versionen? Im ersten Posting steht " Ambilight für 4K Boxen" meiner ist jedoch keine 4K Box.....
      Bin etwas verzweifelt....

      Wo gibt es eine verständliche "Do-it-your-self" Anleitung auf dem ich zugreifen kann?

      Würde mich sehr freuen wenn Ich von Euch eine konstruktive Hilfestellung bekommen könnte!

      Viele Grüsse
      DjPascal

      Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von mc2 ()

    • Ich verzweifel auch langsam!

      Hab meine Box schon neu aufgesetzt aber immer noch das gleiche problem!

      Muss das Ambilight immer manuell starten.

      Und komischerweise passt auch die Config nicht wirklich zusammen!

      Obwol ich genau wie auch bei meiner Gigablue oben und unten 26 Led`s und links und rechts 14 Led`s drinstehen habe
    • Hallo zusammen,

      ich steige gerade von einer Vu Duo auf eine Uno 4k um.

      Folgender Aufbau:
      Arduino mit Adalight und WS2801 LED an VU+
      VU+ Duo mit Boblight
      Windows PC mit Kodi und Boblight Plugin.

      Habe an der Uno4k nun folgende ipk installiert. enigmalight_1.0+git227+117b43e-r0_armv7ahf-vfp-neon.ipk
      Bei Übernahme meiner alten Config ist jetzt Rot und Blau am TV vertauscht. Wenn die Farbdaten von Kodi kommen, stimmen die Farben jedoch.
      Die TV Farben kann ich durch Ändern der Config (Position der FF) richtig stellen.
      Dann ist die Farbe vom TV richtig, aber vom Kodi ist Rot und Blau vertauscht.

      Wie kann ich das fixen? Bin echt ratlos.
    • Ich hab es jetzt soweit hinbekommen mit dem ipk von Dima!

      Es startet automatisch aber die Synchronisation zum Fernseher passt nicht so ganz zusammen
    • wo gibt es gute Anleitungen für elektro behinderte!! Habe die nodemcu v3 eingerichtet " blaue Lampe hat Geleuchtet " :happy3: Dann die ws2812b und netzteil angeschlossen . Jetzt komm ich nicht weiter . :wall1:
    • Nach langem gefummel hab ich nun scheinbar alles richtig verkabelt.
      Ich habe mit Schnellverbindern, Aluprofilen und opaken Abedeckungen gearbeitet
      Ambi_3.jpg Ambi_2.jpg Ambi_1.jpg

      30 led unten
      15 led links
      30 led oben
      15 led rechts = 90 led x 3 =
      270 Channels

      anschluss ist unten rechts, laufrichtung Uhrzeigersinn
      (Ansicht wenn man vor dem TV sitzt)

      Das Modul scheint zu funktionieren, jedenfalls blinkt jede Leiste einmal durch
      Grün
      Rot
      Blau

      aber das Ambilight als solches bekomme ich nicht zum laufen.
      Das Plugin ist aktiv und es gibt scheinbar keine Fehler im Log:

      Spoiler anzeigen
      22:39:58.862983 [InitLog] start of log /home/elight-addons/.enigmalight/enigmalight.log
      22:39:58.863999 [CConfig::LoadConfigFromFile] Opening /etc/enigmalight.conf
      22:39:58.874681 [CConfig::CheckConfig] checking config lines
      22:39:58.893993 [CConfig::CheckConfig] config lines valid
      22:39:58.895814 [CConfig::LoadConfigFromFile] Opening /etc/enigmalight.conf
      22:39:58.907731 [CConfig::BuildConfig] building config
      22:39:58.937225 [CConfig::BuildConfig] built config successfully
      22:39:58.937515 [main] Start device 1 from 1
      22:39:58.937880 [CDevice::Process] ambilight: starting with output "/dev/ttyACM0"
      22:39:58.937948 [CDevice::Process] ambilight: setting up
      22:39:58.945877 [CEnigmaLight::SetColorSequence] Set colorsequence to RGB
      22:39:58.946034 [CGuiServer::Process] Start GuiServer
      22:39:58.946093 [CGuiServer::Process] Opening listening socket for Enigma2 GUI on 127.0.0.1:6767
      22:39:58.946144 [CMainLoop::Process] Start EnigmaLight Server
      22:39:58.946211 [CMainLoop::Process] Opening listening socket on 127.0.0.1:19333
      22:39:58.960667 [CDevice::Process] ambilight: setup succeeded
      22:39:59.326322 [CGuiServer::Process] GuiClient 127.0.0.1:53462 connected successful.
      22:39:59.947868 [CMainLoop::Cleanup] Removing clients
      22:39:59.948000 [CMainLoop::Cleanup] Closing listening socket
      22:39:59.948648 [CFlagManager::SetVideoGamma] Gamma not set, using 2.2 since this is default for video
      22:39:59.948744 [CMainLoop::Process] Starting grabber..
      22:39:59.948784 [CGrabber::Setup] Lights: 90, Cluster leds: 1 as one led
      22:39:59.948814 [CGrabber::Setup] Channels: 270
      22:39:59.948846 [CGrabber::Setup] Interval: 0.10
      22:39:59.948877 [CGrabber::Run] Mode -> Dynamic
      22:39:59.948907 [CGrabber::Run] Framegrabber initialized
      22:39:59.948985 [CGrabber::Run] Framegrabber Image initialized
      22:39:59.949020 [CGrabber::Run] Blackbar Detection initialized
      22:39:59.949050 [CGrabber::Run] Framegrabber set up
      22:39:59.949077 [CGrabber::Run] entering grabloop
      22:40:00.006444 [CFrameGrabber::CheckRes] Set Scanrange to 120x67 (Source 1920x1080)
      22:40:00.006670 [CFrameGrabber::CheckRes] CheckRes NO VIDEO
      22:40:00.106862 [CFrameGrabber::CheckRes] Video is blank
      22:40:00.106974 [CGrabber::Run] Blank Frame
      22:40:02.340671 [CGuiServer::Process] GuiClient 127.0.0.1:53463 connected successful.
      22:40:02.340899 [CGuiServer::Process] 127.0.0.1:53462 Connection closed

      ich wollte nach der Installation der Ipk
      enigmalight_1.0+git227+117b43e-r0_armv7ahf-vfp-neon.ipk
      das Kernelmodul "cdc-acm" vom feed installieren, aber das war vorhanden. Da ich es nicht
      selbst installiert habe, gehe ich davon aus, dass dies bei der überarbeiteten Version von @hmmmdada
      automatisch mitinstalliert wird?


      ich habe im Plugin eine config erzeugt, komisch ist hier, dass ich im Plugin nur /dev/ttyUSB0 zu Auswahl habe. Ich habe den Eintrag /dev/ttyACM0 nachträglich in die enigmalight.conf eingetragen

      aber es bleibt dunkel. Ich habe auch schon mit dem BoblightConfigMaker und dem Boblightonlinetool diverse configs ausprobiert diese schmeissen aber immer Fehler Error in Zeile .....

      hier meine config erstellt mit dem Plugin selbst.
      Spoiler anzeigen
      [global]
      interface 127.0.0.1
      port 19333

      [device]
      name ambilight
      output /dev/ttyACM0
      type momo
      interval 20000
      prefix 41 64 61 00 59 0c
      channels 270
      rate 115200
      debug off

      [color]
      name red
      rgb FF0000
      gamma 0.91
      adjust 1.0
      blacklevel 0.0

      [color]
      name green
      rgb 00FF00
      gamma 0.86
      adjust 0.96
      blacklevel 0.0

      [color]
      name blue
      rgb 0000FF
      gamma 0.95
      adjust 0.80
      blacklevel 0.0



      [light]
      position bottom
      name 1XX
      color red ambilight 1
      color green ambilight 2
      color blue ambilight 3
      hscan 96.67 100.0
      vscan 100.0 100


      [light]
      position bottom
      name 2XX
      color red ambilight 4
      color green ambilight 5
      color blue ambilight 6
      hscan 93.33 96.67
      vscan 100.0 100


      [light]
      position bottom
      name 3XX
      color red ambilight 7
      color green ambilight 8
      color blue ambilight 9
      hscan 90.0 93.33
      vscan 100.0 100


      [light]
      position bottom
      name 4XX
      color red ambilight 10
      color green ambilight 11
      color blue ambilight 12
      hscan 86.67 90.0
      vscan 100.0 100


      [light]
      position bottom
      name 5XX
      color red ambilight 13
      color green ambilight 14
      color blue ambilight 15
      hscan 83.33 86.67
      vscan 100.0 100


      [light]
      position bottom
      name 6XX
      color red ambilight 16
      color green ambilight 17
      color blue ambilight 18
      hscan 80.0 83.33
      vscan 100.0 100


      [light]
      position bottom
      name 7XX
      color red ambilight 19
      color green ambilight 20
      color blue ambilight 21
      hscan 76.67 80.0
      vscan 100.0 100


      [light]
      position bottom
      name 8XX
      color red ambilight 22
      color green ambilight 23
      color blue ambilight 24
      hscan 73.33 76.67
      vscan 100.0 100


      [light]
      position bottom
      name 9XX
      color red ambilight 25
      color green ambilight 26
      color blue ambilight 27
      hscan 70.0 73.33
      vscan 100.0 100


      [light]
      position bottom
      name 10X
      color red ambilight 28
      color green ambilight 29
      color blue ambilight 30
      hscan 66.67 70.0
      vscan 100.0 100


      [light]
      position bottom
      name 11X
      color red ambilight 31
      color green ambilight 32
      color blue ambilight 33
      hscan 63.33 66.67
      vscan 100.0 100


      [light]
      position bottom
      name 12X
      color red ambilight 34
      color green ambilight 35
      color blue ambilight 36
      hscan 60.0 63.33
      vscan 100.0 100


      [light]
      position bottom
      name 13X
      color red ambilight 37
      color green ambilight 38
      color blue ambilight 39
      hscan 56.67 60.0
      vscan 100.0 100


      [light]
      position bottom
      name 14X
      color red ambilight 40
      color green ambilight 41
      color blue ambilight 42
      hscan 53.33 56.67
      vscan 100.0 100


      [light]
      position bottom
      name 15X
      color red ambilight 43
      color green ambilight 44
      color blue ambilight 45
      hscan 50.0 53.33
      vscan 100.0 100


      [light]
      position bottom
      name 16X
      color red ambilight 46
      color green ambilight 47
      color blue ambilight 48
      hscan 46.67 50.0
      vscan 100.0 100


      [light]
      position bottom
      name 17X
      color red ambilight 49
      color green ambilight 50
      color blue ambilight 51
      hscan 43.33 46.67
      vscan 100.0 100


      [light]
      position bottom
      name 18X
      color red ambilight 52
      color green ambilight 53
      color blue ambilight 54
      hscan 40.0 43.33
      vscan 100.0 100


      [light]
      position bottom
      name 19X
      color red ambilight 55
      color green ambilight 56
      color blue ambilight 57
      hscan 36.67 40.0
      vscan 100.0 100


      [light]
      position bottom
      name 20X
      color red ambilight 58
      color green ambilight 59
      color blue ambilight 60
      hscan 33.33 36.67
      vscan 100.0 100


      [light]
      position bottom
      name 21X
      color red ambilight 61
      color green ambilight 62
      color blue ambilight 63
      hscan 30.0 33.33
      vscan 100.0 100


      [light]
      position bottom
      name 22X
      color red ambilight 64
      color green ambilight 65
      color blue ambilight 66
      hscan 26.67 30.0
      vscan 100.0 100


      [light]
      position bottom
      name 23X
      color red ambilight 67
      color green ambilight 68
      color blue ambilight 69
      hscan 23.33 26.67
      vscan 100.0 100


      [light]
      position bottom
      name 24X
      color red ambilight 70
      color green ambilight 71
      color blue ambilight 72
      hscan 20.0 23.33
      vscan 100.0 100


      [light]
      position bottom
      name 25X
      color red ambilight 73
      color green ambilight 74
      color blue ambilight 75
      hscan 16.67 20.0
      vscan 100.0 100


      [light]
      position bottom
      name 26X
      color red ambilight 76
      color green ambilight 77
      color blue ambilight 78
      hscan 13.33 16.67
      vscan 100.0 100


      [light]
      position bottom
      name 27X
      color red ambilight 79
      color green ambilight 80
      color blue ambilight 81
      hscan 10.0 13.33
      vscan 100.0 100


      [light]
      position bottom
      name 28X
      color red ambilight 82
      color green ambilight 83
      color blue ambilight 84
      hscan 6.67 10.0
      vscan 100.0 100


      [light]
      position bottom
      name 29X
      color red ambilight 85
      color green ambilight 86
      color blue ambilight 87
      hscan 3.33 6.67
      vscan 100.0 100


      [light]
      position bottom
      name 30X
      color red ambilight 88
      color green ambilight 89
      color blue ambilight 90
      hscan 0.0 3.33
      vscan 100.0 100


      [light]
      position left
      name 31X
      color red ambilight 91
      color green ambilight 92
      color blue ambilight 93
      hscan 0 0
      vscan 93.33 100.0


      [light]
      position left
      name 32X
      color red ambilight 94
      color green ambilight 95
      color blue ambilight 96
      hscan 0 0
      vscan 86.67 93.33


      [light]
      position left
      name 33X
      color red ambilight 97
      color green ambilight 98
      color blue ambilight 99
      hscan 0 0
      vscan 80.0 86.67


      [light]
      position left
      name 34X
      color red ambilight 100
      color green ambilight 101
      color blue ambilight 102
      hscan 0 0
      vscan 73.33 80.0


      [light]
      position left
      name 35X
      color red ambilight 103
      color green ambilight 104
      color blue ambilight 105
      hscan 0 0
      vscan 66.67 73.33


      [light]
      position left
      name 36X
      color red ambilight 106
      color green ambilight 107
      color blue ambilight 108
      hscan 0 0
      vscan 60.0 66.67


      [light]
      position left
      name 37X
      color red ambilight 109
      color green ambilight 110
      color blue ambilight 111
      hscan 0 0
      vscan 53.33 60.0


      [light]
      position left
      name 38X
      color red ambilight 112
      color green ambilight 113
      color blue ambilight 114
      hscan 0 0
      vscan 46.67 53.33


      [light]
      position left
      name 39X
      color red ambilight 115
      color green ambilight 116
      color blue ambilight 117
      hscan 0 0
      vscan 40.0 46.67


      [light]
      position left
      name 40X
      color red ambilight 118
      color green ambilight 119
      color blue ambilight 120
      hscan 0 0
      vscan 33.33 40.0


      [light]
      position left
      name 41X
      color red ambilight 121
      color green ambilight 122
      color blue ambilight 123
      hscan 0 0
      vscan 26.67 33.33


      [light]
      position left
      name 42X
      color red ambilight 124
      color green ambilight 125
      color blue ambilight 126
      hscan 0 0
      vscan 20.0 26.67


      [light]
      position left
      name 43X
      color red ambilight 127
      color green ambilight 128
      color blue ambilight 129
      hscan 0 0
      vscan 13.33 20.0


      [light]
      position left
      name 44X
      color red ambilight 130
      color green ambilight 131
      color blue ambilight 132
      hscan 0 0
      vscan 6.67 13.33


      [light]
      position left
      name 45X
      color red ambilight 133
      color green ambilight 134
      color blue ambilight 135
      hscan 0 0
      vscan 0.0 6.67


      [light]
      position top
      name 46X
      color red ambilight 136
      color green ambilight 137
      color blue ambilight 138
      hscan 0.0 3.33
      vscan 0 100


      [light]
      position top
      name 47X
      color red ambilight 139
      color green ambilight 140
      color blue ambilight 141
      hscan 3.33 6.67
      vscan 0 100


      [light]
      position top
      name 48X
      color red ambilight 142
      color green ambilight 143
      color blue ambilight 144
      hscan 6.67 10.0
      vscan 0 100


      [light]
      position top
      name 49X
      color red ambilight 145
      color green ambilight 146
      color blue ambilight 147
      hscan 10.0 13.33
      vscan 0 100


      [light]
      position top
      name 50X
      color red ambilight 148
      color green ambilight 149
      color blue ambilight 150
      hscan 13.33 16.67
      vscan 0 100


      [light]
      position top
      name 51X
      color red ambilight 151
      color green ambilight 152
      color blue ambilight 153
      hscan 16.67 20.0
      vscan 0 100


      [light]
      position top
      name 52X
      color red ambilight 154
      color green ambilight 155
      color blue ambilight 156
      hscan 20.0 23.33
      vscan 0 100


      [light]
      position top
      name 53X
      color red ambilight 157
      color green ambilight 158
      color blue ambilight 159
      hscan 23.33 26.67
      vscan 0 100


      [light]
      position top
      name 54X
      color red ambilight 160
      color green ambilight 161
      color blue ambilight 162
      hscan 26.67 30.0
      vscan 0 100


      [light]
      position top
      name 55X
      color red ambilight 163
      color green ambilight 164
      color blue ambilight 165
      hscan 30.0 33.33
      vscan 0 100


      [light]
      position top
      name 56X
      color red ambilight 166
      color green ambilight 167
      color blue ambilight 168
      hscan 33.33 36.67
      vscan 0 100


      [light]
      position top
      name 57X
      color red ambilight 169
      color green ambilight 170
      color blue ambilight 171
      hscan 36.67 40.0
      vscan 0 100


      [light]
      position top
      name 58X
      color red ambilight 172
      color green ambilight 173
      color blue ambilight 174
      hscan 40.0 43.33
      vscan 0 100


      [light]
      position top
      name 59X
      color red ambilight 175
      color green ambilight 176
      color blue ambilight 177
      hscan 43.33 46.67
      vscan 0 100


      [light]
      position top
      name 60X
      color red ambilight 178
      color green ambilight 179
      color blue ambilight 180
      hscan 46.67 50.0
      vscan 0 100


      [light]
      position top
      name 61X
      color red ambilight 181
      color green ambilight 182
      color blue ambilight 183
      hscan 50.0 53.33
      vscan 0 100


      [light]
      position top
      name 62X
      color red ambilight 184
      color green ambilight 185
      color blue ambilight 186
      hscan 53.33 56.67
      vscan 0 100


      [light]
      position top
      name 63X
      color red ambilight 187
      color green ambilight 188
      color blue ambilight 189
      hscan 56.67 60.0
      vscan 0 100


      [light]
      position top
      name 64X
      color red ambilight 190
      color green ambilight 191
      color blue ambilight 192
      hscan 60.0 63.33
      vscan 0 100


      [light]
      position top
      name 65X
      color red ambilight 193
      color green ambilight 194
      color blue ambilight 195
      hscan 63.33 66.67
      vscan 0 100


      [light]
      position top
      name 66X
      color red ambilight 196
      color green ambilight 197
      color blue ambilight 198
      hscan 66.67 70.0
      vscan 0 100


      [light]
      position top
      name 67X
      color red ambilight 199
      color green ambilight 200
      color blue ambilight 201
      hscan 70.0 73.33
      vscan 0 100


      [light]
      position top
      name 68X
      color red ambilight 202
      color green ambilight 203
      color blue ambilight 204
      hscan 73.33 76.67
      vscan 0 100


      [light]
      position top
      name 69X
      color red ambilight 205
      color green ambilight 206
      color blue ambilight 207
      hscan 76.67 80.0
      vscan 0 100


      [light]
      position top
      name 70X
      color red ambilight 208
      color green ambilight 209
      color blue ambilight 210
      hscan 80.0 83.33
      vscan 0 100


      [light]
      position top
      name 71X
      color red ambilight 211
      color green ambilight 212
      color blue ambilight 213
      hscan 83.33 86.67
      vscan 0 100


      [light]
      position top
      name 72X
      color red ambilight 214
      color green ambilight 215
      color blue ambilight 216
      hscan 86.67 90.0
      vscan 0 100


      [light]
      position top
      name 73X
      color red ambilight 217
      color green ambilight 218
      color blue ambilight 219
      hscan 90.0 93.33
      vscan 0 100


      [light]
      position top
      name 74X
      color red ambilight 220
      color green ambilight 221
      color blue ambilight 222
      hscan 93.33 96.67
      vscan 0 100


      [light]
      position top
      name 75X
      color red ambilight 223
      color green ambilight 224
      color blue ambilight 225
      hscan 96.67 100.0
      vscan 0 100


      [light]
      position right
      name 76X
      color red ambilight 226
      color green ambilight 227
      color blue ambilight 228
      hscan 100.0 100
      vscan 0.0 6.67


      [light]
      position right
      name 77X
      color red ambilight 229
      color green ambilight 230
      color blue ambilight 231
      hscan 100.0 100
      vscan 6.67 13.33


      [light]
      position right
      name 78X
      color red ambilight 232
      color green ambilight 233
      color blue ambilight 234
      hscan 100.0 100
      vscan 13.33 20.0


      [light]
      position right
      name 79X
      color red ambilight 235
      color green ambilight 236
      color blue ambilight 237
      hscan 100.0 100
      vscan 20.0 26.67


      [light]
      position right
      name 80X
      color red ambilight 238
      color green ambilight 239
      color blue ambilight 240
      hscan 100.0 100
      vscan 26.67 33.33


      [light]
      position right
      name 81X
      color red ambilight 241
      color green ambilight 242
      color blue ambilight 243
      hscan 100.0 100
      vscan 33.33 40.0


      [light]
      position right
      name 82X
      color red ambilight 244
      color green ambilight 245
      color blue ambilight 246
      hscan 100.0 100
      vscan 40.0 46.67


      [light]
      position right
      name 83X
      color red ambilight 247
      color green ambilight 248
      color blue ambilight 249
      hscan 100.0 100
      vscan 46.67 53.33


      [light]
      position right
      name 84X
      color red ambilight 250
      color green ambilight 251
      color blue ambilight 252
      hscan 100.0 100
      vscan 53.33 60.0


      [light]
      position right
      name 85X
      color red ambilight 253
      color green ambilight 254
      color blue ambilight 255
      hscan 100.0 100
      vscan 60.0 66.67


      [light]
      position right
      name 86X
      color red ambilight 256
      color green ambilight 257
      color blue ambilight 258
      hscan 100.0 100
      vscan 66.67 73.33


      [light]
      position right
      name 87X
      color red ambilight 259
      color green ambilight 260
      color blue ambilight 261
      hscan 100.0 100
      vscan 73.33 80.0


      [light]
      position right
      name 88X
      color red ambilight 262
      color green ambilight 263
      color blue ambilight 264
      hscan 100.0 100
      vscan 80.0 86.67


      [light]
      position right
      name 89X
      color red ambilight 265
      color green ambilight 266
      color blue ambilight 267
      hscan 100.0 100
      vscan 86.67 93.33


      [light]
      position right
      name 90X
      color red ambilight 268
      color green ambilight 269
      color blue ambilight 270
      hscan 100.0 100
      vscan 93.33 100.0

      erbitte hilfe.

      editieren geht nicht mehr..

      Solo4k
      arduino uno r3
      Ws2812b
      sketch:

      Quellcode

      1. #include "FastLED.h"
      2. // How many leds in your strip?
      3. #define NUM_LEDS 90
      4. // For led chips like Neopixels, which have a data line, ground, and power, you just
      5. // need to define DATA_PIN. For led chipsets that are SPI based (four wires - data, clock,
      6. // ground, and power), like the LPD8806 define both DATA_PIN and CLOCK_PIN
      7. #define DATA_PIN 6
      8. #define COLOR_ORDER RGB
      9. // Adalight sends a "Magic Word" (defined in /etc/enigmalight) before sending the pixel data
      10. uint8_t prefix[] = {'A', 'd', 'a'}, hi, lo, chk, i;
      11. // Baudrate, higher rate allows faster refresh rate and more LEDs (defined in /etc/enigmalight.conf)
      12. #define serialRate 115200
      13. // Define the array of leds
      14. CRGB leds[NUM_LEDS];
      15. void setup() {
      16. FastLED.addLeds<WS2812B, DATA_PIN, RGB>(leds, NUM_LEDS);
      17. // initial RGB flash
      18. LEDS.showColor(CRGB(255, 0, 0));
      19. delay(500);
      20. LEDS.showColor(CRGB(0, 255, 0));
      21. delay(500);
      22. LEDS.showColor(CRGB(0, 0, 255));
      23. delay(500);
      24. LEDS.showColor(CRGB(0, 0, 0));
      25. Serial.begin(serialRate);
      26. Serial.print("Ada\n"); // Send "Magic Word" string to host
      27. }
      28. void loop() {
      29. // wait for first byte of Magic Word
      30. for(i = 0; i < sizeof prefix; ++i) {
      31. waitLoop: while (!Serial.available()) ;;
      32. // Check next byte in Magic Word
      33. if(prefix == Serial.read()) continue;
      34. // otherwise, start over
      35. i = 0;
      36. goto waitLoop;
      37. }
      38. // Hi, Lo, Checksum
      39. while (!Serial.available()) ;;
      40. hi=Serial.read();
      41. while (!Serial.available()) ;;
      42. lo=Serial.read();
      43. while (!Serial.available()) ;;
      44. chk=Serial.read();
      45. // if checksum does not match go back to wait
      46. if (chk != (hi ^ lo ^ 0x55))
      47. {
      48. i=0;
      49. goto waitLoop;
      50. }
      51. memset(leds, 0, NUM_LEDS * sizeof(struct CRGB));
      52. // read the transmission data and set LED values
      53. for (uint8_t i = 0; i < NUM_LEDS; i++) {
      54. byte r, g, b;
      55. while(!Serial.available());
      56. r = Serial.read();
      57. while(!Serial.available());
      58. g = Serial.read();
      59. while(!Serial.available());
      60. b = Serial.read();
      61. leds[i].r = r;
      62. leds[i].g = g;
      63. leds[i].b = b;
      64. }
      65. // shows new values
      66. FastLED.show();
      67. }
      Alles anzeigen

      Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von hgdo ()

    • Erstell die Config doch noch mal neu im Plugin, dann dort die Bildtiefe für alle Seiten z.B. auf 10 stellen.

      Info: Habe den Editor bearbeitet, sodaß man jetzt im Uhrzeigersinn von allen Positionen starten kann (ausgenommen Fussausparung).
      Die andere Richtung funktioniert nur zu 90%, konnte den Fehler leider nicht finden. Die Änderung liegt bei "Dima73" im GIT.
      Gr hm
    • Habe wie vorgeschlagen ein neues configfile
      mit den werten:


      Scan depht Left 010
      Scan depht Right 010
      Scan depht Top 010
      Scan depht Bottom 010


      erzeugt. leider immer noch dunkel.


      hier die neue config:


      Quellcode

      1. [global]
      2. interface 127.0.0.1
      3. port 19333
      4. [device]
      5. name ambilight
      6. output /dev/ttyACM0
      7. type momo
      8. interval 20000
      9. prefix 41 64 61 00 59 0c
      10. channels 270
      11. rate 115200
      12. debug off
      13. [color]
      14. name red
      15. rgb FF0000
      16. gamma 0.91
      17. adjust 1.0
      18. blacklevel 0.0
      19. [color]
      20. name green
      21. rgb 00FF00
      22. gamma 0.86
      23. adjust 0.96
      24. blacklevel 0.0
      25. [color]
      26. name blue
      27. rgb 0000FF
      28. gamma 0.95
      29. adjust 0.80
      30. blacklevel 0.0
      31. [light]
      32. position bottom
      33. name 1XX
      34. color red ambilight 1
      35. color green ambilight 2
      36. color blue ambilight 3
      37. hscan 96.67 100.0
      38. vscan 90.0 100
      39. [light]
      40. position bottom
      41. name 2XX
      42. color red ambilight 4
      43. color green ambilight 5
      44. color blue ambilight 6
      45. hscan 93.33 96.67
      46. vscan 90.0 100
      47. [light]
      48. position bottom
      49. name 3XX
      50. color red ambilight 7
      51. color green ambilight 8
      52. color blue ambilight 9
      53. hscan 90.0 93.33
      54. vscan 90.0 100
      55. [light]
      56. position bottom
      57. name 4XX
      58. color red ambilight 10
      59. color green ambilight 11
      60. color blue ambilight 12
      61. hscan 86.67 90.0
      62. vscan 90.0 100
      63. [light]
      64. position bottom
      65. name 5XX
      66. color red ambilight 13
      67. color green ambilight 14
      68. color blue ambilight 15
      69. hscan 83.33 86.67
      70. vscan 90.0 100
      71. [light]
      72. position bottom
      73. name 6XX
      74. color red ambilight 16
      75. color green ambilight 17
      76. color blue ambilight 18
      77. hscan 80.0 83.33
      78. vscan 90.0 100
      79. [light]
      80. position bottom
      81. name 7XX
      82. color red ambilight 19
      83. color green ambilight 20
      84. color blue ambilight 21
      85. hscan 76.67 80.0
      86. vscan 90.0 100
      87. [light]
      88. position bottom
      89. name 8XX
      90. color red ambilight 22
      91. color green ambilight 23
      92. color blue ambilight 24
      93. hscan 73.33 76.67
      94. vscan 90.0 100
      95. [light]
      96. position bottom
      97. name 9XX
      98. color red ambilight 25
      99. color green ambilight 26
      100. color blue ambilight 27
      101. hscan 70.0 73.33
      102. vscan 90.0 100
      103. [light]
      104. position bottom
      105. name 10X
      106. color red ambilight 28
      107. color green ambilight 29
      108. color blue ambilight 30
      109. hscan 66.67 70.0
      110. vscan 90.0 100
      111. [light]
      112. position bottom
      113. name 11X
      114. color red ambilight 31
      115. color green ambilight 32
      116. color blue ambilight 33
      117. hscan 63.33 66.67
      118. vscan 90.0 100
      119. [light]
      120. position bottom
      121. name 12X
      122. color red ambilight 34
      123. color green ambilight 35
      124. color blue ambilight 36
      125. hscan 60.0 63.33
      126. vscan 90.0 100
      127. [light]
      128. position bottom
      129. name 13X
      130. color red ambilight 37
      131. color green ambilight 38
      132. color blue ambilight 39
      133. hscan 56.67 60.0
      134. vscan 90.0 100
      135. [light]
      136. position bottom
      137. name 14X
      138. color red ambilight 40
      139. color green ambilight 41
      140. color blue ambilight 42
      141. hscan 53.33 56.67
      142. vscan 90.0 100
      143. [light]
      144. position bottom
      145. name 15X
      146. color red ambilight 43
      147. color green ambilight 44
      148. color blue ambilight 45
      149. hscan 50.0 53.33
      150. vscan 90.0 100
      151. [light]
      152. position bottom
      153. name 16X
      154. color red ambilight 46
      155. color green ambilight 47
      156. color blue ambilight 48
      157. hscan 46.67 50.0
      158. vscan 90.0 100
      159. [light]
      160. position bottom
      161. name 17X
      162. color red ambilight 49
      163. color green ambilight 50
      164. color blue ambilight 51
      165. hscan 43.33 46.67
      166. vscan 90.0 100
      167. [light]
      168. position bottom
      169. name 18X
      170. color red ambilight 52
      171. color green ambilight 53
      172. color blue ambilight 54
      173. hscan 40.0 43.33
      174. vscan 90.0 100
      175. [light]
      176. position bottom
      177. name 19X
      178. color red ambilight 55
      179. color green ambilight 56
      180. color blue ambilight 57
      181. hscan 36.67 40.0
      182. vscan 90.0 100
      183. [light]
      184. position bottom
      185. name 20X
      186. color red ambilight 58
      187. color green ambilight 59
      188. color blue ambilight 60
      189. hscan 33.33 36.67
      190. vscan 90.0 100
      191. [light]
      192. position bottom
      193. name 21X
      194. color red ambilight 61
      195. color green ambilight 62
      196. color blue ambilight 63
      197. hscan 30.0 33.33
      198. vscan 90.0 100
      199. [light]
      200. position bottom
      201. name 22X
      202. color red ambilight 64
      203. color green ambilight 65
      204. color blue ambilight 66
      205. hscan 26.67 30.0
      206. vscan 90.0 100
      207. [light]
      208. position bottom
      209. name 23X
      210. color red ambilight 67
      211. color green ambilight 68
      212. color blue ambilight 69
      213. hscan 23.33 26.67
      214. vscan 90.0 100
      215. [light]
      216. position bottom
      217. name 24X
      218. color red ambilight 70
      219. color green ambilight 71
      220. color blue ambilight 72
      221. hscan 20.0 23.33
      222. vscan 90.0 100
      223. [light]
      224. position bottom
      225. name 25X
      226. color red ambilight 73
      227. color green ambilight 74
      228. color blue ambilight 75
      229. hscan 16.67 20.0
      230. vscan 90.0 100
      231. [light]
      232. position bottom
      233. name 26X
      234. color red ambilight 76
      235. color green ambilight 77
      236. color blue ambilight 78
      237. hscan 13.33 16.67
      238. vscan 90.0 100
      239. [light]
      240. position bottom
      241. name 27X
      242. color red ambilight 79
      243. color green ambilight 80
      244. color blue ambilight 81
      245. hscan 10.0 13.33
      246. vscan 90.0 100
      247. [light]
      248. position bottom
      249. name 28X
      250. color red ambilight 82
      251. color green ambilight 83
      252. color blue ambilight 84
      253. hscan 6.67 10.0
      254. vscan 90.0 100
      255. [light]
      256. position bottom
      257. name 29X
      258. color red ambilight 85
      259. color green ambilight 86
      260. color blue ambilight 87
      261. hscan 3.33 6.67
      262. vscan 90.0 100
      263. [light]
      264. position bottom
      265. name 30X
      266. color red ambilight 88
      267. color green ambilight 89
      268. color blue ambilight 90
      269. hscan 0.0 3.33
      270. vscan 90.0 100
      271. [light]
      272. position left
      273. name 31X
      274. color red ambilight 91
      275. color green ambilight 92
      276. color blue ambilight 93
      277. hscan 0 10
      278. vscan 93.33 100.0
      279. [light]
      280. position left
      281. name 32X
      282. color red ambilight 94
      283. color green ambilight 95
      284. color blue ambilight 96
      285. hscan 0 10
      286. vscan 86.67 93.33
      287. [light]
      288. position left
      289. name 33X
      290. color red ambilight 97
      291. color green ambilight 98
      292. color blue ambilight 99
      293. hscan 0 10
      294. vscan 80.0 86.67
      295. [light]
      296. position left
      297. name 34X
      298. color red ambilight 100
      299. color green ambilight 101
      300. color blue ambilight 102
      301. hscan 0 10
      302. vscan 73.33 80.0
      303. [light]
      304. position left
      305. name 35X
      306. color red ambilight 103
      307. color green ambilight 104
      308. color blue ambilight 105
      309. hscan 0 10
      310. vscan 66.67 73.33
      311. [light]
      312. position left
      313. name 36X
      314. color red ambilight 106
      315. color green ambilight 107
      316. color blue ambilight 108
      317. hscan 0 10
      318. vscan 60.0 66.67
      319. [light]
      320. position left
      321. name 37X
      322. color red ambilight 109
      323. color green ambilight 110
      324. color blue ambilight 111
      325. hscan 0 10
      326. vscan 53.33 60.0
      327. [light]
      328. position left
      329. name 38X
      330. color red ambilight 112
      331. color green ambilight 113
      332. color blue ambilight 114
      333. hscan 0 10
      334. vscan 46.67 53.33
      335. [light]
      336. position left
      337. name 39X
      338. color red ambilight 115
      339. color green ambilight 116
      340. color blue ambilight 117
      341. hscan 0 10
      342. vscan 40.0 46.67
      343. [light]
      344. position left
      345. name 40X
      346. color red ambilight 118
      347. color green ambilight 119
      348. color blue ambilight 120
      349. hscan 0 10
      350. vscan 33.33 40.0
      351. [light]
      352. position left
      353. name 41X
      354. color red ambilight 121
      355. color green ambilight 122
      356. color blue ambilight 123
      357. hscan 0 10
      358. vscan 26.67 33.33
      359. [light]
      360. position left
      361. name 42X
      362. color red ambilight 124
      363. color green ambilight 125
      364. color blue ambilight 126
      365. hscan 0 10
      366. vscan 20.0 26.67
      367. [light]
      368. position left
      369. name 43X
      370. color red ambilight 127
      371. color green ambilight 128
      372. color blue ambilight 129
      373. hscan 0 10
      374. vscan 13.33 20.0
      375. [light]
      376. position left
      377. name 44X
      378. color red ambilight 130
      379. color green ambilight 131
      380. color blue ambilight 132
      381. hscan 0 10
      382. vscan 6.67 13.33
      383. [light]
      384. position left
      385. name 45X
      386. color red ambilight 133
      387. color green ambilight 134
      388. color blue ambilight 135
      389. hscan 0 10
      390. vscan 0.0 6.67
      391. [light]
      392. position top
      393. name 46X
      394. color red ambilight 136
      395. color green ambilight 137
      396. color blue ambilight 138
      397. hscan 0.0 3.33
      398. vscan 0 10
      399. [light]
      400. position top
      401. name 47X
      402. color red ambilight 139
      403. color green ambilight 140
      404. color blue ambilight 141
      405. hscan 3.33 6.67
      406. vscan 0 10
      407. [light]
      408. position top
      409. name 48X
      410. color red ambilight 142
      411. color green ambilight 143
      412. color blue ambilight 144
      413. hscan 6.67 10.0
      414. vscan 0 10
      415. [light]
      416. position top
      417. name 49X
      418. color red ambilight 145
      419. color green ambilight 146
      420. color blue ambilight 147
      421. hscan 10.0 13.33
      422. vscan 0 10
      423. [light]
      424. position top
      425. name 50X
      426. color red ambilight 148
      427. color green ambilight 149
      428. color blue ambilight 150
      429. hscan 13.33 16.67
      430. vscan 0 10
      431. [light]
      432. position top
      433. name 51X
      434. color red ambilight 151
      435. color green ambilight 152
      436. color blue ambilight 153
      437. hscan 16.67 20.0
      438. vscan 0 10
      439. [light]
      440. position top
      441. name 52X
      442. color red ambilight 154
      443. color green ambilight 155
      444. color blue ambilight 156
      445. hscan 20.0 23.33
      446. vscan 0 10
      447. [light]
      448. position top
      449. name 53X
      450. color red ambilight 157
      451. color green ambilight 158
      452. color blue ambilight 159
      453. hscan 23.33 26.67
      454. vscan 0 10
      455. [light]
      456. position top
      457. name 54X
      458. color red ambilight 160
      459. color green ambilight 161
      460. color blue ambilight 162
      461. hscan 26.67 30.0
      462. vscan 0 10
      463. [light]
      464. position top
      465. name 55X
      466. color red ambilight 163
      467. color green ambilight 164
      468. color blue ambilight 165
      469. hscan 30.0 33.33
      470. vscan 0 10
      471. [light]
      472. position top
      473. name 56X
      474. color red ambilight 166
      475. color green ambilight 167
      476. color blue ambilight 168
      477. hscan 33.33 36.67
      478. vscan 0 10
      479. [light]
      480. position top
      481. name 57X
      482. color red ambilight 169
      483. color green ambilight 170
      484. color blue ambilight 171
      485. hscan 36.67 40.0
      486. vscan 0 10
      487. [light]
      488. position top
      489. name 58X
      490. color red ambilight 172
      491. color green ambilight 173
      492. color blue ambilight 174
      493. hscan 40.0 43.33
      494. vscan 0 10
      495. [light]
      496. position top
      497. name 59X
      498. color red ambilight 175
      499. color green ambilight 176
      500. color blue ambilight 177
      501. hscan 43.33 46.67
      502. vscan 0 10
      503. [light]
      504. position top
      505. name 60X
      506. color red ambilight 178
      507. color green ambilight 179
      508. color blue ambilight 180
      509. hscan 46.67 50.0
      510. vscan 0 10
      511. [light]
      512. position top
      513. name 61X
      514. color red ambilight 181
      515. color green ambilight 182
      516. color blue ambilight 183
      517. hscan 50.0 53.33
      518. vscan 0 10
      519. [light]
      520. position top
      521. name 62X
      522. color red ambilight 184
      523. color green ambilight 185
      524. color blue ambilight 186
      525. hscan 53.33 56.67
      526. vscan 0 10
      527. [light]
      528. position top
      529. name 63X
      530. color red ambilight 187
      531. color green ambilight 188
      532. color blue ambilight 189
      533. hscan 56.67 60.0
      534. vscan 0 10
      535. [light]
      536. position top
      537. name 64X
      538. color red ambilight 190
      539. color green ambilight 191
      540. color blue ambilight 192
      541. hscan 60.0 63.33
      542. vscan 0 10
      543. [light]
      544. position top
      545. name 65X
      546. color red ambilight 193
      547. color green ambilight 194
      548. color blue ambilight 195
      549. hscan 63.33 66.67
      550. vscan 0 10
      551. [light]
      552. position top
      553. name 66X
      554. color red ambilight 196
      555. color green ambilight 197
      556. color blue ambilight 198
      557. hscan 66.67 70.0
      558. vscan 0 10
      559. [light]
      560. position top
      561. name 67X
      562. color red ambilight 199
      563. color green ambilight 200
      564. color blue ambilight 201
      565. hscan 70.0 73.33
      566. vscan 0 10
      567. [light]
      568. position top
      569. name 68X
      570. color red ambilight 202
      571. color green ambilight 203
      572. color blue ambilight 204
      573. hscan 73.33 76.67
      574. vscan 0 10
      575. [light]
      576. position top
      577. name 69X
      578. color red ambilight 205
      579. color green ambilight 206
      580. color blue ambilight 207
      581. hscan 76.67 80.0
      582. vscan 0 10
      583. [light]
      584. position top
      585. name 70X
      586. color red ambilight 208
      587. color green ambilight 209
      588. color blue ambilight 210
      589. hscan 80.0 83.33
      590. vscan 0 10
      591. [light]
      592. position top
      593. name 71X
      594. color red ambilight 211
      595. color green ambilight 212
      596. color blue ambilight 213
      597. hscan 83.33 86.67
      598. vscan 0 10
      599. [light]
      600. position top
      601. name 72X
      602. color red ambilight 214
      603. color green ambilight 215
      604. color blue ambilight 216
      605. hscan 86.67 90.0
      606. vscan 0 10
      607. [light]
      608. position top
      609. name 73X
      610. color red ambilight 217
      611. color green ambilight 218
      612. color blue ambilight 219
      613. hscan 90.0 93.33
      614. vscan 0 10
      615. [light]
      616. position top
      617. name 74X
      618. color red ambilight 220
      619. color green ambilight 221
      620. color blue ambilight 222
      621. hscan 93.33 96.67
      622. vscan 0 10
      623. [light]
      624. position top
      625. name 75X
      626. color red ambilight 223
      627. color green ambilight 224
      628. color blue ambilight 225
      629. hscan 96.67 100.0
      630. vscan 0 10
      631. [light]
      632. position right
      633. name 76X
      634. color red ambilight 226
      635. color green ambilight 227
      636. color blue ambilight 228
      637. hscan 90.0 100
      638. vscan 0.0 6.67
      639. [light]
      640. position right
      641. name 77X
      642. color red ambilight 229
      643. color green ambilight 230
      644. color blue ambilight 231
      645. hscan 90.0 100
      646. vscan 6.67 13.33
      647. [light]
      648. position right
      649. name 78X
      650. color red ambilight 232
      651. color green ambilight 233
      652. color blue ambilight 234
      653. hscan 90.0 100
      654. vscan 13.33 20.0
      655. [light]
      656. position right
      657. name 79X
      658. color red ambilight 235
      659. color green ambilight 236
      660. color blue ambilight 237
      661. hscan 90.0 100
      662. vscan 20.0 26.67
      663. [light]
      664. position right
      665. name 80X
      666. color red ambilight 238
      667. color green ambilight 239
      668. color blue ambilight 240
      669. hscan 90.0 100
      670. vscan 26.67 33.33
      671. [light]
      672. position right
      673. name 81X
      674. color red ambilight 241
      675. color green ambilight 242
      676. color blue ambilight 243
      677. hscan 90.0 100
      678. vscan 33.33 40.0
      679. [light]
      680. position right
      681. name 82X
      682. color red ambilight 244
      683. color green ambilight 245
      684. color blue ambilight 246
      685. hscan 90.0 100
      686. vscan 40.0 46.67
      687. [light]
      688. position right
      689. name 83X
      690. color red ambilight 247
      691. color green ambilight 248
      692. color blue ambilight 249
      693. hscan 90.0 100
      694. vscan 46.67 53.33
      695. [light]
      696. position right
      697. name 84X
      698. color red ambilight 250
      699. color green ambilight 251
      700. color blue ambilight 252
      701. hscan 90.0 100
      702. vscan 53.33 60.0
      703. [light]
      704. position right
      705. name 85X
      706. color red ambilight 253
      707. color green ambilight 254
      708. color blue ambilight 255
      709. hscan 90.0 100
      710. vscan 60.0 66.67
      711. [light]
      712. position right
      713. name 86X
      714. color red ambilight 256
      715. color green ambilight 257
      716. color blue ambilight 258
      717. hscan 90.0 100
      718. vscan 66.67 73.33
      719. [light]
      720. position right
      721. name 87X
      722. color red ambilight 259
      723. color green ambilight 260
      724. color blue ambilight 261
      725. hscan 90.0 100
      726. vscan 73.33 80.0
      727. [light]
      728. position right
      729. name 88X
      730. color red ambilight 262
      731. color green ambilight 263
      732. color blue ambilight 264
      733. hscan 90.0 100
      734. vscan 80.0 86.67
      735. [light]
      736. position right
      737. name 89X
      738. color red ambilight 265
      739. color green ambilight 266
      740. color blue ambilight 267
      741. hscan 90.0 100
      742. vscan 86.67 93.33
      743. [light]
      744. position right
      745. name 90X
      746. color red ambilight 268
      747. color green ambilight 269
      748. color blue ambilight 270
      749. hscan 90.0 100
      750. vscan 93.33 100.0
      Alles anzeigen
      und die screenshots der einstellungen

      Ambi_Config_1.jpgAmbi_Einstell_1.jpgAmbi_Einstell_3.jpgAmbi_Config_2.jpgAmbi_Einstell_2.jpg
    • jo, wenn ich den Arduino trenne verschwindet ttyACM0 und beim wiederverbinden erscheint er wieder.

      wie ich weiter ober schrieb: "komisch ist hier, dass ich im Plugin nur /dev/ttyUSB0 zu Auswahl habe. Ich habe den Eintrag /dev/ttyACM0 nachträglich in die enigmalight.conf eingetragen"


      ich meine gelesen zu haben, das man eigentlich im plugin unter config ttyACM0 auswählen könnnen sollte?
    • ja kann man, einfach die OK taste drücken, dann kommt man ins Verzeichnis. Ist aber egal, du hast es ja händisch in die config eingetragen, das passt schon.
      Was passiert den wenn du EL über putty startest (enigmalight -d)?
      Gr hm
    • VUChecker schrieb:

      @DRAKI
      Hatte das gleiche Problem. Ich musste die Farben im Sketch anpassen, dann stimmen die farben überall


      Gesendet von iPhone mit Tapatalk
      Ich danke dir schon mal für den Denkanstoß.

      Ich habe von meiner alten Konfig her Adalight am Arduino, da kann man keine Farben anpassen.
      Habe jetzt den Sketch Adalight-FastLED gefunden. Da gibts #define COLOR_ORDER GRB // color order for bitbang

      Benutzt du diesen Sketch?


      schumas schrieb:

      jo, wenn ich den Arduino trenne verschwindet ttyACM0 und beim wiederverbinden erscheint er wieder.

      wie ich weiter ober schrieb: "komisch ist hier, dass ich im Plugin nur /dev/ttyUSB0 zu Auswahl habe. Ich habe den Eintrag /dev/ttyACM0 nachträglich in die enigmalight.conf eingetragen"


      ich meine gelesen zu haben, das man eigentlich im plugin unter config ttyACM0 auswählen könnnen sollte?
      Ich konnte ttyACM0 im Plugin nicht finden. Durch manuelles Ersetzen von ttyUSB0 durch ttyACM0 in die config hat es aber geklappt.