-
-
Notifications
You must be signed in to change notification settings - Fork 80
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
Alarm state of Indoor 2K camera is not changed via Home app #161
Comments
Then I need the debug logs from @njuart (eufy-security-client). |
Sure. Will check with him and we'll provide the logs |
Here are the logs: the one from @njuart where the guard mode change is not recognised:
And one from me. Here it works flawlessly:
|
It looks like the T8400 does not give this feedback over the P2P connection, unlike e.g. T8010 or T8002:
Or only this part is missing in the log extract above ;) |
I also make the same observation in my T8140's. It appears the homebase is more talkative because of the alarm system it providers. Hence the recent adoptations of alarm armed/delay events in this repository. It must send out this data for the external monitoring service eufy providers in some markets. |
Actually both are the last log messages of the logs. So no additional output we could provide. |
I have understood where the problem lies. Thank you for the hints! I will fix it. |
@njuart reports that your changes indeed fix the issue. Superb work! |
I have a T8414 and this issue still exists. Changing the guard mode doesn’t do anything besides time out.. |
Hi @jhaleit The fix will be implemented in version 2.1.1. until now 2.1.0 is the published version of this library. |
Client version
2.0.1
Node version
16.15.0
Operating System type
Linux
Operating system version
Raspbian 11
Describe the bug
Hi, hope I’m addressing issue in a right way. In my setup I’m using Indoor 2K camera integrated into Homekit via Homebridge Eufy Security plugin. Recently one weird problem appeared. When I change alarm state of camera to one of the options (away, home etc.) it doesn’t change and gets stuck in infinite arming loop. But when I immediately open Eufy app and check if state is changed there (and it’s actually changed) and then go back to Home app I see that state now changed there also. It happens every time. I don’t have this problem with arming Homebase 2. We’ve made some testing and research here homebridge-eufy-security/plugin#38 and came to a conclusion that issue is not related to plugin itself, but may be somehow related to Eufy Security Client. So maybe there are any suggestions regarding this. Thx in advance.
To reproduce
Screenshots & Logfiles
Additional context
Additional investigation can be found here homebridge-eufy-security/plugin#38
The text was updated successfully, but these errors were encountered: