-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
I have an rPi4 with UPS HAT and Cellular LTE HAT stacked. I have a LI-Ion battery in the UPS hat. When I query all the available info I get:
{ 'firmware': {'ver': 'v0.3.22'},
'input': {'temp': '38.25', 'voltage': '4.544', 'current': '1.15', 'power': '5.225'},
'system': {'temp': '51.6', 'voltage': '5.152', 'current': '0.764', 'power': '3.728'},
'battery': {'temp': '30.62', 'voltage': '2.151', 'current': '-0.064', 'power': '-0.138', 'level': 100, 'health': 100, 'max_charge_level': 95, 'design_capacity': 2500},
'fan': {'speed': 0, 'health': 1}}
The battery is fully charged and reads 4.19V with my meter. Yet the API returns 2.151V?
Metadata
Metadata
Assignees
Labels
No labels