Es lief auch alles soweit. Habe dann am Wochenende noch etwas in Hypercon verändert. Am nächsten Tag ging nix mehr.
Habe schon die Lötstellen kontrolliert ->i.o.
Raspbian Jessie mehrmals neu installiert ->i.o.
Hyperion auf dem Pi neu installiert -> scheint auch i.o.
Den Pi an den Rest LED's (auf Rolle) angeschlossen -> ohne Erfolg
Ohne Pi angeschlossen leuchten die LED's sporadisch
Mit Pi, gleiche Ergebnis
Hier meine Konfiguration:
LED's: WS2801
Ambilight läuft über HDMI nach der Anleitung von PowerPi
Raspbian Jessie Pixel Rev. 07.05.2017
Laufrichtung der LED's: Uhrzeigersinn
Start LED's: oben links
über die APP kann ich mich nicht einloggen.
Weiß nicht ob das an den Einstellungen liegt.
Verkabelung:
Code: Alles auswählen
 config.txt
# For more options and information see
# http://rpf.io/configtxt
# Some settings may impact device functionality. See link above for details
# uncomment if you get no picture on HDMI for a default "safe" mode
#hdmi_safe=1
# uncomment this if your display has a black border of unused pixels visible
# and your display can output without overscan
#disable_overscan=1
# uncomment the following to adjust overscan. Use positive numbers if console
# goes off screen, and negative if there is too much border
#overscan_left=16
#overscan_right=16
#overscan_top=16
#overscan_bottom=16
# uncomment to force a console size. By default it will be display's size minus
# overscan.
#framebuffer_width=1280
#framebuffer_height=720
# uncomment if hdmi display is not detected and composite is being output
#hdmi_force_hotplug=1
# uncomment to force a specific HDMI mode (this will force VGA)
#hdmi_group=1
#hdmi_mode=1
# uncomment to force a HDMI mode rather than DVI. This can make audio work in
# DMT (computer monitor) modes
#hdmi_drive=2
# uncomment to increase signal to HDMI, if you have interference, blanking, or
# no display
#config_hdmi_boost=4
# uncomment for composite PAL
#sdtv_mode=2
#uncomment to overclock the arm. 700 MHz is the default.
#arm_freq=800
# Uncomment some or all of these to enable the optional hardware interfaces
#dtparam=i2c_arm=on
#dtparam=i2s=on
#dtparam=spi=on
# Uncomment this to enable the lirc-rpi module
#dtoverlay=lirc-rpi
# Additional overlays and parameters are documented /boot/overlays/README
# Enable audio (loads snd_bcm2835)
dtparam=audio=on
dtparam=spi=on
# Ambilight Modul aktivieren
dtparam=spi=on
dtparam=spi=on
dtparam=spi=on
dtparam=spi=on
dtparam=spi=on
dtparam=spi=on
dtparam=spi=on
Code: Alles auswählen
hyperion.config.json
// Automatically generated configuration file for Hyperion ambilight daemon
// Notice: All values are explained with comments at our wiki: wiki.hyperion-project.org (config area) 
// Generated by: HyperCon (The Hyperion deamon configuration file builder)
// Created with HyperCon V1.03.3 (22.10.2017)
{
   // DEVICE CONFIGURATION 
   "device" :
   {
      "name"       : "LG Ambilight",
      "type"       : "ws2801",
      "output"     : "/dev/spidev0.0",
      "rate"     : 1000000,
      "colorOrder" : "rgb"
   },
   // COLOR CALIBRATION CONFIG
   "color" :
   {
      "channelAdjustment" :
      [
         {
            "id"   : "default",
            "leds" : "*",
            "pureRed" :
            {
               "redChannel"      : 255,
               "greenChannel"      : 0,
               "blueChannel"      : 0
            },
            "pureGreen" :
            {
               "redChannel"      : 0,
               "greenChannel"      : 255,
               "blueChannel"      : 0
            },
            "pureBlue" :
            {
               "redChannel"      : 0,
               "greenChannel"      : 0,
               "blueChannel"      : 255
            }
         }
      ],
      "temperature" :
      [
         {
            "id"   : "default",
            "leds" : "*",
            "correctionValues" :
            {
               "red"    : 255,
               "green"   : 255,
               "blue"    : 255
            }
         }
      ],
      "transform" :
      [
         {
            "id"   : "default",
            "leds" : "*",
            "hsl" :
            {
               "saturationGain"   : 1.0000,
               "luminanceGain"      : 1.0000,
               "luminanceMinimum"      : 0.0000
            },
            "red" :
            {
               "threshold"    : 0.0000,
               "gamma"        : 2.5000
            },
            "green" :
            {
               "threshold"    : 0.0000,
               "gamma"        : 2.5000
            },
            "blue" :
            {
               "threshold"    : 0.0000,
               "gamma"        : 2.5000
            }
         }
      ],
   // SMOOTHING CONFIG
      "smoothing" :
      {
         "type"            : "linear",
         "time_ms"         : 200,
         "updateFrequency" : 20.0000,
         "updateDelay"     : 0
      }
   },
   // V4L2 GRABBER CONFIG
   "grabber-v4l2" : 
   {
      "device" : "/dev/video0",
      "input" : 0,
      "standard" : "PAL",
      "width" : -1,
      "height" : -1,
      "frameDecimation" : 2,
      "sizeDecimation" : 8,
      "priority" : 900,
      "mode" : "2D",
      "cropLeft" : 0,
      "cropRight" : 0,
      "cropTop" : 0,
      "cropBottom" : 0,
      "redSignalThreshold" : 0.0,
      "greenSignalThreshold" : 0.0,
      "blueSignalThreshold" : 0.0
   },
   // BLACKBORDER CONFIG
   "blackborderdetector" : 
   {
      "enable" : true,
      "threshold" : 0.2,
      "unknownFrameCnt" : 600,
      "borderFrameCnt" : 50,
      "maxInconsistentCnt" : 10,
      "blurRemoveCnt" : 1,
      "mode" : "default"
   },
   // BOOTEFFECT CONFIG
   "bootsequence" : 
   {
      "color" : [0,0,0],
      "effect" : "Rainbow swirl fast",
      "duration_ms" : 5000,
      "priority" : 700
   },
   // JSON SERVER CONFIG
   "jsonServer" : 
   {
      "port" : 19444
   },
   // PROTO SERVER CONFIG
   "protoServer" : 
   {
      "port" : 19445
   },
   // EFFECT PATH
   "effects" : 
   {
      "paths" : 
      [
         "/storage/hyperion/effects",
         "/usr/share/hyperion/effects"
      ]
   },
   // NO FRAME GRABBER CONFIG
   // NO KODI CHECK CONFIG
   // NO BOBLIGHT SERVER CONFIG
   // NO JSON/PROTO FORWARD CONFIG
   // LED CONFIGURATION
   "leds" : 
   [
      {
         "index" : 0,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0278 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 1,
         "hscan" : { "minimum" : 0.0278, "maximum" : 0.0556 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 2,
         "hscan" : { "minimum" : 0.0556, "maximum" : 0.0833 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 3,
         "hscan" : { "minimum" : 0.0833, "maximum" : 0.1111 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 4,
         "hscan" : { "minimum" : 0.1111, "maximum" : 0.1389 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 5,
         "hscan" : { "minimum" : 0.1389, "maximum" : 0.1667 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 6,
         "hscan" : { "minimum" : 0.1667, "maximum" : 0.1944 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 7,
         "hscan" : { "minimum" : 0.1944, "maximum" : 0.2222 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 8,
         "hscan" : { "minimum" : 0.2222, "maximum" : 0.2500 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 9,
         "hscan" : { "minimum" : 0.2500, "maximum" : 0.2778 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 10,
         "hscan" : { "minimum" : 0.2778, "maximum" : 0.3056 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 11,
         "hscan" : { "minimum" : 0.3056, "maximum" : 0.3333 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 12,
         "hscan" : { "minimum" : 0.3333, "maximum" : 0.3611 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 13,
         "hscan" : { "minimum" : 0.3611, "maximum" : 0.3889 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 14,
         "hscan" : { "minimum" : 0.3889, "maximum" : 0.4167 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 15,
         "hscan" : { "minimum" : 0.4167, "maximum" : 0.4444 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 16,
         "hscan" : { "minimum" : 0.4444, "maximum" : 0.4722 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 17,
         "hscan" : { "minimum" : 0.4722, "maximum" : 0.5000 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 18,
         "hscan" : { "minimum" : 0.5000, "maximum" : 0.5278 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 19,
         "hscan" : { "minimum" : 0.5278, "maximum" : 0.5556 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 20,
         "hscan" : { "minimum" : 0.5556, "maximum" : 0.5833 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 21,
         "hscan" : { "minimum" : 0.5833, "maximum" : 0.6111 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 22,
         "hscan" : { "minimum" : 0.6111, "maximum" : 0.6389 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 23,
         "hscan" : { "minimum" : 0.6389, "maximum" : 0.6667 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 24,
         "hscan" : { "minimum" : 0.6667, "maximum" : 0.6944 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 25,
         "hscan" : { "minimum" : 0.6944, "maximum" : 0.7222 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 26,
         "hscan" : { "minimum" : 0.7222, "maximum" : 0.7500 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 27,
         "hscan" : { "minimum" : 0.7500, "maximum" : 0.7778 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 28,
         "hscan" : { "minimum" : 0.7778, "maximum" : 0.8056 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 29,
         "hscan" : { "minimum" : 0.8056, "maximum" : 0.8333 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 30,
         "hscan" : { "minimum" : 0.8333, "maximum" : 0.8611 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 31,
         "hscan" : { "minimum" : 0.8611, "maximum" : 0.8889 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 32,
         "hscan" : { "minimum" : 0.8889, "maximum" : 0.9167 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 33,
         "hscan" : { "minimum" : 0.9167, "maximum" : 0.9444 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 34,
         "hscan" : { "minimum" : 0.9444, "maximum" : 0.9722 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 35,
         "hscan" : { "minimum" : 0.9722, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 36,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0455 }
      },
      {
         "index" : 37,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.0455, "maximum" : 0.0909 }
      },
      {
         "index" : 38,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.0909, "maximum" : 0.1364 }
      },
      {
         "index" : 39,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.1364, "maximum" : 0.1818 }
      },
      {
         "index" : 40,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.1818, "maximum" : 0.2273 }
      },
      {
         "index" : 41,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.2273, "maximum" : 0.2727 }
      },
      {
         "index" : 42,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.2727, "maximum" : 0.3182 }
      },
      {
         "index" : 43,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.3182, "maximum" : 0.3636 }
      },
      {
         "index" : 44,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.3636, "maximum" : 0.4091 }
      },
      {
         "index" : 45,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.4091, "maximum" : 0.4545 }
      },
      {
         "index" : 46,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.4545, "maximum" : 0.5000 }
      },
      {
         "index" : 47,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.5000, "maximum" : 0.5455 }
      },
      {
         "index" : 48,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.5455, "maximum" : 0.5909 }
      },
      {
         "index" : 49,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.5909, "maximum" : 0.6364 }
      },
      {
         "index" : 50,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.6364, "maximum" : 0.6818 }
      },
      {
         "index" : 51,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.6818, "maximum" : 0.7273 }
      },
      {
         "index" : 52,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.7273, "maximum" : 0.7727 }
      },
      {
         "index" : 53,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.7727, "maximum" : 0.8182 }
      },
      {
         "index" : 54,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.8182, "maximum" : 0.8636 }
      },
      {
         "index" : 55,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.8636, "maximum" : 0.9091 }
      },
      {
         "index" : 56,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.9091, "maximum" : 0.9545 }
      },
      {
         "index" : 57,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.9545, "maximum" : 1.0000 }
      },
      {
         "index" : 58,
         "hscan" : { "minimum" : 0.9722, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 59,
         "hscan" : { "minimum" : 0.9444, "maximum" : 0.9722 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 60,
         "hscan" : { "minimum" : 0.9167, "maximum" : 0.9444 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 61,
         "hscan" : { "minimum" : 0.8889, "maximum" : 0.9167 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 62,
         "hscan" : { "minimum" : 0.8611, "maximum" : 0.8889 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 63,
         "hscan" : { "minimum" : 0.8333, "maximum" : 0.8611 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 64,
         "hscan" : { "minimum" : 0.8056, "maximum" : 0.8333 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 65,
         "hscan" : { "minimum" : 0.7778, "maximum" : 0.8056 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 66,
         "hscan" : { "minimum" : 0.7500, "maximum" : 0.7778 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 67,
         "hscan" : { "minimum" : 0.7222, "maximum" : 0.7500 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 68,
         "hscan" : { "minimum" : 0.6944, "maximum" : 0.7222 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 69,
         "hscan" : { "minimum" : 0.6667, "maximum" : 0.6944 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 70,
         "hscan" : { "minimum" : 0.6389, "maximum" : 0.6667 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 71,
         "hscan" : { "minimum" : 0.6111, "maximum" : 0.6389 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 72,
         "hscan" : { "minimum" : 0.5833, "maximum" : 0.6111 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 73,
         "hscan" : { "minimum" : 0.5556, "maximum" : 0.5833 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 74,
         "hscan" : { "minimum" : 0.5278, "maximum" : 0.5556 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 75,
         "hscan" : { "minimum" : 0.5000, "maximum" : 0.5278 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 76,
         "hscan" : { "minimum" : 0.4722, "maximum" : 0.5000 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 77,
         "hscan" : { "minimum" : 0.4444, "maximum" : 0.4722 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 78,
         "hscan" : { "minimum" : 0.4167, "maximum" : 0.4444 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 79,
         "hscan" : { "minimum" : 0.3889, "maximum" : 0.4167 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 80,
         "hscan" : { "minimum" : 0.3611, "maximum" : 0.3889 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 81,
         "hscan" : { "minimum" : 0.3333, "maximum" : 0.3611 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 82,
         "hscan" : { "minimum" : 0.3056, "maximum" : 0.3333 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 83,
         "hscan" : { "minimum" : 0.2778, "maximum" : 0.3056 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 84,
         "hscan" : { "minimum" : 0.2500, "maximum" : 0.2778 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 85,
         "hscan" : { "minimum" : 0.2222, "maximum" : 0.2500 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 86,
         "hscan" : { "minimum" : 0.1944, "maximum" : 0.2222 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 87,
         "hscan" : { "minimum" : 0.1667, "maximum" : 0.1944 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 88,
         "hscan" : { "minimum" : 0.1389, "maximum" : 0.1667 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 89,
         "hscan" : { "minimum" : 0.1111, "maximum" : 0.1389 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 90,
         "hscan" : { "minimum" : 0.0833, "maximum" : 0.1111 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 91,
         "hscan" : { "minimum" : 0.0556, "maximum" : 0.0833 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 92,
         "hscan" : { "minimum" : 0.0278, "maximum" : 0.0556 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 93,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0278 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 94,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.9545, "maximum" : 1.0000 }
      },
      {
         "index" : 95,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.9091, "maximum" : 0.9545 }
      },
      {
         "index" : 96,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.8636, "maximum" : 0.9091 }
      },
      {
         "index" : 97,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.8182, "maximum" : 0.8636 }
      },
      {
         "index" : 98,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.7727, "maximum" : 0.8182 }
      },
      {
         "index" : 99,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.7273, "maximum" : 0.7727 }
      },
      {
         "index" : 100,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.6818, "maximum" : 0.7273 }
      },
      {
         "index" : 101,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.6364, "maximum" : 0.6818 }
      },
      {
         "index" : 102,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.5909, "maximum" : 0.6364 }
      },
      {
         "index" : 103,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.5455, "maximum" : 0.5909 }
      },
      {
         "index" : 104,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.5000, "maximum" : 0.5455 }
      },
      {
         "index" : 105,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.4545, "maximum" : 0.5000 }
      },
      {
         "index" : 106,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.4091, "maximum" : 0.4545 }
      },
      {
         "index" : 107,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.3636, "maximum" : 0.4091 }
      },
      {
         "index" : 108,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.3182, "maximum" : 0.3636 }
      },
      {
         "index" : 109,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.2727, "maximum" : 0.3182 }
      },
      {
         "index" : 110,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.2273, "maximum" : 0.2727 }
      },
      {
         "index" : 111,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.1818, "maximum" : 0.2273 }
      },
      {
         "index" : 112,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.1364, "maximum" : 0.1818 }
      },
      {
         "index" : 113,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.0909, "maximum" : 0.1364 }
      },
      {
         "index" : 114,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.0455, "maximum" : 0.0909 }
      },
      {
         "index" : 115,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0455 }
      }
   ],
   "endOfJson" : "endOfJson"
}
Hier auch der LOG aus Hypercon:
Code: Alles auswählen
SSH Traffic:
ssh connected
ssh out:    sudo journalctl -u hyperion.service 2>/dev/null
ssh in:    -- Logs begin at Do 2018-03-22 18:17:01 CET, end at Fr 2018-03-23 00:24:01 CET. --
ssh in:    Mᅢᄂr 22 18:17:03 raspberrypi systemd[1]: Starting Hyperion Systemd service...
ssh in:    Mᅢᄂr 22 18:17:03 raspberrypi systemd[1]: Started Hyperion Systemd service.
ssh in:    Mᅢᄂr 22 18:17:05 raspberrypi hyperiond[437]: Hyperion Ambilight Deamon (437)
ssh in:    Mᅢᄂr 22 18:17:05 raspberrypi hyperiond[437]: Version   : V1.03.3 (brindosch-2fbbcff/2f01dfa-1495880388
ssh in:    Mᅢᄂr 22 18:17:05 raspberrypi hyperiond[437]: Build Time: Jun  3 2017 02:06:37
ssh in:    Mᅢᄂr 22 18:17:06 raspberrypi hyperiond[437]: INFO: Selected configuration file: /etc/hyperion/hyperion.config.json
ssh in:    Mᅢᄂr 22 18:17:06 raspberrypi hyperiond[437]: HYPERION INFO: ColorTransform 'default' => [0; 115]
ssh in:    Mᅢᄂr 22 18:17:06 raspberrypi hyperiond[437]: HYPERION INFO: ColorCorrection 'default' => [0; 115]
ssh in:    Mᅢᄂr 22 18:17:06 raspberrypi hyperiond[437]: HYPERION INFO: ColorAdjustment 'default' => [0; 115]
ssh in:    Mᅢᄂr 22 18:17:06 raspberrypi hyperiond[437]: LEDDEVICE INFO: configuration:
ssh in:    Mᅢᄂr 22 18:17:06 raspberrypi hyperiond[437]: {
ssh in:    Mᅢᄂr 22 18:17:06 raspberrypi hyperiond[437]: "colorOrder" : "rgb",
ssh in:    Mᅢᄂr 22 18:17:06 raspberrypi hyperiond[437]: "name" : "LG Ambilight",
ssh in:    Mᅢᄂr 22 18:17:06 raspberrypi hyperiond[437]: "output" : "/dev/spidev0.0",
ssh in:    Mᅢᄂr 22 18:17:06 raspberrypi hyperiond[437]: "rate" : 1000000,
ssh in:    Mᅢᄂr 22 18:17:06 raspberrypi hyperiond[437]: "type" : "ws2801"
ssh in:    Mᅢᄂr 22 18:17:06 raspberrypi hyperiond[437]: }
ssh in:    Mᅢᄂr 22 18:17:06 raspberrypi hyperiond[437]: INFO: Creating linear smoothing
ssh in:    Mᅢᄂr 22 18:17:06 raspberrypi hyperiond[437]: HYPERION (CS) INFO: Created linear-smoothing(interval_ms=50;settlingTime_ms=200;updateDelay=0
ssh in:    Mᅢᄂr 22 18:17:06 raspberrypi hyperiond[437]: EFFECTENGINE INFO: 27 effects loaded from directory /usr/share/hyperion/effects
ssh in:    Mᅢᄂr 22 18:17:06 raspberrypi hyperiond[437]: EFFECTENGINE INFO: Initializing Python interpreter
ssh in:    Mᅢᄂr 22 18:17:06 raspberrypi hyperiond[437]: INFO: Hyperion started and initialised
ssh in:    Mᅢᄂr 22 18:17:06 raspberrypi hyperiond[437]: INFO: Boot sequence 'Rainbow swirl fast' EFFECTENGINE INFO: run effect Rainbow swirl fast on channel 0
ssh in:    Mᅢᄂr 22 18:17:06 raspberrypi hyperiond[437]: BLACKBORDER INFO: threshold set to 0.2 (51)
ssh in:    Mᅢᄂr 22 18:17:06 raspberrypi hyperiond[437]: BLACKBORDER INFO: mode:default
ssh in:    Mᅢᄂr 22 18:17:06 raspberrypi hyperiond[437]: started
ssh in:    Mᅢᄂr 22 18:17:06 raspberrypi hyperiond[437]: INFO: Json server created and started on port 19444
ssh in:    Mᅢᄂr 22 18:17:06 raspberrypi hyperiond[437]: INFO: Proto server created and started on port 19445
ssh in:    Mᅢᄂr 22 18:17:06 raspberrypi hyperiond[437]: V4L2GRABBER INFO: width=720 height=576
ssh in:    Mᅢᄂr 22 18:17:06 raspberrypi hyperiond[437]: V4L2GRABBER INFO: pixel format=YUYV
ssh in:    Mᅢᄂr 22 18:17:06 raspberrypi hyperiond[437]: BLACKBORDER INFO: threshold set to 0.2 (51)
ssh in:    Mᅢᄂr 22 18:17:06 raspberrypi hyperiond[437]: BLACKBORDER INFO: mode:default
ssh in:    Mᅢᄂr 22 18:17:06 raspberrypi hyperiond[437]: V4L2GRABBER INFO: signal threshold set to: {0,0,0}
ssh in:    Mᅢᄂr 22 18:17:06 raspberrypi hyperiond[437]: V4L2GRABBER INFO: started
ssh in:    Mᅢᄂr 22 18:17:06 raspberrypi hyperiond[437]: INFO: V4L2 grabber created and started
ssh in:    Mᅢᄂr 22 18:17:07 raspberrypi hyperiond[437]: BORDER SWITCH REQUIRED!!
ssh in:    Mᅢᄂr 22 18:17:07 raspberrypi hyperiond[437]: CURRENT BORDER TYPE: unknown=0 hor.size=3 vert.size=3
ssh in:    Mᅢᄂr 22 18:17:07 raspberrypi hyperiond[437]: V4L2GRABBER INFO: stopped
ssh in:    Mᅢᄂr 22 18:17:11 raspberrypi hyperiond[437]: V4L2GRABBER INFO: started
ssh in:    Mᅢᄂr 22 18:17:11 raspberrypi hyperiond[437]: EFFECTENGINE INFO: effect finished
ssh in:    Mᅢᄂr 22 18:17:15 raspberrypi hyperiond[437]: BORDER SWITCH REQUIRED!!
ssh in:    Mᅢᄂr 22 18:17:15 raspberrypi hyperiond[437]: CURRENT BORDER TYPE: unknown=0 hor.size=0 vert.size=3
ssh in:    Mᅢᄂr 22 20:32:39 raspberrypi systemd[1]: Stopping Hyperion Systemd service...
ssh in:    Mᅢᄂr 22 20:32:39 raspberrypi hyperiond[437]: INFO: Application closed with code 0
ssh in:    Mᅢᄂr 22 20:32:39 raspberrypi hyperiond[437]: V4L2GRABBER INFO: stopped
ssh in:    Mᅢᄂr 22 20:32:39 raspberrypi hyperiond[437]: EFFECTENGINE INFO: Cleaning up Python interpreter
ssh in:    Mᅢᄂr 22 20:32:39 raspberrypi systemd[1]: Stopped Hyperion Systemd service.
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi systemd[1]: Starting Hyperion Systemd service...
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi systemd[1]: Started Hyperion Systemd service.
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: Hyperion Ambilight Deamon (1090)
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: Version   : V1.03.3 (brindosch-2fbbcff/2f01dfa-1495880388
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: Build Time: Jun  3 2017 02:06:37
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: INFO: Selected configuration file: /etc/hyperion/hyperion.config.json
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: HYPERION INFO: ColorTransform 'default' => [0; 115]
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: HYPERION INFO: ColorCorrection 'default' => [0; 115]
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: HYPERION INFO: ColorAdjustment 'default' => [0; 115]
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: LEDDEVICE INFO: configuration:
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: {
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: "colorOrder" : "rgb",
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: "name" : "LG Ambilight",
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: "output" : "/dev/spidev0.0",
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: "rate" : 1000000,
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: "type" : "ws2801"
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: }
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: INFO: Creating linear smoothing
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: HYPERION (CS) INFO: Created linear-smoothing(interval_ms=50;settlingTime_ms=200;updateDelay=0
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: EFFECTENGINE INFO: 27 effects loaded from directory /usr/share/hyperion/effects
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: EFFECTENGINE INFO: Initializing Python interpreter
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: INFO: Hyperion started and initialised
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: INFO: Boot sequence 'Rainbow swirl fast' EFFECTENGINE INFO: run effect Rainbow swirl fast on channel 0
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: BLACKBORDER INFO: threshold set to 0.2 (51)
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: BLACKBORDER INFO: mode:default
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: started
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: INFO: Json server created and started on port 19444
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: INFO: Proto server created and started on port 19445
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: V4L2GRABBER INFO: width=720 height=576
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: V4L2GRABBER INFO: pixel format=YUYV
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: BLACKBORDER INFO: threshold set to 0.2 (51)
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: BLACKBORDER INFO: mode:default
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: V4L2GRABBER INFO: signal threshold set to: {0,0,0}
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: V4L2GRABBER INFO: started
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: INFO: V4L2 grabber created and started
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: BORDER SWITCH REQUIRED!!
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: CURRENT BORDER TYPE: unknown=0 hor.size=0 vert.size=3
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: V4L2GRABBER INFO: stopped
ssh in:    Mᅢᄂr 22 20:32:45 raspberrypi hyperiond[1090]: EFFECTENGINE INFO: effect finished
ssh in:    Mᅢᄂr 22 20:32:45 raspberrypi hyperiond[1090]: V4L2GRABBER INFO: started
ssh in:    Mᅢᄂr 22 20:33:09 raspberrypi systemd[1]: Stopping Hyperion Systemd service...
ssh in:    Mᅢᄂr 22 20:33:09 raspberrypi hyperiond[1090]: INFO: Application closed with code 0
ssh in:    Mᅢᄂr 22 20:33:09 raspberrypi hyperiond[1090]: V4L2GRABBER INFO: stopped
ssh in:    Mᅢᄂr 22 20:33:09 raspberrypi hyperiond[1090]: EFFECTENGINE INFO: Cleaning up Python interpreter
ssh in:    Mᅢᄂr 22 20:33:09 raspberrypi systemd[1]: Stopped Hyperion Systemd service.
ssh in:    Mᅢᄂr 23 00:23:18 raspberrypi systemd[1]: Stopped Hyperion Systemd service.
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi systemd[1]: Starting Hyperion Systemd service...
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi systemd[1]: Started Hyperion Systemd service.
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: Hyperion Ambilight Deamon (1325)
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: Version   : V1.03.3 (brindosch-2fbbcff/2f01dfa-1495880388
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: Build Time: Jun  3 2017 02:06:37
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: INFO: Selected configuration file: /etc/hyperion/hyperion.config.json
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: HYPERION INFO: ColorTransform 'default' => [0; 115]
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: HYPERION INFO: ColorCorrection 'default' => [0; 115]
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: HYPERION INFO: ColorAdjustment 'default' => [0; 115]
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: LEDDEVICE INFO: configuration:
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: {
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: "colorOrder" : "rgb",
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: "name" : "LG Ambilight",
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: "output" : "/dev/spidev0.0",
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: "rate" : 1000000,
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: "type" : "ws2801"
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: }
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: INFO: Creating linear smoothing
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: HYPERION (CS) INFO: Created linear-smoothing(interval_ms=50;settlingTime_ms=200;updateDelay=0
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: EFFECTENGINE INFO: 27 effects loaded from directory /usr/share/hyperion/effects
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: EFFECTENGINE INFO: Initializing Python interpreter
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: INFO: Hyperion started and initialised
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: INFO: Boot sequence 'Rainbow swirl fast' EFFECTENGINE INFO: run effect Rainbow swirl fast on channel 0
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: BLACKBORDER INFO: threshold set to 0.2 (51)
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: BLACKBORDER INFO: mode:default
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: started
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: INFO: Json server created and started on port 19444
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: INFO: Proto server created and started on port 19445
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: V4L2GRABBER INFO: width=720 height=576
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: V4L2GRABBER INFO: pixel format=YUYV
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: BLACKBORDER INFO: threshold set to 0.2 (51)
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: BLACKBORDER INFO: mode:default
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: V4L2GRABBER INFO: signal threshold set to: {0,0,0}
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: V4L2GRABBER INFO: started
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: INFO: V4L2 grabber created and started
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: BORDER SWITCH REQUIRED!!
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: CURRENT BORDER TYPE: unknown=0 hor.size=0 vert.size=3
ssh in:    Mᅢᄂr 23 00:23:20 raspberrypi hyperiond[1325]: V4L2GRABBER INFO: stopped
ssh in:    Mᅢᄂr 23 00:23:24 raspberrypi hyperiond[1325]: EFFECTENGINE INFO: effect finished
ssh in:    Mᅢᄂr 23 00:23:25 raspberrypi hyperiond[1325]: V4L2GRABBER INFO: started
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi systemd[1]: Stopping Hyperion Systemd service...
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1325]: INFO: Application closed with code 0
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1325]: V4L2GRABBER INFO: stopped
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1325]: EFFECTENGINE INFO: Cleaning up Python interpreter
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi systemd[1]: Stopped Hyperion Systemd service.
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi systemd[1]: Starting Hyperion Systemd service...
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi systemd[1]: Started Hyperion Systemd service.
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1355]: Hyperion Ambilight Deamon (1355)
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1355]: Version   : V1.03.3 (brindosch-2fbbcff/2f01dfa-1495880388
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1355]: Build Time: Jun  3 2017 02:06:37
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1355]: INFO: Selected configuration file: /etc/hyperion/hyperion.config.json
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1355]: HYPERION INFO: ColorTransform 'default' => [0; 115]
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1355]: HYPERION INFO: ColorCorrection 'default' => [0; 115]
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1355]: HYPERION INFO: ColorAdjustment 'default' => [0; 115]
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1355]: LEDDEVICE INFO: configuration:
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1355]: {
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1355]: "colorOrder" : "rgb",
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1355]: "name" : "LG Ambilight",
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1355]: "output" : "/dev/spidev0.0",
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1355]: "rate" : 1000000,
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1355]: "type" : "ws2801"
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1355]: }
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1355]: INFO: Creating linear smoothing
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1355]: HYPERION (CS) INFO: Created linear-smoothing(interval_ms=50;settlingTime_ms=200;updateDelay=0
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1355]: EFFECTENGINE INFO: 27 effects loaded from directory /usr/share/hyperion/effects
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1355]: EFFECTENGINE INFO: Initializing Python interpreter
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1355]: INFO: Hyperion started and initialised
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1355]: INFO: Boot sequence 'Rainbow swirl fast' EFFECTENGINE INFO: run effect Rainbow swirl fast on channel 0
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1355]: BLACKBORDER INFO: threshold set to 0.2 (51)
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1355]: BLACKBORDER INFO: mode:default
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1355]: started
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1355]: INFO: Json server created and started on port 19444
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1355]: INFO: Proto server created and started on port 19445
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1355]: V4L2GRABBER INFO: width=720 height=576
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1355]: V4L2GRABBER INFO: pixel format=YUYV
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1355]: BLACKBORDER INFO: threshold set to 0.2 (51)
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1355]: BLACKBORDER INFO: mode:default
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1355]: V4L2GRABBER INFO: signal threshold set to: {0,0,0}
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1355]: V4L2GRABBER INFO: started
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1355]: INFO: V4L2 grabber created and started
ssh in:    Mᅢᄂr 23 00:23:31 raspberrypi hyperiond[1355]: BORDER SWITCH REQUIRED!!
ssh in:    Mᅢᄂr 23 00:23:31 raspberrypi hyperiond[1355]: CURRENT BORDER TYPE: unknown=0 hor.size=0 vert.size=3
ssh in:    Mᅢᄂr 23 00:23:31 raspberrypi hyperiond[1355]: V4L2GRABBER INFO: stopped
ssh in:    Mᅢᄂr 23 00:23:36 raspberrypi hyperiond[1355]: EFFECTENGINE INFO: effect finished
ssh in:    Mᅢᄂr 23 00:23:36 raspberrypi hyperiond[1355]: V4L2GRABBER INFO: started
ssh out:    sudo journalctl -u hyperion.service 2>/dev/null
ssh in:    -- Logs begin at Do 2018-03-22 18:17:01 CET, end at Fr 2018-03-23 00:28:50 CET. --
ssh in:    Mᅢᄂr 22 18:17:03 raspberrypi systemd[1]: Starting Hyperion Systemd service...
ssh in:    Mᅢᄂr 22 18:17:03 raspberrypi systemd[1]: Started Hyperion Systemd service.
ssh in:    Mᅢᄂr 22 18:17:05 raspberrypi hyperiond[437]: Hyperion Ambilight Deamon (437)
ssh in:    Mᅢᄂr 22 18:17:05 raspberrypi hyperiond[437]: Version   : V1.03.3 (brindosch-2fbbcff/2f01dfa-1495880388
ssh in:    Mᅢᄂr 22 18:17:05 raspberrypi hyperiond[437]: Build Time: Jun  3 2017 02:06:37
ssh in:    Mᅢᄂr 22 18:17:06 raspberrypi hyperiond[437]: INFO: Selected configuration file: /etc/hyperion/hyperion.config.json
ssh in:    Mᅢᄂr 22 18:17:06 raspberrypi hyperiond[437]: HYPERION INFO: ColorTransform 'default' => [0; 115]
ssh in:    Mᅢᄂr 22 18:17:06 raspberrypi hyperiond[437]: HYPERION INFO: ColorCorrection 'default' => [0; 115]
ssh in:    Mᅢᄂr 22 18:17:06 raspberrypi hyperiond[437]: HYPERION INFO: ColorAdjustment 'default' => [0; 115]
ssh in:    Mᅢᄂr 22 18:17:06 raspberrypi hyperiond[437]: LEDDEVICE INFO: configuration:
ssh in:    Mᅢᄂr 22 18:17:06 raspberrypi hyperiond[437]: {
ssh in:    Mᅢᄂr 22 18:17:06 raspberrypi hyperiond[437]: "colorOrder" : "rgb",
ssh in:    Mᅢᄂr 22 18:17:06 raspberrypi hyperiond[437]: "name" : "LG Ambilight",
ssh in:    Mᅢᄂr 22 18:17:06 raspberrypi hyperiond[437]: "output" : "/dev/spidev0.0",
ssh in:    Mᅢᄂr 22 18:17:06 raspberrypi hyperiond[437]: "rate" : 1000000,
ssh in:    Mᅢᄂr 22 18:17:06 raspberrypi hyperiond[437]: "type" : "ws2801"
ssh in:    Mᅢᄂr 22 18:17:06 raspberrypi hyperiond[437]: }
ssh in:    Mᅢᄂr 22 18:17:06 raspberrypi hyperiond[437]: INFO: Creating linear smoothing
ssh in:    Mᅢᄂr 22 18:17:06 raspberrypi hyperiond[437]: HYPERION (CS) INFO: Created linear-smoothing(interval_ms=50;settlingTime_ms=200;updateDelay=0
ssh in:    Mᅢᄂr 22 18:17:06 raspberrypi hyperiond[437]: EFFECTENGINE INFO: 27 effects loaded from directory /usr/share/hyperion/effects
ssh in:    Mᅢᄂr 22 18:17:06 raspberrypi hyperiond[437]: EFFECTENGINE INFO: Initializing Python interpreter
ssh in:    Mᅢᄂr 22 18:17:06 raspberrypi hyperiond[437]: INFO: Hyperion started and initialised
ssh in:    Mᅢᄂr 22 18:17:06 raspberrypi hyperiond[437]: INFO: Boot sequence 'Rainbow swirl fast' EFFECTENGINE INFO: run effect Rainbow swirl fast on channel 0
ssh in:    Mᅢᄂr 22 18:17:06 raspberrypi hyperiond[437]: BLACKBORDER INFO: threshold set to 0.2 (51)
ssh in:    Mᅢᄂr 22 18:17:06 raspberrypi hyperiond[437]: BLACKBORDER INFO: mode:default
ssh in:    Mᅢᄂr 22 18:17:06 raspberrypi hyperiond[437]: started
ssh in:    Mᅢᄂr 22 18:17:06 raspberrypi hyperiond[437]: INFO: Json server created and started on port 19444
ssh in:    Mᅢᄂr 22 18:17:06 raspberrypi hyperiond[437]: INFO: Proto server created and started on port 19445
ssh in:    Mᅢᄂr 22 18:17:06 raspberrypi hyperiond[437]: V4L2GRABBER INFO: width=720 height=576
ssh in:    Mᅢᄂr 22 18:17:06 raspberrypi hyperiond[437]: V4L2GRABBER INFO: pixel format=YUYV
ssh in:    Mᅢᄂr 22 18:17:06 raspberrypi hyperiond[437]: BLACKBORDER INFO: threshold set to 0.2 (51)
ssh in:    Mᅢᄂr 22 18:17:06 raspberrypi hyperiond[437]: BLACKBORDER INFO: mode:default
ssh in:    Mᅢᄂr 22 18:17:06 raspberrypi hyperiond[437]: V4L2GRABBER INFO: signal threshold set to: {0,0,0}
ssh in:    Mᅢᄂr 22 18:17:06 raspberrypi hyperiond[437]: V4L2GRABBER INFO: started
ssh in:    Mᅢᄂr 22 18:17:06 raspberrypi hyperiond[437]: INFO: V4L2 grabber created and started
ssh in:    Mᅢᄂr 22 18:17:07 raspberrypi hyperiond[437]: BORDER SWITCH REQUIRED!!
ssh in:    Mᅢᄂr 22 18:17:07 raspberrypi hyperiond[437]: CURRENT BORDER TYPE: unknown=0 hor.size=3 vert.size=3
ssh in:    Mᅢᄂr 22 18:17:07 raspberrypi hyperiond[437]: V4L2GRABBER INFO: stopped
ssh in:    Mᅢᄂr 22 18:17:11 raspberrypi hyperiond[437]: V4L2GRABBER INFO: started
ssh in:    Mᅢᄂr 22 18:17:11 raspberrypi hyperiond[437]: EFFECTENGINE INFO: effect finished
ssh in:    Mᅢᄂr 22 18:17:15 raspberrypi hyperiond[437]: BORDER SWITCH REQUIRED!!
ssh in:    Mᅢᄂr 22 18:17:15 raspberrypi hyperiond[437]: CURRENT BORDER TYPE: unknown=0 hor.size=0 vert.size=3
ssh in:    Mᅢᄂr 22 20:32:39 raspberrypi systemd[1]: Stopping Hyperion Systemd service...
ssh in:    Mᅢᄂr 22 20:32:39 raspberrypi hyperiond[437]: INFO: Application closed with code 0
ssh in:    Mᅢᄂr 22 20:32:39 raspberrypi hyperiond[437]: V4L2GRABBER INFO: stopped
ssh in:    Mᅢᄂr 22 20:32:39 raspberrypi hyperiond[437]: EFFECTENGINE INFO: Cleaning up Python interpreter
ssh in:    Mᅢᄂr 22 20:32:39 raspberrypi systemd[1]: Stopped Hyperion Systemd service.
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi systemd[1]: Starting Hyperion Systemd service...
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi systemd[1]: Started Hyperion Systemd service.
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: Hyperion Ambilight Deamon (1090)
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: Version   : V1.03.3 (brindosch-2fbbcff/2f01dfa-1495880388
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: Build Time: Jun  3 2017 02:06:37
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: INFO: Selected configuration file: /etc/hyperion/hyperion.config.json
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: HYPERION INFO: ColorTransform 'default' => [0; 115]
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: HYPERION INFO: ColorCorrection 'default' => [0; 115]
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: HYPERION INFO: ColorAdjustment 'default' => [0; 115]
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: LEDDEVICE INFO: configuration:
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: {
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: "colorOrder" : "rgb",
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: "name" : "LG Ambilight",
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: "output" : "/dev/spidev0.0",
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: "rate" : 1000000,
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: "type" : "ws2801"
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: }
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: INFO: Creating linear smoothing
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: HYPERION (CS) INFO: Created linear-smoothing(interval_ms=50;settlingTime_ms=200;updateDelay=0
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: EFFECTENGINE INFO: 27 effects loaded from directory /usr/share/hyperion/effects
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: EFFECTENGINE INFO: Initializing Python interpreter
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: INFO: Hyperion started and initialised
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: INFO: Boot sequence 'Rainbow swirl fast' EFFECTENGINE INFO: run effect Rainbow swirl fast on channel 0
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: BLACKBORDER INFO: threshold set to 0.2 (51)
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: BLACKBORDER INFO: mode:default
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: started
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: INFO: Json server created and started on port 19444
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: INFO: Proto server created and started on port 19445
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: V4L2GRABBER INFO: width=720 height=576
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: V4L2GRABBER INFO: pixel format=YUYV
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: BLACKBORDER INFO: threshold set to 0.2 (51)
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: BLACKBORDER INFO: mode:default
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: V4L2GRABBER INFO: signal threshold set to: {0,0,0}
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: V4L2GRABBER INFO: started
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: INFO: V4L2 grabber created and started
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: BORDER SWITCH REQUIRED!!
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: CURRENT BORDER TYPE: unknown=0 hor.size=0 vert.size=3
ssh in:    Mᅢᄂr 22 20:32:40 raspberrypi hyperiond[1090]: V4L2GRABBER INFO: stopped
ssh in:    Mᅢᄂr 22 20:32:45 raspberrypi hyperiond[1090]: EFFECTENGINE INFO: effect finished
ssh in:    Mᅢᄂr 22 20:32:45 raspberrypi hyperiond[1090]: V4L2GRABBER INFO: started
ssh in:    Mᅢᄂr 22 20:33:09 raspberrypi systemd[1]: Stopping Hyperion Systemd service...
ssh in:    Mᅢᄂr 22 20:33:09 raspberrypi hyperiond[1090]: INFO: Application closed with code 0
ssh in:    Mᅢᄂr 22 20:33:09 raspberrypi hyperiond[1090]: V4L2GRABBER INFO: stopped
ssh in:    Mᅢᄂr 22 20:33:09 raspberrypi hyperiond[1090]: EFFECTENGINE INFO: Cleaning up Python interpreter
ssh in:    Mᅢᄂr 22 20:33:09 raspberrypi systemd[1]: Stopped Hyperion Systemd service.
ssh in:    Mᅢᄂr 23 00:23:18 raspberrypi systemd[1]: Stopped Hyperion Systemd service.
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi systemd[1]: Starting Hyperion Systemd service...
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi systemd[1]: Started Hyperion Systemd service.
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: Hyperion Ambilight Deamon (1325)
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: Version   : V1.03.3 (brindosch-2fbbcff/2f01dfa-1495880388
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: Build Time: Jun  3 2017 02:06:37
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: INFO: Selected configuration file: /etc/hyperion/hyperion.config.json
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: HYPERION INFO: ColorTransform 'default' => [0; 115]
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: HYPERION INFO: ColorCorrection 'default' => [0; 115]
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: HYPERION INFO: ColorAdjustment 'default' => [0; 115]
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: LEDDEVICE INFO: configuration:
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: {
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: "colorOrder" : "rgb",
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: "name" : "LG Ambilight",
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: "output" : "/dev/spidev0.0",
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: "rate" : 1000000,
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: "type" : "ws2801"
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: }
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: INFO: Creating linear smoothing
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: HYPERION (CS) INFO: Created linear-smoothing(interval_ms=50;settlingTime_ms=200;updateDelay=0
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: EFFECTENGINE INFO: 27 effects loaded from directory /usr/share/hyperion/effects
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: EFFECTENGINE INFO: Initializing Python interpreter
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: INFO: Hyperion started and initialised
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: INFO: Boot sequence 'Rainbow swirl fast' EFFECTENGINE INFO: run effect Rainbow swirl fast on channel 0
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: BLACKBORDER INFO: threshold set to 0.2 (51)
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: BLACKBORDER INFO: mode:default
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: started
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: INFO: Json server created and started on port 19444
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: INFO: Proto server created and started on port 19445
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: V4L2GRABBER INFO: width=720 height=576
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: V4L2GRABBER INFO: pixel format=YUYV
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: BLACKBORDER INFO: threshold set to 0.2 (51)
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: BLACKBORDER INFO: mode:default
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: V4L2GRABBER INFO: signal threshold set to: {0,0,0}
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: V4L2GRABBER INFO: started
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: INFO: V4L2 grabber created and started
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: BORDER SWITCH REQUIRED!!
ssh in:    Mᅢᄂr 23 00:23:19 raspberrypi hyperiond[1325]: CURRENT BORDER TYPE: unknown=0 hor.size=0 vert.size=3
ssh in:    Mᅢᄂr 23 00:23:20 raspberrypi hyperiond[1325]: V4L2GRABBER INFO: stopped
ssh in:    Mᅢᄂr 23 00:23:24 raspberrypi hyperiond[1325]: EFFECTENGINE INFO: effect finished
ssh in:    Mᅢᄂr 23 00:23:25 raspberrypi hyperiond[1325]: V4L2GRABBER INFO: started
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi systemd[1]: Stopping Hyperion Systemd service...
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1325]: INFO: Application closed with code 0
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1325]: V4L2GRABBER INFO: stopped
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1325]: EFFECTENGINE INFO: Cleaning up Python interpreter
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi systemd[1]: Stopped Hyperion Systemd service.
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi systemd[1]: Starting Hyperion Systemd service...
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi systemd[1]: Started Hyperion Systemd service.
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1355]: Hyperion Ambilight Deamon (1355)
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1355]: Version   : V1.03.3 (brindosch-2fbbcff/2f01dfa-1495880388
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1355]: Build Time: Jun  3 2017 02:06:37
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1355]: INFO: Selected configuration file: /etc/hyperion/hyperion.config.json
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1355]: HYPERION INFO: ColorTransform 'default' => [0; 115]
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1355]: HYPERION INFO: ColorCorrection 'default' => [0; 115]
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1355]: HYPERION INFO: ColorAdjustment 'default' => [0; 115]
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1355]: LEDDEVICE INFO: configuration:
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1355]: {
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1355]: "colorOrder" : "rgb",
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1355]: "name" : "LG Ambilight",
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1355]: "output" : "/dev/spidev0.0",
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1355]: "rate" : 1000000,
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1355]: "type" : "ws2801"
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1355]: }
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1355]: INFO: Creating linear smoothing
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1355]: HYPERION (CS) INFO: Created linear-smoothing(interval_ms=50;settlingTime_ms=200;updateDelay=0
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1355]: EFFECTENGINE INFO: 27 effects loaded from directory /usr/share/hyperion/effects
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1355]: EFFECTENGINE INFO: Initializing Python interpreter
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1355]: INFO: Hyperion started and initialised
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1355]: INFO: Boot sequence 'Rainbow swirl fast' EFFECTENGINE INFO: run effect Rainbow swirl fast on channel 0
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1355]: BLACKBORDER INFO: threshold set to 0.2 (51)
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1355]: BLACKBORDER INFO: mode:default
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1355]: started
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1355]: INFO: Json server created and started on port 19444
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1355]: INFO: Proto server created and started on port 19445
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1355]: V4L2GRABBER INFO: width=720 height=576
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1355]: V4L2GRABBER INFO: pixel format=YUYV
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1355]: BLACKBORDER INFO: threshold set to 0.2 (51)
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1355]: BLACKBORDER INFO: mode:default
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1355]: V4L2GRABBER INFO: signal threshold set to: {0,0,0}
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1355]: V4L2GRABBER INFO: started
ssh in:    Mᅢᄂr 23 00:23:30 raspberrypi hyperiond[1355]: INFO: V4L2 grabber created and started
ssh in:    Mᅢᄂr 23 00:23:31 raspberrypi hyperiond[1355]: BORDER SWITCH REQUIRED!!
ssh in:    Mᅢᄂr 23 00:23:31 raspberrypi hyperiond[1355]: CURRENT BORDER TYPE: unknown=0 hor.size=0 vert.size=3
ssh in:    Mᅢᄂr 23 00:23:31 raspberrypi hyperiond[1355]: V4L2GRABBER INFO: stopped
ssh in:    Mᅢᄂr 23 00:23:36 raspberrypi hyperiond[1355]: EFFECTENGINE INFO: effect finished
ssh in:    Mᅢᄂr 23 00:23:36 raspberrypi hyperiond[1355]: V4L2GRABBER INFO: started
ssh in:    Mᅢᄂr 23 00:27:23 raspberrypi hyperiond[1355]: BORDER SWITCH REQUIRED!!
ssh in:    Mᅢᄂr 23 00:27:23 raspberrypi hyperiond[1355]: CURRENT BORDER TYPE: unknown=0 hor.size=10 vert.size=3
ssh in:    Mᅢᄂr 23 00:28:05 raspberrypi hyperiond[1355]: BORDER SWITCH REQUIRED!!
ssh in:    Mᅢᄂr 23 00:28:05 raspberrypi hyperiond[1355]: CURRENT BORDER TYPE: unknown=0 hor.size=0 vert.size=3
Was mich dabei wundert ist das hier:
ssh in: Mᅢᄂr 23 00:27:23 raspberrypi hyperiond[1355]: BORDER SWITCH REQUIRED!!
Ist das normal so?
