[Question]: is Eufy actively working against attempts to use their API with for example this library?
See original GitHub issueAsk your question
I’ve been tinkering with this API for a few hours today and for a while I wouldn’t get my Stations (#121) then, all of the sudden they started appearing again and now after a while, the API once again is not showing me any devices - without changes to the code :\
Has anybody else experienced this? Do I need to call some kind of cleanup API call before I exit my program? I checked https://mysecurity.eufylife.com/ for comparison and a) it still works, even if my npm run
calls don’t work anymore and b) it seems to make similar calls (minor differences here and there, e.g. start_stream
is called via “v2” instead of “v1”: https://mysecurity.eufylife.com/apieu/v2/web/equipment/start_stream
Cheers
Issue Analytics
- State:
- Created a year ago
- Comments:11 (6 by maintainers)
Top Results From Across the Web
Eufy publicly acknowledges some parts of its “No clouds ...
Eufy states that the claim it is sending facial recognition data to the cloud is "not true." All identity processes are handled on...
Read more >Finish API documentation · Issue #3 - GitHub
I tried it via API but that didn't work. I think the API's params endpoint is just for the app and the actual...
Read more >Eufy Security Integration - Home Assistant Community
Announcements; If your integration stopped working completely recently, please go to Add-on page of Eufy Security Add-on and set a random name ...
Read more >Anker's Eufy lied to us about the security of its security cameras
Despite claims of only using local storage with its security cameras, Eufy has been caught uploading identifiable footage to the cloud.
Read more >Eufy Security App - Questions & Answers - Anker Community
Is anyone else having trouble signing into the Eufy Security app? I have tried resetting password, using different OS and even making a...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@bropat I didn’t send many requests as such. Was just trying to develop a bit of software and therefore I ran the script again and again.
Cool!
I ended up using https://mysecurity.eufylife.com/ and puppeteer. Now I just grab all videos with wget basically - the URL I with the help of puppeteer.
cool thanks! 😃