mirror of
https://github.com/sudoxnym/sleepd.git
synced 2026-04-14 11:37:11 +00:00
Update README.md
This commit is contained in:
parent
bf8830a330
commit
9f1b774a18
1 changed files with 20 additions and 12 deletions
32
README.md
32
README.md
|
|
@ -9,8 +9,6 @@
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
## ✨ features
|
## ✨ features
|
||||||
|
|
||||||
- **wake status sensor** — `awake` or `asleep` based on configurable thresholds
|
- **wake status sensor** — `awake` or `asleep` based on configurable thresholds
|
||||||
|
|
@ -22,8 +20,10 @@
|
||||||
|
|
||||||
## 📱 compatible apps
|
## 📱 compatible apps
|
||||||
|
|
||||||
- [sleep as android](https://sleep.urbandroid.org/) (primary)
|
| app | notes |
|
||||||
- any app that publishes sleep events via mqtt
|
|-----|-------|
|
||||||
|
| [sleep as android](https://sleep.urbandroid.org/) | primary |
|
||||||
|
| any mqtt sleep app | publishes sleep events via mqtt |
|
||||||
|
|
||||||
## 📊 sensors
|
## 📊 sensors
|
||||||
|
|
||||||
|
|
@ -42,10 +42,16 @@
|
||||||
|
|
||||||
*requires home assistant companion app*
|
*requires home assistant companion app*
|
||||||
|
|
||||||
- alarm dismiss / snooze
|
| button | description |
|
||||||
- lullaby stop
|
|--------|-------------|
|
||||||
- sleep tracking start / stop / pause / resume
|
| alarm dismiss | dismiss active alarm |
|
||||||
- sleep tracking start with smart alarm
|
| alarm snooze | snooze active alarm |
|
||||||
|
| lullaby stop | stop lullaby playback |
|
||||||
|
| sleep tracking start | begin tracking session |
|
||||||
|
| sleep tracking stop | end tracking session |
|
||||||
|
| sleep tracking pause | pause tracking session |
|
||||||
|
| sleep tracking resume | resume paused session |
|
||||||
|
| sleep tracking start with smart alarm | start with smart alarm enabled |
|
||||||
|
|
||||||
## 📥 installation
|
## 📥 installation
|
||||||
|
|
||||||
|
|
@ -155,9 +161,11 @@ sqlite3 origin_db_1234567890 "SELECT AUTHKEY FROM DEVICE;"
|
||||||
|
|
||||||
## ⌚ tested wearables
|
## ⌚ tested wearables
|
||||||
|
|
||||||
- xiaomi mi band 7 (via notify for mi band)
|
| device | method |
|
||||||
- garmin fenix 7x (via garmin alternative)
|
|--------|--------|
|
||||||
- amazfit gtr3 pro
|
| xiaomi mi band 7 | notify for mi band |
|
||||||
|
| garmin fenix 7x | garmin alternative |
|
||||||
|
| amazfit gtr3 pro | native |
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
@ -165,6 +173,6 @@ sqlite3 origin_db_1234567890 "SELECT AUTHKEY FROM DEVICE;"
|
||||||
|
|
||||||
made by [sudoxnym](https://sudoxreboot.com) ⚡
|
made by [sudoxnym](https://sudoxreboot.com) ⚡
|
||||||
|
|
||||||
*formerly known as [saas -sleep as android status](https://github.com/sudoxreboot/saas/tree/main) the app is capable of working with any mqtt sleep app now*
|
*formerly known as [saas - sleep as android status](https://github.com/sudoxreboot/saas/tree/main) — the app is capable of working with any mqtt sleep app now*
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue