Posts by Jesper Kjær Pedersen

    Piccap can grab all content delivered with HDMI.

    Something to consider in your setup is HDR and Dolby Vision, you need expensive grabber/splitter to handle this. Prior to rooting my tv and running piccap, i have tried several cheap splitters with alot of headache. Really unstable. But with piccap there is no issues with HDR/Dolby Vision.

    In order to get the signal state I use the following sensor:

    Code
    - platform: scrape
    name: denon_signal_hdr
    resource: https://{IP_OF_DENON_AVR}:1234/ajax/general/get_config?type=12
    verify_ssl: false
    select: "Information Video HDMISignalInfo HDR"
    scan_interval: 10

    The following switch toggles the HyperHDR tone mapping:

    The following automation toggles the HyperHDR tone mapping based on the Denon AVR state:

    Sorry that indentation is lost due to copy-paste.


    Great, Thank you!!
    Will try this out later :)


    Just to be absolutely sure before I order another hdmi grabber. Can this garbber receive HDR signal?
    My amplifier has 2 hdmi out ports which defaults to the worst signal = no HDR on any of the outputs if the grabber is not compatible with HDR.