hyperion-project / hyperion.ng

The successor to Hyperion aka Hyperion Next Generation
https://hyperion-project.org/
MIT License
2.96k stars 373 forks source link

Color Calibration, Profiles by "id" over JSON RPC #977

Open MK1-1 opened 3 years ago

MK1-1 commented 3 years ago

Bug report

Have 3 color profiles. When I try to change brightness to one of them by "id" nothings happens.

Steps to reproduce

curl -XPOST -d '{ "command":"adjustment", "adjustment":{ "brightness":100, "id":"Untitled" } }' 'http://192.168.1.110:8090/json-rpc'

What is expected?

Skärmavbild 2020-08-21 kl  14 47 44 Skärmavbild 2020-08-21 kl  14 49 56

To this:

Skärmavbild 2020-08-21 kl  14 51 30

What is actually happening?

curl -XPOST -d '{

"command":"adjustment", "adjustment":{ "brightness":100, "id":"Untitled" } }' 'http://192.168.1.110:8090/json-rpc' { "command": "adjustment", "success": true, "tan": 0 }

Skärmavbild 2020-08-21 kl  14 47 44 Skärmavbild 2020-08-21 kl  14 49 56

Nothing happens.

System

Hyperion Server:

Hyperion Server OS:

Lord-Grey commented 2 years ago

Currently additional profiles are not applied during processing...