nonsleepr / ha-eufy-security

Custom integration of Home Assistant with EufySecurity
168 stars 44 forks source link

No Eufy Security Integration after Installing it in HACS and Clearing cache. #72

Open drezin2112 opened 2 years ago

drezin2112 commented 2 years ago

Installed in HACS

image

Cleared Browser cache and killed chrome and restarted it. went back into HA and to configure Integrations and no integration for Eufy

image

Running Home assistant OS 2021.11.3 Raspberry Pi 4B Eufy Equipment: Eufy Smartlock Touch Wifi Eufy Floodlight Cam

fuatakgun commented 2 years ago

Ok, you cannot have identical integration at the same time. You have some other eufy integration sharing same short code eufy_security and installing them in parallel would create problems

drezin2112 commented 2 years ago

Thanks for the help, I scrubbed Eufy from my system uninstalled everything eufy. Then reinstalled Eufy Security via HACS. There is still no integration in my integrations button.

Uninstalled: eufy Mqtt broker Checked Config file for any reference to eufy.

scollk commented 2 years ago

Also experiencing this same issue. I've followed the directions to add as a custom integration in HACs, rebooted but the integration is not appearing per above screenshot

System Health

version core-2021.11.5
installation_type Home Assistant OS
dev false
hassio true
docker true
user root
virtualenv false
python_version 3.9.7
os_name Linux
os_version 5.10.17-v8
arch aarch64
timezone Australia/Brisbane
Home Assistant Community Store GitHub API | ok -- | -- Github API Calls Remaining | 5000 Installed Version | 1.18.0 Stage | running Available Repositories | 920 Installed Repositories | 8
Home Assistant Cloud logged_in | false -- | -- can_reach_cert_server | ok can_reach_cloud_auth | ok can_reach_cloud | ok
Home Assistant Supervisor host_os | Home Assistant OS 6.6 -- | -- update_channel | stable supervisor_version | supervisor-2021.10.8 docker_version | 20.10.8 disk_total | 13.9 GB disk_used | 5.7 GB healthy | true supported | true board | rpi4-64 supervisor_api | ok version_api | ok installed_addons | Terminal & SSH (9.2.1), Mosquitto broker (6.0.1), Zigbee2mqtt (1.22.0-3), Node-RED (10.0.0), Visual Studio Code (3.6.2), Home Assistant Google Drive Backup (0.105.2), Let's Encrypt (4.11.0)
Lovelace dashboards | 2 -- | -- resources | 12 views | 5 mode | storage
lpaso commented 2 years ago

Same here. Never installed anything Eufy related on my HA, and can't add the integration on HA after it was installed with HACS.

fuatakgun commented 2 years ago

I might have mis-interpreted this question, forgive me, I thought you were asking about https://github.com/fuatakgun/eufy_security integration.

lpaso commented 2 years ago

https://github.com/nonsleepr/ha-eufy-security/issues/63#issuecomment-895581457

drezin2112 commented 2 years ago

Ok, so followed the advice from commenter

"Just a tip for anyone running into this issue: Open manifest.json, if there is already a version 0.3.0 at the bottom, just replace that with 1.0.0, save and reboot. It will work. I don't know why it fails with the default version number."

did that and after clearing cache and hard reload (Ctrl+shift+R) still not showing in integrations.

Also followed advice

yes, it works if you add a release number in the /config/custom_components/eufy_security/manifest.json I add { "domain": "eufy_security", "name": "Eufy Security", "config_flow": true, "version": "1.0.0", ...

and after reboot, I can see it in configurations/integrations

and did that and still no integration. Please let me know what I am doing wrong.

Thanks so much for the help.

Lalleke commented 2 years ago

Facing the same, tried all of the above. Anyone solved this?

juite commented 2 years ago

Here also same problem. Added version to manifest but no solution… Hopefully anyone can help.

tnx

mattstegner commented 2 years ago

Same problem here on a brand new HA install (2021.12.2). I get the repro added to HACS but it never shows up in integrations.

Lalleke commented 2 years ago

Solved, you should not just change the "python-eufy-security" but also a "version". My manifest:

{ "domain": "eufy_security", "name": "Eufy Security", "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/eufy_security", "version": "1.0", "requirements": [ "python-eufy-security==0.3.0" ], "dependencies": [ "ffmpeg" ], "codeowners": [ "@nonsleepr" ] }

Lalleke commented 2 years ago

Could add it via integrations, but can't login now. Getting an error which is invisible - suspecting it might have to do with the "one time authentication" code which I need to fill in when I logon via eufy security but not getting here

EDIT: solved by disabling two factor authentication in the app

b0rrasca commented 2 years ago

Same issue here.

Zabuza7 commented 2 years ago

I experience the same issue - after trying a lot of the things mentioned, eufy security won't show up in integrations. Is this solved somehow?

Zabuza7 commented 2 years ago

Solved itself over night!