Skip to content

Enable SDR to HDR tone mapping via command line #58

Answered by awawa-dev
sorted01 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi
Yes, you can control HDR settings with the commands that you have included.

API address:
http://{IP_OF_HYPERHDR}:8090/json-rpc

To set HDR tone mapping include JSON in the videomodehdr request (HDR: 0 - off, 1 -on). For example:
{"command":"videomodehdr","HDR":1}

To get the state of main components send:
{"command":"serverinfo"}

The result of serverinfo command returns a json. Home Assistant (https://www.home-assistant.io/docs/configuration/templating/) can automatically parse it to value_json from the above example so to extract a HDR property from that object you can simple refer to value_json.info.videomodehdr Unfortunately have no experience with ioBroker and could not find a parser…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@sorted01
Comment options

@awawa-dev
Comment options

@sorted01
Comment options

Answer selected by sorted01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants