The development of this adapter was only possible thanks to the work of the following people:
- FuzzyMistborn (https://github.com/FuzzyMistborn/python-eufy-security)
- keshavdv (https://github.com/keshavdv/python-eufy-security)
- JanLoebel (https://github.com/JanLoebel/eufy-node-client)
Credits goes to them.
This adapter allows to control Eufy security devices by connecting to the Eufy cloud servers.
You need to provide your Cloud login credentials. The adapter connects to your cloud account and polls for all device data via HTTPS. Because of this the devices need to be connected to their cloud. Currently no way is known to control the devices locally.
One Adapter instance will show all devices from one Eufy Cloud account and allows to control them.
- Base station:
- States:
- Configured Guard mode
- Current Guard mode
- ...
- Actions:
- Change guard mode
- States:
- Camera:
- States:
- Online / offline etc.
- Battery %
- ...
- Actions:
- Start livestream (rtmp)
- Stop livestream (rtmp)
- Events:
- Motion detected
- Person detected
- Ringing (only Doorbell)
- Crying detected (only Indoor cameras)
- Sound detected (only Indoor cameras)
- Pet detected (only Indoor cameras)
- States:
- Sensor
- Entry sensor:
- States:
- Online / offline etc.
- Low battery
- Events:
- Open / closed
- States:
- Motion sensor:
- States:
- Online / offline etc.
- Low battery
- Events:
- Motion detected
- States:
- Entry sensor:
- Keypad:
- States:
- Online / offline etc.
- Low battery
- States:
- Two factor authentication (token renewal needs manual intervention)
- Basic P2P communication functionality:
- event: Alarm mode change
- more to come...
- HomeBase 2 (T8010)
- eufyCam 2 (T8114)
- eufyCam2C (T8113)
- Eufy Battery Doorbell (T8210)
If more devices work (or also not) please report them by opening a GitHub issue.
Please use GitHub issues for this.
Best is to set the adapter to Debug log mode (Instances -> Expert mode -> Column Log level). Then please get the logfile from disk (subdirectory "log" in ioBroker installation directory and not from Admin because Admin cuts the lines).
- (bropat) Fixed issue #16
- (bropat) P2P communication revisited
- (bropat) Added reconnect functionality for P2P communication
- (bropat) Added heartbeat for P2P communication
- (bropat) Added local caching of last event picture as image url or html image (removed old state: last_camera_url)
- (bropat) Updated versions of the package dependencies
- (bropat) Fixed issue #11
- (bropat) Fixed issue #13
- (bropat) Added event states for camera (motion detected, person detected)
- (bropat) Added event states for entry sensor (open/closed)
- (bropat) Added event states for motion sensor (motion detected)
- (bropat) Added event states for doorbell (motion detected, person detected, ringing)
- (bropat) Added event states for indoor camera (motion detected, person detected, crying detected, sound detected, pet detected)
- (bropat) Added entry sensor state (online, offline, etc.)
- (bropat) Added entry sensor low battery
- (bropat) Added motion sensor state (online, offline, etc.)
- (bropat) Added motion sensor low battery
- (bropat) Added keypad state (online, offline, etc.)
- (bropat) Added keypad low battery
- (bropat) Better exception handling
- (bropat) Fixed push token handling
- (bropat) Added push connection retry mechanism
- (bropat) Added camera state (online, offline, etc.)
- (bropat) Added camera wifi RSSI
- (bropat) Added camera total events since last charge
- (bropat) Added camera saved/recorded events since last charge
- (bropat) Added camera filtered false events since last charge
- (bropat) Added camera used days since last charge
- (bropat) Added camera battery temperature
- (bropat) Fixed issue with push notification credentials initialization
- (bropat) Added push notification support for event notification (raw notifications!)
- (bropat) Added 2FA (token renewal needs manual intervention)
- (bropat) Added P2P communication with station (event: Alarm mode change)
- (bropat) Added more device classes (sensors, locks, keypads) with no actions (at the moment! WIP!)
- (bropat) Added all eufy camera devices release to date
- (bropat) Added battery state to eufy cameras
- (bropat) initial release
MIT License
Copyright (c) 2020 bropat patrick.broetto@gmail.com
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

