APCUPSD Monitor

Contains adsIn-app purchases
4.3
75 reviews
1K+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image

About this app

This project can be found from Github: https://github.com/norkator/apcupsd-monitor

This is a simple, free and also ad free APCUPSD monitor application which can be used via SSH or NIS to pull information from your APCUPSD instances or from Eaton UPSes via using Eaton IPM software and its https web interface. I have developed this app for my own use with features I need so future features are up to users to ask. My personal usage for this is to monitor power outage logs easily.

Troubleshooting instructions for common cases are below!

Features
• Multiple UPS supported!
• Read and display status information.
• Read and display event logs. You can change event log power event coloring method from settings.
• Widget which shows current status information.
• Background service which is looking for status changes.
• Background service sends notifications if any UPS goes down.
• Private key ssh connection support. It's very recommended to use this method instead!
• Front page UPS list has swipe actions for edit and delete actions.
• Supports Synology upsc and other upsc dataformat based solutions.
• Support Eaton IPM meaning old PowerWare UPS can be used.
• Network UPS Tools (NUT) is supported.

How to use
• You either need SSH server with APCUPSD installed (I have version 3.14.12...) or use APCUPSD Linux or Windows app NIS server at port 3551. Synology UPSC users see own section below!
• First start, input your SSH server variables (server address, port if changed from default, username, password). With 3551 NIS only address and port is required.
• Return from settings where following variables are given and click refresh from right corner menu.
• App will ask you to verify host name key finger print. App will remember it afterwards, until/if it changes.
• Better guide available here: http://www.nitramite.com/apcupsdmonitor.html

- I personally use Raspberry Pi (Rasbian linux) server and Windows with APCUPSD binary installed. This means I use both SSH and NIS implementations.


Troubleshooting
• App cannot fetch data?
- Try running sudo apcaccess without sudo. If you see credentials problem then: add NOPASSWD: /sbin/apcaccess to sudoers file and it should work fine.
• Still cannot fetch data?
- Try remove sudo part from command at application settings (bottom of view).
• Android 10 or newer OS failing to load data via SSH
- enable: strict host key checking!
• Still not loading data and you are accessing server via internet
- Check you routing/firewall settings, port forwarding settings. Use telnet to check open port or online open port check tools.

# I am adding more troubleshooting specs based on user reports and problem solving.

Synology UPSC
• Use SSH for connection just like from putty or linux shell ssh but you need to change default command "sudo apcaccess status" to "upsc ups", app has integrated parsing for that data output format.
• Loading events is not supported because no enough research for that side.

NUT Users
Note from one app user: "server name is usv-name@ip - so in my case it is APC-BX700U@192.168.1.10 (depending on how you named your usv in nut configuration)"

Links
Contact: http://www.nitramite.com/contact.html
Eula: http://www.nitramite.com/eula.html
Privacy: http://www.nitramite.com/privacy-policy.html
Direct email: nitramite@outlook.com
Updated on
Aug 5, 2023

Data safety

Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time.
No data shared with third parties
Learn more about how developers declare sharing
No data collected
Learn more about how developers declare collection

Ratings and reviews

4.3
73 reviews
Marcus Adams (Gerowen)
June 20, 2020
This app is literally exactly what I was looking for. My phone stays connected to my home VPN server at all times, so it's always able to contact my server even when I'm not home. It gives you all the information you would normally see when running "apcaccess", shows the log (past events), sends push notifications, etc. The developer seems professional and like he does good work, and even responded to my concerns about giving this app access to my server. The icing on the cake is now the source code for the app is available on Github so if you want to know exactly what's going on behind the scenes and that the app isn't secretly stealing copies of your contacts or mining crypto or something, you can literally go read the source code. This is one of the most useful apps on my phone. I use it on a regular basis since my house is out in the woods to keep track of power outages while I'm at work. I even used screenshots of this app to send to my local power company to help them diagnose what was going on when we had repeated flickering and outages. If you run your own Linux server with a managed UPS, this app is a must-have.
5 people found this review helpful
Did you find this helpful?
Nitramite
August 28, 2020
Update: I am honored to have user like you, ultra glad to hear this is serving purpose. My use case is similar, servers are far away and can remotely monitor them where ever I am. Hey, since this response things have changed, I have this project now publicly available at Github so you can see it: https://github.com/norkator/apcupsd-monitor
P Pace
October 22, 2022
Update, reply: It's crashing after saving a connection to a nut server. It saves and closes, but then crashes if trying to reopen. I gave this a try but it's crashing when trying to open and I can't use the app at all. pixel 5. Sorry for 1 Star but it seems to be inoperable for me.
Did you find this helpful?
Nitramite
October 22, 2022
Okay yeah I saw NUT issue now. I need to do other upgrades so takes a while to get update out.
Don Carville
October 11, 2023
This app works well with NUT, even though it was written for apcupsd. There is even a NUT option on the configuration menu to guide you through the setup. If you are unable to connect to the NUT server, make sure NUT is listening on an external interface - the default NUT setting is internal only.
Did you find this helpful?
Nitramite
October 12, 2023
Thanks for great review!

What's new

See Github https://github.com/norkator/apcupsd-monitor/releases for release notes.
# Join development: https://github.com/norkator/apcupsd-monitor