Benutzeravatar
David
Neuling

Beiträge:11
Registriert:15. Jan 2017

Leider geht mein Ambilight nicht mehr...

23. Jan 2017, 21:26

Hey Forumgemeinde,

leider muss ich euch wieder um Rat fragen, da mein funktionierendes Ambilight nicht mehr geht. Nicht mehr bedeutet, es ging mal und nachdem ich festgestellt habe, dass die Farben vertauscht waren, habe ich das in der hyperion.config geändert und seitdem geht gar nichts mehr.
Ich habe bereits auch alles neu aufgesetzt, aber alles bleibt dunkel bzw. reagiert nicht mehr!

Da es ja schon funktioniert hat, bezweifle ich, dass es an meiner Konstruktion liegt. Zumal ich die erste LED als Fehlerquelle schon ausgeschlossen habe (durch abtrennen).

Langsam bin ich echt am Verzweifeln! Vllt kann mir ja jemand von euch noch weiterhelfen, dass ich endlich in den Genuss von Ambilight komme!
Was mir auch noch komisch vorkommt, ist, dass ich bei der Ausgabe des Logs via HyperCon den Fehler: "Border switch required" erhalte, aber beim besten Willen nicht schlau daraus werde... Auch nicht aus dem Internet!

Aber der Reihe nach:

1. WS2801
2. Da es schonmal funktioniert hat, spare ich mir das
3. Meine config.txt:

Code: Alles auswählen

################################################################################
#      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/09/howto-raspberry-pi-openelec-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#Overclocking_configuration
################################################################################

# 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/viewtopic.php?f=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


