Difference between revisions of "Eufy API"
Jump to navigation
Jump to search
Michael.mast (talk | contribs) (Created page with "==Purpose== To programatically work with Eufy products. <br><br> In the following example I want to turn on a smart plug that is attached to a HEPA air filter. I want this to...") |
Michael.mast (talk | contribs) (→API) |
||
Line 5: | Line 5: | ||
==API== | ==API== | ||
− | <ref>https://community.anker.com/t/open-api/70397/6</ref>I am having a hard time finding official documentation, but I did find a forum post with some information. | + | <ref>https://community.anker.com/t/open-api/70397/6</ref>I am having a hard time finding official documentation, but I did find a forum post with some information. There is also a great project on github that was able to point me in the right direction<ref>https://github.com/BnMcG/PyRobovac/blob/master/robovac/robovac.py</ref> |
===Authenticating=== | ===Authenticating=== |
Revision as of 10:58, 29 April 2020
Purpose
To programatically work with Eufy products.
In the following example I want to turn on a smart plug that is attached to a HEPA air filter. I want this to be turned on when the PM in the air gets to a high enough level. The filter works well in filtering the air, but it can be loud and I don't want it running 24/7.
API
[1]I am having a hard time finding official documentation, but I did find a forum post with some information. There is also a great project on github that was able to point me in the right direction[2]