firmware icon indicating copy to clipboard operation
firmware copied to clipboard

[Bug]: Charging Flag False when it should be true.

Open vlturner opened this issue 1 year ago • 2 comments

Category

Other

Hardware

Heltec Wireless Tracker

Firmware Version

2.5.20

Description

I can see the unit charging on the web interface while usb cable is plugged in over time but the USB flag & charging flag is showing false. Also consider adding release to the JSON report Full Release ID is missing in the apps.

Relevant log output

{"data":{"airtime":{"channel_utilization":1.66833329200745,"periods_to_log":8,"rx_all_log":[0,0,0,0,0,0,0,0],"rx_log":[0,0,0,0,0,0,0,0],"seconds_per_period":3600,"seconds_since_boot":59846,"tx_log":[10522,12764,16228,12788,2742,10407,7551,12951],"utilization_tx":0.415388882160187},"device":{"reboot_counter":101},"memory":{"fs_free":1019904,"fs_total":1048576,"fs_used":28672,"heap_free":64864,"heap_total":261712,"psram_free":0,"psram_total":0},"power":{"battery_percent":49,"battery_voltage_mv":3717,"has_battery":"true","has_usb":"false","is_charging":"false"},"radio":{"frequency":906.875,"lora_channel":20},"wifi":{"ip":"192.168.0.11","rssi":-15}},"status":"ok"}

vlturner avatar Feb 01 '25 18:02 vlturner

Thanks for writing in. Can I confirm by "see the unit charging", you're seeing the charging icon in the web interface or through the app? However, the MQTT Json content shows the wrong values?

fifieldt avatar Feb 02 '25 02:02 fifieldt

Yes the weird thing is now that it hit 100% it changed them, but during charging it doesn’t say connected or charging, but you see the battery charge growing.

{"data":{"airtime":{"channel_utilization":0,"periods_to_log":8,"rx_all_log":[0,0,0,0,0,0,0,0],"rx_log":[0,0,0,0,0,0,0,0],"seconds_per_period":3600,"seconds_since_boot":77276,"tx_log":[5911,11294,22209,19822,17571,12877,15298,18662],"utilization_tx":0.291888892650604},"device":{"reboot_counter":103},"memory":{"fs_free":1019904,"fs_total":1048576,"fs_used":28672,"heap_free":74892,"heap_total":264176,"psram_free":0,"psram_total":0},"power":{"battery_percent":100,"battery_voltage_mv":4296,"has_battery":"true","has_usb":"true","is_charging":"true"},"radio":{"frequency":906.875,"lora_channel":20},"wifi":{"ip":"192.168.0.11","rssi":-2}},"status":"ok"}

From: Tom Fifield @.> Sent: Saturday, February 1, 2025 6:37 PM To: meshtastic/firmware @.> Cc: vlturner @.>; Author @.> Subject: Re: [meshtastic/firmware] [Bug]: Charging Flag False when it should be true. (Issue #5974)

Thanks for writing in. Can I confirm by "see the unit charging", you're seeing the charging icon in the web interface or through the app? However, the MQTT Json content shows the wrong values?

— Reply to this email directly, view it on GitHub https://github.com/meshtastic/firmware/issues/5974#issuecomment-2629212585 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AJCQVEA324CHLHLMODCCDKD2NWAGBAVCNFSM6AAAAABWJROEYGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMRZGIYTENJYGU . You are receiving this because you authored the thread. https://github.com/notifications/beacon/AJCQVEH3XXT7Q42R3FR5EUL2NWAGBA5CNFSM6AAAAABWJROEYGWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTU4W2M2S.gif Message ID: @.*** @.***> >

vlturner avatar Feb 03 '25 00:02 vlturner