OliE

Results 184 comments of OliE

Could you try to disable the "merge with last measurement" option to see if this problem still happens?

@FransM enable in the settings->measurements the "user" , then you can also edit the user assignment @SteffenCH that's why you can disable the auto detection mode in the settings. It...

Sure but I could implement that in openScale sync if it has a easy to use API and not directly in openScale.

How are you typically implement your API? wger use the following REST API https://wger.de/api/v2/

But what I normally need for syncing are at least the following methods: ``` insert new measurement delete a measurement update a measurement get a list of all stored measurements...

I am not familiar with the graphQL, it seems more complex than the wger REST API. I am using [retrofit2](https://github.com/square/retrofit) to interact with the wger REST API. Are you familiar...

maybe your scale batteries are low?

seems fixed with https://github.com/oliexdev/openScale/pull/983

The command `writeBytes(WEIGHT_CMD_SERVICE, WEIGHT_CMD_CHARACTERISTIC, magic_bytes); ` has to be send to retrieve something inside `onBluetoothNotify()` Then you should retrieve your respond.

> related to this: if you are assigned an out-of-range measurement subsequent smart user assignments could either ignore the out-of-range measurement, taking the last one that is not out of...