Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
drezin2112 opened this issue Nov 27, 2021 · 15 comments

Comments

@drezin2112
Copy link

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
Copy link

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
Copy link
Author

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
Copy link

scollk commented Dec 1, 2021

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
Copy link

lpaso commented Dec 1, 2021

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
Copy link

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

@lpaso
Copy link

lpaso commented Dec 1, 2021

#63 (comment)

@drezin2112
Copy link
Author

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
Copy link

Lalleke commented Dec 16, 2021

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

@juite
Copy link

juite commented Dec 16, 2021

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

tnx

@mattstegner
Copy link

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
Copy link

Lalleke commented Dec 17, 2021

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
Copy link

Lalleke commented Dec 17, 2021

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
Copy link

Same issue here.

@Zabuza7
Copy link

Zabuza7 commented Mar 17, 2022

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
Copy link

Zabuza7 commented Mar 18, 2022

Solved itself over night!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants