sleeptracker-tools
v1.0.0
Published
Simple tool to check SleepTracker device status
Maintainers
Readme
SleepTracker Tools
Simple tool for getting SleepTracker bed info.
Using NPX
npx sleeptracker-toolsUsing Shell Script
# Give execution permission
chmod +x sleeptracker-get-deviceId.sh
# Run
./sleeptracker-get-deviceId.shUsing Docker
# Give execution permission to docker script
chmod +x run-docker.sh
# Build and run
./run-docker.shOr manually with Docker commands:
# Build image
docker build -t sleeptracker-tools .
# Run
docker run -it --rm sleeptracker-toolsFeatures
- Login with SleepTracker account
- Display connected bed list
- Show detailed information for each bed:
- Bed ID
- Name
- Model
- Firmware version
- Status (active/inactive)
- WiFi signal strength
- Power base information (if available)
