Add support for Eufy C20#1355
Conversation
|
impedance is still seldomly transmitted and if transmitted, not analysed. |
|
Could it be that openscale doesn‘t read the impedance?
|
|
Ah, I found exactly these formulas in com.health.openscale.core.bluetooth.libs.MiScaleLib. Now I added ScaleMeasurement as in MiScaleS400Handler, and everything works as expected. |
| implemented = setOf( | ||
| DeviceCapability.LIVE_WEIGHT_STREAM, | ||
| DeviceCapability.BODY_COMPOSITION | ||
| ), |
There was a problem hiding this comment.
You could add here a parameter tuningProfile where you can set a pre-config BLE tuning profile or you can even set a custom profile with your scale specific settings, see ModernScaleAdapter what you can set.
|
Thanks for your PR 👍 |


Addresses issue #1352