Skip to main content

Library to interface with Alphatronics UNii security systems.

Project description

Python library to interface with Alphatronics UNii security systems

logo

Introduction

The UNii is a modular intrusion and access control system that is designed, developed and manufactured by Alphatronics, the Netherlands. This innovative solution is distributed and supported via the professional (security) installer and wholesalers.

This library is still in beta and subject to change. We're looking forward to your feedback.

Features

  • Status inputs (clear, open, tamper, masking)
  • Status sections (armed, disarmed, alarm)
  • Connection status UNii panel

Extra features (arming/disarming, (un)bypassing, outputs and event handling) are added shortly.

Hardware

Tested with the UNii 32, 128 and 512. No additional UNii license needed.

It is recommended to use the latest possible firmware on your UNii to unlock the full potential of the UNii and this integration.

Configuring the UNii

In the UNii API configuration the following options need to be set:

  • Type: Basic encryption
  • Transmission: TCP
  • Input update interval: 0s to have to fastest input response type. (Only for firmware version 2.17.x and above)
  • API version: UNii.

Shared Key

The UNii uses an encrypted connection with Home Assistant. The shared key has to be entered in the UNii (API settings) by the installer. Without installer access to the UNii end-users are NOT able to enter this key. Contact your installer if applicable.

Installation

You can install the Python UNii library using the Python package manager PIP:

pip3 install unii

unii CLI

You can use the Python UNii library directly from the command line to read status updates using the following syntax:

python3 -m unii <host> <port> <key>

Troubleshooting

You can add the --debug flag to the CLI command to get a more details on what's going on. Like so:

python3 -m unii <host> <port> <key> --debug

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

unii-1.0.0b11.tar.gz (46.4 kB view hashes)

Uploaded Source

Built Distribution

unii-1.0.0b11-py3-none-any.whl (27.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page