UniFi UPS Tower with firmware 1.6.1
Every other day since 8/4/2026 TOS is coming out of a sleep/suspend/hibernate at 12 PM PST which is triggering UPS notifications as though there has been a loss of power event on the UPS when there has been none.
The firmware on the UPS was updated on 8/3/2026 and it is possible TNAS is now doing something weird with the output from the UPS.
https://community.ui.com/releases/UniFi ... a18d46595e
Code: Select all
Improvements
Added power and power factor reporting to the NUT server.
Improved NUT server status reporting by suppressing the charging state when the battery is fully charged.
Bugfixes
Fixed inconsistent battery current readings in power and voltage reports.Code: Select all
"2026-08-08T12:00:10.000-07:00","TNAS425","TNAS425 msgcenter[17221]: 2026-08-08 12:00:10.199 [DEBU] ############### will insert msg:&{ID:46 Type:general_set TypeName:general_settings,general_settings Code:ups_notify_on_power_restored Level:info Snip: Detail:The UPS connected to device TNAS425 has entered AC power mode. Time:2026-08-08 12:00:06 SendMail:true Notified:false SendMobile:true SendSMS:false Username:root Mustmail:false Customize: Model: User: Jump:{Path: Action:}}"
"2026-08-08T12:00:06.000-07:00","TNAS425","TNAS425 msgcenter[17221]: 2026-08-08 12:00:06.188 [DEBU] Insert A Message ######:&{ID:0 Type:general_set TypeName:general_settings,general_settings Code:ups_notify_on_power_restored Level:info Snip: Detail:The UPS connected to device TNAS425 has entered AC power mode. Time:2026-08-08 12:00:06 SendMail:true Notified:false SendMobile:true SendSMS:false Username:root Mustmail:false Customize: Model: User: Jump:{Path: Action:}}"
"2026-08-08T12:00:06.000-07:00","TNAS425","TNAS425 nut-monitor[17914]: OS just finished sleep/suspend/hibernate mode, de-activating obsolete UPS readings to avoid an unfortunate shutdown"
"2026-08-06T12:00:11.000-07:00","TNAS425","TNAS425 msgcenter[17221]: 2026-08-06 12:00:11.843 [DEBU] ############### will insert msg:&{ID:45 Type:general_set TypeName:general_settings,general_settings Code:ups_notify_on_power_restored Level:info Snip: Detail:The UPS connected to device TNAS425 has entered AC power mode. Time:2026-08-06 12:00:07 SendMail:true Notified:false SendMobile:true SendSMS:false Username:root Mustmail:false Customize: Model: User: Jump:{Path: Action:}}"
"2026-08-06T12:00:07.000-07:00","TNAS425","TNAS425 msgcenter[17221]: 2026-08-06 12:00:07.507 [DEBU] Insert A Message ######:&{ID:0 Type:general_set TypeName:general_settings,general_settings Code:ups_notify_on_power_restored Level:info Snip: Detail:The UPS connected to device TNAS425 has entered AC power mode. Time:2026-08-06 12:00:07 SendMail:true Notified:false SendMobile:true SendSMS:false Username:root Mustmail:false Customize: Model: User: Jump:{Path: Action:}}"
"2026-08-06T12:00:02.000-07:00","TNAS425","TNAS425 nut-monitor[17914]: OS just finished sleep/suspend/hibernate mode, de-activating obsolete UPS readings to avoid an unfortunate shutdown"
"2026-08-04T12:00:08.000-07:00","TNAS425","TNAS425 msgcenter[17221]: 2026-08-04 12:00:08.734 [DEBU] ############### will insert msg:&{ID:44 Type:general_set TypeName:general_settings,general_settings Code:ups_notify_on_power_restored Level:info Snip: Detail:The UPS connected to device TNAS425 has entered AC power mode. Time:2026-08-04 12:00:04 SendMail:true Notified:false SendMobile:true SendSMS:false Username:root Mustmail:false Customize: Model: User: Jump:{Path: Action:}}"
"2026-08-04T12:00:04.000-07:00","TNAS425","TNAS425 msgcenter[17221]: 2026-08-04 12:00:04.970 [DEBU] Insert A Message ######:&{ID:0 Type:general_set TypeName:general_settings,general_settings Code:ups_notify_on_power_restored Level:info Snip: Detail:The UPS connected to device TNAS425 has entered AC power mode. Time:2026-08-04 12:00:04 SendMail:true Notified:false SendMobile:true SendSMS:false Username:root Mustmail:false Customize: Model: User: Jump:{Path: Action:}}"
"2026-08-04T12:00:00.000-07:00","TNAS425","TNAS425 nut-monitor[17914]: OS just finished sleep/suspend/hibernate mode, de-activating obsolete UPS readings to avoid an unfortunate shutdown"Code: Select all
# upsc [email protected].:3493
Init SSL without certificate database
Connecting in SSL to '192.168.' (no certificate name specified)
Do not intend to authenticate server 192.168.
SSL handshake done successfully with server 192.168.
Connected to NUT server 192.168. in SSL
Certificate verification is disabled
battery.charge: 100
battery.low: 9.67
battery.voltage: 13.7
battery.runtime: 1018
input.voltage: 118.2
input.frequency: 60.0
input.voltage.nominal: 120.0
input.transfer.high: 145.0
input.transfer.low: 89.0
output.voltage: 118.2
output.current: 1.20
ups.realpower: 162.0
ups.realpower.nominal: 600.0
ups.power: 141.8
ups.power.nominal: 1000
output.powerfactor: 1.00
output.frequency: 60.0
ups.load: 27
ups.status: OL
ups.model: TOWER_1000VA_120V
ups.serial:
ups.mfr: Ubiquiti
ups.id: ups
ups.type: line-interactive
ups.test.result: done and passed
ups.test.date: 2026-08-04
ups.test.interval: 604800
ups.temperature: 25.0


