ElectricBrainUK / UnraidAPI

A WIP open source Node JS API for controlling UNraid
GNU General Public License v3.0
125 stars 13 forks source link

UPS data #30

Open M4TH76 opened 3 years ago

M4TH76 commented 3 years ago

Hi, First thank you for this great program!

It would be nice if you could fetch the UPS data, here the unraid link: /plugins/dynamix.apcupsd/include/UPSstatus.php?all=true

Output (only the first row is relevant): <tr><td class='green-text'>Online</td><td class='green-text'>100.0 Percent</td><td class='green-text'>17.1 Minutes</td><td class='green-text'>1000 Watts</td><td class='green-text'>400 Watts</td><td class='green-text'>40.0 Percent</td></tr>...

Thank you, Mathieu