Benutzeravatar
n-s@gmx.de
Neuling

Beiträge:16
Registriert:13. Jul 2016

Ambilight läuft nicht

10. Okt 2016, 12:53

Hallo, ich probiere schon seit längerem das System zum Laufen zu bringen.

Rasperry Pii 2 Model B

Welche LEDs du verwendest, ggf. den Link zum gekauften Produkt

- WS2801 - 5050FC32 - CV

deutliche Fotos deiner Verkabelung, vor allem so das man die Verbindungen vom PI zum Stripe durchgehend (!) erkennen kann

IMG_5372.JPG

IMG_5371.JPG

IMG_5370.JPG


deine /boot/config.txt

[################################################################################
# This file is part of OpenELEC - http://www.openelec.tv
# Copyright (C) 2009-2014 Stephan Raue (stephan@openelec.tv)
# Inspired and partly copied from:
# http://youresuchageek.blogspot.fr/2012/ ... ec-on.html
#
# OpenELEC is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# OpenELEC is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with OpenELEC. If not, see <http://www.gnu.org/licenses/>.
################################################################################
# Bootloader configuration - config.txt
################################################################################

################################################################################
# Memory (System/GPU configuration )
################################################################################

# default GPU memory split (do not change if you do not know what you are doing)
gpu_mem=128

# SDRAM size based GPU memory split, uncomment and setup to override 'gpu_mem'
gpu_mem_256=112
gpu_mem_512=160
gpu_mem_1024=256

################################################################################
# Overclocking settings
# WARNING: Do not change/enable if you do not know what you are doing!
# The System may become unstable or you can have data corruption or
# you can loose your warranty if you set wrong settings
#
# please read: http://elinux.org/RPi_config.txt#Overcl ... figuration
################################################################################

# Overclock mode settings.
#
# default recommended values are: arm_freq | core_freq | sdram_freq | over_voltage
# no overclocking : 700 | 250 | 400 | 0
# mode 'Modest' : 800 | 300 | 400 | 0
# mode 'Medium' : 900 | 333 | 450 | 2
# mode 'High' : 950 | 450 | 450 | 6
# mode 'Turbo' : 1000 | 500 | 600 | 6
# mode 'Pi2' : 1000 | 500 | 500 | 2

# arm_freq=700
# core_freq=250
# sdram_freq=400
# over_voltage=0

# set to 'force_turbo=1' to disable dynamic overclocking (you can lose your warranty!)
force_turbo=0

# If you have any data corruption using Turbo Mode and overclocking
# try with this setting uncommented
# If this still fails, try to use Medium mode without "over_voltage=2"
# If it ultimately keeps failing, forget about this until it gets fixed
# Use a more conservative mode that will works fine in any cases:
# initial_turbo=30

################################################################################
# Overscan settings
################################################################################

# Make display smaller to stop text spilling off the screen
# see also http://www.raspberrypi.org/phpBB3/viewt ... 67&t=15700
# overscan_scale=1
# disable_overscan=1

# Adapt overscan values to your needs
# overscan_left=57
# overscan_right=59
# overscan_top=20
# overscan_bottom=20

################################################################################
# various settings see also: http://elinux.org/RPi_config.txt
################################################################################

# Force HDMI even if unplugged or powered off
# hdmi_force_hotplug=1

# Doesn't sent initial active source message.
# Avoids bringing CEC (enabled TV) out of standby and channel switch when
# rebooting.
hdmi_ignore_cec_init=1

################################################################################
# License keys to enable GPU hardware decoding for various codecs
# to obtain keys visit the shop at http://www.raspberrypi.com
################################################################################

# decode_MPG2=0x00000000
# decode_WVC1=0x00000000
# decode_DTS=0x00000000
# decode_DDP=0x00000000

################################################################################
# End of default configuration
# all values below this line were inserted from config.txt.bk (your old config)
# and can be merged with the above values
################################################################################
# Ambilight Modul aktivieren
dtparam=spi=on

deine hyperion.config.json

Code: Alles auswählen

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

{
   // DEVICE CONFIGURATION
   "device" :
   {
      "name"       : "MyHyperionConfig",
      "type"       : "ws2801",
      "output"     : "/dev/spidev0.0",
      "rate"     : 1000000,
      "colorOrder" : "brg"
   },

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

   // NO V4L2 GRABBER CONFIG
   // FRAME GRABBER CONFIG
   "framegrabber" :
   {
      "width" : 64,
      "height" : 64,
      "frequency_Hz" : 10.0,
      "priority" : 890
   },

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

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

   // BOOTEFFECT CONFIG
   "bootsequence" :
   {
      "color" : [0,0,0],
      "effect" : "Rainbow swirl fast",
      "duration_ms" : 3000,
      "priority" : 700
   },

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

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

   // BOBLIGHT SERVER CONFIG
   "boblightServer" :
   {
      "port" : 19333,
      "priority" : 900
   },

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

   // NO JSON/PROTO FORWARD CONFIG

   // LED CONFIGURATION
   "leds" :
   [
      {
         "index" : 0,
         "hscan" : { "minimum" : 0.5313, "maximum" : 0.5625 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 1,
         "hscan" : { "minimum" : 0.5625, "maximum" : 0.5938 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 2,
         "hscan" : { "minimum" : 0.5938, "maximum" : 0.6250 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 3,
         "hscan" : { "minimum" : 0.6250, "maximum" : 0.6563 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 4,
         "hscan" : { "minimum" : 0.6563, "maximum" : 0.6875 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 5,
         "hscan" : { "minimum" : 0.6875, "maximum" : 0.7188 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 6,
         "hscan" : { "minimum" : 0.7188, "maximum" : 0.7500 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 7,
         "hscan" : { "minimum" : 0.7500, "maximum" : 0.7813 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 8,
         "hscan" : { "minimum" : 0.7813, "maximum" : 0.8125 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 9,
         "hscan" : { "minimum" : 0.8125, "maximum" : 0.8438 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 10,
         "hscan" : { "minimum" : 0.8438, "maximum" : 0.8750 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 11,
         "hscan" : { "minimum" : 0.8750, "maximum" : 0.9063 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 12,
         "hscan" : { "minimum" : 0.9063, "maximum" : 0.9375 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 13,
         "hscan" : { "minimum" : 0.9375, "maximum" : 0.9688 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 14,
         "hscan" : { "minimum" : 0.9688, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 15,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 16,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.9444, "maximum" : 1.0000 }
      },
      {
         "index" : 17,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.8889, "maximum" : 0.9444 }
      },
      {
         "index" : 18,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.8333, "maximum" : 0.8889 }
      },
      {
         "index" : 19,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.7778, "maximum" : 0.8333 }
      },
      {
         "index" : 20,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.7222, "maximum" : 0.7778 }
      },
      {
         "index" : 21,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.6667, "maximum" : 0.7222 }
      },
      {
         "index" : 22,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.6111, "maximum" : 0.6667 }
      },
      {
         "index" : 23,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.5556, "maximum" : 0.6111 }
      },
      {
         "index" : 24,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.5000, "maximum" : 0.5556 }
      },
      {
         "index" : 25,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.4444, "maximum" : 0.5000 }
      },
      {
         "index" : 26,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.3889, "maximum" : 0.4444 }
      },
      {
         "index" : 27,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.3333, "maximum" : 0.3889 }
      },
      {
         "index" : 28,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.2778, "maximum" : 0.3333 }
      },
      {
         "index" : 29,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.2222, "maximum" : 0.2778 }
      },
      {
         "index" : 30,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.1667, "maximum" : 0.2222 }
      },
      {
         "index" : 31,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.1111, "maximum" : 0.1667 }
      },
      {
         "index" : 32,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.0556, "maximum" : 0.1111 }
      },
      {
         "index" : 33,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0556 }
      },
      {
         "index" : 34,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 35,
         "hscan" : { "minimum" : 0.9688, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 36,
         "hscan" : { "minimum" : 0.9375, "maximum" : 0.9688 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 37,
         "hscan" : { "minimum" : 0.9063, "maximum" : 0.9375 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 38,
         "hscan" : { "minimum" : 0.8750, "maximum" : 0.9063 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 39,
         "hscan" : { "minimum" : 0.8438, "maximum" : 0.8750 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 40,
         "hscan" : { "minimum" : 0.8125, "maximum" : 0.8438 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 41,
         "hscan" : { "minimum" : 0.7813, "maximum" : 0.8125 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 42,
         "hscan" : { "minimum" : 0.7500, "maximum" : 0.7813 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 43,
         "hscan" : { "minimum" : 0.7188, "maximum" : 0.7500 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 44,
         "hscan" : { "minimum" : 0.6875, "maximum" : 0.7188 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 45,
         "hscan" : { "minimum" : 0.6563, "maximum" : 0.6875 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 46,
         "hscan" : { "minimum" : 0.6250, "maximum" : 0.6563 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 47,
         "hscan" : { "minimum" : 0.5938, "maximum" : 0.6250 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 48,
         "hscan" : { "minimum" : 0.5625, "maximum" : 0.5938 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 49,
         "hscan" : { "minimum" : 0.5313, "maximum" : 0.5625 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 50,
         "hscan" : { "minimum" : 0.5000, "maximum" : 0.5313 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 51,
         "hscan" : { "minimum" : 0.4688, "maximum" : 0.5000 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 52,
         "hscan" : { "minimum" : 0.4375, "maximum" : 0.4688 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 53,
         "hscan" : { "minimum" : 0.4063, "maximum" : 0.4375 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 54,
         "hscan" : { "minimum" : 0.3750, "maximum" : 0.4063 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 55,
         "hscan" : { "minimum" : 0.3438, "maximum" : 0.3750 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 56,
         "hscan" : { "minimum" : 0.3125, "maximum" : 0.3438 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 57,
         "hscan" : { "minimum" : 0.2813, "maximum" : 0.3125 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 58,
         "hscan" : { "minimum" : 0.2500, "maximum" : 0.2813 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 59,
         "hscan" : { "minimum" : 0.2188, "maximum" : 0.2500 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 60,
         "hscan" : { "minimum" : 0.1875, "maximum" : 0.2188 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 61,
         "hscan" : { "minimum" : 0.1563, "maximum" : 0.1875 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 62,
         "hscan" : { "minimum" : 0.1250, "maximum" : 0.1563 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 63,
         "hscan" : { "minimum" : 0.0938, "maximum" : 0.1250 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 64,
         "hscan" : { "minimum" : 0.0625, "maximum" : 0.0938 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 65,
         "hscan" : { "minimum" : 0.0313, "maximum" : 0.0625 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 66,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0313 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 67,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 68,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0526 }
      },
      {
         "index" : 69,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.0526, "maximum" : 0.1053 }
      },
      {
         "index" : 70,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.1053, "maximum" : 0.1579 }
      },
      {
         "index" : 71,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.1579, "maximum" : 0.2105 }
      },
      {
         "index" : 72,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.2105, "maximum" : 0.2632 }
      },
      {
         "index" : 73,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.2632, "maximum" : 0.3158 }
      },
      {
         "index" : 74,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.3158, "maximum" : 0.3684 }
      },
      {
         "index" : 75,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.3684, "maximum" : 0.4211 }
      },
      {
         "index" : 76,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.4211, "maximum" : 0.4737 }
      },
      {
         "index" : 77,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.4737, "maximum" : 0.5263 }
      },
      {
         "index" : 78,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.5263, "maximum" : 0.5789 }
      },
      {
         "index" : 79,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.5789, "maximum" : 0.6316 }
      },
      {
         "index" : 80,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.6316, "maximum" : 0.6842 }
      },
      {
         "index" : 81,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.6842, "maximum" : 0.7368 }
      },
      {
         "index" : 82,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.7368, "maximum" : 0.7895 }
      },
      {
         "index" : 83,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.7895, "maximum" : 0.8421 }
      },
      {
         "index" : 84,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.8421, "maximum" : 0.8947 }
      },
      {
         "index" : 85,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.8947, "maximum" : 0.9474 }
      },
      {
         "index" : 86,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.9474, "maximum" : 1.0000 }
      },
      {
         "index" : 87,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 88,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0313 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 89,
         "hscan" : { "minimum" : 0.0313, "maximum" : 0.0625 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 90,
         "hscan" : { "minimum" : 0.0625, "maximum" : 0.0938 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 91,
         "hscan" : { "minimum" : 0.0938, "maximum" : 0.1250 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 92,
         "hscan" : { "minimum" : 0.1250, "maximum" : 0.1563 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 93,
         "hscan" : { "minimum" : 0.1563, "maximum" : 0.1875 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 94,
         "hscan" : { "minimum" : 0.1875, "maximum" : 0.2188 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 95,
         "hscan" : { "minimum" : 0.2188, "maximum" : 0.2500 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 96,
         "hscan" : { "minimum" : 0.2500, "maximum" : 0.2813 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 97,
         "hscan" : { "minimum" : 0.2813, "maximum" : 0.3125 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 98,
         "hscan" : { "minimum" : 0.3125, "maximum" : 0.3438 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 99,
         "hscan" : { "minimum" : 0.3438, "maximum" : 0.3750 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 100,
         "hscan" : { "minimum" : 0.3750, "maximum" : 0.4063 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 101,
         "hscan" : { "minimum" : 0.4063, "maximum" : 0.4375 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 102,
         "hscan" : { "minimum" : 0.4375, "maximum" : 0.4688 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      }
   ],

   "endOfJson" : "endOfJson"
}


Screenshots des Hyperion GUI Tools womit du deine LEDs konfiguriert hast (von jedem Tab einen)

[img
IMG_5373.JPG

IMG_5377.JPG

IMG_5378.JPG

[/img]

Angabe wo deine erste LED am TV montiert ist (von vorne Betrachtet)

Unten rechts

Angabe ob die Steuerung von Hyperion mit einer der Apps aus Beitrag #3 in diesem Thema funktionieren

Nein

die Ausgabe der nachfolgenden Befehle mittels SSH(Putty)

[OpenELEC:~ # killall hyperiond
killall: hyperiond: no process killed
OpenELEC:~ # /storage/hyperion/bin/hyperiond.sh /storage/.config/hyperion.config
.json
Hyperion Ambilight Deamon (454)
Version : V1.03.2 (brindosch-99d9396/d3713a8-1469452981
Build Time: Jul 25 2016 06:54:40
INFO: Selected configuration file: /storage/.config/hyperion.config.json
HYPERION INFO: ColorTransform 'default' => [0; 102]
HYPERION INFO: ColorCorrection 'default' => [0; 102]
HYPERION INFO: ColorAdjustment 'default' => [0; 102]
LEDDEVICE INFO: configuration:
{
"colorOrder" : "brg",
"name" : "MyHyperionConfig",
"output" : "/dev/spidev0.0",
"rate" : 1000000,
"type" : "ws2801"
}

INFO: Creating linear smoothing
HYPERION (CS) INFO: Created linear-smoothing(interval_ms=50;settlingTime_ms=200;updateDelay=0
EFFECTENGINE INFO: 27 effects loaded from directory /storage/hyperion/effects
EFFECTENGINE INFO: Initializing Python interpreter
INFO: Hyperion started and initialised
INFO: Boot sequence 'Rainbow swirl fast' EFFECTENGINE INFO: run effect Rainbow swirl fast on channel 0
BLACKBORDER INFO: threshold set to 0 (0)
BLACKBORDER INFO: mode:default
started
INFO: Kodi checker created and started
INFO: Json server created and started on port 19444
INFO: Proto server created and started on port 19445
terminate called after throwing an instance of 'std::runtime_error'
what(): BOBLIGHT ERROR: server could not bind to port
Aborted
]

brice
Neuling

Beiträge:6
Registriert:9. Oct 2016

Ambilight läuft nicht

11. Okt 2016, 00:54

Hi,

könntest du bitte nochmal ein Bild hochladen auf dem man den Anschluss am LED Stripe genau erkennen kann. Auf dem einen Bild sieht es so aus, als sei dein PI an die OUT-Seite des Stripes angeschlossen.

Donald
Moderator

Beiträge:1255
Registriert:15. Nov 2015

Ambilight läuft nicht

11. Okt 2016, 11:40

So wie es aussieht ist der Stripe schon richtigerweise an der IN- Seite angelegt. Aber die meisten Fehler passieren dadurch, das die Kabel am Stripe falsch angeschlossen sind. Dadurch dass dort ein Schrumpfschlauch drüber ist, muss man etwas raten, was was ist. Mir scheint auf dem Foto die Anschlüsse nicht richtig zu sein. Grün vom LED Stripe ist i.d.R. Plus 5V, Schwarz ist -5V und rot/blau sind die Data/Clock Leitungen. Ich meine Clock = rot, Data = blau. Mal so aus dem Gedächtnis. Überprüfe das bitte mal. Im Zweifel sollte man den Schrumpfschlauch öffnen.

brice
Neuling

Beiträge:6
Registriert:9. Oct 2016

Ambilight läuft nicht

11. Okt 2016, 12:00

So wie es aussieht ist der Stripe schon richtigerweise an der IN- Seite angelegt.

Und wieso sieht man dann auf dem 2. Bild trotz Schrumpfschlauch deutlich die (blanken) IN-Anschlüsse auf dem Stripe? Schon die Female Verbindung vom Stripe zum PI ist eigtl komisch. Es sollte andersrum sein. Sieht mir nach der Standart-Liefer Konfiguration aus. War bei mir auch falsch herum und ich musste die Anschlüsse umlöten.

Donald
Moderator

Beiträge:1255
Registriert:15. Nov 2015

Ambilight läuft nicht

11. Okt 2016, 13:34

Ich vermute das Anschlusskabel ist nicht auf den Lötaugen angebracht. Aber im Zweifel muss man da eben nachsehen ! Unter dem Schrumpfschlauch kann im schlimmsten Fall alles möglich sein. Von Vertauschung bis abgerissen. Da hast du recht.

n-s@gmx.de
Neuling

Beiträge:16
Registriert:13. Jul 2016

Ambilight läuft nicht

12. Okt 2016, 13:25

Also ich habe den Schrumpfschlauch mal entfernt und meines Erachtens nach alles richtig angeschlossen.
1 . LED lechtet, mehr nicht!

[img]
IMG_5383.JPG
[/img]
[img]
IMG_5384.JPG
[/img]
[img]
IMG_5385.JPG
[/img]
Dateianhänge
IMG_5385.JPG
IMG_5384.JPG
IMG_5383.JPG

Donald
Moderator

Beiträge:1255
Registriert:15. Nov 2015

Ambilight läuft nicht

12. Okt 2016, 14:42

Also meiner Meinung nach hast du am Pi, Clock und Data vertauscht. Schlecht zu sehen, aber wenn du keinen Wechsel in den Farben der Kabel hast, dann ist das so.

n-s@gmx.de
Neuling

Beiträge:16
Registriert:13. Jul 2016

Ambilight läuft nicht

12. Okt 2016, 16:18

Hab Blau und Rot getauscht und neu gestartet, keine Veränderung.

Donald
Moderator

Beiträge:1255
Registriert:15. Nov 2015

Ambilight läuft nicht

12. Okt 2016, 17:44

Es können auch mehrere Fehler im System sein ! Kontrolliere sehr genau jede Verbindung noch einmal.
Und dann solltest du beschreiben, was passiert wenn du den RPi mit Ambilight einschaltest. Gibts überhaupt irgendeine Reaktion ?

Donald
Moderator

Beiträge:1255
Registriert:15. Nov 2015

Ambilight läuft nicht

12. Okt 2016, 17:49

Gerade noch was gesehen: du hast in deinem hypercon unter Tab "extern" das Boblight aktiviert. Der Haken muss weg. Boblight sind ganz andere LED Leisten.

n-s@gmx.de
Neuling

Beiträge:16
Registriert:13. Jul 2016

Ambilight läuft nicht

12. Okt 2016, 19:11

Code: Alles auswählen

SSH Traffic:
ssh connected
ssh out:    cat /storage/logfiles/hyperion.log
ssh in:    Hyperion Ambilight Deamon (332)
ssh in:       Version   : V1.03.2 (brindosch-99d9396/d3713a8-1469452981
ssh in:       Build Time: Jul 25 2016 06:54:40
ssh in:    INFO: Selected configuration file: /storage/.config/hyperion.config.json
ssh in:    HYPERION INFO: ColorTransform 'default' => [0; 102]
ssh in:    HYPERION INFO: ColorCorrection 'default' => [0; 102]
ssh in:    HYPERION INFO: ColorAdjustment 'default' => [0; 102]
ssh in:    LEDDEVICE INFO: configuration:
ssh in:    {
ssh in:       "colorOrder" : "brg",
ssh in:       "name" : "MyHyperionConfig",
ssh in:       "output" : "/dev/spidev0.0",
ssh in:       "rate" : 1000000,
ssh in:       "type" : "ws2801"
ssh in:    }
ssh in:    INFO: Creating linear smoothing
ssh in:    HYPERION (CS) INFO: Created linear-smoothing(interval_ms=50;settlingTime_ms=200;updateDelay=0
ssh in:    EFFECTENGINE INFO: 27 effects loaded from directory /storage/hyperion/effects
ssh in:    EFFECTENGINE INFO: Initializing Python interpreter
ssh in:    INFO: Hyperion started and initialised
ssh in:    INFO: Boot sequence 'Rainbow swirl fast' EFFECTENGINE INFO: run effect Rainbow swirl fast on channel 0
ssh in:    BLACKBORDER INFO: threshold set to 0 (0)
ssh in:    BLACKBORDER INFO: mode:default
ssh in:    started
ssh in:    INFO: Kodi checker created and started
ssh in:    INFO: Json server created and started on port 19444
ssh in:    INFO: Proto server created and started on port 19445
ssh in:    terminate called after throwing an instance of 'std::runtime_error'
ssh in:      what():  BOBLIGHT ERROR: server could not bind to port
ssh in:    Aborted
ssh out:    /storage/hyperion/bin/hyperion-remote.sh -u 1.0 -m 1.0 -n 0.0 -g "2.5 2.5 2.5" -t "0.0 0.0 0.0" -R "255 0 0" -G "0 255 0" -B "0 0 255" -Z "255 255 255"
ssh in:    hyperion-remote:
ssh in:       version   : V1.03.2 (brindosch-99d9396/d3713a8-1469452981
ssh in:       build time: Jul 25 2016 06:54:18
ssh out:    Unable to connect to host
ssh out:    /storage/.config/autostart.sh > /dev/null 2>&1 &
ssh out:    /storage/hyperion/bin/hyperion-remote.sh  -c ffffff
ssh in:    hyperion-remote:
ssh in:       version   : V1.03.2 (brindosch-99d9396/d3713a8-1469452981
ssh in:       build time: Jul 25 2016 06:54:18
ssh out:    Unable to connect to host
ssh out:    cat /storage/logfiles/hyperion.log
ssh in:    Hyperion Ambilight Deamon (435)
ssh in:       Version   : V1.03.2 (brindosch-99d9396/d3713a8-1469452981
ssh in:       Build Time: Jul 25 2016 06:54:40
ssh in:    INFO: Selected configuration file: /storage/.config/hyperion.config.json
ssh in:    HYPERION INFO: ColorTransform 'default' => [0; 102]
ssh in:    HYPERION INFO: ColorCorrection 'default' => [0; 102]
ssh in:    HYPERION INFO: ColorAdjustment 'default' => [0; 102]
ssh in:    LEDDEVICE INFO: configuration:
ssh in:    {
ssh in:       "colorOrder" : "brg",
ssh in:       "name" : "MyHyperionConfig",
ssh in:       "output" : "/dev/spidev0.0",
ssh in:       "rate" : 1000000,
ssh in:       "type" : "ws2801"
ssh in:    }
ssh in:    INFO: Creating linear smoothing
ssh in:    HYPERION (CS) INFO: Created linear-smoothing(interval_ms=50;settlingTime_ms=200;updateDelay=0
ssh in:    EFFECTENGINE INFO: 27 effects loaded from directory /storage/hyperion/effects
ssh in:    EFFECTENGINE INFO: Initializing Python interpreter
ssh in:    INFO: Hyperion started and initialised
ssh in:    INFO: Boot sequence 'Rainbow swirl fast' EFFECTENGINE INFO: run effect Rainbow swirl fast on channel 0
ssh in:    BLACKBORDER INFO: threshold set to 0 (0)
ssh in:    BLACKBORDER INFO: mode:default
ssh in:    started
ssh in:    INFO: Kodi checker created and started
ssh in:    INFO: Json server created and started on port 19444
ssh in:    INFO: Proto server created and started on port 19445
ssh in:    terminate called after throwing an instance of 'std::runtime_error'
ssh in:      what():  BOBLIGHT ERROR: server could not bind to port
ssh in:    Aborted

n-s@gmx.de
Neuling

Beiträge:16
Registriert:13. Jul 2016

Ambilight läuft nicht

12. Okt 2016, 19:14

Wenn ich den RPi einschalte leuchtet nur die 1. LED grün.

n-s@gmx.de
Neuling

Beiträge:16
Registriert:13. Jul 2016

Ambilight läuft nicht

12. Okt 2016, 19:21

Sieht schon mal besser aus:

Jetzt habe ich folgenden Traffic:

Code: Alles auswählen

SSH Traffic:
ssh connected
ssh out:    cat /storage/logfiles/hyperion.log
ssh in:    Hyperion Ambilight Deamon (330)
ssh in:       Version   : V1.03.2 (brindosch-99d9396/d3713a8-1469452981
ssh in:       Build Time: Jul 25 2016 06:54:40
ssh in:    INFO: Selected configuration file: /storage/.config/hyperion.config.json
ssh in:    HYPERION INFO: ColorTransform 'default' => [0; 101]
ssh in:    HYPERION INFO: ColorCorrection 'default' => [0; 101]
ssh in:    HYPERION INFO: ColorAdjustment 'default' => [0; 101]
ssh in:    LEDDEVICE INFO: configuration:
ssh in:    {
ssh in:       "colorOrder" : "rgb",
ssh in:       "name" : "MyHyperionConfig",
ssh in:       "output" : "/dev/spidev0.0",
ssh in:       "rate" : 1000000,
ssh in:       "type" : "ws2801"
ssh in:    }
ssh in:    INFO: Creating linear smoothing
ssh in:    HYPERION (CS) INFO: Created linear-smoothing(interval_ms=50;settlingTime_ms=200;updateDelay=0
ssh in:    EFFECTENGINE INFO: 27 effects loaded from directory /storage/hyperion/effects
ssh in:    EFFECTENGINE INFO: Initializing Python interpreter
ssh in:    INFO: Hyperion started and initialised
ssh in:    INFO: Boot sequence 'Rainbow swirl fast' EFFECTENGINE INFO: run effect Rainbow swirl fast on channel 0
ssh in:    BLACKBORDER INFO: threshold set to 0 (0)
ssh in:    BLACKBORDER INFO: mode:default
ssh in:    started
ssh in:    INFO: Json server created and started on port 19444
ssh in:    INFO: Proto server created and started on port 19445
ssh in:    DISPMANXGRABBER INFO: Display opened with resolution: 1920x1080
ssh in:    BLACKBORDER INFO: threshold set to 0 (0)
ssh in:    BLACKBORDER INFO: mode:default
ssh in:    INFO: Frame grabber created and started
ssh in:    BORDER SWITCH REQUIRED!!
ssh in:    CURRENT BORDER TYPE: unknown=0 hor.size=0 vert.size=0
ssh in:    DISPMANXGRABBER ERROR: Snapshot failed: -1
ssh in:    EFFECTENGINE INFO: effect finished

n-s@gmx.de
Neuling

Beiträge:16
Registriert:13. Jul 2016

Ambilight läuft nicht

12. Okt 2016, 19:23

Was ist mit " Border Switch Required!!" gemeint?

n-s@gmx.de
Neuling

Beiträge:16
Registriert:13. Jul 2016

Ambilight läuft nicht

12. Okt 2016, 19:40

Alle LED's leuchten jetzt in einer Farbe nachdem ich Clock und Data wieder getauscht habe .
Zugriff per App ist jetzt auch möglich.
Die Farben sind wohl vertauscht.
Der eigentliche Ambilight-Effekt funktioniert noch nicht.

Zurück zu „Ambilight - Support“