CLI to read weight data from Eufy Smart Scales over Bluetooth.
pip install git+https://github.com/amarder/eufree.git- Run
eufreeat the command line - Step on the scale - the scale turns on and starts advertising
- The tool connects and waits for weight data
- When the scale settles and sends its final reading, the tool prints the result, logs it, and exits
Output is written to eufree_log.jsonl (one JSON object per weigh-in).