jkeljo / hacs-greeneye-monitor

HACS version of the Home Assistant Core greeneye_monitor component. For beta-testing and faster deployment of changes.
MIT License
6 stars 2 forks source link

Unable to configure integration through UI #34

Closed alexkau closed 1 year ago

alexkau commented 1 year ago

Describe the bug

I tried migrating from the built-in integration to this one. After installing it through HACS and restarting, it shows up in the list of available integrations, but when I try to add it, it tells me "This device cannot be added from the UI. You can add this device by adding it to your 'configuration.yaml'. See the documentation for more information."

I tried commenting out the existing configuration in configuration.yaml, to no effect.

Diagnostics

Drag and drop your downloaded diagnostics file here:

No diagnostics file available since I am unable to set up the integration.

Debug Logs

Drag and drop your downloaded log file here:

Same as above.

I am running Home Assistant via Home Assistant OS. Version info: Home Assistant 2023.9.1 Supervisor 2023.08.3 Operating System 10.5 Frontend 20230908.0 - latest

jkeljo commented 1 year ago

If it's saying it cannot be added from the UI, it sounds like something went wrong with the installation and HACS didn't install the component after all. When you're searching for the component in the UI, does it show up with a little box icon next to it, like this? If not, the custom component is not installed.

Screenshot 2023-09-11 at 8 38 05 PM

If you've got the built-in component set up, when you install the custom one it should automatically import your YAML configuration without you having to add it from the UI. Whenever your GEM next connects to your Home Assistant, it will start receiving data again.

Note that after you add this repository in HACS, you still have to click the "Download" button to actually download the component and install it.

alexkau commented 1 year ago

Got it in one! I'm not as familiar with the Home Assistant / HASS UI as I wish I was, so even after you told me what to do, it took me a couple minutes to find the download button hiding at the far bottom right of the screen. (-‸ლ)

Everything's working now. Thank you for all the work you've put in on this update!