briis / hass-weatherflow2mqtt

WeatherFlow to MQTT for Home Assistant. Use UDP to get local weather data in to Home Assistant using MQTT Discovery
MIT License
129 stars 29 forks source link

Battery Level Percentage #203

Closed byrnes-patrick closed 1 year ago

byrnes-patrick commented 1 year ago

Home Assistant Version?

N/A

Add-On or Self Hosted?

Self managed Container

Weatherflow2MQTT version?

3.1.4

What happened?

I noticed after updating to 3.1.4 the battery percentage was quite a bit lower than in 3.1.3 while the voltage was unchanged. I uninstalled 3.1.4 and reinstalled 3.1.3 to double check and here's what they say:

3.1.4 "battery": 2.49, "battery_level": 38,

3.1.3 "battery": 2.49, "battery_level": 68,

I have it graphed and you can see when the update was installed as the percentage plummeted. graph

I'm not sure if it's a bug or if 3.1.4 is more accurate.

Relevant log output

No response

byrnes-patrick commented 1 year ago

Never mind, Read the change log:

Issue #194. Adjusted Tempest minimum battery level to 2.11 V. The specs say that min is 1.8 V but experience show that below 2.11 the Tempest device does not work. So battery percent will now use this new min value.