Skip to content

About Homeassistant custom integration to import UPS over Network as HA sensors

Notifications You must be signed in to change notification settings

tinymins/home-assistant-custom-component-ups-over-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UPS over Network

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.

Demo configuration

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

Demo screenshot

image

About

About Homeassistant custom integration to import UPS over Network as HA sensors

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages