Does anybody out there know how the Health Connect sensors are suppose to work. I was excited to see this was added in the last release but don’t see any sensors labeled heath_connect.
The sensor are there they just don’t have health connect in the name
I think I see it now but I have pretty big gaps between heart rate sensor data. Does this sensor only pull in one value when it gets sent to home assistant or should it send all the values health connect captures? I exported the health connect data to a csv and I have over 100 values and in home assistant I have less then 20.
Only the latest reading the app can’t add historical data
I also try to find the parameter in delevopment section, but I can not find e.g. body_fat or steps etc.
Is is necessary to install an integration?
I give access to Health-Connect for the Home Assistant App.
Health-Connect is connected to Health (from Samsung)
first make sure you have the latest version from teh play store, then enable the sensors and grant the necessary permission for each one
settings > companion app > manage sensors
How come most of these values are unknown or 0, for this markdown card?
and from the YAML editor:
type: markdown
title: Samsung Health
content: |-
{% set sm_sensors = states
| selectattr('entity_id', 'search', 'sensor.')
| selectattr('name', 'search', 'SM-S918U')
| sort(attribute='last_updated', reverse=true)
| list %}
{% if sm_sensors | length > 0 %}
{% for s in sm_sensors -%}
{{ as_local(s.last_updated).strftime('%I:%M:%S %p') }} {{ s.name }} = {{ s.state }} {{ s.attributes.unit_of_measurement if s.attributes.unit_of_measurement is defined }}<br>
{%- endfor %}
{% else %}
None - No matching sensors found
{% endif %}
FYI: I have the Galaxy S23 Ultra (SM-S918U) and a very old original Galaxy Watch (SM-R805U) -
Thoughts anybody?
~1,800 view and no replies… bummer!
you replied to a post and kinda changed topics to discuss your YAML configuration that may be why it got missed.
If those sensors have actual values the issue is somewhere in the template.
Are you certain your health connect data contains data for those sensors to begin with?
I can see that total calories burned has an actual value so its most probable the other sensors have no values. On the screen you enabled the sensors in teh app you should see the actual value there.
There is also a known issue where some sensors may stay in the unknown state until either they receive a state update or HA core/app get updated
Thank you - it is most likely the age of the watch

