Skip to main content

HCLI hak11 is a python package wrapper that contains an HCLI sample application (hak11); hak11 is intended to run on a rapsberry pi setup to trigger relays via GPIO. 12 GPIO triggered relays are intended to be setup to interact with a Linear AK-11 keypad to enable remote administration.

Project description

pypi build status pyver

HCLI hak11

HCLI hak11 is a python package wrapper that contains an HCLI sample application (hak11); hak11 is intended to run on a rapsberry pi setup to trigger relays via GPIO. 12 GPIO triggered relays are intended to be setup to interact with a Linear AK-11 keypad to enable remote administration of the AK-11 keypad.


HCLI hak11 wraps hak11 (an HCLI) and is intended to be used with an HCLI Client [1] as presented via an HCLI Connector [2].

You can find out more about HCLI on hcli.io [3]

[1] https://github.com/cometaj2/huckle

[2] https://github.com/cometaj2/hcli_core

[3] http://hcli.io

AK-11 Keypad Circuit and Relay Setup

Relay Function

The relays act as electronic switches, controlled by the Raspberry Pi’s GPIO pins. When activated, a relay closes the circuit between two specific pins of the keypad’s 7 pins, simulating a button press. The relays do not introduce any new voltage to the system. They only allow the existing voltage in the keypad circuit to flow when “closed”. Importantly, the relays function as bidirectional switches. The “input” and “output” designations are interchangeable, as the relay simply creates a connection between two points.

Multiplexing Strategy

The relay board correlates the necessary pin combinations for each digit, just as the keypad’s internal circuitry does.

Pin correlation (both at the keypad and at the relays):

Pin 1, 3 connections: 0# Pin 2, 4 connections: 147 Pin 3, 3 connections: 123 Pin 4, 4 connections: 2580 Pin 5, 4 connections: 369# Pin 6, 3 connections: 456 Pin 7, 3 connections: 789

Installation

HCLI hak11 requires a supported version of Python and pip.

You’ll need an HCLI Connector to run hak11. For example, you can use HCLI Core (https://github.com/cometaj2/hcli_core), a WSGI server such as Green Unicorn (https://gunicorn.org/), and an HCLI Client like Huckle (https://github.com/cometaj2/huckle).

pip install hcli-hak11
pip install hcli-core
pip install huckle
pip install gunicorn
gunicorn --workers=1 --threads=1 -b 127.0.0.1:8000 "hcli_core:connector(\"`hcli_hak11 path`\")"

Usage

Open a different shell window.

Setup the huckle env eval in your .bash_profile (or other bash configuration) to avoid having to execute eval everytime you want to invoke HCLIs by name (e.g. hc).

Note that no CLI is actually installed by Huckle. Huckle reads the HCLI semantics exposed by the API via HCLI Connector and ends up behaving like the CLI it targets.

huckle cli install http://127.0.0.1:8000
eval $(huckle env)
hak11 help

Versioning

This project makes use of semantic versioning (http://semver.org) and may make use of the “devx”, “prealphax”, “alphax” “betax”, and “rcx” extensions where x is a number (e.g. 0.3.0-prealpha1) on github.

Supports

  • Interacting with raspberry pi GPIO setup to trigger a properly configured relay connected to a Linear AK-11 keypad.

To Do

  • TBD

Bugs

  • TBD

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

hcli_hak11-0.0.1.tar.gz (12.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

hcli_hak11-0.0.1-py2.py3-none-any.whl (14.0 kB view details)

Uploaded Python 2Python 3

File details

Details for the file hcli_hak11-0.0.1.tar.gz.

File metadata

  • Download URL: hcli_hak11-0.0.1.tar.gz
  • Upload date:
  • Size: 12.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.9

File hashes

Hashes for hcli_hak11-0.0.1.tar.gz
Algorithm Hash digest
SHA256 b9f9dd2f5301f45395c229a463de41aa125893fdc0e3ce81b8beb3b968402b9a
MD5 bb2aa86de37fa062b235fa64b550e3d8
BLAKE2b-256 a06cec611f3ec5a1f05d14410755087ae8c43c8e3545c6fc52c309a0e501c825

See more details on using hashes here.

File details

Details for the file hcli_hak11-0.0.1-py2.py3-none-any.whl.

File metadata

  • Download URL: hcli_hak11-0.0.1-py2.py3-none-any.whl
  • Upload date:
  • Size: 14.0 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.9

File hashes

Hashes for hcli_hak11-0.0.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 a297d94f2b1ed72c12766c6de7162345f3e5766b61ebf954e3861740b518335e
MD5 ceabc70822a2b65b3b7f2253cfae62de
BLAKE2b-256 f9db078ef94d4d4c71c29408f450dd288432330b8b30e2437c7b1e351c7b8220

See more details on using hashes here.

Supported by

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