Metadata-Version: 2.4
Name: pyvisonic
Version: 3.0.0
Summary: An asyncio python interface library to the visonic alarm panel
Author-email: DaveSmegHead <davesmeghead@hotmail.com>
Project-URL: Homepage, https://github.com/davesmeghead/pyvisonic
Project-URL: Issues, https://github.com/davesmeghead/pyvisonic/Issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aconsole==0.0.8
Requires-Dist: pyserial_asyncio==0.6
Requires-Dist: Pillow
Dynamic: license-file

# Visonic Alarm Panel Library using asyncio

## Information
This is a Custom Integration Library to support the Visonic Alarm Panel Integration.

Visonic produce the Powermax and Powermaster alarm panel series. This library supports PowerMax+, PowerMaxExpress, PowerMaxPro and PowerMaxComplete, PowerMaster 10 and PowerMaster 30.

This library connects directly to the panel using a simple piece of hardware, please see the wiki for further information. The PowerLink hardware device is NOT a requirement for this library to work. Please do not use this library with a Powerlink hardware device.

A simple command line example is included as well as an extensive test example using the aconsole pypi library.

## Installation
sudo pip3 install pyvisonic

## The Examples
To run the examples, install the needed python libraries from within the examples directory

pip install -r requirements.txt

Then run either simple or complete like this (using Ethernet as the example)

python .\simple_example.py -address 192.168.0.7 -port 11124

## Wiki
Remember to check out the Wiki, this contains all the documentation and tells you about the hardware that you will need.

- [Wiki Home](https://github.com/davesmeghead/visonic/wiki)

## Release
This Component is compliant with the new Component format within the Home Assistant structure.
This release changes most of the log entries to be debug to be Home Assistant compliant
