1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-03-21 16:09:42 +01:00
openscale/README.md

146 lines
7.7 KiB
Markdown
Raw Normal View History

2018-10-28 08:49:07 +01:00
  ![openScale logo](https://github.com/oliexdev/openScale/blob/master/android_app/app/src/main/res/drawable-mdpi/ic_launcher_openscale.png)  openScale [![Build Status](https://travis-ci.org/oliexdev/openScale.svg?branch=master)](
https://travis-ci.org/oliexdev/openScale)
2018-02-09 20:12:06 +01:00
[![Translation status](https://hosted.weblate.org/widgets/openscale/-/strings/svg-badge.svg)](https://hosted.weblate.org/engage/openscale/?utm_source=widget)
2014-12-13 09:36:53 +01:00
=========
2019-01-06 16:40:10 +01:00
Open-source weight and body metrics tracker, with support for Bluetooth scales
2017-03-23 12:40:54 +01:00
<a href="https://f-droid.org/repository/browse/?fdid=com.health.openscale" target="_blank">
<img src="https://f-droid.org/badge/get-it-on.png" alt="Get it on F-Droid" height="80"/></a>
2019-03-26 16:44:19 +01:00
<a href="https://play.google.com/store/apps/details?id=com.health.openscale.pro" target="_blank">
2017-03-23 12:40:54 +01:00
<img src="https://play.google.com/intl/en_us/badges/images/generic/en-play-badge.png" alt="Get it on Google Play" height="80"/></a>
2018-01-05 21:29:26 +01:00
Install [openScale-dev-build.apk](https://github.com/oliexdev/openScale/releases/tag/travis-dev-build) to get the latest development build generated by [Travis CI](https://travis-ci.org/). Also be aware that this version may contain bugs and you don't get any automatic updates.
2017-06-15 11:00:44 +02:00
2019-01-06 16:40:10 +01:00
# Summary
2019-01-06 16:40:10 +01:00
Monitor and track your weight, BMI, body fat, body water, muscle and other body metrics in an open source app that:
* has an easy to use user interface with graphs,
* doesn't require you to create an account,
* can be configured to only show the metrics you care about, and
* respects your privacy and lets you decide what to do with your data.
2019-01-06 16:40:10 +01:00
# Bluetooth scales
openScale has built-in support for a number of Bluetooth (BLE or "smart") scales from many manufacturers, e.g. Beurer, Sanitas, Yunmai, Xiaomi, etc. (see model list below). Together with our users we constantly improve and extend the set of supported scales and in many cases pick up where the original app falls short.
2018-01-26 18:49:44 +01:00
2019-01-06 16:40:10 +01:00
For scales without Bluetooth, or Bluetooth scales not (yet) supported by openScale, measurements can be manually entered in a quick and easy way.
# Privacy
This app has no ads and requests no unnecessary permissions. The location permission is only needed to find a Bluetooth scale. Once found the permission can be revoked (or never granted if Bluetooth isn't used).
# Supported metrics
2019-02-22 17:41:55 +01:00
Weight, BMI (body mass index), body water, muscle, LBM (lean body mass), body fat, bone mass, waist circumference, waist-to-height ratio, hip circumference, waist-hip ratio, visceral fat, chest circumference, thigh circumference, biceps circumference, neck circumference, body fat caliper, BMR (basal metabolic rate), TDEE (Total Daily Energy Expenditure) and Calories. Each entry can also have an optional comment.
2019-01-06 16:40:10 +01:00
<b>Note:</b> don't worry if you think the list is too long: metrics you don't use can be disabled and hidden.
# Other features
- Resizable widget to show the latest measurement on the home screen
- Configure your weight unit: kg, lb or st
- Set a goal to help keep your diet
- Displays all your data on a chart and in a table to track your progress
- Evaluates measurements and gives a quick visual feedback to show you if you're within or outside the recommended range given your age, sex, height etc.
- Import or export your data from/into a CSV (comma separated value) file
- Supports body fat, body water and lean body mass estimations based on scientific publications. Useful if your scale doesn't support those measurements.
- Support for multiple users
- Partially or fully translated into more than 27 languages, see [weblate project site](https://hosted.weblate.org/projects/openscale/#languages) for the full list
2019-01-06 16:40:10 +01:00
- Optional dark theme selectable
2018-01-26 18:49:44 +01:00
2017-11-12 15:51:16 +01:00
# Supported Bluetooth scales
2019-01-06 16:40:10 +01:00
- Custom made Bluetooth scale
- Beurer BF700, BF710 and BF800
- Digoo DG-S038H
- Excelvan CF369BLE
- Exingtech Y1
- Hesley (Yunchen)
- MGB
- Medisana BS444, BS440
- Runtastic Libra
- Sanitas SBF70
- Silvercrest SBF75
- Xiaomi Mi scale v1 and v2
- Yunmai Mini and SE
- iHealth HS3
- Easy Home 64050
- and many more
Please see [openScale wikipage](https://github.com/oliexdev/openScale/wiki/Supported-scales-in-openScale) for the full list and the level of support for each scale.
2017-11-12 15:51:16 +01:00
2019-01-06 16:40:10 +01:00
# Support
Before asking, please first read the [FAQ](https://github.com/oliexdev/openScale/wiki/Frequently-Asked-Questions-(FAQ)), the [openScale wiki](https://github.com/oliexdev/openScale/wiki) and try to [find an answer](https://github.com/oliexdev/openScale/issues) in existing issues. If you still haven't found an answer, please create a [new issue](https://github.com/oliexdev/openScale/issues/new/choose) on GitHub.
2017-11-12 15:51:16 +01:00
2019-06-02 17:47:19 +02:00
# Donations
If you would like to support this project's further development, the creator of this project or the continuous maintenance of this project, feel free to donate. Your donation is highly appreciated. Thank you!
[![PayPal Donation](https://www.paypalobjects.com/en_US/DK/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=H5KSTQA6TKTE4&source=url)
2017-11-12 15:51:16 +01:00
# Contributing
If you found a bug, have an idea how to improve the openScale app or have a question, please create new issue or comment existing one. If you would like to contribute code, fork the repository and send a pull request.
2017-12-01 16:28:05 +01:00
If you want to help to support your Bluetooth scale please see [here](https://github.com/oliexdev/openScale/wiki/How-to-reverse-engineer-a-Bluetooth-4.x-scale) for further information.
2017-11-12 15:51:16 +01:00
2018-02-16 16:28:17 +01:00
If you want to help to translate the app in your language please see [here](https://github.com/oliexdev/openScale/wiki/Frequently-Asked-Questions-(FAQ)#why-is-my-language-xyz-is-missing-or-incomplete)
2018-02-16 16:27:51 +01:00
2019-01-06 16:40:10 +01:00
# Screenshots
2017-04-11 21:06:19 +02:00
<table>
<tr>
<th>
2019-02-22 17:41:55 +01:00
<a href="doc/screens/1_overview.png" target="_blank">
<img src='doc/screens/1_overview.png' width='200px' alt='image missing' /> </a>
2017-04-11 21:06:19 +02:00
</th>
<th>
2019-02-22 17:41:55 +01:00
<a href="doc/screens/2_chart.png" target="_blank">
<img src='doc/screens/2_chart.png' width='200px' alt='image missing' /> </a>
</th>
<th>
<a href="doc/screens/3_bluetooth.png" target="_blank">
<img src='doc/screens/3_bluetooth.png' width='200px' alt='image missing' /> </a>
</th>
<th>
<a href="doc/screens/4_table.png" target="_blank">
<img src='doc/screens/4_table.png' width='200px' alt='image missing' /> </a>
2017-04-11 21:06:19 +02:00
</th>
</tr>
<tr>
2019-02-22 17:41:55 +01:00
<th>
<a href="doc/screens/5_statistics.png" target="_blank">
<img src='doc/screens/5_statistics.png' width='200px' alt='image missing' /> </a>
</th>
<th>
<a href="doc/screens/6_body_metrics.png" target="_blank">
<img src='doc/screens/6_body_metrics.png' width='200px' alt='image missing' /> </a>
</th>
<th>
<a href="doc/screens/7_translations.png" target="_blank">
<img src='doc/screens/7_translations.png' width='200px' alt='image missing' /> </a>
</th>
<th>
<a href="doc/screens/8_themes.png" target="_blank">
<img src='doc/screens/8_themes.png' width='200px' alt='image missing' /> </a>
</th>
2017-04-11 21:06:19 +02:00
</tr>
</table>
2017-03-23 12:40:54 +01:00
# License
2017-04-11 21:06:19 +02:00
openScale is licensed under the GPL v3, see LICENSE file for full notice.
Copyright (C) 2014 olie.xdev <olie.xdev@googlemail.com>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>