4. Meine 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" : "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
      }
   },

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

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

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

   // NO BOBLIGHT SERVER CONFIG

   // LED CONFIGURATION
   "leds" :
   [
      {
         "index" : 0,
         "hscan" : { "minimum" : 0.6667, "maximum" : 0.7083 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 1,
         "hscan" : { "minimum" : 0.7083, "maximum" : 0.7500 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 2,
         "hscan" : { "minimum" : 0.7500, "maximum" : 0.7917 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 3,
         "hscan" : { "minimum" : 0.7917, "maximum" : 0.8333 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 4,
         "hscan" : { "minimum" : 0.8333, "maximum" : 0.8750 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 5,
         "hscan" : { "minimum" : 0.8750, "maximum" : 0.9167 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 6,
         "hscan" : { "minimum" : 0.9167, "maximum" : 0.9583 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 7,
         "hscan" : { "minimum" : 0.9583, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 8,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.9286, "maximum" : 1.0000 }
      },
      {
         "index" : 9,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.8571, "maximum" : 0.9286 }
      },
      {
         "index" : 10,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.7857, "maximum" : 0.8571 }
      },
      {
         "index" : 11,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.7143, "maximum" : 0.7857 }
      },
      {
         "index" : 12,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.6429, "maximum" : 0.7143 }
      },
      {
         "index" : 13,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.5714, "maximum" : 0.6429 }
      },
      {
         "index" : 14,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.5000, "maximum" : 0.5714 }
      },
      {
         "index" : 15,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.4286, "maximum" : 0.5000 }
      },
      {
         "index" : 16,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.3571, "maximum" : 0.4286 }
      },
      {
         "index" : 17,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.2857, "maximum" : 0.3571 }
      },
      {
         "index" : 18,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.2143, "maximum" : 0.2857 }
      },
      {
         "index" : 19,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.1429, "maximum" : 0.2143 }
      },
      {
         "index" : 20,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.0714, "maximum" : 0.1429 }
      },
      {
         "index" : 21,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0714 }
      },
      {
         "index" : 22,
         "hscan" : { "minimum" : 0.9583, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 23,
         "hscan" : { "minimum" : 0.9167, "maximum" : 0.9583 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 24,
         "hscan" : { "minimum" : 0.8750, "maximum" : 0.9167 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 25,
         "hscan" : { "minimum" : 0.8333, "maximum" : 0.8750 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 26,
         "hscan" : { "minimum" : 0.7917, "maximum" : 0.8333 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 27,
         "hscan" : { "minimum" : 0.7500, "maximum" : 0.7917 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 28,
         "hscan" : { "minimum" : 0.7083, "maximum" : 0.7500 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 29,
         "hscan" : { "minimum" : 0.6667, "maximum" : 0.7083 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 30,
         "hscan" : { "minimum" : 0.6250, "maximum" : 0.6667 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 31,
         "hscan" : { "minimum" : 0.5833, "maximum" : 0.6250 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 32,
         "hscan" : { "minimum" : 0.5417, "maximum" : 0.5833 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 33,
         "hscan" : { "minimum" : 0.5000, "maximum" : 0.5417 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 34,
         "hscan" : { "minimum" : 0.4583, "maximum" : 0.5000 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 35,
         "hscan" : { "minimum" : 0.4167, "maximum" : 0.4583 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 36,
         "hscan" : { "minimum" : 0.3750, "maximum" : 0.4167 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 37,
         "hscan" : { "minimum" : 0.3333, "maximum" : 0.3750 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 38,
         "hscan" : { "minimum" : 0.2917, "maximum" : 0.3333 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 39,
         "hscan" : { "minimum" : 0.2500, "maximum" : 0.2917 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 40,
         "hscan" : { "minimum" : 0.2083, "maximum" : 0.2500 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 41,
         "hscan" : { "minimum" : 0.1667, "maximum" : 0.2083 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 42,
         "hscan" : { "minimum" : 0.1250, "maximum" : 0.1667 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 43,
         "hscan" : { "minimum" : 0.0833, "maximum" : 0.1250 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 44,
         "hscan" : { "minimum" : 0.0417, "maximum" : 0.0833 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 45,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0417 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 46,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0714 }
      },
      {
         "index" : 47,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.0714, "maximum" : 0.1429 }
      },
      {
         "index" : 48,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.1429, "maximum" : 0.2143 }
      },
      {
         "index" : 49,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.2143, "maximum" : 0.2857 }
      },
      {
         "index" : 50,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.2857, "maximum" : 0.3571 }
      },
      {
         "index" : 51,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.3571, "maximum" : 0.4286 }
      },
      {
         "index" : 52,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.4286, "maximum" : 0.5000 }
      },
      {
         "index" : 53,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.5000, "maximum" : 0.5714 }
      },
      {
         "index" : 54,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.5714, "maximum" : 0.6429 }
      },
      {
         "index" : 55,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.6429, "maximum" : 0.7143 }
      },
      {
         "index" : 56,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.7143, "maximum" : 0.7857 }
      },
      {
         "index" : 57,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.7857, "maximum" : 0.8571 }
      },
      {
         "index" : 58,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.8571, "maximum" : 0.9286 }
      },
      {
         "index" : 59,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.9286, "maximum" : 1.0000 }
      },
      {
         "index" : 60,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0417 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 61,
         "hscan" : { "minimum" : 0.0417, "maximum" : 0.0833 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 62,
         "hscan" : { "minimum" : 0.0833, "maximum" : 0.1250 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 63,
         "hscan" : { "minimum" : 0.1250, "maximum" : 0.1667 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 64,
         "hscan" : { "minimum" : 0.1667, "maximum" : 0.2083 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 65,
         "hscan" : { "minimum" : 0.2083, "maximum" : 0.2500 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 66,
         "hscan" : { "minimum" : 0.2500, "maximum" : 0.2917 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 67,
         "hscan" : { "minimum" : 0.2917, "maximum" : 0.3333 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 68,
         "hscan" : { "minimum" : 0.3333, "maximum" : 0.3750 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 69,
         "hscan" : { "minimum" : 0.3750, "maximum" : 0.4167 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 70,
         "hscan" : { "minimum" : 0.4167, "maximum" : 0.4583 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 71,
         "hscan" : { "minimum" : 0.4583, "maximum" : 0.5000 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 72,
         "hscan" : { "minimum" : 0.5000, "maximum" : 0.5417 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 73,
         "hscan" : { "minimum" : 0.5417, "maximum" : 0.5833 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 74,
         "hscan" : { "minimum" : 0.5833, "maximum" : 0.6250 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 75,
         "hscan" : { "minimum" : 0.6250, "maximum" : 0.6667 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      }
   ],

   "endOfJson" : "endOfJson"
}


5. Meine Screenshots:

siehe Bilder

6. rechts unten, die 7. von rechts

7. Hat funktioniert, jetzt nicht mehr. Anscheinend verbindet sich aber die APP mit dem Raspi

8. Ausgabe des Befehls:

Code: Alles auswählen

Hyperion Ambilight Deamon (597)
        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; 75]
HYPERION INFO: ColorCorrection 'default' => [0; 75]
HYPERION INFO: ColorAdjustment 'default' => [0; 75]
LEDDEVICE INFO: configuration:
{
        "colorOrder" : "rgb",
        "name" : "MyHyperionConfig",
        "output" : "/dev/spidev0.0",
        "rate" : 1000000,
        "type" : "ws2801"
}

HYPERION INFO: Json forward to 127.0.0.1:19446
HYPERION INFO: Proto forward to 127.0.0.1:19447
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 s                                                                                wirl 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
PROTOCONNECTION INFO: Connecting to Hyperion: 127.0.0.1:19447
INFO: Proto server created and started on port 19445
DISPMANXGRABBER INFO: Display opened with resolution: 1920x1080
BLACKBORDER INFO: threshold set to 0 (0)
BLACKBORDER INFO: mode:default
INFO: Frame grabber created and started
KODICHECK INFO: Kodi Connected
KODICHECK INFO: switching to OFF mode
EFFECTENGINE INFO: effect finished


BITTE BITTE HELFT MIR!
Dateianhänge
5.jpg
4.jpg
3.jpg
2.jpg
1.jpg

kafugl
Neuling

Beiträge:14
Registriert:23. Mar 2016

Leider geht mein Ambilight nicht mehr...

23. Jan 2017, 22:06

Hallo,
Ambilight geht bei mir auch nicht, deshalb hänge ich meinen Punkt an diesen Thread an.

Ambilight hat bisher funktioniert. Habe auch die erste LED abgeschnitten und dachte, das es an der ersten LED und den Verbindungen hängt.

Ablauf::
    RasPi mit OpenELEC und Kodi startet.
    Am Anfang erscheint ein buntes Quadrat - Ambilight wird angezeigt.
    KODi wird gestartet - Der blaue Hintergrund wird kurz angezeigt und dimmt sich dann ab.
    Die Installierten Bilder werden nicht mehr über Ambi angezeigt
    Kein Ambilight, wenn Video gestartet wird

WENN ich aber die Hintergrundbeleuchtung über die App "Hyperion free" anmache, dann funktioniert die Hintergrundbeleuchtung - auch die Effekte.

Getestet:
    1.te LED abgemacht und Leitungen neu gelötet
    Konfigurationsdatei, wegen fehlernder LED, neu generiert und übertragen
    Leitungen auf Kontaktfehler geprüft.

Fehlerquellen:
Raspi
Kodi - Konfigurationsdateien

ABER, ich habe nichts geändert, seit Tagen!!

Bitte wie David um Ideen, was die Ursache sein könnte!

Vielen Dank.

Arminius
Mitglied

Beiträge:317
Registriert:24. Nov 2015

Leider geht mein Ambilight nicht mehr...

24. Jan 2017, 08:31

Hallo David,

hast du die alte Konfigurationsdatei noch oder hast du vergessen ein Backup davon zu speichern? Was genau hast du an der Datei geändert?
Leider kenne ich mich mit dem neuen Hyperion nicht aus, da ich noch die alte Version aus dem Tutorial benutze. Was mir spontan aufgefallen ist ist, dass du bei der Blackborder Detection den Treshold auf 0 gesetzt hast. Ich glaube im Tutorial wird 0,14 empfohlen. Hattest du in deiner alten Datei den Wert auch bei 0 stehen?

@kafugl:
Bitte eröffne ein eigenes Thema. Es wird zu unübersichtlich, wenn 2 Probleme parallel diskutiert werden.
Beste Grüße

Arminius

Mein Ambilight in Aktion --> https://youtu.be/ODVdEI93R3E

David
Neuling

Beiträge:11
Registriert:15. Jan 2017

Leider geht mein Ambilight nicht mehr...

24. Jan 2017, 14:30

Hallo Arminius,

natürlich habe ich kein Backup gemacht! *kopfschlag* Aber ich versuche es zu rekonstruieren bzw. hab noch eine im Müll gefunden.
Diese funktioniert auch nicht. Die Blackborder Detection habe ich auf 0.14 gestellt, was leider auch keine Veränderung brachte.
Was mir noch eingefallen ist, dass ich eine Config aus dem Forum hier von der alter HyperCon genommen habe. Damit hatte es dann funktioniert. Nun aber leider auch nicht mehr.

Das kuriose ist ja, dass es jetzt nichtmal mehr per APP geht. Fernbedienung ist aber auch im Kodi eingeschalten.
Ich kann auch bestätigen, dass Daten fließen. Das habe ich gemessen.

Wenn ich alles anschalte, dann leuchten mal vier LEDs, mal 8 LEDs und gerade 1 LED.
Kodi fährt ganz normal hoch aber auch ohne das LED-Testbild.

Gibt es denn noch irgendwo das alte HyperCon? Vllt geht es ja damit? Ich habe es nämlich nirgends mehr gefunden....

Grüße
David

EDIT:

NAchdem ich jetzt auf dem Pi nochmal Hyperion nach Anleitung installiert habe, ist mir aufgefallen, dass in dem Script folgendens steht:

Code: Alles auswählen

---> RPi with OpenELEC/LibreELEC found, [b]but SPI is not set, we write "dtparam=spi=on"[/b] to /flash/config.txt

Please reboot your OpenELEC/LibreELEC, we inserted dtparam=spi=on to /flash/config.txt
*******************************************************************************


Ist der Hinweis so korrekt? Das kein dtparam=spi=on gelesen werden kann, obwohl in der config.txt drin steht?

David
Neuling

Beiträge:11
Registriert:15. Jan 2017

Leider geht mein Ambilight nicht mehr...

24. Jan 2017, 19:19

Hallo zusammen,

so langsam bin ich echt frustriert, dass das System nicht so will, wie ich will!
Nun habe ich alles nochmal von vorne gemacht:

1. Verkabelung
2. Installation --> Hier habe ich jetzt die aktuelleste Libreelec-Version genommen
3. Hyperion-Installation
4. Neue hyperion.config angelegt und kopiert

Ergebnis: NICHTS!

Jetzt habe ich mir aber per HyperCon mal die Log-Datei geholt und lese dort ganz unten:

SSH Traffic:
ssh connected
ssh out: /storage/.config/autostart.sh > /dev/null 2>&1 &
ssh out: cat /storage/logfiles/hyperion.log
ssh in: Hyperion Ambilight Deamon (548)
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; 75]
ssh in: HYPERION INFO: ColorCorrection 'default' => [0; 75]
ssh in: HYPERION INFO: ColorAdjustment 'default' => [0; 75]
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: HYPERION INFO: Json forward to 127.0.0.1:19446
ssh in: HYPERION INFO: Proto forward to 127.0.0.1:19447
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.14 (36)
ssh in: BLACKBORDER INFO: mode:default
ssh in: started
ssh in: INFO: Kodi checker created and started
ssh in: terminate called after throwing an instance of 'std::runtime_error'
ssh in: what(): JSONSERVER ERROR: could not bind to port
ssh in: Aborted (core dumped)


Ich habe nun schon wegen diesem JSONSERVER ERROR recherchiert, aber ich werd auch daraus nicht schlau.

Vielleicht kann mir ja das jemand verständlich erklären und hat noch eine Eingebung....

Vielen vielen Dank schonmal!

Gruß
David

EDIT:

Nun möchte ich doch alle Fehler ausschließen und lade auch die Bilder der Verkabelung hoch:
Dateianhänge
Verkabelung TV.jpg
Verkabelung TV
Verkabelung Raspi.jpg
Verkabelung Raspi
rechts unten.jpg
rechts unten
rechts oben.jpg
rechts oben
links unten.jpg
links unten
links oben.jpg
links oben

Multisaft7
Neuling

Beiträge:17
Registriert:14. Dec 2016

Leider geht mein Ambilight nicht mehr...

19. Feb 2017, 01:25

Hast du eine Lösung gefunden?

Über die HyperCon App kann ich meine Leiste auch ansteuern nur wenn ich den PI frischhochfahre etc. kommt auch folgendes im Log.

Code: Alles auswählen

INFO: Kodi checker created and started
ssh in:    terminate called after throwing an instance of 'std::runtime_error'
ssh in:      what():  JSONSERVER ERROR: could not bind to port
ssh in:    Aborted (core dumped)

Multisaft7
Neuling

Beiträge:17
Registriert:14. Dec 2016

Leider geht mein Ambilight nicht mehr...

19. Feb 2017, 15:11

Mein Problem war es, dass ich via HyperCon und via LibreElec Hyperion installiert hatte...
Hyperion in LibreElec deinstalliert und via HyperCon installiert! :-)

Zurück zu „Ambilight - Support“