// 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" : "MyHyperionConfig", "type" : "philipshue", "output" : "192.168.0.43", "transitiontime" : 1, "switchOffOnBlack" : false, "username" : "K2SEVLqyISfODDKfI4GvAVNZWlODhJYmAal0Uj2T", "lightIds" : [2,4], "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.1000, "gamma" : 1.0000 }, "green" : { "threshold" : 0.1000, "gamma" : 1.0000 }, "blue" : { "threshold" : 0.1000, "gamma" : 1.0000 } } ], // SMOOTHING CONFIG "smoothing" : { "type" : "none", "time_ms" : 200, "updateFrequency" : 20.0000, "updateDelay" : 0 } }, // V4L2 GRABBER CONFIG // FRAME GRABBER CONFIG "framegrabber" : { "width" : 64, "height" : 64, "frequency_Hz" : 5.0, "priority" : 893 }, // BLACKBORDER CONFIG "blackborderdetector" : { "enable" : true, "threshold" : 0.01, "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" : 1000, "priority" : 701 }, // JSON SERVER CONFIG "jsonServer" : { "port" : 19446 }, // PROTO SERVER CONFIG "protoServer" : { "port" : 19447 }, // EFFECT PATH "effects" : { "paths" : [ "/storage/hyperion/effects", "/usr/share/hyperion/effects" ] }, // NO BOBLIGHT SERVER CONFIG // NO JSON/PROTO FORWARD CONFIG // LED CONFIGURATION "leds" : [ { "index" : 0, "hscan" : { "minimum" : 0.0000, "maximum" : 0.1000 }, "vscan" : { "minimum" : 0.0000, "maximum" : 1.0000 } }, { "index" : 1, "hscan" : { "minimum" : 0.9000, "maximum" : 1.0000 }, "vscan" : { "minimum" : 0.0000, "maximum" : 1.0000 } } ], "endOfJson" : "endOfJson" } In der anderen Hyperion.config.json für die normalen LED Stripes am RPi habe ich einen "Forwarder-Part" eingefügt, der dafür sorgt, dass ein entferntes KODI, z.B. auf einem FireTV mit installierter Kodi-Hyperion App, seine Grabberdaten nicht nur zum RPi schickt, sondern auch zur Hue-Bridge. Da musst du dann diesen Part ergänzen: ab "forwarder" // JSON SERVER CONFIG "jsonServer" : { "port" : 19444 }, // PROTO SERVER CONFIG "protoServer" : { "port" : 19445 }, "forwarder" : { "json" : ["127.0.0.1:19446"], "proto" : ["127.0.0.1:19447"] },