-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Thanks to all contributors for this great work.
Checked state of variable sensor.user_name_glucose_level in Developer tools -> states.
I found a possible glitch, value_mmol_l and value_mg_dl seem to be the same:
state_class: measurement
value_mmol_l: 184
value_mg_dl: 184
target_high_mmol_l: 10
target_low_mmol_l: 3.9
target_high_mg_dl: 180
target_low_mg_dl: 70
trend: decreasing
measurement_timestamp: "2026-02-19T21:00:58+00:00"
unit_of_measurement: mg/dl
icon: mdi:arrow-bottom-right-thick
friendly_name: glucose
In current example I think that value_mmol_l should be a bit above 10 instead of 184
Please correct me if I'm wrong.
using Version 1.0.0
Reactions are currently unavailable