mjoshd / hyperhdr-ha

HyperHDR custom component for Home Assistant
https://github.com/awawa-dev/HyperHDR
MIT License
56 stars 7 forks source link

Cannot find HyperHDR in the Integrations on core-2022.5.2 #12

Closed smithsalvi closed 2 years ago

smithsalvi commented 2 years ago

I have added the URL to the Custom Repositories and rebooted Home Assistant running on my R Pi 4.

However, when I go to Settings -> Devices & Services -> Add Integration button and search for HyperHDR I can not find it.

Is this because of the new version 2022.5.2 ???

I am new to Home Assistant please advise.

mjoshd commented 2 years ago

Hi smithsalvi.

Home Assistant 2022.5.2 is not required but updating to the current version is always a good first step for troubleshooting. If you have not yet updated then I would recommend doing so.

I see you mentioned added the custom repository but did not see any mention of downloading & installation after adding the repository.

  1. Please check in your HACS > Integrations screen (down near the bottom) and verify if the custom component is downloaded & installed. If it is not installed, please use the '+ Explore & Download Repositories' button to do so, then restart Home Assistant. image

  2. If it is installed, and you have rebooted after the installation, then please check to see if HACS actually placed the files where they need to be. This would in the config\custom_components directory of your Home Assistant installation. image

  3. If the files are where they are supposed to be then the only other thing I can think of is that something may be blocking your Home Assistant from getting the required python repo, that could potentially prevent it from showing up and/or working correctly.

  4. Make sure there is nothing on your network that is blocking/filtering Home Assistant such as PiHole, AdGuard, PFSense, etc. and consider adjusting your Home Assistant DNS settings to have multiple addresses; I use 3 in the DNS Servers field 1.1.1.1, 9.9.9.9, 8.8.8.8 for resiliency.

  5. If all else fails, please set up test environment with a completely fresh Home Assistant installation (100% stock/default settings, do not restore a backup) using a separate micro-SD card, Virtual Machine, or old computer/laptop then download and extract this repo and copy just the hyperhdr directory inside of custom_components then reboot and check to see if it appears in the integrations list.

If you followed all of the above suggestions but need further assistantce then please provide plenty of details about the outcome of each one of the numbered suggestions listed above.

mjoshd commented 2 years ago

I have just now added some additional wording in README.md regarding installation, both via HACS & manually; hopefully that helps to clarify the required steps.

mjoshd commented 2 years ago

Two weeks with no reply. Closing.