Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hesto2/owlet-worker
Worker that is setup to run every 15 minutes and turn on the owlet baby monitor if I forgot to turn it on myself after charging it.
https://github.com/hesto2/owlet-worker
Last synced: 9 days ago
JSON representation
Worker that is setup to run every 15 minutes and turn on the owlet baby monitor if I forgot to turn it on myself after charging it.
- Host: GitHub
- URL: https://github.com/hesto2/owlet-worker
- Owner: hesto2
- Created: 2020-05-29T01:33:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T07:18:59.000Z (almost 2 years ago)
- Last Synced: 2024-11-06T00:42:38.116Z (about 2 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.77 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Owlet worker
Checks every 5 minutes if the owlet sock is unplugged. If the sock is unplugged
and the owner forgot to turn on the base station, it will automatically turn on
the base station.## Required Environment Variables
- `OWLET_EMAIL`
- `OWLET_PASSWORD`
- `S3_BUCKET_NAME` for caching the auth token (optional, if you do this then you
will need the appropriate aws env vars as well)
- `NOTIFICATION_URL` for sending notifications based on the result (optional)# Notes on how to decompile the apk if they change things:
- download `apktool`
- follow the detailed instructions
- install `java`
- download the apk:
`https://apps.evozi.com/apk-downloader/?id=com.owletcare.owletcare`
- run `apktool` on the downloaded file to decompile it to smali bytecode