-
Notifications
You must be signed in to change notification settings - Fork 25
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
Invalid email or password in HA error log #70
Comments
You could add I don't know if it will make a differences but my config doesn't wrap my usernames or passwords in quotes (") make try and remove them (if they are wrapped) good luck |
This points to the custom integration, see here: https://github.com/nonsleepr/ha-eufy-security If you use both, make sure to use a different account for each of them. |
Hello, |
This is not the repository of the ha-eufysecurity integration, this is a separate script you run in Docker or as a Home Assistant addon. So if you use both this script (eufy-ha-mqtt-bridge) and the ha-eufysecurity integration, use different accounts on both. If you only use one, then you are using the ha-eufysecurity integration, for which you need to create an issue here: https://github.com/nonsleepr/ha-eufy-security |
I see. I am indeed trying several solutions to try to integrate a live view of my eufy security battery doorbell in HA, but I am a bit of a novice in regards to this. I'm trying preferably to find one solution to get it done ;-) |
I'm not sure how up to date the integration is, I think it isn't really working anymore, but I'm not sure. On this forum all the different options are discussed: https://community.home-assistant.io/t/eufy-camera-integration/121758 It is a long thread, but some of the options do offer live view. (ioBroker for example). This MQTT bridge is mostly developed for realtime events (doorbell pressed, motion events etc). |
Thanks for your feedback! I'm reading through this thread, but as you say it is a long one :-) |
Thanks for the much needed addon. I installed it freshly yesterday.
I have HA version 2021.5.5 running on RPI4
My config is
eufy:
username:
password:
mqtt:
url: "mqtt url"
username: "mqtt username"
password: "mqtt password"
keepalive: 60
home_assistant:
off_delay: 5
I created a seperate account for eufy and tested it if I can log on with the correct credentials and this works.
2fa is disabled.
Still I get an error in the log after a reboot:
This error originated from a custom integration.
Logger: custom_components.eufy_security
Source: custom_components/eufy_security/init.py:72
Integration: Eufy Security
First occurred: 11:34:28 AM (1 occurrences)
Last logged: 11:34:28 AM
Invalid username and/or password
Please let me know if you need further information.
What else can I check? Thanks in advance.
The text was updated successfully, but these errors were encountered: