Lupus Electronics LUPUSEC


The lupusec integration allows the user to integrate their Lupusec alarm control panel and ultimately all connected sensors and other devices. For more information about the LUPUS-Electronics security system please visit their website.

Supported units:

  • Lupusec XT1

The following devices are supported by the underlying lupupy Python library and integrated into Home Assistant.

  • Alarm Control Panel: Displays the alarm status and controls arming, disarming and home modus.
  • Binary Sensor: Displays the status of binary sensors. Currently only Door and window sensors are supported.
  • Switch: Turn off and on your Lupus power switches.

Configuration

To use Lupusec devices in your installation, add the following lupusec section to your configuration.yaml file:

# Example configuration.yaml entry
lupusec:
  username: YOUR_USERNAME
  password: YOUR_PASSWORD
  ip_address: YOUR_IP_ADDRESS

Configuration Variables

username string Required

The login username of your Lupusec alarm panel.

password string Required

The login password of your Lupusec alarm panel.

ip_address string Required

The IP address of your Lupusec alarm panel.

name string (Optional)

Name for your Lupusec panel.