awawa-dev / HyperHDR

Highly optimized open source ambient lighting implementation based on modern digital video and audio stream analysis for Windows, macOS and Linux (x86 and Raspberry Pi / ARM).
http://www.hyperhdr.eu/
MIT License
1.05k stars 110 forks source link

brightness does not control the light #24

Closed merccooper closed 3 years ago

merccooper commented 3 years ago

Bug report, debug log and your config file (optional but could be very helpful)

Steps to reproduce

from the web configuration -> remote control -> color adjustment -> brightness

What is expected?

the brightness should change while changing this property

What is actually happening?

the numbers change, but nothing is happening with the leds (also tried sending from Home assistant that controls the brightness with this property)

System

HyperHDR Server:

HyperHDR Server OS:

awawa-dev commented 3 years ago

this is maximum brightness and works for me fine (adalight) so need much more details because I need to replicate potential problem.

merccooper commented 3 years ago

the problem is that home assistant is a smart home system that controls everything (hyperion as well) from an intengration, an the brightness is controlled by the property "brightness". Is there a way on controlling the property luminance from the api? because that one works fine

awawa-dev commented 3 years ago

Ah, now that's clear. If you enabled classic calibration brightness is not available. It does disappear from image processing but not from remote and it can be misleading. I think you can pass luminance within the same structure as you pass white,blue,..,gamma correction parameters for image processing as remote component does via rest api.

awawa-dev commented 3 years ago

Closed as non an issue.