Metadata-Version: 2.1
Name: qolsys_client
Version: 0.1.0
Summary: A client for Qolsys alarm panels
Home-page: https://github.com/mzac/qolsys_client
Author: Zachary McGibbon
Author-email: zachary.mcgibbon@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/mzac/qolsys_client/issues
Description: # qolsys_client
        
        Python package to talk to Qolsys Alarm Panels
        
        This package was inspired by a conversation on the Home Assistant forum:
        
        <https://community.home-assistant.io/t/qolsys-iq-panel-2-and-3rd-party-integration/231405>
        
        
        1. Run main.py (--help for parameters and help)
        
        2. Publish JSON formatted messages to the mqtt topic (qolsys/requests by default):
        
        ```
        {"event":"INFO", "token":"blah"}
        {"event":"ARM", "arm_type":"stay", "partition_id": 0, "token":"blah"}
        {"event":"ARM", "arm_type":"away", "partition_id": 0, "token":"blah"}
        {"event":"DISARM", "usercode":"0000", "token":"blah"}
        ```
        
        3. Events will publish to the following topics:
            - qolsys/INFO
            - qolsys/ZONE_EVENT
            - qolsys/ZONE_UPDATE
        
        4. I have a node-red workflow listening to those events creating the sensors
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
