Replies: 5 comments
-
It seems you are interested in using NUTCase as a solution for displaying data from your APC UPS on your dashboard. NUTCase acts as a bridge to convert UPS data from NUT (Network UPS Tools) into a format that can be used by dashboards like HomePage or Uptime Kuma. To integrate NUTCase with HomePage, you would typically use the Here's a basic example of how you might configure the - UPS Status:
widget:
type: customapi
url: http://nutcase.host.or.ip:port/api/upsdata
method: GET
headers:
Content-Type: application/json
jsonpath: "$.ups_data" # Adjust the jsonpath to match the structure of the NUTCase API response Please replace For detailed instructions on how to set up NUTCase and integrate it with HomePage, you should refer to the NUTCase documentation and GitHub repository. The GUI and detailed views provided by NUTCase can be accessed through the web interface that NUTCase provides once it is set up and running. If you need further assistance with the configuration or have specific questions about integrating NUTCase with HomePage, please let me know, and I'll be happy to help. Thanks for posting a discussion about homepage here on GitHub. Homepage now uses a fancy new AI tool thanks to our friends at Glime, so the answer below is the AI bot's attempt to answer your question. If you feel it's sufficient you can mark the answer and close this post, otherwise feel free to leave it open of course! Thanks for using Homepage! ❤️ This comment was generated by Glime. |
Beta Was this translation helpful? Give feedback.
-
See https://gethomepage.dev/v0.8.7/widgets/services/peanut/ too |
Beta Was this translation helpful? Give feedback.
-
This discussion has been automatically closed due to inactivity. See our contributing guidelines for more details. |
Beta Was this translation helpful? Give feedback.
-
This discussion has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns. See our contributing guidelines for more details. |
Beta Was this translation helpful? Give feedback.
-
In searching for a better way to display data from my APC UPS I found this - called NUTCase!
From the developer:
NUTCase provides a customapi for displaying data from your NUT UPS:
In addition, this tool provides a new way to view the NUT data in great detail. You can see the GUI here as well as documentation, installation and setup guides...
https://github.com/ArthurMitchell42/nutcase/blob/37adf2823f8e77b328f3c457fcacc5d61a3d301f/resources/V0.3.0_Full.png
The developer has done an excellent job in designing and implementing this tool, Give it a try you won't be disappointed...
Beta Was this translation helpful? Give feedback.
All reactions