This is a HomeAssistant plugin for collecting UPS information on the network. The UPS serial port is connected to the network via a serial-to-WiFi module, allowing the plugin to communicate directly with the UPS, collecting and displaying its status information in real-time.
sensor:
- platform: ups_over_network
id: nas_ups
name: NAS UPS
host: 10.254.0.62
port: 502
scan_interval: 1
protocol: Megatec/Q1
resources:
- raw
- input_voltage
- fault_voltage
- output_voltage
- load
- frequency
- battery_voltage
- temperature