I’m integrating OpenScale using the ContentProvider / Intent API (via openScale-sync to MQTT). Right now I can access weight, fat, muscle, water, etc., but not the manual anthropometric measurements that OpenScale supports in the UI (chest, waist, hip, neck, thigh).
These values seem to be stored internally but are not exposed through the ContentProvider columns or the measurement intent extras.
It would be really useful if these fields could also be exposed via the API (for example as optional columns like chest_cm, waist_cm, etc.). This would make third-party integrations and health analytics much more complete.
If helpful, I’m happy to test or provide feedback from the integration side.
Thanks!