owlet_api icon indicating copy to clipboard operation
owlet_api copied to clipboard

Unofficial Python API for the Owlet Smart Baby Monitor

Results 7 owlet_api issues
Sort by recently updated
recently updated
newest added

I am trying to get the CLI and code to work but it isn't working using my owlet email and password. Do you know if the API has changed since...

Hey all. I'm starting a new project and looking for a wrapper like this one. I see that several Owlet wrappers stopped working in the last few years. Does this...

I decompiled the Owlet-Europe app to get this info and it works fine with this change for me. Please add this support to the command. ``` ... base_user_url = 'https://user-field-eu.aylanetworks.com/users/'...

Looks like Shark uses Ayla for their stuff as well. The basics of your module work very nicely. Thanks for your work!

I'm getting the following error while trying to login to obtain a token: > Login failed, server might be down Is this repo still being maintained?

Adding an option to download the complete set of data including historical data from Owlet and save it into a local SQLite DB for whatever use you would like. It...

Owlet changed their auth structure when they released the Dream Sock. This pull request updates your unofficial API to be compatible with the new auth structure. Closes #2 Closes #5