Skip to content
mjoshd edited this page Apr 9, 2023 · 2 revisions

Welcome to the hyperhdr-ha wiki!

Initial Setup

When you begin to set up the integration it should pre-fill the port field with 19444, which is what it should be for 99% of installations; simply enter the IP address of your HyperHDR instance in the Host* field and click the SUBMIT button.

image

The only time the Port field would be different is if you have customized the JSON Server port in HyperHDR's settings.

Post-setup Advice

The best settings for an individual's HyperHDR setup are subjective and will vary greatly but my recommendations are:

  • go into the HyperHDR web UI >> Image Processing >> Color Calibration
    • un-check Classic HyperHDR calibration
    • un-check Colored backlight
    • click Save settings

Debug Logging

Add missing pieces to the logger section of your configuration.yaml:

logger:
  default: warning
  logs:
    custom_components.hyperhdr: debug
Clone this wiki locally