eufy-security-ws
v2.0.1
Published
Node WebSocket server implementation to integrate Eufy Security devices
Readme

eufy-security-ws
Small server wrapper around eufy-security-client library to access it via a WebSocket.
Join us on Discord:
The development of this server was inspired by the following project:
Credits go to them as well.
If you appreciate my work and progress and want to support me, you can do it here:
This project is not affiliated with Anker and Eufy (Eufy Security). It is a personal project that is maintained in spare time.
Get started
To try it out or for more information, such as API documentation, Docker image, etc., please see here.
Deployment
Instructions aimed at maintainers for deploying a new version: Deployment
Security warning CVE-2023-46809
When starting the Docker container, you may see a log line:
SECURITY WARNING: Reverting CVE-2023-46809: Marvin attack on PKCS#1 paddingThis is expected and can be safely ignored, as the Eufy client still requires RSA_PKCS1_PADDING for cloud decryption. No code or runtime behavior is changed.
Changelog
1.9.9 (2026-02-14)
- Upgrade to eufy-security-client 3.7.0
- Feature: Add search by date for events @temp-droid in https://github.com/bropat/eufy-security-ws/pull/502
- Fix: Fixed websocket handle by @temp-droid in https://github.com/bropat/eufy-security-ws/pull/499

