Good evening hyperion-project-community,
first of all I want to say thank you. I love your work and have so much fun trying my setup with your software.
I have some issues with my hue lights when i was trying to configurate more than one bulb.
Here is my setup:
Raspberry Pi 4 B with Raspbian Buster with desktop
Hyperion NG 2.0.0-alpha.4
Installed with step by step introduction from https://github.com/hyperion-pr…ob/master/CompileHowto.md
Converter
https://www.amazon.de/gp/product/B01AG0MDY4?tag=hyperioforum-21&ie=UTF8&psc=1
Splitter
https://www.amazon.de/gp/product/B01615JA3A?tag=hyperioforum-21&ie=UTF8&psc=1
Grabber
https://www.amazon.de/gp/product/B0013BXFLG?tag=hyperioforum-21&ie=UTF8&psc=1
My Json Backup:
{
"backgroundEffect": {
"color": [
255,
138,
0
],
"effect": "Warm mood blobs",
"enable": false,
"type": "effect"
},
"blackborderdetector": {
"blurRemoveCnt": 1,
"borderFrameCnt": 50,
"enable": false,
"maxInconsistentCnt": 10,
"mode": "default",
"threshold": 5,
"unknownFrameCnt": 600
},
"boblightServer": {
"enable": false,
"port": 19333,
"priority": 128
},
"color": {
"channelAdjustment": [
{
"backlightColored": false,
"backlightThreshold": 0,
"blue": [
0,
0,
255
],
"brightness": 100,
"brightnessCompensation": 0,
"cyan": [
0,
255,
255
],
"gammaBlue": 1,
"gammaGreen": 1,
"gammaRed": 1,
"green": [
0,
255,
0
],
"id": "default",
"leds": "*",
"magenta": [
255,
0,
255
],
"red": [
255,
0,
0
],
"white": [
255,
255,
255
],
"yellow": [
255,
255,
0
]
}
],
"imageToLedMappingType": "multicolor_mean"
},
"device": {
"hardwareLedCount": 13,
"colorOrder": "rgb",
"rewriteTime": 9999,
"brightnessFactor": 1,
"lightIds": [
5,
8
],
"output": "192.168.1.165",
"restoreOriginalState": false,
"switchOffOnBlack": false,
"transitiontime": 1,
"username": "xxxxxxxxxx",
"type": "philipshue"
},
"effects": {
"disable": [
""
],
"paths": [
"$ROOT/custom-effects"
]
},
"flatbufServer": {
"enable": true,
"port": 19400,
"timeout": 5
},
"foregroundEffect": {
"color": [
0,
0,
255
],
"duration_ms": 3000,
"effect": "Rainbow swirl fast",
"enable": false,
"type": "effect"
},
"forwarder": {
"enable": false,
"flat": [
"127.0.0.1:19401"
],
"json": [
"127.0.0.1:19446"
]
},
"framegrabber": {
"cropBottom": 1,
"cropLeft": 0,
"cropRight": 0,
"cropTop": 0,
"device": "/dev/fb0",
"frequency_Hz": 1,
"height": 45,
"pixelDecimation": 8,
"type": "auto",
"width": 80
},
"general": {
"name": "My Hyperion Config",
"showOptHelp": true,
"watchedVersionBranch": "Stable"
},
"grabberV4L2": {
"blueSignalThreshold": 5,
"cropBottom": 0,
"cropLeft": 0,
"cropRight": 0,
"cropTop": 0,
"device": "auto",
"fps": 1,
"greenSignalThreshold": 5,
"height": 0,
"redSignalThreshold": 5,
"sDHOffsetMax": 0.75,
"sDHOffsetMin": 0.25,
"sDVOffsetMax": 0.75,
"sDVOffsetMin": 0.25,
"signalDetection": false,
"sizeDecimation": 1,
"standard": "NO_CHANGE",
"width": 0
},
"instCapture": {
"systemEnable": false,
"systemPriority": 250,
"v4lEnable": true,
"v4lPriority": 240
},
"jsonServer": {
"port": 19444
},
"ledConfig": {
"classic": {
"bottom": 1,
"edgegap": 0,
"glength": 0,
"gpos": 0,
"hdepth": 8,
"left": 0,
"overlap": 0,
"position": 0,
"reverse": false,
"right": 0,
"top": 1,
"vdepth": 5
},
"matrix": {
"cabling": "snake",
"ledshoriz": 10,
"ledsvert": 10,
"start": "top-left"
}
},
"leds": [
{
"hmax": 0.85,
"hmin": 0.15,
"vmax": 0.2,
"vmin": 0
},
{
"hmax": 0.85,
"hmin": 0.15,
"vmax": 1,
"vmin": 0.8
}
],
"logger": {
"level": "warn"
},
"network": {
"apiAuth": true,
"internetAccessAPI": false,
"ipWhitelist": [],
"localAdminAuth": true,
"localApiAuth": false,
"restirctedInternetAccessAPI": false
},
"protoServer": {
"enable": true,
"port": 19445,
"timeout": 5
},
"smoothing": {
"continuousOutput": true,
"enable": false,
"time_ms": 200,
"type": "linear",
"updateDelay": 0,
"updateFrequency": 25
},
"webConfig": {
"crtPath": "",
"document_root": "",
"keyPassPhrase": "",
"keyPath": "",
"port": 8090,
"sslPort": 8092
}
}
Display More
Here is what i've tried:
- Only tried with effects and two lights - worked fine
- Tried with Platrform Capture - worked fine
- Resetet my hue bridge - nothing changed
- Tried with one light and the grabber - worked fine
- Changed Refresh time in LED Hardware - nothing changed
- Tried a second instance for each bulb one - the lights have no matching colors and also switch off
- Tried on Amazon Fire TV Stick 4k - nothing changed
- Read https://github.com/hyperion-project/hyperion.ng/pull/712 - was glad about the easy way to add user and lights form hue bridge
When i play a Ambilight test video with grabber from my PC i get following errors and the LED Hardware turned off.
[hyperiond LEDDEVICE] <DEBUG> <LedDevicePhilipsHue.cpp:494:handleReply()> Error Type : 901
[hyperiond LEDDEVICE] <DEBUG> <LedDevicePhilipsHue.cpp:495:handleReply()> Error Address : /lights/8/state/xy
[hyperiond LEDDEVICE] <DEBUG> <LedDevicePhilipsHue.cpp:496:handleReply()> Error Description : Internal error, 404
[hyperiond LEDDEVICE] <ERROR> Device disabled, device 'philipshue' signals error: '(901) Internal error, 404, Resource:/lights/8/state/xy'
I think there are to many requests to the bridge and i can't reduce them.
I have long considered whether I am asking here. Excuse the circumstances and many thanks in advance.
Cheers
David
You are doing a really great job. Thanks!!!!