System Bridge on Proxmox - Battery data #3313
Unanswered
cristiancporto
asked this question in
Help
Replies: 1 comment 2 replies
|
I have the exact same issue with my Debian 12 tablet. upower shows all the expected battery information and stats but system-bridge is either not picking up the information or not passing it to the API for home assistant to collect. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have Proxmox (Proxmox VE 8.2.7) on a laptop that works as my home server, and on Proxmox I have HomeAssistant. So, I wanted to log in HA the battery status, and charging state, so I can look in the future how many times there were power outages and see the battery usage.
Then, I went to System Bridge as it looked like the tool to solve this, as it has HA integration.
After installing the .deb in proxmox, I added the integration on HA but it does not show battery data.
I was able to test by HTTP requests to System Bridge, and when I send a GET to
http://[IP]:[PORT]/api/data/battery, the response is
{ "is_charging": null, "percentage": null, "time_remaining": -1 }Before installing System Bridge on Proxmox, I installed upower and lshw as asked in the intallation guide, so it doesn't seem to be this the problem.
Also, running
upower -elists:and with
upower -i /org/freedesktop/UPower/devices/battery_BAT1:and
upower -i /org/freedesktop/UPower/devices/line_power_ADP1:It seems upower can see the data, but System Bridge isn't able to get it?
All reactions