-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remaining Capacity is a negative number? #27
Comments
Have you tried changing |
I have tried changing addr: 0x40 to 40, 45 or 17, the result of Remaining Capacity is still a negative number and the Remaining Time is unknown. |
@codepriince this component is based on the source provided by Waveshare which was originally designed to work with Waveshare UPSs:
The (EP-0136) UPS you're using has completely different architecture that's why the values calculations might be wrong. You may try asking for help here: https://github.com/frtz13/UPSPlus_mqtt |
The UPS Plus I'm using is a new generation of UPS power management module that supports OTA (Over-The-Air) firmware upgrades and features an onboard RTC (Real-Time Clock). Furthermore, it incorporates two INA219 chips, which are used to detect the battery voltage and the voltage output from the UPS Plus to the Raspberry Pi. |
I guess that's the issue, because waveshare UPS are using 8.4V (2S) input. |
Thanks to your reply and guidance, I found 52PI UPS. And that's it:https://github.com/archef2000/homeassistant-upsplus |
Hello, thank you first and foremost for your excellent work! I have a UPS expansion board with a rated voltage of 3.7V, which allows for the parallel installation of two 18650 batteries, each with a capacity of 3400mAh. Consequently, when connected in parallel, the total capacity becomes 6800mAh. I have successfully integrated it into HA. However, the Remaining time remains unknown, and the Remaining Capacity displays a negative number. Could you please advise if these numerical results are correct? I would greatly appreciate your assistance.
The output result:
My UPS is:
https://wiki.52pi.com/index.php?title=EP-0136
HA config(HAOS):
I2C address:
Are all the result correct? Please help me. Thank you.
The text was updated successfully, but these errors were encountered: